| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
- {
- partial class S_CMN_020
- {
- /// <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(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;
- }
- }
|