| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2103
- {
- /// <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_2103));
- this.dkInChecked1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkInChecked();
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.SuspendLayout();
- //
- // dkInChecked1
- //
- this.dkInChecked1.DataSource = null;
- this.dkInChecked1.Enabled = true;
- this.dkInChecked1.InCheckedNo = null;
- this.dkInChecked1.IsMustInput = true;
- this.dkInChecked1.Location = new System.Drawing.Point(12, 12);
- this.dkInChecked1.Name = "dkInChecked1";
- this.dkInChecked1.PurviewType = ((byte)(0));
- this.dkInChecked1.Size = new System.Drawing.Size(247, 21);
- this.dkInChecked1.TabIndex = 1;
- this.dkInChecked1.Title = "盘点单号";
- this.dkInChecked1.TxtUserBackColor = System.Drawing.SystemColors.Control;
- //
- // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblBarCode.IsMustInput = true;
- this.lblBarCode.Location = new System.Drawing.Point(13, 50);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 2;
- this.lblBarCode.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(72, 43);
- this.txtBarCode.MaxLength = 50;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.Size = new System.Drawing.Size(186, 21);
- this.txtBarCode.TabIndex = 3;
- this.txtBarCode.TextValue = "";
- this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
- //
- // 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(174, 81);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 4;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // F_PM_2103
- //
- 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(284, 143);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.txtBarCode);
- this.Controls.Add(this.lblBarCode);
- this.Controls.Add(this.dkInChecked1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_2103";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "条码扫描盘点";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_2103_FormClosing);
- this.Shown += new System.EventHandler(this.F_PM_2103_Shown);
- this.Controls.SetChildIndex(this.dkInChecked1, 0);
- this.Controls.SetChildIndex(this.lblBarCode, 0);
- this.Controls.SetChildIndex(this.txtBarCode, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Controls.SearchTextBox.dkInChecked dkInChecked1;
- private Basics.BaseControls.C_Label lblBarCode;
- private Basics.BaseControls.C_TextBox txtBarCode;
- private Basics.BaseControls.C_Button btnClose;
- }
- }
|