namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_1402 { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1402)); this.dtpUpdateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtPGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblGMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblUpdateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblCreateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblProcedureModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblReworkProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblModelType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtUpdateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtCreateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtReworkProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtModelType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.statusIsPublicBody = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.statusIsReFire = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.statusCanManyTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.cBoxGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.cBoxUpdateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtPGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpUpdateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dropProcedureModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components); this.lblgoodsLevelName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblgoodsLevelTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtgoodsLevelTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtgoodsLevelName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.SuspendLayout(); // // dtpUpdateTimeStart // this.dtpUpdateTimeStart.CustomFormat = "yyyy-MM-dd"; this.dtpUpdateTimeStart.Enabled = false; 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(122, 151); this.dtpUpdateTimeStart.Name = "dtpUpdateTimeStart"; this.dtpUpdateTimeStart.Size = new System.Drawing.Size(134, 21); this.dtpUpdateTimeStart.TabIndex = 45; // // dtPGroutingDateStart // this.dtPGroutingDateStart.CustomFormat = "yyyy-MM-dd"; this.dtPGroutingDateStart.Enabled = false; this.dtPGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtPGroutingDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtPGroutingDateStart.Location = new System.Drawing.Point(122, 124); this.dtPGroutingDateStart.Name = "dtPGroutingDateStart"; this.dtPGroutingDateStart.Size = new System.Drawing.Size(136, 21); this.dtPGroutingDateStart.TabIndex = 45; // // lblGMouldTypeName // this.lblGMouldTypeName.AutoSize = true; this.lblGMouldTypeName.BackColor = System.Drawing.Color.Transparent; this.lblGMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGMouldTypeName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGMouldTypeName.Location = new System.Drawing.Point(512, 17); this.lblGMouldTypeName.Name = "lblGMouldTypeName"; this.lblGMouldTypeName.Size = new System.Drawing.Size(65, 12); this.lblGMouldTypeName.TabIndex = 44; this.lblGMouldTypeName.Text = "成型线类型"; // // lblUpdateUserName // this.lblUpdateUserName.AutoSize = true; this.lblUpdateUserName.BackColor = System.Drawing.Color.Transparent; this.lblUpdateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUpdateUserName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUpdateUserName.Location = new System.Drawing.Point(269, 73); this.lblUpdateUserName.Name = "lblUpdateUserName"; this.lblUpdateUserName.Size = new System.Drawing.Size(89, 12); this.lblUpdateUserName.TabIndex = 44; this.lblUpdateUserName.Text = "更新数据操作员"; // // lblCreateUserName // this.lblCreateUserName.AutoSize = true; this.lblCreateUserName.BackColor = System.Drawing.Color.Transparent; this.lblCreateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCreateUserName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCreateUserName.Location = new System.Drawing.Point(27, 73); this.lblCreateUserName.Name = "lblCreateUserName"; this.lblCreateUserName.Size = new System.Drawing.Size(89, 12); this.lblCreateUserName.TabIndex = 44; this.lblCreateUserName.Text = "创建数据操作员"; // // lblProcedureModel // this.lblProcedureModel.AutoSize = true; this.lblProcedureModel.BackColor = System.Drawing.Color.Transparent; this.lblProcedureModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblProcedureModel.ForeColor = System.Drawing.SystemColors.ControlText; this.lblProcedureModel.Location = new System.Drawing.Point(524, 44); this.lblProcedureModel.Name = "lblProcedureModel"; this.lblProcedureModel.Size = new System.Drawing.Size(53, 12); this.lblProcedureModel.TabIndex = 44; this.lblProcedureModel.Text = "工序模型"; // // lblReworkProcedureName // this.lblReworkProcedureName.AutoSize = true; this.lblReworkProcedureName.BackColor = System.Drawing.Color.Transparent; this.lblReworkProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblReworkProcedureName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblReworkProcedureName.Location = new System.Drawing.Point(280, 43); this.lblReworkProcedureName.Name = "lblReworkProcedureName"; this.lblReworkProcedureName.Size = new System.Drawing.Size(77, 12); this.lblReworkProcedureName.TabIndex = 44; this.lblReworkProcedureName.Text = "返工工序名称"; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(268, 17); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(89, 12); this.c_Label2.TabIndex = 44; this.c_Label2.Text = "成型生产线名称"; // // lblGroutingLineName // this.lblGroutingLineName.AutoSize = true; this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingLineName.Location = new System.Drawing.Point(266, 16); this.lblGroutingLineName.Name = "lblGroutingLineName"; this.lblGroutingLineName.Size = new System.Drawing.Size(89, 12); this.lblGroutingLineName.TabIndex = 44; this.lblGroutingLineName.Text = "成型生产线名称"; // // lblGroutingMouldCode // this.lblGroutingMouldCode.AutoSize = true; this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent; this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingMouldCode.Location = new System.Drawing.Point(500, 67); this.lblGroutingMouldCode.Name = "lblGroutingMouldCode"; this.lblGroutingMouldCode.Size = new System.Drawing.Size(77, 12); this.lblGroutingMouldCode.TabIndex = 41; this.lblGroutingMouldCode.Text = "注浆模具编号"; // // lblModelType // this.lblModelType.AutoSize = true; this.lblModelType.BackColor = System.Drawing.Color.Transparent; this.lblModelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblModelType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblModelType.Location = new System.Drawing.Point(37, 42); this.lblModelType.Name = "lblModelType"; this.lblModelType.Size = new System.Drawing.Size(77, 12); this.lblModelType.TabIndex = 41; this.lblModelType.Text = "工序模型类别"; // // lblGroutingLineCode // this.lblGroutingLineCode.AutoSize = true; this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingLineCode.Location = new System.Drawing.Point(25, 15); this.lblGroutingLineCode.Name = "lblGroutingLineCode"; this.lblGroutingLineCode.Size = new System.Drawing.Size(89, 12); this.lblGroutingLineCode.TabIndex = 41; this.lblGroutingLineCode.Text = "成型生产线编码"; // // txtGMouldTypeName // this.txtGMouldTypeName.BackColor = System.Drawing.SystemColors.Window; this.txtGMouldTypeName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGMouldTypeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGMouldTypeName.ErrorMessage = ""; this.txtGMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGMouldTypeName.Location = new System.Drawing.Point(583, 13); this.txtGMouldTypeName.MaxLength = 10; this.txtGMouldTypeName.Name = "txtGMouldTypeName"; this.txtGMouldTypeName.Size = new System.Drawing.Size(134, 21); this.txtGMouldTypeName.TabIndex = 42; // // txtUpdateUserName // this.txtUpdateUserName.BackColor = System.Drawing.SystemColors.Window; this.txtUpdateUserName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtUpdateUserName.ErrorMessage = ""; this.txtUpdateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUpdateUserName.Location = new System.Drawing.Point(365, 70); this.txtUpdateUserName.MaxLength = 10; this.txtUpdateUserName.Name = "txtUpdateUserName"; this.txtUpdateUserName.Size = new System.Drawing.Size(134, 21); this.txtUpdateUserName.TabIndex = 42; // // txtCreateUserName // this.txtCreateUserName.BackColor = System.Drawing.SystemColors.Window; this.txtCreateUserName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtCreateUserName.ErrorMessage = ""; this.txtCreateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCreateUserName.Location = new System.Drawing.Point(122, 70); this.txtCreateUserName.MaxLength = 10; this.txtCreateUserName.Name = "txtCreateUserName"; this.txtCreateUserName.Size = new System.Drawing.Size(134, 21); this.txtCreateUserName.TabIndex = 42; // // txtReworkProcedureName // this.txtReworkProcedureName.BackColor = System.Drawing.SystemColors.Window; this.txtReworkProcedureName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtReworkProcedureName.ErrorMessage = ""; this.txtReworkProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtReworkProcedureName.Location = new System.Drawing.Point(363, 39); this.txtReworkProcedureName.MaxLength = 10; this.txtReworkProcedureName.Name = "txtReworkProcedureName"; this.txtReworkProcedureName.Size = new System.Drawing.Size(134, 21); this.txtReworkProcedureName.TabIndex = 42; // // txtGroutingMouldCode // this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingMouldCode.ErrorMessage = ""; this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingMouldCode.Location = new System.Drawing.Point(583, 67); this.txtGroutingMouldCode.MaxLength = 50; this.txtGroutingMouldCode.Name = "txtGroutingMouldCode"; this.txtGroutingMouldCode.Size = new System.Drawing.Size(134, 21); this.txtGroutingMouldCode.TabIndex = 43; // // txtModelType // this.txtModelType.BackColor = System.Drawing.SystemColors.Window; this.txtModelType.BackgroundColor = System.Drawing.SystemColors.Window; this.txtModelType.ErrorMessage = ""; this.txtModelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtModelType.Location = new System.Drawing.Point(122, 38); this.txtModelType.MaxLength = 50; this.txtModelType.Name = "txtModelType"; this.txtModelType.Size = new System.Drawing.Size(134, 21); this.txtModelType.TabIndex = 43; // // txtGroutingLineName // this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLineName.ErrorMessage = ""; this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLineName.Location = new System.Drawing.Point(363, 12); this.txtGroutingLineName.MaxLength = 10; this.txtGroutingLineName.Name = "txtGroutingLineName"; this.txtGroutingLineName.Size = new System.Drawing.Size(134, 21); this.txtGroutingLineName.TabIndex = 42; // // txtGroutingLineCode // this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingLineCode.ErrorMessage = ""; this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLineCode.Location = new System.Drawing.Point(122, 11); this.txtGroutingLineCode.MaxLength = 50; this.txtGroutingLineCode.Name = "txtGroutingLineCode"; this.txtGroutingLineCode.Size = new System.Drawing.Size(134, 21); this.txtGroutingLineCode.TabIndex = 43; // // statusIsPublicBody // this.statusIsPublicBody.BackColor = System.Drawing.SystemColors.Window; this.statusIsPublicBody.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusIsPublicBody.BackgroundImage"))); this.statusIsPublicBody.FalseText = "否"; this.statusIsPublicBody.Location = new System.Drawing.Point(526, 128); this.statusIsPublicBody.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.statusIsPublicBody.Name = "statusIsPublicBody"; this.statusIsPublicBody.Size = new System.Drawing.Size(124, 16); this.statusIsPublicBody.TabIndex = 40; this.statusIsPublicBody.Title = "是否公坯"; this.statusIsPublicBody.TitleAlign = System.Drawing.ContentAlignment.TopLeft; this.statusIsPublicBody.TrueText = "是"; // // statusIsReFire // this.statusIsReFire.BackColor = System.Drawing.SystemColors.Window; this.statusIsReFire.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusIsReFire.BackgroundImage"))); this.statusIsReFire.FalseText = "否"; this.statusIsReFire.Location = new System.Drawing.Point(526, 101); this.statusIsReFire.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.statusIsReFire.Name = "statusIsReFire"; this.statusIsReFire.Size = new System.Drawing.Size(124, 16); this.statusIsReFire.TabIndex = 40; this.statusIsReFire.Title = "是否重烧"; this.statusIsReFire.TitleAlign = System.Drawing.ContentAlignment.TopLeft; this.statusIsReFire.TrueText = "是"; // // statusCanManyTimes // this.statusCanManyTimes.BackColor = System.Drawing.SystemColors.Window; this.statusCanManyTimes.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusCanManyTimes.BackgroundImage"))); this.statusCanManyTimes.FalseText = "否"; this.statusCanManyTimes.Location = new System.Drawing.Point(502, 155); this.statusCanManyTimes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.statusCanManyTimes.Name = "statusCanManyTimes"; this.statusCanManyTimes.Size = new System.Drawing.Size(160, 16); this.statusCanManyTimes.TabIndex = 39; this.statusCanManyTimes.Title = "能否多次注浆"; this.statusCanManyTimes.TitleAlign = System.Drawing.ContentAlignment.TopLeft; this.statusCanManyTimes.TrueText = "是"; // // 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(85, 181); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 31; this.lblRemarks.Text = "备注"; // // 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(122, 178); this.txtRemarks.MaxLength = 500; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(375, 21); this.txtRemarks.TabIndex = 32; // // 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.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(638, 218); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 15; this.btnCancel.Text = "取消(&X)"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(547, 218); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 14; this.btnOK.Text = "确定(&K)"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // cBoxGroutingDate // this.cBoxGroutingDate.AutoSize = true; this.cBoxGroutingDate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cBoxGroutingDate.BackgroundImage"))); this.cBoxGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cBoxGroutingDate.Location = new System.Drawing.Point(44, 126); this.cBoxGroutingDate.Name = "cBoxGroutingDate"; this.cBoxGroutingDate.Size = new System.Drawing.Size(72, 16); this.cBoxGroutingDate.TabIndex = 46; this.cBoxGroutingDate.Text = "注浆日期"; this.cBoxGroutingDate.UseVisualStyleBackColor = true; this.cBoxGroutingDate.CheckedChanged += new System.EventHandler(this.cBoxGroutingDate_CheckedChanged); // // cBoxUpdateTime // this.cBoxUpdateTime.AutoSize = true; this.cBoxUpdateTime.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cBoxUpdateTime.BackgroundImage"))); this.cBoxUpdateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cBoxUpdateTime.Location = new System.Drawing.Point(44, 151); this.cBoxUpdateTime.Name = "cBoxUpdateTime"; this.cBoxUpdateTime.Size = new System.Drawing.Size(72, 16); this.cBoxUpdateTime.TabIndex = 47; this.cBoxUpdateTime.Text = "更新时间"; this.cBoxUpdateTime.UseVisualStyleBackColor = true; this.cBoxUpdateTime.CheckedChanged += new System.EventHandler(this.cBoxUpdateTime_CheckedChanged); // // lblCreateTime // this.lblCreateTime.AutoSize = true; this.lblCreateTime.BackColor = System.Drawing.Color.Transparent; this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCreateTime.Location = new System.Drawing.Point(338, 127); this.lblCreateTime.Name = "lblCreateTime"; this.lblCreateTime.Size = new System.Drawing.Size(17, 12); this.lblCreateTime.TabIndex = 52; this.lblCreateTime.Text = "至"; // // dtPGroutingDateEnd // this.dtPGroutingDateEnd.CustomFormat = "yyyy-MM-dd"; this.dtPGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtPGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtPGroutingDateEnd.Location = new System.Drawing.Point(365, 124); this.dtPGroutingDateEnd.Name = "dtPGroutingDateEnd"; this.dtPGroutingDateEnd.Size = new System.Drawing.Size(134, 21); this.dtPGroutingDateEnd.TabIndex = 53; // // 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(338, 157); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(17, 12); this.c_Label1.TabIndex = 54; 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(365, 151); this.dtpUpdateTimeEnd.Name = "dtpUpdateTimeEnd"; this.dtpUpdateTimeEnd.Size = new System.Drawing.Size(134, 21); this.dtpUpdateTimeEnd.TabIndex = 55; // // dropProcedureModel // this.dropProcedureModel.BackColor = System.Drawing.SystemColors.Window; this.dropProcedureModel.BackgroundColor = System.Drawing.SystemColors.Window; this.dropProcedureModel.DataSource = null; this.dropProcedureModel.DisplayMember = null; this.dropProcedureModel.ErrorMessage = ""; this.dropProcedureModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dropProcedureModel.IsSetPosition = false; this.dropProcedureModel.Location = new System.Drawing.Point(583, 40); this.dropProcedureModel.Name = "dropProcedureModel"; this.dropProcedureModel.PromptBackColor = System.Drawing.Color.Snow; this.dropProcedureModel.PromptForeColor = System.Drawing.Color.Gray; this.dropProcedureModel.SelectedValue = ""; this.dropProcedureModel.Size = new System.Drawing.Size(134, 21); this.dropProcedureModel.TabIndex = 56; this.dropProcedureModel.ValueMember = null; // // lblgoodsLevelName // this.lblgoodsLevelName.AutoSize = true; this.lblgoodsLevelName.BackColor = System.Drawing.Color.Transparent; this.lblgoodsLevelName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblgoodsLevelName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblgoodsLevelName.Location = new System.Drawing.Point(61, 101); this.lblgoodsLevelName.Name = "lblgoodsLevelName"; this.lblgoodsLevelName.Size = new System.Drawing.Size(53, 12); this.lblgoodsLevelName.TabIndex = 59; this.lblgoodsLevelName.Text = "产品分级"; // // lblgoodsLevelTypeName // this.lblgoodsLevelTypeName.AutoSize = true; this.lblgoodsLevelTypeName.BackColor = System.Drawing.Color.Transparent; this.lblgoodsLevelTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblgoodsLevelTypeName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblgoodsLevelTypeName.Location = new System.Drawing.Point(278, 101); this.lblgoodsLevelTypeName.Name = "lblgoodsLevelTypeName"; this.lblgoodsLevelTypeName.Size = new System.Drawing.Size(77, 12); this.lblgoodsLevelTypeName.TabIndex = 60; this.lblgoodsLevelTypeName.Text = "产品分级类别"; // // txtgoodsLevelTypeName // this.txtgoodsLevelTypeName.BackColor = System.Drawing.SystemColors.Window; this.txtgoodsLevelTypeName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtgoodsLevelTypeName.ErrorMessage = ""; this.txtgoodsLevelTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtgoodsLevelTypeName.Location = new System.Drawing.Point(365, 97); this.txtgoodsLevelTypeName.MaxLength = 10; this.txtgoodsLevelTypeName.Name = "txtgoodsLevelTypeName"; this.txtgoodsLevelTypeName.Size = new System.Drawing.Size(134, 21); this.txtgoodsLevelTypeName.TabIndex = 57; // // txtgoodsLevelName // this.txtgoodsLevelName.BackColor = System.Drawing.SystemColors.Window; this.txtgoodsLevelName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtgoodsLevelName.ErrorMessage = ""; this.txtgoodsLevelName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtgoodsLevelName.Location = new System.Drawing.Point(124, 97); this.txtgoodsLevelName.MaxLength = 10; this.txtgoodsLevelName.Name = "txtgoodsLevelName"; this.txtgoodsLevelName.Size = new System.Drawing.Size(134, 21); this.txtgoodsLevelName.TabIndex = 58; // // F_PM_1402 // 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(735, 273); this.Controls.Add(this.lblgoodsLevelName); this.Controls.Add(this.lblgoodsLevelTypeName); this.Controls.Add(this.txtgoodsLevelTypeName); this.Controls.Add(this.txtgoodsLevelName); this.Controls.Add(this.dropProcedureModel); this.Controls.Add(this.c_Label1); this.Controls.Add(this.dtpUpdateTimeEnd); this.Controls.Add(this.lblCreateTime); this.Controls.Add(this.dtPGroutingDateEnd); this.Controls.Add(this.cBoxUpdateTime); this.Controls.Add(this.cBoxGroutingDate); this.Controls.Add(this.dtpUpdateTimeStart); this.Controls.Add(this.dtPGroutingDateStart); this.Controls.Add(this.lblGMouldTypeName); this.Controls.Add(this.lblUpdateUserName); this.Controls.Add(this.lblCreateUserName); this.Controls.Add(this.lblProcedureModel); this.Controls.Add(this.lblReworkProcedureName); this.Controls.Add(this.c_Label2); this.Controls.Add(this.lblGroutingLineName); this.Controls.Add(this.lblGroutingMouldCode); this.Controls.Add(this.lblModelType); this.Controls.Add(this.lblGroutingLineCode); this.Controls.Add(this.txtGMouldTypeName); this.Controls.Add(this.txtUpdateUserName); this.Controls.Add(this.txtCreateUserName); this.Controls.Add(this.txtReworkProcedureName); this.Controls.Add(this.txtGroutingMouldCode); this.Controls.Add(this.txtModelType); this.Controls.Add(this.txtGroutingLineName); this.Controls.Add(this.txtGroutingLineCode); this.Controls.Add(this.statusIsPublicBody); this.Controls.Add(this.statusIsReFire); this.Controls.Add(this.statusCanManyTimes); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_1402"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "在产产品-更多条件"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1402_FormClosed); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.statusCanManyTimes, 0); this.Controls.SetChildIndex(this.statusIsReFire, 0); this.Controls.SetChildIndex(this.statusIsPublicBody, 0); this.Controls.SetChildIndex(this.txtGroutingLineCode, 0); this.Controls.SetChildIndex(this.txtGroutingLineName, 0); this.Controls.SetChildIndex(this.txtModelType, 0); this.Controls.SetChildIndex(this.txtGroutingMouldCode, 0); this.Controls.SetChildIndex(this.txtReworkProcedureName, 0); this.Controls.SetChildIndex(this.txtCreateUserName, 0); this.Controls.SetChildIndex(this.txtUpdateUserName, 0); this.Controls.SetChildIndex(this.txtGMouldTypeName, 0); this.Controls.SetChildIndex(this.lblGroutingLineCode, 0); this.Controls.SetChildIndex(this.lblModelType, 0); this.Controls.SetChildIndex(this.lblGroutingMouldCode, 0); this.Controls.SetChildIndex(this.lblGroutingLineName, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.lblReworkProcedureName, 0); this.Controls.SetChildIndex(this.lblProcedureModel, 0); this.Controls.SetChildIndex(this.lblCreateUserName, 0); this.Controls.SetChildIndex(this.lblUpdateUserName, 0); this.Controls.SetChildIndex(this.lblGMouldTypeName, 0); this.Controls.SetChildIndex(this.dtPGroutingDateStart, 0); this.Controls.SetChildIndex(this.dtpUpdateTimeStart, 0); this.Controls.SetChildIndex(this.cBoxGroutingDate, 0); this.Controls.SetChildIndex(this.cBoxUpdateTime, 0); this.Controls.SetChildIndex(this.dtPGroutingDateEnd, 0); this.Controls.SetChildIndex(this.lblCreateTime, 0); this.Controls.SetChildIndex(this.dtpUpdateTimeEnd, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.dropProcedureModel, 0); this.Controls.SetChildIndex(this.txtgoodsLevelName, 0); this.Controls.SetChildIndex(this.txtgoodsLevelTypeName, 0); this.Controls.SetChildIndex(this.lblgoodsLevelTypeName, 0); this.Controls.SetChildIndex(this.lblgoodsLevelName, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_StatusCheckBox statusIsReFire; private Basics.BaseControls.C_StatusCheckBox statusCanManyTimes; private Basics.BaseControls.C_Label lblGroutingLineName; private Basics.BaseControls.C_Label lblGroutingLineCode; private Basics.BaseControls.C_TextBox txtGroutingLineName; private Basics.BaseControls.C_TextBox txtGroutingLineCode; private Basics.BaseControls.C_Label lblProcedureModel; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtModelType; private Basics.BaseControls.C_TextBox txtReworkProcedureName; private Basics.BaseControls.C_TextBox txtGMouldTypeName; private Basics.BaseControls.C_Label lblModelType; private Basics.BaseControls.C_Label lblReworkProcedureName; private Basics.BaseControls.C_Label lblGMouldTypeName; private Basics.BaseControls.C_TextBox txtGroutingMouldCode; private Basics.BaseControls.C_TextBox txtCreateUserName; private Basics.BaseControls.C_Label lblGroutingMouldCode; private Basics.BaseControls.C_Label lblCreateUserName; private Basics.BaseControls.C_DateTimePicker dtPGroutingDateStart; private Basics.BaseControls.C_TextBox txtUpdateUserName; private Basics.BaseControls.C_Label lblUpdateUserName; private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart; private Basics.BaseControls.C_StatusCheckBox statusIsPublicBody; private Basics.BaseControls.C_CheckBox cBoxGroutingDate; private Basics.BaseControls.C_CheckBox cBoxUpdateTime; private Basics.BaseControls.C_Label lblCreateTime; private Basics.BaseControls.C_DateTimePicker dtPGroutingDateEnd; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd; private Basics.BaseControls.C_TXT_DropDownList dropProcedureModel; private Basics.BaseControls.C_Label lblgoodsLevelName; private Basics.BaseControls.C_Label lblgoodsLevelTypeName; private Basics.BaseControls.C_TextBox txtgoodsLevelTypeName; private Basics.BaseControls.C_TextBox txtgoodsLevelName; } }