namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2109 { /// /// 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(F_PM_2109)); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dtpUpdateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox(); this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpUpdateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.SuspendLayout(); // // 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(319, 75); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 6; 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(228, 75); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 5; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // dtpUpdateTimeStart // this.dtpUpdateTimeStart.CustomFormat = "yyyy-MM-dd"; this.dtpUpdateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpUpdateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpUpdateTimeStart.Location = new System.Drawing.Point(71, 45); this.dtpUpdateTimeStart.Name = "dtpUpdateTimeStart"; this.dtpUpdateTimeStart.Size = new System.Drawing.Size(135, 21); this.dtpUpdateTimeStart.TabIndex = 19; // // 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, 51); this.lblBarCode.Name = "lblBarCode"; this.lblBarCode.Size = new System.Drawing.Size(53, 12); this.lblBarCode.TabIndex = 18; 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(216, 12); 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(188, 21); this.dkProcedureSearchBox.TabIndex = 17; this.dkProcedureSearchBox.Title = "完成工序"; this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // dkproductionLineSearchBox // this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent; this.dkproductionLineSearchBox.DataSource = null; this.dkproductionLineSearchBox.Enabled = true; this.dkproductionLineSearchBox.IsEnablePurview = false; this.dkproductionLineSearchBox.IsMustInput = false; this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 12); this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox"; this.dkproductionLineSearchBox.ProductionLineCode = ""; this.dkproductionLineSearchBox.ProductionLineID = null; this.dkproductionLineSearchBox.ProductionLineIDS = null; this.dkproductionLineSearchBox.ProductionLineName = null; this.dkproductionLineSearchBox.Purview = null; this.dkproductionLineSearchBox.PurviewType = ((byte)(0)); this.dkproductionLineSearchBox.SelectMore = true; this.dkproductionLineSearchBox.Size = new System.Drawing.Size(193, 21); this.dkproductionLineSearchBox.TabIndex = 16; this.dkproductionLineSearchBox.Title = " 生产线"; this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // 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(222, 48); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(11, 12); this.c_Label1.TabIndex = 21; this.c_Label1.Text = "-"; // // dtpUpdateTimeEnd // this.dtpUpdateTimeEnd.CustomFormat = "yyyy-MM-dd"; this.dtpUpdateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpUpdateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpUpdateTimeEnd.Location = new System.Drawing.Point(253, 45); this.dtpUpdateTimeEnd.Name = "dtpUpdateTimeEnd"; this.dtpUpdateTimeEnd.Size = new System.Drawing.Size(149, 21); this.dtpUpdateTimeEnd.TabIndex = 20; // // F_PM_2109 // 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(438, 134); this.Controls.Add(this.c_Label1); this.Controls.Add(this.dtpUpdateTimeEnd); this.Controls.Add(this.dtpUpdateTimeStart); this.Controls.Add(this.lblBarCode); this.Controls.Add(this.dkProcedureSearchBox); this.Controls.Add(this.dkproductionLineSearchBox); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_2109"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "清除在产残留数据-批量删除"; this.Load += new System.EventHandler(this.F_PM_2102_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.dkproductionLineSearchBox, 0); this.Controls.SetChildIndex(this.dkProcedureSearchBox, 0); this.Controls.SetChildIndex(this.lblBarCode, 0); this.Controls.SetChildIndex(this.dtpUpdateTimeStart, 0); this.Controls.SetChildIndex(this.dtpUpdateTimeEnd, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart; private Basics.BaseControls.C_Label lblBarCode; private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox; private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd; } }