namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0107 { /// /// 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_PC_0107)); this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dkGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsSearchBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.SuspendLayout(); // // lblTimes // this.lblTimes.AutoSize = true; this.lblTimes.BackColor = System.Drawing.Color.Transparent; this.lblTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTimes.ForeColor = System.Drawing.SystemColors.ControlText; this.lblTimes.Location = new System.Drawing.Point(12, 18); this.lblTimes.Name = "lblTimes"; this.lblTimes.Size = new System.Drawing.Size(53, 12); this.lblTimes.TabIndex = 3; this.lblTimes.Text = "操作时间"; // // txtDateStart // this.txtDateStart.CustomFormat = "yyyy-MM-dd"; this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtDateStart.Location = new System.Drawing.Point(71, 12); this.txtDateStart.Name = "txtDateStart"; this.txtDateStart.Size = new System.Drawing.Size(103, 21); this.txtDateStart.TabIndex = 91; // // dkGoods // this.dkGoods.DataSource = null; this.dkGoods.Enabled = true; this.dkGoods.GoodsCode = ""; this.dkGoods.GoodsID = null; this.dkGoods.GoodsIDS = null; this.dkGoods.GoodsName = null; this.dkGoods.GoodsSpecification = null; this.dkGoods.IsMustInput = false; this.dkGoods.Location = new System.Drawing.Point(12, 39); this.dkGoods.Name = "dkGoods"; this.dkGoods.PurviewType = ((byte)(0)); this.dkGoods.Size = new System.Drawing.Size(254, 21); this.dkGoods.TabIndex = 92; this.dkGoods.Title = "模具产品"; this.dkGoods.TxtGoodsBackColor = 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(6, 66); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(59, 12); this.c_Label1.TabIndex = 93; this.c_Label1.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(71, 66); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(195, 124); this.txtRemarks.TabIndex = 94; // // btnSave // 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(181, 196); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 95; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // F_PC_0107 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 250); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.c_Label1); this.Controls.Add(this.dkGoods); this.Controls.Add(this.txtDateStart); this.Controls.Add(this.lblTimes); this.Name = "F_PC_0107"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_PC_0107"; this.Controls.SetChildIndex(this.lblTimes, 0); this.Controls.SetChildIndex(this.txtDateStart, 0); this.Controls.SetChildIndex(this.dkGoods, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblTimes; private Basics.BaseControls.C_DateTimePicker txtDateStart; private Controls.SearchTextBox.dkGoodsSearchBox dkGoods; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnSave; } }