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.5 KiB

1 year ago
  1. namespace CircleViewer.Dialogs
  2. {
  3. partial class JoinCircleDlg
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JoinCircleDlg));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.bnRequestVerfication = new System.Windows.Forms.Button();
  31. this.bnClose = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.tbInviteCode = new System.Windows.Forms.TextBox();
  35. this.tbAuthCode = new System.Windows.Forms.TextBox();
  36. this.panel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // panel1
  40. //
  41. this.panel1.Controls.Add(this.bnRequestVerfication);
  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, 93);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(351, 36);
  47. this.panel1.TabIndex = 2;
  48. //
  49. // bnRequestVerfication
  50. //
  51. this.bnRequestVerfication.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  52. this.bnRequestVerfication.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  53. this.bnRequestVerfication.Location = new System.Drawing.Point(88, 6);
  54. this.bnRequestVerfication.Name = "bnRequestVerfication";
  55. this.bnRequestVerfication.Size = new System.Drawing.Size(160, 23);
  56. this.bnRequestVerfication.TabIndex = 1;
  57. this.bnRequestVerfication.Text = "Request Verification";
  58. this.bnRequestVerfication.UseVisualStyleBackColor = true;
  59. this.bnRequestVerfication.Click += new System.EventHandler(this.bnRequestVerfication_Click);
  60. //
  61. // bnClose
  62. //
  63. this.bnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  64. this.bnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  65. this.bnClose.Location = new System.Drawing.Point(263, 6);
  66. this.bnClose.Name = "bnClose";
  67. this.bnClose.Size = new System.Drawing.Size(75, 23);
  68. this.bnClose.TabIndex = 0;
  69. this.bnClose.Text = "Close";
  70. this.bnClose.UseVisualStyleBackColor = true;
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.label2.Location = new System.Drawing.Point(43, 52);
  77. this.label2.Name = "label2";
  78. this.label2.Size = new System.Drawing.Size(144, 20);
  79. this.label2.TabIndex = 7;
  80. this.label2.Text = "Verification code: ";
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  86. this.label1.Location = new System.Drawing.Point(70, 19);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(117, 20);
  89. this.label1.TabIndex = 6;
  90. this.label1.Text = "Request code:";
  91. //
  92. // tbInviteCode
  93. //
  94. this.tbInviteCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  95. this.tbInviteCode.Location = new System.Drawing.Point(197, 18);
  96. this.tbInviteCode.Name = "tbInviteCode";
  97. this.tbInviteCode.Size = new System.Drawing.Size(124, 22);
  98. this.tbInviteCode.TabIndex = 0;
  99. //
  100. // tbAuthCode
  101. //
  102. this.tbAuthCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  103. this.tbAuthCode.Location = new System.Drawing.Point(197, 51);
  104. this.tbAuthCode.Name = "tbAuthCode";
  105. this.tbAuthCode.Size = new System.Drawing.Size(124, 22);
  106. this.tbAuthCode.TabIndex = 1;
  107. //
  108. // JoinCircleDlg
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(351, 129);
  113. this.Controls.Add(this.tbAuthCode);
  114. this.Controls.Add(this.tbInviteCode);
  115. this.Controls.Add(this.label2);
  116. this.Controls.Add(this.label1);
  117. this.Controls.Add(this.panel1);
  118. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  119. this.Name = "JoinCircleDlg";
  120. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  121. this.Text = "Join User Group";
  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 label2;
  130. private System.Windows.Forms.Label label1;
  131. private System.Windows.Forms.TextBox tbInviteCode;
  132. private System.Windows.Forms.TextBox tbAuthCode;
  133. private System.Windows.Forms.Button bnRequestVerfication;
  134. }
  135. }