| | |
| | | this.tb_FilePath = new System.Windows.Forms.TextBox(); |
| | | this.btn_SelectFile = new System.Windows.Forms.Button(); |
| | | this.button1 = new System.Windows.Forms.Button(); |
| | | this.label1 = new System.Windows.Forms.Label(); |
| | | this.groupBox1.SuspendLayout(); |
| | | this.groupBox2.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | |
| | | // |
| | | // groupBox2 |
| | | // |
| | | this.groupBox2.Controls.Add(this.label1); |
| | | this.groupBox2.Controls.Add(this.tb_DeleteAlertAttr); |
| | | this.groupBox2.Controls.Add(this.label25); |
| | | this.groupBox2.Controls.Add(this.tb_ValidateRepeatName); |
| | |
| | | this.groupBox2.Controls.Add(this.label7); |
| | | this.groupBox2.Location = new System.Drawing.Point(51, 90); |
| | | this.groupBox2.Name = "groupBox2"; |
| | | this.groupBox2.Size = new System.Drawing.Size(1187, 470); |
| | | this.groupBox2.Size = new System.Drawing.Size(1283, 470); |
| | | this.groupBox2.TabIndex = 46; |
| | | this.groupBox2.TabStop = false; |
| | | this.groupBox2.Text = "èªå®ä¹é
ç½®"; |
| | |
| | | this.button1.UseVisualStyleBackColor = true; |
| | | this.button1.Click += new System.EventHandler(this.button1_Click_1); |
| | | // |
| | | // label1 |
| | | // |
| | | this.label1.AutoSize = true; |
| | | this.label1.ForeColor = System.Drawing.Color.Red; |
| | | this.label1.Location = new System.Drawing.Point(976, 185); |
| | | this.label1.Name = "label1"; |
| | | this.label1.Size = new System.Drawing.Size(245, 12); |
| | | this.label1.TabIndex = 66; |
| | | this.label1.Text = "å¦æä¸ºç©ºï¼ç³»ç»é»è®¤ææå符串çå±ç¤ºåæ¥è¯¢"; |
| | | // |
| | | // MainForm |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1250, 831); |
| | | this.ClientSize = new System.Drawing.Size(1402, 831); |
| | | this.Controls.Add(this.button1); |
| | | this.Controls.Add(this.btn_SelectFile); |
| | | this.Controls.Add(this.tb_FilePath); |
| | |
| | | private System.Windows.Forms.TextBox tb_FilePath; |
| | | private System.Windows.Forms.Button btn_SelectFile; |
| | | private System.Windows.Forms.Button button1; |
| | | private System.Windows.Forms.Label label1; |
| | | } |
| | | } |
| | | |