namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_1202 { /// /// 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_1202)); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dtpMonth = new Dongke.WinForm.Controls.DtpMonth(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.txtDateBegin = new Dongke.WinForm.Controls.TxtTextBox(); this.txtDateEnd = new Dongke.WinForm.Controls.TxtTextBox(); this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel(); this.lblLastMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblMessage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox(); this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel(); this.SuspendLayout(); // // 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(273, 189); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(78, 30); this.btnCancel.TabIndex = 11; this.btnCancel.Text = "关闭(&X)"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // 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(188, 189); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(79, 30); this.btnSave.TabIndex = 10; this.btnSave.Text = "结转(&D)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // dtpMonth // this.dtpMonth.AllowNull = false; this.dtpMonth.Location = new System.Drawing.Point(72, 12); this.dtpMonth.Name = "dtpMonth"; this.dtpMonth.Size = new System.Drawing.Size(120, 21); this.dtpMonth.TabIndex = 1; this.dtpMonth.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0); this.dtpMonth.ValueChanged += new System.EventHandler(this.dtpMonth_ValueChanged); // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(13, 16); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 0; this.lblLabel1.Text = "结转月份"; // // txtDateBegin // this.txtDateBegin.Location = new System.Drawing.Point(72, 39); this.txtDateBegin.Name = "txtDateBegin"; this.txtDateBegin.ReadOnly = true; this.txtDateBegin.Size = new System.Drawing.Size(120, 21); this.txtDateBegin.TabIndex = 4; // // txtDateEnd // this.txtDateEnd.Location = new System.Drawing.Point(215, 39); this.txtDateEnd.Name = "txtDateEnd"; this.txtDateEnd.ReadOnly = true; this.txtDateEnd.Size = new System.Drawing.Size(120, 21); this.txtDateEnd.TabIndex = 6; // // lblLabel2 // this.lblLabel2.Location = new System.Drawing.Point(13, 43); this.lblLabel2.Name = "lblLabel2"; this.lblLabel2.Size = new System.Drawing.Size(53, 12); this.lblLabel2.TabIndex = 3; this.lblLabel2.Text = "日期范围"; // // lblLabel3 // this.lblLabel3.Location = new System.Drawing.Point(198, 43); this.lblLabel3.Name = "lblLabel3"; this.lblLabel3.Size = new System.Drawing.Size(11, 12); this.lblLabel3.TabIndex = 5; this.lblLabel3.Text = "-"; // // lblLastMonth // this.lblLastMonth.AutoSize = true; this.lblLastMonth.BackColor = System.Drawing.Color.Transparent; this.lblLastMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLastMonth.ForeColor = System.Drawing.Color.Blue; this.lblLastMonth.Location = new System.Drawing.Point(198, 16); this.lblLastMonth.Name = "lblLastMonth"; this.lblLastMonth.Size = new System.Drawing.Size(107, 12); this.lblLastMonth.TabIndex = 2; this.lblLastMonth.Text = "最后结转月【{0}】"; // // lblMessage // this.lblMessage.AutoSize = true; this.lblMessage.BackColor = System.Drawing.Color.Transparent; this.lblMessage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMessage.ForeColor = System.Drawing.Color.Red; this.lblMessage.Location = new System.Drawing.Point(12, 72); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(317, 12); this.lblMessage.TabIndex = 7; this.lblMessage.Text = "结转月份要大于最后结转月【{0}】,小于当前月【{1}】。"; // // txtRemarks // this.txtRemarks.Location = new System.Drawing.Point(72, 97); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(279, 86); this.txtRemarks.TabIndex = 9; // // lblLabel4 // this.lblLabel4.Location = new System.Drawing.Point(37, 97); this.lblLabel4.Name = "lblLabel4"; this.lblLabel4.Size = new System.Drawing.Size(29, 12); this.lblLabel4.TabIndex = 8; this.lblLabel4.Text = "备注"; // // F_PC_1202 // 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(363, 244); this.Controls.Add(this.lblMessage); this.Controls.Add(this.lblLastMonth); this.Controls.Add(this.txtDateEnd); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtDateBegin); this.Controls.Add(this.lblLabel3); this.Controls.Add(this.lblLabel4); this.Controls.Add(this.lblLabel2); this.Controls.Add(this.lblLabel1); this.Controls.Add(this.dtpMonth); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormLocation = false; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PC_1202"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "模具库存结转"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1202_FormClosed); this.Load += new System.EventHandler(this.F_PC_1202_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.dtpMonth, 0); this.Controls.SetChildIndex(this.lblLabel1, 0); this.Controls.SetChildIndex(this.lblLabel2, 0); this.Controls.SetChildIndex(this.lblLabel4, 0); this.Controls.SetChildIndex(this.lblLabel3, 0); this.Controls.SetChildIndex(this.txtDateBegin, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.txtDateEnd, 0); this.Controls.SetChildIndex(this.lblLastMonth, 0); this.Controls.SetChildIndex(this.lblMessage, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private WinForm.Controls.DtpMonth dtpMonth; private WinForm.Controls.LblLabel lblLabel1; private WinForm.Controls.TxtTextBox txtDateBegin; private WinForm.Controls.TxtTextBox txtDateEnd; private WinForm.Controls.LblLabel lblLabel2; private WinForm.Controls.LblLabel lblLabel3; private Basics.BaseControls.C_Label lblLastMonth; private Basics.BaseControls.C_Label lblMessage; private WinForm.Controls.TxtTextBox txtRemarks; private WinForm.Controls.LblLabel lblLabel4; } }