| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2117
- {
- /// <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_2117));
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtInCheckedNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.dtpDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
- this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.SuspendLayout();
- //
- // 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(31, 12);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 0;
- this.lblBarCode.Text = "盘点单号";
- //
- // dkProcedureSearchBox
- //
- this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
- this.dkProcedureSearchBox.DataSource = null;
- this.dkProcedureSearchBox.Enabled = true;
- this.dkProcedureSearchBox.IsEnablePurview = false;
- this.dkProcedureSearchBox.IsMustInput = false;
- this.dkProcedureSearchBox.Location = new System.Drawing.Point(30, 63);
- this.dkProcedureSearchBox.ModelType = null;
- this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
- this.dkProcedureSearchBox.ProcedureCode = "";
- this.dkProcedureSearchBox.ProcedureID = null;
- this.dkProcedureSearchBox.ProcedureIDS = null;
- this.dkProcedureSearchBox.ProcedureName = null;
- this.dkProcedureSearchBox.Purview = null;
- this.dkProcedureSearchBox.PurviewType = ((byte)(0));
- this.dkProcedureSearchBox.SelectMore = true;
- this.dkProcedureSearchBox.Size = new System.Drawing.Size(411, 21);
- this.dkProcedureSearchBox.TabIndex = 3;
- this.dkProcedureSearchBox.Title = "完成工序";
- this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- 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(360, 120);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 9;
- this.btnClose.Text = "关闭";
- this.btnClose.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(269, 120);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 8;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // txtInCheckedNo
- //
- this.txtInCheckedNo.BackColor = System.Drawing.SystemColors.Control;
- this.txtInCheckedNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtInCheckedNo.ErrorMessage = "";
- this.txtInCheckedNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtInCheckedNo.Location = new System.Drawing.Point(89, 9);
- this.txtInCheckedNo.Name = "txtInCheckedNo";
- this.txtInCheckedNo.ReadOnly = true;
- this.txtInCheckedNo.Size = new System.Drawing.Size(139, 21);
- this.txtInCheckedNo.TabIndex = 1;
- this.txtInCheckedNo.TextValue = "";
- //
- // chkDateTime
- //
- this.chkDateTime.AutoSize = true;
- this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDateTime.Location = new System.Drawing.Point(15, 94);
- this.chkDateTime.Name = "chkDateTime";
- this.chkDateTime.Size = new System.Drawing.Size(72, 16);
- this.chkDateTime.TabIndex = 4;
- this.chkDateTime.Text = "完成时间";
- this.chkDateTime.UseVisualStyleBackColor = true;
- this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
- //
- // dtpDateEnd
- //
- this.dtpDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpDateEnd.Enabled = false;
- this.dtpDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDateEnd.Location = new System.Drawing.Point(278, 93);
- this.dtpDateEnd.Name = "dtpDateEnd";
- this.dtpDateEnd.Size = new System.Drawing.Size(167, 21);
- this.dtpDateEnd.TabIndex = 7;
- //
- // dtpDateStart
- //
- this.dtpDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.dtpDateStart.Enabled = false;
- this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDateStart.Location = new System.Drawing.Point(91, 92);
- this.dtpDateStart.Name = "dtpDateStart";
- this.dtpDateStart.Size = new System.Drawing.Size(165, 21);
- this.dtpDateStart.TabIndex = 5;
- //
- // lblAccountDateEnd
- //
- this.lblAccountDateEnd.AutoSize = true;
- this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
- this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAccountDateEnd.Location = new System.Drawing.Point(248, 97);
- this.lblAccountDateEnd.Name = "lblAccountDateEnd";
- this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
- this.lblAccountDateEnd.TabIndex = 6;
- this.lblAccountDateEnd.Text = " 至 ";
- //
- // scbGoods
- //
- this.scbGoods.CheckedData = null;
- this.scbGoods.DisplayMember = "GoodsCode";
- this.scbGoods.Location = new System.Drawing.Point(89, 36);
- this.scbGoods.MultiSelect = true;
- this.scbGoods.Name = "scbGoods";
- this.scbGoods.Size = new System.Drawing.Size(352, 21);
- this.scbGoods.TabIndex = 37;
- //
- // lblGoods
- //
- this.lblGoods.AutoSize = true;
- this.lblGoods.BackColor = System.Drawing.Color.Transparent;
- this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoods.Location = new System.Drawing.Point(31, 41);
- this.lblGoods.Name = "lblGoods";
- this.lblGoods.Size = new System.Drawing.Size(53, 12);
- this.lblGoods.TabIndex = 36;
- this.lblGoods.Text = "产品编码";
- //
- // F_PM_2117
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(457, 176);
- this.Controls.Add(this.scbGoods);
- this.Controls.Add(this.lblGoods);
- this.Controls.Add(this.chkDateTime);
- this.Controls.Add(this.dtpDateEnd);
- this.Controls.Add(this.dtpDateStart);
- this.Controls.Add(this.lblAccountDateEnd);
- this.Controls.Add(this.txtInCheckedNo);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.lblBarCode);
- this.Controls.Add(this.dkProcedureSearchBox);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_2117";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "清除未盘点数据";
- this.Load += new System.EventHandler(this.F_PM_2111_Load);
- this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0);
- this.Controls.SetChildIndex(this.lblBarCode, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.txtInCheckedNo, 0);
- this.Controls.SetChildIndex(this.lblAccountDateEnd, 0);
- this.Controls.SetChildIndex(this.dtpDateStart, 0);
- this.Controls.SetChildIndex(this.dtpDateEnd, 0);
- this.Controls.SetChildIndex(this.chkDateTime, 0);
- this.Controls.SetChildIndex(this.lblGoods, 0);
- this.Controls.SetChildIndex(this.scbGoods, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblBarCode;
- private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_TextBox txtInCheckedNo;
- private Basics.BaseControls.C_CheckBox chkDateTime;
- private Basics.BaseControls.C_DateTimePicker dtpDateEnd;
- private Basics.BaseControls.C_DateTimePicker dtpDateStart;
- private Basics.BaseControls.C_Label lblAccountDateEnd;
- private Controls.SearchBox.ScbGoods scbGoods;
- private Basics.BaseControls.C_Label lblGoods;
- }
- }
|