namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0106 { /// /// 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_0106)); this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); 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(18, 15); this.lblTimes.Name = "lblTimes"; this.lblTimes.Size = new System.Drawing.Size(53, 12); this.lblTimes.TabIndex = 2; this.lblTimes.Text = "操作时间"; // // 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(12, 39); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(59, 12); this.c_Label1.TabIndex = 3; this.c_Label1.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(77, 9); this.txtDateStart.Name = "txtDateStart"; this.txtDateStart.Size = new System.Drawing.Size(103, 21); this.txtDateStart.TabIndex = 90; // // 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(77, 36); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(195, 124); this.txtRemarks.TabIndex = 91; // // 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(187, 166); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 92; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // F_PC_0106 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 221); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtDateStart); this.Controls.Add(this.c_Label1); this.Controls.Add(this.lblTimes); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PC_0106"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_PC_0106"; this.Controls.SetChildIndex(this.lblTimes, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtDateStart, 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_Label c_Label1; private Basics.BaseControls.C_DateTimePicker txtDateStart; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnSave; } }