You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
6.6 KiB

1 year ago
  1. namespace CircleViewer.Dialogs
  2. {
  3. partial class InviteMemberDlg
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InviteMemberDlg));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.bnClose = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.lblInviteCode = new System.Windows.Forms.Label();
  35. this.lblAuthCode = new System.Windows.Forms.Label();
  36. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.Controls.Add(this.bnClose);
  43. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  44. this.panel1.Location = new System.Drawing.Point(0, 104);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(319, 36);
  47. this.panel1.TabIndex = 1;
  48. //
  49. // bnClose
  50. //
  51. this.bnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  52. this.bnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  53. this.bnClose.Location = new System.Drawing.Point(231, 6);
  54. this.bnClose.Name = "bnClose";
  55. this.bnClose.Size = new System.Drawing.Size(75, 23);
  56. this.bnClose.TabIndex = 0;
  57. this.bnClose.Text = "Close";
  58. this.bnClose.UseVisualStyleBackColor = true;
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.label1.Location = new System.Drawing.Point(83, 12);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(94, 20);
  67. this.label1.TabIndex = 2;
  68. this.label1.Text = "Invite code:";
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.label2.Location = new System.Drawing.Point(19, 45);
  75. this.label2.Name = "label2";
  76. this.label2.Size = new System.Drawing.Size(158, 20);
  77. this.label2.TabIndex = 3;
  78. this.label2.Text = "Authorization code: ";
  79. //
  80. // lblInviteCode
  81. //
  82. this.lblInviteCode.AutoSize = true;
  83. this.lblInviteCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.lblInviteCode.Location = new System.Drawing.Point(180, 12);
  85. this.lblInviteCode.Name = "lblInviteCode";
  86. this.lblInviteCode.Size = new System.Drawing.Size(97, 20);
  87. this.lblInviteCode.TabIndex = 4;
  88. this.lblInviteCode.Text = "InviteCode";
  89. this.toolTip1.SetToolTip(this.lblInviteCode, "Click to copy invite code to clipboard");
  90. this.lblInviteCode.Click += new System.EventHandler(this.lblInviteCode_Click);
  91. //
  92. // lblAuthCode
  93. //
  94. this.lblAuthCode.AutoSize = true;
  95. this.lblAuthCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  96. this.lblAuthCode.Location = new System.Drawing.Point(180, 45);
  97. this.lblAuthCode.Name = "lblAuthCode";
  98. this.lblAuthCode.Size = new System.Drawing.Size(87, 20);
  99. this.lblAuthCode.TabIndex = 5;
  100. this.lblAuthCode.Text = "Authcode";
  101. this.toolTip1.SetToolTip(this.lblAuthCode, "Click to copy authorization code to clipboard");
  102. this.lblAuthCode.Click += new System.EventHandler(this.lblAuthCode_Click);
  103. //
  104. // InviteMemberDlg
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.CancelButton = this.bnClose;
  109. this.ClientSize = new System.Drawing.Size(319, 140);
  110. this.ControlBox = false;
  111. this.Controls.Add(this.lblAuthCode);
  112. this.Controls.Add(this.lblInviteCode);
  113. this.Controls.Add(this.label2);
  114. this.Controls.Add(this.label1);
  115. this.Controls.Add(this.panel1);
  116. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  117. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  118. this.Name = "InviteMemberDlg";
  119. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  120. this.Text = "Add New User";
  121. this.Load += new System.EventHandler(this.InviteMemberDlg_Load);
  122. this.panel1.ResumeLayout(false);
  123. this.ResumeLayout(false);
  124. this.PerformLayout();
  125. }
  126. #endregion
  127. private System.Windows.Forms.Panel panel1;
  128. private System.Windows.Forms.Button bnClose;
  129. private System.Windows.Forms.Label label1;
  130. private System.Windows.Forms.Label label2;
  131. private System.Windows.Forms.Label lblInviteCode;
  132. private System.Windows.Forms.Label lblAuthCode;
  133. private System.Windows.Forms.ToolTip toolTip1;
  134. }
  135. }