namespace XS_HttpServer_LR { partial class FrmInterfaceFeedback { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.btn_query = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.time_end = new System.Windows.Forms.DateTimePicker(); this.time_begin = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1064, 501); this.tableLayoutPanel1.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1058, 64); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "数据查询"; // // panel1 // this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.comboBox2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.btn_query); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.time_end); this.panel1.Controls.Add(this.time_begin); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 17); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1052, 44); this.panel1.TabIndex = 0; // // label8 // this.label8.Location = new System.Drawing.Point(19, 12); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 21); this.label8.TabIndex = 21; this.label8.Text = "接口日志"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "出入库", "入库", "出库", "物料同步信息", "货位同步信息", "接口日志查询"}); this.comboBox2.Location = new System.Drawing.Point(85, 12); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(128, 20); this.comboBox2.TabIndex = 20; // // button1 // this.button1.Location = new System.Drawing.Point(588, 11); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 19; this.button1.Text = "重置"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1_Click); // // btn_query // this.btn_query.Location = new System.Drawing.Point(691, 11); this.btn_query.Name = "btn_query"; this.btn_query.Size = new System.Drawing.Size(75, 23); this.btn_query.TabIndex = 9; this.btn_query.Text = "查询"; this.btn_query.UseVisualStyleBackColor = true; this.btn_query.Click += new System.EventHandler(this.Btn_query_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(420, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(11, 12); this.label2.TabIndex = 8; this.label2.Text = "-"; // // time_end // this.time_end.CustomFormat = "yyyy-MM-dd HH:mm"; this.time_end.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.time_end.Location = new System.Drawing.Point(438, 12); this.time_end.Name = "time_end"; this.time_end.Size = new System.Drawing.Size(134, 21); this.time_end.TabIndex = 7; // // time_begin // this.time_begin.CustomFormat = "yyyy-MM-dd HH:mm"; this.time_begin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.time_begin.Location = new System.Drawing.Point(279, 12); this.time_begin.Name = "time_begin"; this.time_begin.Size = new System.Drawing.Size(134, 21); this.time_begin.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(219, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 5; this.label1.Text = "完成时间"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 73); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1058, 425); this.dataGridView1.TabIndex = 1; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellDoubleClick); // // FrmInterfaceFeedback // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1064, 501); this.Controls.Add(this.tableLayoutPanel1); this.Name = "FrmInterfaceFeedback"; this.Text = "数据查询"; this.Load += new System.EventHandler(this.FrmInterfaceFeedback_Load); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btn_query; private System.Windows.Forms.DataGridView dataGridView1; public System.Windows.Forms.DateTimePicker time_end; public System.Windows.Forms.DateTimePicker time_begin; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBox2; } }