namespace PMSUI { partial class HistoryDataForm { /// /// 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.gp_Read = new System.Windows.Forms.GroupBox(); this.btHelps = new System.Windows.Forms.Button(); this.dtp_StartTime = new System.Windows.Forms.DateTimePicker(); this.tbOrderID = new System.Windows.Forms.TextBox(); this.dtp_EndTime = new System.Windows.Forms.DateTimePicker(); this.lbOrderID = new System.Windows.Forms.Label(); this.lbStartTime = new System.Windows.Forms.Label(); this.bt = new System.Windows.Forms.Button(); this.lbEndTime = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.gp_Read.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.ImeMode = System.Windows.Forms.ImeMode.On; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dataGridView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.btHelps); this.splitContainer1.Panel2.Controls.Add(this.gp_Read); this.splitContainer1.Size = new System.Drawing.Size(923, 517); this.splitContainer1.SplitterDistance = 648; this.splitContainer1.TabIndex = 4; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(648, 517); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); // // gp_Read // this.gp_Read.Controls.Add(this.dtp_StartTime); this.gp_Read.Controls.Add(this.tbOrderID); this.gp_Read.Controls.Add(this.dtp_EndTime); this.gp_Read.Controls.Add(this.lbOrderID); this.gp_Read.Controls.Add(this.lbStartTime); this.gp_Read.Controls.Add(this.bt); this.gp_Read.Controls.Add(this.lbEndTime); this.gp_Read.Location = new System.Drawing.Point(3, 41); this.gp_Read.Name = "gp_Read"; this.gp_Read.Size = new System.Drawing.Size(235, 207); this.gp_Read.TabIndex = 46; this.gp_Read.TabStop = false; // // btHelps // this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btHelps.Location = new System.Drawing.Point(3, 12); this.btHelps.Name = "btHelps"; this.btHelps.Size = new System.Drawing.Size(85, 23); this.btHelps.TabIndex = 45; this.btHelps.Text = "帮助信息"; this.btHelps.UseVisualStyleBackColor = true; this.btHelps.Click += new System.EventHandler(this.btHelps_Click); // // dtp_StartTime // this.dtp_StartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtp_StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtp_StartTime.Location = new System.Drawing.Point(73, 88); this.dtp_StartTime.Name = "dtp_StartTime"; this.dtp_StartTime.Size = new System.Drawing.Size(133, 21); this.dtp_StartTime.TabIndex = 2; // // tbOrderID // this.tbOrderID.Location = new System.Drawing.Point(73, 169); this.tbOrderID.Name = "tbOrderID"; this.tbOrderID.Size = new System.Drawing.Size(133, 21); this.tbOrderID.TabIndex = 8; // // dtp_EndTime // this.dtp_EndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtp_EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtp_EndTime.Location = new System.Drawing.Point(73, 126); this.dtp_EndTime.Name = "dtp_EndTime"; this.dtp_EndTime.Size = new System.Drawing.Size(133, 21); this.dtp_EndTime.TabIndex = 3; // // lbOrderID // this.lbOrderID.AutoSize = true; this.lbOrderID.Location = new System.Drawing.Point(14, 171); this.lbOrderID.Name = "lbOrderID"; this.lbOrderID.Size = new System.Drawing.Size(41, 12); this.lbOrderID.TabIndex = 7; this.lbOrderID.Text = "任务号"; // // lbStartTime // this.lbStartTime.AutoSize = true; this.lbStartTime.Location = new System.Drawing.Point(14, 94); this.lbStartTime.Name = "lbStartTime"; this.lbStartTime.Size = new System.Drawing.Size(53, 12); this.lbStartTime.TabIndex = 4; this.lbStartTime.Text = "开始时间"; // // bt // this.bt.Location = new System.Drawing.Point(16, 20); this.bt.Name = "bt"; this.bt.Size = new System.Drawing.Size(190, 60); this.bt.TabIndex = 6; this.bt.Text = "查看"; this.bt.UseVisualStyleBackColor = true; this.bt.Click += new System.EventHandler(this.bt_Click); // // lbEndTime // this.lbEndTime.AutoSize = true; this.lbEndTime.Location = new System.Drawing.Point(14, 132); this.lbEndTime.Name = "lbEndTime"; this.lbEndTime.Size = new System.Drawing.Size(53, 12); this.lbEndTime.TabIndex = 5; this.lbEndTime.Text = "结束时间"; // // HistoryDataForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(923, 517); this.Controls.Add(this.splitContainer1); this.Name = "HistoryDataForm"; this.Text = "历史数据查询"; this.Load += new System.EventHandler(this.HistoryDataForm_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.gp_Read.ResumeLayout(false); this.gp_Read.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button bt; private System.Windows.Forms.Label lbEndTime; private System.Windows.Forms.Label lbStartTime; private System.Windows.Forms.DateTimePicker dtp_EndTime; private System.Windows.Forms.DateTimePicker dtp_StartTime; private System.Windows.Forms.Label lbOrderID; private System.Windows.Forms.TextBox tbOrderID; private System.Windows.Forms.Button btHelps; private System.Windows.Forms.GroupBox gp_Read; } }