添加项目文件。
This commit is contained in:
+386
@@ -0,0 +1,386 @@
|
||||
|
||||
namespace JY.Inspection.Frm
|
||||
{
|
||||
partial class FrmHistoricalDataQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHistoricalDataQuery));
|
||||
this.txtBarCode = new MetroFramework.Controls.MetroTextBox();
|
||||
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
||||
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
|
||||
this.btnSelect = new MetroFramework.Controls.MetroButton();
|
||||
this.btnExcel = new MetroFramework.Controls.MetroButton();
|
||||
this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
|
||||
this.cbSelectType = new MetroFramework.Controls.MetroComboBox();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.dgvData = new MetroFramework.Controls.MetroGrid();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
|
||||
this.btnUpMES = new MetroFramework.Controls.MetroButton();
|
||||
this.cmbFlag = new MetroFramework.Controls.MetroComboBox();
|
||||
this.dtEndTime = new System.Windows.Forms.DateTimePicker();
|
||||
this.dtStartTime = new System.Windows.Forms.DateTimePicker();
|
||||
this.lblSelectStures = new System.Windows.Forms.Label();
|
||||
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
|
||||
this.resultSelectType = new MetroFramework.Controls.MetroComboBox();
|
||||
this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// txtBarCode
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.txtBarCode.CustomButton.Image = null;
|
||||
this.txtBarCode.CustomButton.Location = new System.Drawing.Point(171, 1);
|
||||
this.txtBarCode.CustomButton.Name = "";
|
||||
this.txtBarCode.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||||
this.txtBarCode.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||||
this.txtBarCode.CustomButton.TabIndex = 1;
|
||||
this.txtBarCode.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||||
this.txtBarCode.CustomButton.UseSelectable = true;
|
||||
this.txtBarCode.CustomButton.Visible = false;
|
||||
this.txtBarCode.FontSize = MetroFramework.MetroTextBoxSize.Medium;
|
||||
this.txtBarCode.Lines = new string[0];
|
||||
this.txtBarCode.Location = new System.Drawing.Point(7, 186);
|
||||
this.txtBarCode.MaxLength = 32767;
|
||||
this.txtBarCode.Name = "txtBarCode";
|
||||
this.txtBarCode.PasswordChar = '\0';
|
||||
this.txtBarCode.PromptText = "输入要查询的条码";
|
||||
this.txtBarCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||||
this.txtBarCode.SelectedText = "";
|
||||
this.txtBarCode.SelectionLength = 0;
|
||||
this.txtBarCode.SelectionStart = 0;
|
||||
this.txtBarCode.ShortcutsEnabled = true;
|
||||
this.txtBarCode.Size = new System.Drawing.Size(193, 23);
|
||||
this.txtBarCode.TabIndex = 1;
|
||||
this.txtBarCode.UseSelectable = true;
|
||||
this.txtBarCode.WaterMark = "输入要查询的条码";
|
||||
this.txtBarCode.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
this.txtBarCode.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||||
//
|
||||
// metroLabel1
|
||||
//
|
||||
this.metroLabel1.AutoSize = true;
|
||||
this.metroLabel1.Location = new System.Drawing.Point(7, 34);
|
||||
this.metroLabel1.Name = "metroLabel1";
|
||||
this.metroLabel1.Size = new System.Drawing.Size(107, 19);
|
||||
this.metroLabel1.TabIndex = 4;
|
||||
this.metroLabel1.Text = "查询起始时间:";
|
||||
//
|
||||
// metroLabel3
|
||||
//
|
||||
this.metroLabel3.AutoSize = true;
|
||||
this.metroLabel3.Location = new System.Drawing.Point(9, 164);
|
||||
this.metroLabel3.Name = "metroLabel3";
|
||||
this.metroLabel3.Size = new System.Drawing.Size(79, 19);
|
||||
this.metroLabel3.TabIndex = 6;
|
||||
this.metroLabel3.Text = "查询条码:";
|
||||
//
|
||||
// btnSelect
|
||||
//
|
||||
this.btnSelect.Location = new System.Drawing.Point(10, 360);
|
||||
this.btnSelect.Name = "btnSelect";
|
||||
this.btnSelect.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnSelect.TabIndex = 7;
|
||||
this.btnSelect.Text = "查 询";
|
||||
this.btnSelect.UseSelectable = true;
|
||||
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
|
||||
//
|
||||
// btnExcel
|
||||
//
|
||||
this.btnExcel.Location = new System.Drawing.Point(123, 360);
|
||||
this.btnExcel.Name = "btnExcel";
|
||||
this.btnExcel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnExcel.TabIndex = 8;
|
||||
this.btnExcel.Text = "导 出";
|
||||
this.btnExcel.UseSelectable = true;
|
||||
this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
|
||||
//
|
||||
// metroLabel4
|
||||
//
|
||||
this.metroLabel4.AutoSize = true;
|
||||
this.metroLabel4.Location = new System.Drawing.Point(9, 230);
|
||||
this.metroLabel4.Name = "metroLabel4";
|
||||
this.metroLabel4.Size = new System.Drawing.Size(79, 19);
|
||||
this.metroLabel4.TabIndex = 11;
|
||||
this.metroLabel4.Text = "查询类型:";
|
||||
//
|
||||
// cbSelectType
|
||||
//
|
||||
this.cbSelectType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.cbSelectType.FormattingEnabled = true;
|
||||
this.cbSelectType.ItemHeight = 23;
|
||||
this.cbSelectType.Items.AddRange(new object[] {
|
||||
"查询进站数据",
|
||||
"查询出站数据"});
|
||||
this.cbSelectType.Location = new System.Drawing.Point(7, 252);
|
||||
this.cbSelectType.Name = "cbSelectType";
|
||||
this.cbSelectType.Size = new System.Drawing.Size(193, 29);
|
||||
this.cbSelectType.TabIndex = 12;
|
||||
this.cbSelectType.UseSelectable = true;
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 2;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 220F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||||
this.tableLayoutPanel1.Controls.Add(this.dgvData, 1, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(20, 60);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 1;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 546);
|
||||
this.tableLayoutPanel1.TabIndex = 13;
|
||||
//
|
||||
// dgvData
|
||||
//
|
||||
this.dgvData.AllowUserToAddRows = false;
|
||||
this.dgvData.AllowUserToDeleteRows = false;
|
||||
this.dgvData.AllowUserToResizeRows = false;
|
||||
this.dgvData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
||||
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.SkyBlue;
|
||||
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
|
||||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
|
||||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvData.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dgvData.EnableHeadersVisualStyles = false;
|
||||
this.dgvData.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
this.dgvData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.dgvData.Location = new System.Drawing.Point(223, 3);
|
||||
this.dgvData.Name = "dgvData";
|
||||
this.dgvData.ReadOnly = true;
|
||||
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
|
||||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
||||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dgvData.RowHeadersWidth = 51;
|
||||
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||||
this.dgvData.RowTemplate.Height = 23;
|
||||
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.dgvData.Size = new System.Drawing.Size(819, 540);
|
||||
this.dgvData.TabIndex = 16;
|
||||
this.dgvData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvData_CellMouseClick);
|
||||
this.dgvData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvData_RowPostPaint);
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.resultSelectType);
|
||||
this.groupBox1.Controls.Add(this.metroLabel6);
|
||||
this.groupBox1.Controls.Add(this.metroLabel5);
|
||||
this.groupBox1.Controls.Add(this.btnUpMES);
|
||||
this.groupBox1.Controls.Add(this.cmbFlag);
|
||||
this.groupBox1.Controls.Add(this.dtEndTime);
|
||||
this.groupBox1.Controls.Add(this.dtStartTime);
|
||||
this.groupBox1.Controls.Add(this.lblSelectStures);
|
||||
this.groupBox1.Controls.Add(this.metroLabel2);
|
||||
this.groupBox1.Controls.Add(this.btnExcel);
|
||||
this.groupBox1.Controls.Add(this.btnSelect);
|
||||
this.groupBox1.Controls.Add(this.cbSelectType);
|
||||
this.groupBox1.Controls.Add(this.metroLabel1);
|
||||
this.groupBox1.Controls.Add(this.metroLabel4);
|
||||
this.groupBox1.Controls.Add(this.txtBarCode);
|
||||
this.groupBox1.Controls.Add(this.metroLabel3);
|
||||
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(214, 540);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "查询条件";
|
||||
//
|
||||
// metroLabel5
|
||||
//
|
||||
this.metroLabel5.AutoSize = true;
|
||||
this.metroLabel5.Location = new System.Drawing.Point(9, 425);
|
||||
this.metroLabel5.Name = "metroLabel5";
|
||||
this.metroLabel5.Size = new System.Drawing.Size(91, 19);
|
||||
this.metroLabel5.TabIndex = 53;
|
||||
this.metroLabel5.Text = "上传MES状态";
|
||||
this.metroLabel5.Visible = false;
|
||||
//
|
||||
// btnUpMES
|
||||
//
|
||||
this.btnUpMES.Location = new System.Drawing.Point(10, 392);
|
||||
this.btnUpMES.Name = "btnUpMES";
|
||||
this.btnUpMES.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnUpMES.TabIndex = 51;
|
||||
this.btnUpMES.Text = "上传MES";
|
||||
this.btnUpMES.UseSelectable = true;
|
||||
this.btnUpMES.Visible = false;
|
||||
this.btnUpMES.Click += new System.EventHandler(this.btnUpMES_Click);
|
||||
//
|
||||
// cmbFlag
|
||||
//
|
||||
this.cmbFlag.FormattingEnabled = true;
|
||||
this.cmbFlag.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.cmbFlag.ItemHeight = 23;
|
||||
this.cmbFlag.Items.AddRange(new object[] {
|
||||
"全部",
|
||||
"自动上传MES数据",
|
||||
"手动上传MES数据",
|
||||
"未上传MES数据"});
|
||||
this.cmbFlag.Location = new System.Drawing.Point(6, 447);
|
||||
this.cmbFlag.Name = "cmbFlag";
|
||||
this.cmbFlag.Size = new System.Drawing.Size(192, 29);
|
||||
this.cmbFlag.TabIndex = 50;
|
||||
this.cmbFlag.UseSelectable = true;
|
||||
this.cmbFlag.Visible = false;
|
||||
//
|
||||
// dtEndTime
|
||||
//
|
||||
this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
||||
this.dtEndTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.dtEndTime.Location = new System.Drawing.Point(10, 118);
|
||||
this.dtEndTime.Name = "dtEndTime";
|
||||
this.dtEndTime.Size = new System.Drawing.Size(189, 26);
|
||||
this.dtEndTime.TabIndex = 17;
|
||||
//
|
||||
// dtStartTime
|
||||
//
|
||||
this.dtStartTime.CalendarForeColor = System.Drawing.SystemColors.ControlLight;
|
||||
this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
||||
this.dtStartTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.dtStartTime.Location = new System.Drawing.Point(10, 56);
|
||||
this.dtStartTime.Name = "dtStartTime";
|
||||
this.dtStartTime.Size = new System.Drawing.Size(189, 26);
|
||||
this.dtStartTime.TabIndex = 16;
|
||||
//
|
||||
// lblSelectStures
|
||||
//
|
||||
this.lblSelectStures.AutoSize = true;
|
||||
this.lblSelectStures.Location = new System.Drawing.Point(59, 354);
|
||||
this.lblSelectStures.Name = "lblSelectStures";
|
||||
this.lblSelectStures.Size = new System.Drawing.Size(0, 12);
|
||||
this.lblSelectStures.TabIndex = 15;
|
||||
//
|
||||
// metroLabel2
|
||||
//
|
||||
this.metroLabel2.AutoSize = true;
|
||||
this.metroLabel2.Location = new System.Drawing.Point(7, 96);
|
||||
this.metroLabel2.Name = "metroLabel2";
|
||||
this.metroLabel2.Size = new System.Drawing.Size(107, 19);
|
||||
this.metroLabel2.TabIndex = 5;
|
||||
this.metroLabel2.Text = "查询结束时间:";
|
||||
//
|
||||
// resultSelectType
|
||||
//
|
||||
this.resultSelectType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.resultSelectType.FormattingEnabled = true;
|
||||
this.resultSelectType.ItemHeight = 23;
|
||||
this.resultSelectType.Items.AddRange(new object[] {
|
||||
"全部",
|
||||
"OK",
|
||||
"NG"});
|
||||
this.resultSelectType.Location = new System.Drawing.Point(8, 317);
|
||||
this.resultSelectType.Name = "resultSelectType";
|
||||
this.resultSelectType.Size = new System.Drawing.Size(193, 29);
|
||||
this.resultSelectType.TabIndex = 55;
|
||||
this.resultSelectType.UseSelectable = true;
|
||||
//
|
||||
// metroLabel6
|
||||
//
|
||||
this.metroLabel6.AutoSize = true;
|
||||
this.metroLabel6.Location = new System.Drawing.Point(10, 295);
|
||||
this.metroLabel6.Name = "metroLabel6";
|
||||
this.metroLabel6.Size = new System.Drawing.Size(79, 19);
|
||||
this.metroLabel6.TabIndex = 54;
|
||||
this.metroLabel6.Text = "结果类型:";
|
||||
//
|
||||
// FrmHistoricalDataQuery
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1084, 626);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Movable = false;
|
||||
this.Name = "FrmHistoricalDataQuery";
|
||||
this.Text = "历史数据查询";
|
||||
this.Load += new System.EventHandler(this.FrmHistoricalDataQuery_Load);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private MetroFramework.Controls.MetroTextBox txtBarCode;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel1;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel3;
|
||||
private MetroFramework.Controls.MetroButton btnSelect;
|
||||
private MetroFramework.Controls.MetroButton btnExcel;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel4;
|
||||
private MetroFramework.Controls.MetroComboBox cbSelectType;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel2;
|
||||
private MetroFramework.Controls.MetroGrid dgvData;
|
||||
private System.Windows.Forms.Label lblSelectStures;
|
||||
private System.Windows.Forms.DateTimePicker dtStartTime;
|
||||
private System.Windows.Forms.DateTimePicker dtEndTime;
|
||||
private MetroFramework.Controls.MetroButton btnUpMES;
|
||||
private MetroFramework.Controls.MetroComboBox cmbFlag;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel5;
|
||||
private MetroFramework.Controls.MetroComboBox resultSelectType;
|
||||
private MetroFramework.Controls.MetroLabel metroLabel6;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user