namespace Dongke.IBOSS.PRD.Client.Public { partial class F_P_000021 { /// /// 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_P_000021)); this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.lblDataTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.label1 = new System.Windows.Forms.Label(); this.txtUserCode = new Dongke.WinForm.Controls.TxtTextBox(); this.btnClose = new System.Windows.Forms.Button(); this.lblMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpMonth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.hScrollBar1 = new System.Windows.Forms.HScrollBar(); this.lblErrorMessges = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblUserID // this.lblUserID.AutoSize = true; this.lblUserID.BackColor = System.Drawing.Color.Transparent; this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblUserID.IsMustInput = true; this.lblUserID.Location = new System.Drawing.Point(163, 195); this.lblUserID.Name = "lblUserID"; this.lblUserID.Size = new System.Drawing.Size(29, 12); this.lblUserID.TabIndex = 29; this.lblUserID.Text = "工号"; // // lblAccountDateStart // this.lblAccountDateStart.AutoSize = true; this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent; this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAccountDateStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblAccountDateStart.IsMustInput = true; this.lblAccountDateStart.Location = new System.Drawing.Point(4, 241); this.lblAccountDateStart.Name = "lblAccountDateStart"; this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12); this.lblAccountDateStart.TabIndex = 27; this.lblAccountDateStart.Text = "生产日期"; // // dtpDateStart // this.dtpDateStart.CustomFormat = "yyyy-MM-dd"; this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDateStart.Location = new System.Drawing.Point(63, 237); this.dtpDateStart.Name = "dtpDateStart"; this.dtpDateStart.Size = new System.Drawing.Size(120, 21); this.dtpDateStart.TabIndex = 26; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // lblDataTime // this.lblDataTime.BackColor = System.Drawing.Color.Transparent; this.lblDataTime.Dock = System.Windows.Forms.DockStyle.Top; this.lblDataTime.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDataTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDataTime.Location = new System.Drawing.Point(0, 0); this.lblDataTime.Name = "lblDataTime"; this.lblDataTime.Size = new System.Drawing.Size(480, 161); this.lblDataTime.TabIndex = 30; this.lblDataTime.Text = "2017-01-01 12:00:00"; this.lblDataTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(4, 201); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(88, 30); this.btnSearch.TabIndex = 31; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(2, 263); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(173, 12); this.label1.TabIndex = 32; this.label1.Text = "干补过的坯体不算作成型的质量"; this.label1.Visible = false; // // txtUserCode // this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtUserCode.Location = new System.Drawing.Point(198, 191); this.txtUserCode.Name = "txtUserCode"; this.txtUserCode.Size = new System.Drawing.Size(120, 21); this.txtUserCode.TabIndex = 33; this.txtUserCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserCode_KeyDown); // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(398, 107); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(46, 26); this.btnClose.TabIndex = 34; this.btnClose.TabStop = false; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; // // lblMonth // this.lblMonth.AutoSize = true; this.lblMonth.BackColor = System.Drawing.Color.Transparent; this.lblMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblMonth.IsMustInput = true; this.lblMonth.Location = new System.Drawing.Point(163, 168); this.lblMonth.Name = "lblMonth"; this.lblMonth.Size = new System.Drawing.Size(29, 12); this.lblMonth.TabIndex = 36; this.lblMonth.Text = "月度"; // // dtpMonth // this.dtpMonth.CustomFormat = "M月"; this.dtpMonth.Enabled = false; this.dtpMonth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpMonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpMonth.Location = new System.Drawing.Point(198, 164); this.dtpMonth.Name = "dtpMonth"; this.dtpMonth.Size = new System.Drawing.Size(120, 21); this.dtpMonth.TabIndex = 35; // // hScrollBar1 // this.hScrollBar1.LargeChange = 1; this.hScrollBar1.Location = new System.Drawing.Point(253, 165); this.hScrollBar1.Maximum = 1; this.hScrollBar1.Name = "hScrollBar1"; this.hScrollBar1.Size = new System.Drawing.Size(63, 19); this.hScrollBar1.TabIndex = 38; this.hScrollBar1.Value = 1; this.hScrollBar1.ValueChanged += new System.EventHandler(this.hScrollBar1_ValueChanged); // // lblErrorMessges // this.lblErrorMessges.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblErrorMessges.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblErrorMessges.ForeColor = System.Drawing.Color.Red; this.lblErrorMessges.Location = new System.Drawing.Point(0, 225); this.lblErrorMessges.Name = "lblErrorMessges"; this.lblErrorMessges.Size = new System.Drawing.Size(480, 107); this.lblErrorMessges.TabIndex = 39; this.lblErrorMessges.Text = "ErrorMessges"; this.lblErrorMessges.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // F_P_000021 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BackgroundImage = null; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(480, 332); this.Controls.Add(this.lblErrorMessges); this.Controls.Add(this.hScrollBar1); this.Controls.Add(this.lblMonth); this.Controls.Add(this.dtpMonth); this.Controls.Add(this.txtUserCode); this.Controls.Add(this.label1); this.Controls.Add(this.btnSearch); this.Controls.Add(this.lblUserID); this.Controls.Add(this.lblAccountDateStart); this.Controls.Add(this.dtpDateStart); this.Controls.Add(this.lblDataTime); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormLocation = false; this.IsSaveFormSize = false; this.KeyPreview = true; this.MaximizeBox = false; this.Name = "F_P_000021"; this.Opacity = 0.9D; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.StatusStripVisible = false; this.StatusTimerVisible = false; this.Text = "F_P_000021"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_P_000021_FormClosed); this.Shown += new System.EventHandler(this.F_P_000021_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblUserID; private Basics.BaseControls.C_Label lblAccountDateStart; private Basics.BaseControls.C_DateTimePicker dtpDateStart; private System.Windows.Forms.Timer timer1; private Basics.BaseControls.C_Label lblDataTime; private Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.Label label1; private WinForm.Controls.TxtTextBox txtUserCode; private System.Windows.Forms.Button btnClose; private Basics.BaseControls.C_Label lblMonth; private Basics.BaseControls.C_DateTimePicker dtpMonth; private System.Windows.Forms.HScrollBar hScrollBar1; private System.Windows.Forms.Label lblErrorMessges; } }