namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_020 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_020)); this.lblGroutingusercode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGroutingusercode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtErrorMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.SuspendLayout(); // // lblGroutingusercode // this.lblGroutingusercode.AutoSize = true; this.lblGroutingusercode.BackColor = System.Drawing.Color.Transparent; this.lblGroutingusercode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingusercode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblGroutingusercode.IsMustInput = true; this.lblGroutingusercode.Location = new System.Drawing.Point(13, 16); this.lblGroutingusercode.Name = "lblGroutingusercode"; this.lblGroutingusercode.Size = new System.Drawing.Size(53, 12); this.lblGroutingusercode.TabIndex = 1; this.lblGroutingusercode.Text = "漏扫工号"; // // txtGroutingusercode // this.txtGroutingusercode.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingusercode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingusercode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingusercode.ErrorMessage = ""; this.txtGroutingusercode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingusercode.Location = new System.Drawing.Point(72, 13); this.txtGroutingusercode.MaxLength = 20; this.txtGroutingusercode.Name = "txtGroutingusercode"; this.txtGroutingusercode.Size = new System.Drawing.Size(241, 21); this.txtGroutingusercode.TabIndex = 1; this.txtGroutingusercode.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.Location = new System.Drawing.Point(13, 46); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 1; this.c_Label1.Text = "条码状态"; // // btnSave // 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(134, 121); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 3; this.btnSave.Text = "确定"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtErrorMessage // this.txtErrorMessage.BackColor = System.Drawing.SystemColors.Control; this.txtErrorMessage.BackgroundColor = System.Drawing.SystemColors.Window; this.txtErrorMessage.ErrorMessage = ""; this.txtErrorMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtErrorMessage.Location = new System.Drawing.Point(72, 46); this.txtErrorMessage.MaxLength = 20; this.txtErrorMessage.Multiline = true; this.txtErrorMessage.Name = "txtErrorMessage"; this.txtErrorMessage.ReadOnly = true; this.txtErrorMessage.Size = new System.Drawing.Size(241, 68); this.txtErrorMessage.TabIndex = 2; this.txtErrorMessage.TextValue = ""; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(228, 121); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 4; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; // // S_CMN_020 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(325, 174); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtErrorMessage); this.Controls.Add(this.txtGroutingusercode); this.Controls.Add(this.c_Label1); this.Controls.Add(this.lblGroutingusercode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_020"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "漏扫工号"; this.Controls.SetChildIndex(this.lblGroutingusercode, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtGroutingusercode, 0); this.Controls.SetChildIndex(this.txtErrorMessage, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblGroutingusercode; private Basics.BaseControls.C_TextBox txtGroutingusercode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_TextBox txtErrorMessage; private Basics.BaseControls.C_Button btnClose; } }