| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0204
- {
- /// <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(F_PC_0204));
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.SuspendLayout();
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(345, 108);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 8;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(254, 108);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 7;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // txtLineName
- //
- this.txtLineName.BackColor = System.Drawing.Color.Yellow;
- this.txtLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLineName.ErrorMessage = "";
- this.txtLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLineName.IsMustInput = true;
- this.txtLineName.Location = new System.Drawing.Point(304, 12);
- this.txtLineName.MaxLength = 50;
- this.txtLineName.Name = "txtLineName";
- this.txtLineName.Size = new System.Drawing.Size(125, 21);
- this.txtLineName.TabIndex = 3;
- this.txtLineName.TextValue = "";
- //
- // 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.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label2.IsMustInput = true;
- this.c_Label2.Location = new System.Drawing.Point(233, 15);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(65, 12);
- this.c_Label2.TabIndex = 2;
- this.c_Label2.Text = "生产线名称";
- //
- // 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(82, 39);
- 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(347, 57);
- this.txtRemarks.TabIndex = 5;
- this.txtRemarks.TextValue = "";
- //
- // 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.Location = new System.Drawing.Point(47, 42);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(29, 12);
- this.c_Label3.TabIndex = 4;
- this.c_Label3.Text = "备注";
- //
- // txtLineCode
- //
- this.txtLineCode.BackColor = System.Drawing.Color.Yellow;
- this.txtLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtLineCode.ErrorMessage = "";
- this.txtLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtLineCode.IsMustInput = true;
- this.txtLineCode.Location = new System.Drawing.Point(82, 12);
- this.txtLineCode.MaxLength = 20;
- this.txtLineCode.Name = "txtLineCode";
- this.txtLineCode.Size = new System.Drawing.Size(125, 21);
- this.txtLineCode.TabIndex = 1;
- this.txtLineCode.TextValue = "";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label1.IsMustInput = true;
- this.c_Label1.Location = new System.Drawing.Point(11, 15);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(65, 12);
- this.c_Label1.TabIndex = 0;
- this.c_Label1.Text = "生产线编码";
- //
- // chkValueFlag
- //
- this.chkValueFlag.AutoSize = true;
- this.chkValueFlag.Checked = true;
- this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkValueFlag.Location = new System.Drawing.Point(82, 116);
- this.chkValueFlag.Name = "chkValueFlag";
- this.chkValueFlag.Size = new System.Drawing.Size(48, 16);
- this.chkValueFlag.TabIndex = 6;
- this.chkValueFlag.Text = "正常";
- this.chkValueFlag.UseVisualStyleBackColor = true;
- //
- // F_PC_0204
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(442, 163);
- this.Controls.Add(this.chkValueFlag);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtLineName);
- this.Controls.Add(this.c_Label2);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.c_Label3);
- this.Controls.Add(this.txtLineCode);
- this.Controls.Add(this.c_Label1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PC_0204";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PC_0204";
- this.Load += new System.EventHandler(this.F_PC_0204_Load);
- this.Controls.SetChildIndex(this.c_Label1, 0);
- this.Controls.SetChildIndex(this.txtLineCode, 0);
- this.Controls.SetChildIndex(this.c_Label3, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.c_Label2, 0);
- this.Controls.SetChildIndex(this.txtLineName, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.chkValueFlag, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_TextBox txtLineName;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label c_Label3;
- private Basics.BaseControls.C_TXT_Code txtLineCode;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_CheckBox chkValueFlag;
- }
- }
|