| | |
| | | this.lbl_DataSource = new System.Windows.Forms.Label(); |
| | | this.cmb_DataSource = new System.Windows.Forms.ComboBox(); |
| | | this.groupBox2 = new System.Windows.Forms.GroupBox(); |
| | | this.label1 = new System.Windows.Forms.Label(); |
| | | this.tb_DeleteAlertAttr = new System.Windows.Forms.TextBox(); |
| | | this.label25 = new System.Windows.Forms.Label(); |
| | | this.tb_ValidateRepeatName = new System.Windows.Forms.TextBox(); |
| | |
| | | this.tb_FilePath = new System.Windows.Forms.TextBox(); |
| | | this.btn_SelectFile = new System.Windows.Forms.Button(); |
| | | this.button1 = new System.Windows.Forms.Button(); |
| | | this.ck_IsDeletefile = new System.Windows.Forms.CheckBox(); |
| | | this.groupBox1.SuspendLayout(); |
| | | this.groupBox2.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // btnPath |
| | | // |
| | | this.btnPath.Location = new System.Drawing.Point(453, 723); |
| | | this.btnPath.Location = new System.Drawing.Point(425, 720); |
| | | this.btnPath.Name = "btnPath"; |
| | | this.btnPath.Size = new System.Drawing.Size(97, 23); |
| | | this.btnPath.TabIndex = 1; |
| | |
| | | // |
| | | // 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 = "èªå®ä¹é
ç½®"; |
| | | // |
| | | // 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 = "å¦æä¸ºç©ºï¼ç³»ç»é»è®¤ææå符串çå±ç¤ºåæ¥è¯¢"; |
| | | // |
| | | // tb_DeleteAlertAttr |
| | | // |
| | |
| | | this.label19.AutoSize = true; |
| | | this.label19.Location = new System.Drawing.Point(318, 346); |
| | | this.label19.Name = "label19"; |
| | | this.label19.Size = new System.Drawing.Size(563, 12); |
| | | this.label19.Size = new System.Drawing.Size(485, 12); |
| | | this.label19.TabIndex = 53; |
| | | this.label19.Text = "PurchaseType|PurchaseTypeEnum|PurchaseTypeDesc,MaterialType|MaterialTypeEnum|Mate" + |
| | | "rialTypeDesc"; |
| | | this.label19.Text = "PurchaseType,PurchaseTypeEnum&MaterialType,MaterialTypeEnum&IsMainBranch,YesNoEnu" + |
| | | "m"; |
| | | // |
| | | // label18 |
| | | // |
| | |
| | | this.button1.UseVisualStyleBackColor = true; |
| | | this.button1.Click += new System.EventHandler(this.button1_Click_1); |
| | | // |
| | | // ck_IsDeletefile |
| | | // |
| | | this.ck_IsDeletefile.AutoSize = true; |
| | | this.ck_IsDeletefile.Checked = true; |
| | | this.ck_IsDeletefile.CheckState = System.Windows.Forms.CheckState.Checked; |
| | | this.ck_IsDeletefile.Location = new System.Drawing.Point(561, 724); |
| | | this.ck_IsDeletefile.Name = "ck_IsDeletefile"; |
| | | this.ck_IsDeletefile.Size = new System.Drawing.Size(192, 16); |
| | | this.ck_IsDeletefile.TabIndex = 50; |
| | | this.ck_IsDeletefile.Text = "çæåæ¯å¦å
æ¸
çæä»¶å¤¹çæä»¶"; |
| | | this.ck_IsDeletefile.UseVisualStyleBackColor = true; |
| | | this.ck_IsDeletefile.CheckedChanged += new System.EventHandler(this.ck_IsDeletefile_CheckedChanged); |
| | | // |
| | | // 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.ck_IsDeletefile); |
| | | 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; |
| | | private System.Windows.Forms.CheckBox ck_IsDeletefile; |
| | | } |
| | | } |
| | | |