| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_3102
- {
- /// <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_PM_3102));
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.SuspendLayout();
- //
- // 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(71, 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(180, 80);
- this.txtRemarks.TabIndex = 3;
- //
- // 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(12, 42);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(53, 12);
- this.lblRemarks.TabIndex = 2;
- this.lblRemarks.Text = "抽查结果";
- //
- // txtBarCode
- //
- this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtBarCode.ErrorMessage = "";
- this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBarCode.Location = new System.Drawing.Point(71, 12);
- this.txtBarCode.MaxLength = 11;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.Size = new System.Drawing.Size(180, 21);
- this.txtBarCode.TabIndex = 1;
- this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
- //
- // lblBarCode
- //
- this.lblBarCode.AutoSize = true;
- this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
- this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblBarCode.Location = new System.Drawing.Point(12, 16);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 0;
- this.lblBarCode.Text = "产品条码";
- //
- // 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.CausesValidation = false;
- 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(167, 251);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 7;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // 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(76, 251);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 6;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Visible = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // 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.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(12, 128);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 4;
- this.c_Label1.Text = "产品说明";
- //
- // txtInfo
- //
- this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtInfo.BackColor = System.Drawing.SystemColors.Control;
- this.txtInfo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtInfo.ErrorMessage = "";
- this.txtInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtInfo.Location = new System.Drawing.Point(71, 125);
- this.txtInfo.MaxLength = 31720;
- this.txtInfo.Multiline = true;
- this.txtInfo.Name = "txtInfo";
- this.txtInfo.ReadOnly = true;
- this.txtInfo.Size = new System.Drawing.Size(180, 120);
- this.txtInfo.TabIndex = 5;
- this.txtInfo.Text = "产品编码:\r\n\r\n注浆日期:\r\n\r\n模具编号:\r\n\r\n成型工号:\r\n\r\n当前工序:";
- this.txtInfo.TextValue = "产品编码:\r\n\r\n注浆日期:\r\n\r\n模具编号:\r\n\r\n成型工号:\r\n\r\n当前工序:";
- this.txtInfo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
- //
- // F_PM_3102
- //
- 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(264, 306);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.lblRemarks);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtInfo);
- this.Controls.Add(this.c_Label1);
- this.Controls.Add(this.txtBarCode);
- this.Controls.Add(this.lblBarCode);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_3102";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "品保抽查";
- this.Load += new System.EventHandler(this.F_PM_3102_Load);
- this.Controls.SetChildIndex(this.lblBarCode, 0);
- this.Controls.SetChildIndex(this.txtBarCode, 0);
- this.Controls.SetChildIndex(this.c_Label1, 0);
- this.Controls.SetChildIndex(this.txtInfo, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.lblRemarks, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtBarCode;
- private Basics.BaseControls.C_Label lblBarCode;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtInfo;
- }
- }
|