konghe 1 год назад
Родитель
Сommit
b2f1dce027
1 измененных файлов с 193 добавлено и 193 удалено
  1. 193 193
      DK.Client/SystemModule/F_MST_1502.Designer.cs

+ 193 - 193
DK.Client/SystemModule/F_MST_1502.Designer.cs

@@ -29,201 +29,201 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
 		/// </summary>
 		private void InitializeComponent()
 		{
-			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1502));
-			this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-			this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
-			this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-			this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
-			this.txtLauoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
-			this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-			this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
-			this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
-			this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-			this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox();
-			this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-			this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
-			this.SuspendLayout();
-			// 
-			// lblRemarks
-			// 
-			this.lblRemarks.AutoSize = true;
-			this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
-			this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
-			this.lblRemarks.Location = new System.Drawing.Point(18, 109);
-			this.lblRemarks.Name = "lblRemarks";
-			this.lblRemarks.Size = new System.Drawing.Size(29, 12);
-			this.lblRemarks.TabIndex = 33;
-			this.lblRemarks.Text = "备注";
-			// 
-			// txtCustomerCode
-			// 
-			this.txtCustomerCode.BackColor = System.Drawing.SystemColors.Window;
-			this.txtCustomerCode.BackgroundColor = System.Drawing.SystemColors.Window;
-			this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
-			this.txtCustomerCode.ErrorMessage = "";
-			this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.txtCustomerCode.Location = new System.Drawing.Point(77, 54);
-			this.txtCustomerCode.MaxLength = 20;
-			this.txtCustomerCode.Name = "txtCustomerCode";
-			this.txtCustomerCode.Size = new System.Drawing.Size(133, 21);
-			this.txtCustomerCode.TabIndex = 32;
-			// 
-			// lblMAC
-			// 
-			this.lblMAC.AutoSize = true;
-			this.lblMAC.BackColor = System.Drawing.Color.Transparent;
-			this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.lblMAC.ForeColor = System.Drawing.Color.Red;
-			this.lblMAC.Location = new System.Drawing.Point(18, 54);
-			this.lblMAC.Name = "lblMAC";
-			this.lblMAC.Size = new System.Drawing.Size(53, 12);
-			this.lblMAC.TabIndex = 31;
-			this.lblMAC.Text = "客户编码";
-			this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-			// 
-			// txtRemarks
-			// 
-			this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
-			this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
-			this.txtRemarks.ErrorMessage = "";
-			this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.txtRemarks.Location = new System.Drawing.Point(53, 106);
-			this.txtRemarks.MaxLength = 500;
-			this.txtRemarks.Multiline = true;
-			this.txtRemarks.Name = "txtRemarks";
-			this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
-			this.txtRemarks.Size = new System.Drawing.Size(342, 77);
-			this.txtRemarks.TabIndex = 38;
-			// 
-			// txtLauoutName
-			// 
-			this.txtLauoutName.BackColor = System.Drawing.SystemColors.Window;
-			this.txtLauoutName.BackgroundColor = System.Drawing.SystemColors.Window;
-			this.txtLauoutName.ErrorMessage = "";
-			this.txtLauoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.txtLauoutName.Location = new System.Drawing.Point(286, 51);
-			this.txtLauoutName.MaxLength = 20;
-			this.txtLauoutName.Name = "txtLauoutName";
-			this.txtLauoutName.Size = new System.Drawing.Size(133, 21);
-			this.txtLauoutName.TabIndex = 42;
-			// 
-			// c_Label2
-			// 
-			this.c_Label2.AutoSize = true;
-			this.c_Label2.BackColor = System.Drawing.Color.Transparent;
-			this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.c_Label2.ForeColor = System.Drawing.Color.Red;
-			this.c_Label2.Location = new System.Drawing.Point(227, 54);
-			this.c_Label2.Name = "c_Label2";
-			this.c_Label2.Size = new System.Drawing.Size(53, 12);
-			this.c_Label2.TabIndex = 41;
-			this.c_Label2.Text = "版面名称";
-			this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-			// 
-			// btnSave
-			// 
-			this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
-			this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
-			this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
-			this.btnSave.ForeColor = System.Drawing.Color.White;
-			this.btnSave.Location = new System.Drawing.Point(243, 189);
-			this.btnSave.Name = "btnSave";
-			this.btnSave.Size = new System.Drawing.Size(85, 30);
-			this.btnSave.TabIndex = 34;
-			this.btnSave.Text = "保存(&S)";
-			this.btnSave.UseVisualStyleBackColor = false;
-			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
-			// 
-			// btnCancel
-			// 
-			this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
-			this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
-			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-			this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
-			this.btnCancel.ForeColor = System.Drawing.Color.White;
-			this.btnCancel.Location = new System.Drawing.Point(334, 189);
-			this.btnCancel.Name = "btnCancel";
-			this.btnCancel.Size = new System.Drawing.Size(85, 30);
-			this.btnCancel.TabIndex = 35;
-			this.btnCancel.Text = "关闭";
-			this.btnCancel.UseVisualStyleBackColor = false;
-			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
-			// 
-			// c_Label3
-			// 
-			this.c_Label3.AutoSize = true;
-			this.c_Label3.BackColor = System.Drawing.Color.Transparent;
-			this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.c_Label3.ForeColor = System.Drawing.Color.Red;
-			this.c_Label3.Location = new System.Drawing.Point(227, 18);
-			this.c_Label3.Name = "c_Label3";
-			this.c_Label3.Size = new System.Drawing.Size(53, 12);
-			this.c_Label3.TabIndex = 44;
-			this.c_Label3.Text = "有效标识";
-			// 
-			// ccbvalueflag
-			// 
-			this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-			this.ccbvalueflag.FormattingEnabled = true;
-			this.ccbvalueflag.Items.AddRange(new object[] {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1502));
+            this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.txtLauoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
+            this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
+            this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox();
+            this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.SuspendLayout();
+            // 
+            // lblRemarks
+            // 
+            this.lblRemarks.AutoSize = true;
+            this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
+            this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
+            this.lblRemarks.Location = new System.Drawing.Point(18, 109);
+            this.lblRemarks.Name = "lblRemarks";
+            this.lblRemarks.Size = new System.Drawing.Size(29, 12);
+            this.lblRemarks.TabIndex = 33;
+            this.lblRemarks.Text = "备注";
+            // 
+            // txtCustomerCode
+            // 
+            this.txtCustomerCode.BackColor = System.Drawing.SystemColors.Window;
+            this.txtCustomerCode.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
+            this.txtCustomerCode.ErrorMessage = "";
+            this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtCustomerCode.Location = new System.Drawing.Point(77, 54);
+            this.txtCustomerCode.MaxLength = 20;
+            this.txtCustomerCode.Name = "txtCustomerCode";
+            this.txtCustomerCode.Size = new System.Drawing.Size(133, 21);
+            this.txtCustomerCode.TabIndex = 32;
+            // 
+            // lblMAC
+            // 
+            this.lblMAC.AutoSize = true;
+            this.lblMAC.BackColor = System.Drawing.Color.Transparent;
+            this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblMAC.ForeColor = System.Drawing.Color.Red;
+            this.lblMAC.Location = new System.Drawing.Point(18, 54);
+            this.lblMAC.Name = "lblMAC";
+            this.lblMAC.Size = new System.Drawing.Size(53, 12);
+            this.lblMAC.TabIndex = 31;
+            this.lblMAC.Text = "客户编码";
+            this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // txtRemarks
+            // 
+            this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
+            this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtRemarks.ErrorMessage = "";
+            this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtRemarks.Location = new System.Drawing.Point(53, 106);
+            this.txtRemarks.MaxLength = 500;
+            this.txtRemarks.Multiline = true;
+            this.txtRemarks.Name = "txtRemarks";
+            this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
+            this.txtRemarks.Size = new System.Drawing.Size(342, 77);
+            this.txtRemarks.TabIndex = 38;
+            // 
+            // txtLauoutName
+            // 
+            this.txtLauoutName.BackColor = System.Drawing.SystemColors.Window;
+            this.txtLauoutName.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtLauoutName.ErrorMessage = "";
+            this.txtLauoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtLauoutName.Location = new System.Drawing.Point(286, 51);
+            this.txtLauoutName.MaxLength = 200;
+            this.txtLauoutName.Name = "txtLauoutName";
+            this.txtLauoutName.Size = new System.Drawing.Size(133, 21);
+            this.txtLauoutName.TabIndex = 42;
+            // 
+            // c_Label2
+            // 
+            this.c_Label2.AutoSize = true;
+            this.c_Label2.BackColor = System.Drawing.Color.Transparent;
+            this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.c_Label2.ForeColor = System.Drawing.Color.Red;
+            this.c_Label2.Location = new System.Drawing.Point(227, 54);
+            this.c_Label2.Name = "c_Label2";
+            this.c_Label2.Size = new System.Drawing.Size(53, 12);
+            this.c_Label2.TabIndex = 41;
+            this.c_Label2.Text = "版面名称";
+            this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // btnSave
+            // 
+            this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
+            this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
+            this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
+            this.btnSave.ForeColor = System.Drawing.Color.White;
+            this.btnSave.Location = new System.Drawing.Point(243, 189);
+            this.btnSave.Name = "btnSave";
+            this.btnSave.Size = new System.Drawing.Size(85, 30);
+            this.btnSave.TabIndex = 34;
+            this.btnSave.Text = "保存(&S)";
+            this.btnSave.UseVisualStyleBackColor = false;
+            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
+            // 
+            // btnCancel
+            // 
+            this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
+            this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
+            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+            this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
+            this.btnCancel.ForeColor = System.Drawing.Color.White;
+            this.btnCancel.Location = new System.Drawing.Point(334, 189);
+            this.btnCancel.Name = "btnCancel";
+            this.btnCancel.Size = new System.Drawing.Size(85, 30);
+            this.btnCancel.TabIndex = 35;
+            this.btnCancel.Text = "关闭";
+            this.btnCancel.UseVisualStyleBackColor = false;
+            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
+            // 
+            // c_Label3
+            // 
+            this.c_Label3.AutoSize = true;
+            this.c_Label3.BackColor = System.Drawing.Color.Transparent;
+            this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.c_Label3.ForeColor = System.Drawing.Color.Red;
+            this.c_Label3.Location = new System.Drawing.Point(227, 18);
+            this.c_Label3.Name = "c_Label3";
+            this.c_Label3.Size = new System.Drawing.Size(53, 12);
+            this.c_Label3.TabIndex = 44;
+            this.c_Label3.Text = "有效标识";
+            // 
+            // ccbvalueflag
+            // 
+            this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.ccbvalueflag.FormattingEnabled = true;
+            this.ccbvalueflag.Items.AddRange(new object[] {
             "有效",
             "无效"});
-			this.ccbvalueflag.Location = new System.Drawing.Point(286, 15);
-			this.ccbvalueflag.Name = "ccbvalueflag";
-			this.ccbvalueflag.Size = new System.Drawing.Size(133, 20);
-			this.ccbvalueflag.TabIndex = 43;
-			// 
-			// c_Label4
-			// 
-			this.c_Label4.AutoSize = true;
-			this.c_Label4.BackColor = System.Drawing.Color.Transparent;
-			this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.c_Label4.ForeColor = System.Drawing.Color.Red;
-			this.c_Label4.Location = new System.Drawing.Point(18, 18);
-			this.c_Label4.Name = "c_Label4";
-			this.c_Label4.Size = new System.Drawing.Size(53, 12);
-			this.c_Label4.TabIndex = 45;
-			this.c_Label4.Text = "产品编码";
-			this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-			// 
-			// txtGoodsCode
-			// 
-			this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
-			this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
-			this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
-			this.txtGoodsCode.ErrorMessage = "";
-			this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-			this.txtGoodsCode.Location = new System.Drawing.Point(77, 15);
-			this.txtGoodsCode.MaxLength = 20;
-			this.txtGoodsCode.Name = "txtGoodsCode";
-			this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
-			this.txtGoodsCode.TabIndex = 46;
-			// 
-			// F_MST_1502
-			// 
-			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
-			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-			this.ClientSize = new System.Drawing.Size(418, 220);
-			this.Controls.Add(this.txtGoodsCode);
-			this.Controls.Add(this.c_Label4);
-			this.Controls.Add(this.c_Label3);
-			this.Controls.Add(this.ccbvalueflag);
-			this.Controls.Add(this.txtLauoutName);
-			this.Controls.Add(this.c_Label2);
-			this.Controls.Add(this.txtRemarks);
-			this.Controls.Add(this.btnSave);
-			this.Controls.Add(this.btnCancel);
-			this.Controls.Add(this.lblRemarks);
-			this.Controls.Add(this.txtCustomerCode);
-			this.Controls.Add(this.lblMAC);
-			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
-			this.Name = "F_MST_1502";
-			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-			this.Text = "F_MST_1502";
-			this.Load += new System.EventHandler(this.F_MST_1502_Load);
-			this.ResumeLayout(false);
-			this.PerformLayout();
+            this.ccbvalueflag.Location = new System.Drawing.Point(286, 15);
+            this.ccbvalueflag.Name = "ccbvalueflag";
+            this.ccbvalueflag.Size = new System.Drawing.Size(133, 20);
+            this.ccbvalueflag.TabIndex = 43;
+            // 
+            // c_Label4
+            // 
+            this.c_Label4.AutoSize = true;
+            this.c_Label4.BackColor = System.Drawing.Color.Transparent;
+            this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.c_Label4.ForeColor = System.Drawing.Color.Red;
+            this.c_Label4.Location = new System.Drawing.Point(18, 18);
+            this.c_Label4.Name = "c_Label4";
+            this.c_Label4.Size = new System.Drawing.Size(53, 12);
+            this.c_Label4.TabIndex = 45;
+            this.c_Label4.Text = "产品编码";
+            this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // txtGoodsCode
+            // 
+            this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
+            this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
+            this.txtGoodsCode.ErrorMessage = "";
+            this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtGoodsCode.Location = new System.Drawing.Point(77, 15);
+            this.txtGoodsCode.MaxLength = 20;
+            this.txtGoodsCode.Name = "txtGoodsCode";
+            this.txtGoodsCode.Size = new System.Drawing.Size(133, 21);
+            this.txtGoodsCode.TabIndex = 46;
+            // 
+            // F_MST_1502
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(487, 282);
+            this.Controls.Add(this.txtGoodsCode);
+            this.Controls.Add(this.c_Label4);
+            this.Controls.Add(this.c_Label3);
+            this.Controls.Add(this.ccbvalueflag);
+            this.Controls.Add(this.txtLauoutName);
+            this.Controls.Add(this.c_Label2);
+            this.Controls.Add(this.txtRemarks);
+            this.Controls.Add(this.btnSave);
+            this.Controls.Add(this.btnCancel);
+            this.Controls.Add(this.lblRemarks);
+            this.Controls.Add(this.txtCustomerCode);
+            this.Controls.Add(this.lblMAC);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
+            this.Name = "F_MST_1502";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+            this.Text = "F_MST_1502";
+            this.Load += new System.EventHandler(this.F_MST_1502_Load);
+            this.ResumeLayout(false);
+            this.PerformLayout();
 
 		}