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.
		
		
		
		
		
			
		
			
				
					
					
						
							141 lines
						
					
					
						
							6.5 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							141 lines
						
					
					
						
							6.5 KiB
						
					
					
				| namespace CircleViewer.Dialogs | |
| { | |
|     partial class JoinCircleDlg | |
|     { | |
|         /// <summary> | |
|         /// Required designer variable. | |
|         /// </summary> | |
|         private System.ComponentModel.IContainer components = null; | |
| 
 | |
|         /// <summary> | |
|         /// Clean up any resources being used. | |
|         /// </summary> | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | |
|         protected override void Dispose(bool disposing) | |
|         { | |
|             if (disposing && (components != null)) | |
|             { | |
|                 components.Dispose(); | |
|             } | |
|             base.Dispose(disposing); | |
|         } | |
| 
 | |
|         #region Windows Form Designer generated code | |
|  | |
|         /// <summary> | |
|         /// Required method for Designer support - do not modify | |
|         /// the contents of this method with the code editor. | |
|         /// </summary> | |
|         private void InitializeComponent() | |
|         { | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JoinCircleDlg)); | |
|             this.panel1 = new System.Windows.Forms.Panel(); | |
|             this.bnRequestVerfication = new System.Windows.Forms.Button(); | |
|             this.bnClose = new System.Windows.Forms.Button(); | |
|             this.label2 = new System.Windows.Forms.Label(); | |
|             this.label1 = new System.Windows.Forms.Label(); | |
|             this.tbInviteCode = new System.Windows.Forms.TextBox(); | |
|             this.tbAuthCode = new System.Windows.Forms.TextBox(); | |
|             this.panel1.SuspendLayout(); | |
|             this.SuspendLayout(); | |
|             //  | |
|             // panel1 | |
|             //  | |
|             this.panel1.Controls.Add(this.bnRequestVerfication); | |
|             this.panel1.Controls.Add(this.bnClose); | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; | |
|             this.panel1.Location = new System.Drawing.Point(0, 93); | |
|             this.panel1.Name = "panel1"; | |
|             this.panel1.Size = new System.Drawing.Size(351, 36); | |
|             this.panel1.TabIndex = 2; | |
|             //  | |
|             // bnRequestVerfication | |
|             //  | |
|             this.bnRequestVerfication.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | |
|             this.bnRequestVerfication.DialogResult = System.Windows.Forms.DialogResult.Cancel; | |
|             this.bnRequestVerfication.Location = new System.Drawing.Point(88, 6); | |
|             this.bnRequestVerfication.Name = "bnRequestVerfication"; | |
|             this.bnRequestVerfication.Size = new System.Drawing.Size(160, 23); | |
|             this.bnRequestVerfication.TabIndex = 1; | |
|             this.bnRequestVerfication.Text = "Request Verification"; | |
|             this.bnRequestVerfication.UseVisualStyleBackColor = true; | |
|             this.bnRequestVerfication.Click += new System.EventHandler(this.bnRequestVerfication_Click); | |
|             //  | |
|             // bnClose | |
|             //  | |
|             this.bnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | |
|             this.bnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; | |
|             this.bnClose.Location = new System.Drawing.Point(263, 6); | |
|             this.bnClose.Name = "bnClose"; | |
|             this.bnClose.Size = new System.Drawing.Size(75, 23); | |
|             this.bnClose.TabIndex = 0; | |
|             this.bnClose.Text = "Close"; | |
|             this.bnClose.UseVisualStyleBackColor = true; | |
|             //  | |
|             // label2 | |
|             //  | |
|             this.label2.AutoSize = true; | |
|             this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | |
|             this.label2.Location = new System.Drawing.Point(43, 52); | |
|             this.label2.Name = "label2"; | |
|             this.label2.Size = new System.Drawing.Size(144, 20); | |
|             this.label2.TabIndex = 7; | |
|             this.label2.Text = "Verification code: "; | |
|             //  | |
|             // label1 | |
|             //  | |
|             this.label1.AutoSize = true; | |
|             this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | |
|             this.label1.Location = new System.Drawing.Point(70, 19); | |
|             this.label1.Name = "label1"; | |
|             this.label1.Size = new System.Drawing.Size(117, 20); | |
|             this.label1.TabIndex = 6; | |
|             this.label1.Text = "Request code:"; | |
|             //  | |
|             // tbInviteCode | |
|             //  | |
|             this.tbInviteCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; | |
|             this.tbInviteCode.Location = new System.Drawing.Point(197, 18); | |
|             this.tbInviteCode.Name = "tbInviteCode"; | |
|             this.tbInviteCode.Size = new System.Drawing.Size(124, 22); | |
|             this.tbInviteCode.TabIndex = 0; | |
|             //  | |
|             // tbAuthCode | |
|             //  | |
|             this.tbAuthCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; | |
|             this.tbAuthCode.Location = new System.Drawing.Point(197, 51); | |
|             this.tbAuthCode.Name = "tbAuthCode"; | |
|             this.tbAuthCode.Size = new System.Drawing.Size(124, 22); | |
|             this.tbAuthCode.TabIndex = 1; | |
|             //  | |
|             // JoinCircleDlg | |
|             //  | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |
|             this.ClientSize = new System.Drawing.Size(351, 129); | |
|             this.Controls.Add(this.tbAuthCode); | |
|             this.Controls.Add(this.tbInviteCode); | |
|             this.Controls.Add(this.label2); | |
|             this.Controls.Add(this.label1); | |
|             this.Controls.Add(this.panel1); | |
|             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); | |
|             this.Name = "JoinCircleDlg"; | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; | |
|             this.Text = "Join User Group"; | |
|             this.panel1.ResumeLayout(false); | |
|             this.ResumeLayout(false); | |
|             this.PerformLayout(); | |
| 
 | |
|         } | |
| 
 | |
|         #endregion | |
|  | |
|         private System.Windows.Forms.Panel panel1; | |
|         private System.Windows.Forms.Button bnClose; | |
|         private System.Windows.Forms.Label label2; | |
|         private System.Windows.Forms.Label label1; | |
|         private System.Windows.Forms.TextBox tbInviteCode; | |
|         private System.Windows.Forms.TextBox tbAuthCode; | |
|         private System.Windows.Forms.Button bnRequestVerfication; | |
|     } | |
| }
 |