272 lines
16 KiB
C#
272 lines
16 KiB
C#
namespace JY.Inspection.Frm
|
|||
|
|
{
|
||
|
|
partial class FrmCCDQuery
|
||
|
|
{
|
||
|
|
/// <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(FrmCCDQuery));
|
||
|
|
this.btnSelect = new MetroFramework.Controls.MetroButton();
|
||
|
|
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
|
||
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
||
|
|
this.dtEndTime = new MetroFramework.Controls.MetroDateTime();
|
||
|
|
this.dtStartTime = new MetroFramework.Controls.MetroDateTime();
|
||
|
|
this.lblSelectStures = new System.Windows.Forms.Label();
|
||
|
|
this.dgvData = new MetroFramework.Controls.MetroGrid();
|
||
|
|
this.txtOrderNum = new MetroFramework.Controls.MetroTextBox();
|
||
|
|
this.metroLabel8 = new MetroFramework.Controls.MetroLabel();
|
||
|
|
this.btnExcel = new MetroFramework.Controls.MetroButton();
|
||
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
||
|
|
this.tableLayoutPanel1.SuspendLayout();
|
||
|
|
this.SuspendLayout();
|
||
|
|
//
|
||
|
|
// btnSelect
|
||
|
|
//
|
||
|
|
this.btnSelect.Location = new System.Drawing.Point(578, 26);
|
||
|
|
this.btnSelect.Name = "btnSelect";
|
||
|
|
this.btnSelect.Size = new System.Drawing.Size(75, 23);
|
||
|
|
this.btnSelect.TabIndex = 12;
|
||
|
|
this.btnSelect.Text = "查询";
|
||
|
|
this.btnSelect.UseSelectable = true;
|
||
|
|
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
|
||
|
|
//
|
||
|
|
// metroLabel2
|
||
|
|
//
|
||
|
|
this.metroLabel2.AutoSize = true;
|
||
|
|
this.metroLabel2.Location = new System.Drawing.Point(1062, 31);
|
||
|
|
this.metroLabel2.Name = "metroLabel2";
|
||
|
|
this.metroLabel2.Size = new System.Drawing.Size(18, 19);
|
||
|
|
this.metroLabel2.TabIndex = 11;
|
||
|
|
this.metroLabel2.Text = "~";
|
||
|
|
this.metroLabel2.Visible = false;
|
||
|
|
//
|
||
|
|
// metroLabel1
|
||
|
|
//
|
||
|
|
this.metroLabel1.AutoSize = true;
|
||
|
|
this.metroLabel1.Location = new System.Drawing.Point(928, 37);
|
||
|
|
this.metroLabel1.Name = "metroLabel1";
|
||
|
|
this.metroLabel1.Size = new System.Drawing.Size(79, 19);
|
||
|
|
this.metroLabel1.TabIndex = 10;
|
||
|
|
this.metroLabel1.Text = "查询时间:";
|
||
|
|
this.metroLabel1.Visible = false;
|
||
|
|
//
|
||
|
|
// dtEndTime
|
||
|
|
//
|
||
|
|
this.dtEndTime.CustomFormat = "yyyy-MM-dd";
|
||
|
|
this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
|
this.dtEndTime.Location = new System.Drawing.Point(1086, 26);
|
||
|
|
this.dtEndTime.MinimumSize = new System.Drawing.Size(4, 29);
|
||
|
|
this.dtEndTime.Name = "dtEndTime";
|
||
|
|
this.dtEndTime.Size = new System.Drawing.Size(106, 29);
|
||
|
|
this.dtEndTime.TabIndex = 9;
|
||
|
|
this.dtEndTime.Value = new System.DateTime(2022, 3, 5, 0, 0, 0, 0);
|
||
|
|
this.dtEndTime.Visible = false;
|
||
|
|
//
|
||
|
|
// dtStartTime
|
||
|
|
//
|
||
|
|
this.dtStartTime.CustomFormat = "yyyy-MM-dd";
|
||
|
|
this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
|
this.dtStartTime.Location = new System.Drawing.Point(1008, 32);
|
||
|
|
this.dtStartTime.MinimumSize = new System.Drawing.Size(4, 29);
|
||
|
|
this.dtStartTime.Name = "dtStartTime";
|
||
|
|
this.dtStartTime.Size = new System.Drawing.Size(104, 29);
|
||
|
|
this.dtStartTime.TabIndex = 8;
|
||
|
|
this.dtStartTime.Value = new System.DateTime(2022, 3, 5, 0, 0, 0, 0);
|
||
|
|
this.dtStartTime.Visible = false;
|
||
|
|
//
|
||
|
|
// lblSelectStures
|
||
|
|
//
|
||
|
|
this.lblSelectStures.AutoSize = true;
|
||
|
|
this.lblSelectStures.Location = new System.Drawing.Point(833, 32);
|
||
|
|
this.lblSelectStures.Name = "lblSelectStures";
|
||
|
|
this.lblSelectStures.Size = new System.Drawing.Size(0, 12);
|
||
|
|
this.lblSelectStures.TabIndex = 14;
|
||
|
|
//
|
||
|
|
// 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.Gold;
|
||
|
|
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("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
|
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(3, 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.RowHeadersVisible = false;
|
||
|
|
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(1371, 174);
|
||
|
|
this.dgvData.TabIndex = 15;
|
||
|
|
//
|
||
|
|
// txtOrderNum
|
||
|
|
//
|
||
|
|
//
|
||
|
|
//
|
||
|
|
//
|
||
|
|
this.txtOrderNum.CustomButton.Image = null;
|
||
|
|
this.txtOrderNum.CustomButton.Location = new System.Drawing.Point(130, 1);
|
||
|
|
this.txtOrderNum.CustomButton.Name = "";
|
||
|
|
this.txtOrderNum.CustomButton.Size = new System.Drawing.Size(21, 21);
|
||
|
|
this.txtOrderNum.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||
|
|
this.txtOrderNum.CustomButton.TabIndex = 1;
|
||
|
|
this.txtOrderNum.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||
|
|
this.txtOrderNum.CustomButton.UseSelectable = true;
|
||
|
|
this.txtOrderNum.CustomButton.Visible = false;
|
||
|
|
this.txtOrderNum.FontSize = MetroFramework.MetroTextBoxSize.Medium;
|
||
|
|
this.txtOrderNum.Lines = new string[0];
|
||
|
|
this.txtOrderNum.Location = new System.Drawing.Point(378, 29);
|
||
|
|
this.txtOrderNum.MaxLength = 32767;
|
||
|
|
this.txtOrderNum.Name = "txtOrderNum";
|
||
|
|
this.txtOrderNum.PasswordChar = '\0';
|
||
|
|
this.txtOrderNum.PromptText = "输入要查询的工单";
|
||
|
|
this.txtOrderNum.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||
|
|
this.txtOrderNum.SelectedText = "";
|
||
|
|
this.txtOrderNum.SelectionLength = 0;
|
||
|
|
this.txtOrderNum.SelectionStart = 0;
|
||
|
|
this.txtOrderNum.ShortcutsEnabled = true;
|
||
|
|
this.txtOrderNum.Size = new System.Drawing.Size(152, 23);
|
||
|
|
this.txtOrderNum.TabIndex = 16;
|
||
|
|
this.txtOrderNum.UseSelectable = true;
|
||
|
|
this.txtOrderNum.WaterMark = "输入要查询的工单";
|
||
|
|
this.txtOrderNum.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||
|
|
this.txtOrderNum.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
||
|
|
//
|
||
|
|
// metroLabel8
|
||
|
|
//
|
||
|
|
this.metroLabel8.AutoSize = true;
|
||
|
|
this.metroLabel8.Location = new System.Drawing.Point(331, 30);
|
||
|
|
this.metroLabel8.Name = "metroLabel8";
|
||
|
|
this.metroLabel8.Size = new System.Drawing.Size(51, 19);
|
||
|
|
this.metroLabel8.TabIndex = 17;
|
||
|
|
this.metroLabel8.Text = "工单:";
|
||
|
|
//
|
||
|
|
// btnExcel
|
||
|
|
//
|
||
|
|
this.btnExcel.Location = new System.Drawing.Point(695, 26);
|
||
|
|
this.btnExcel.Name = "btnExcel";
|
||
|
|
this.btnExcel.Size = new System.Drawing.Size(75, 23);
|
||
|
|
this.btnExcel.TabIndex = 18;
|
||
|
|
this.btnExcel.Text = "导出";
|
||
|
|
this.btnExcel.UseSelectable = true;
|
||
|
|
this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
|
||
|
|
//
|
||
|
|
// tableLayoutPanel1
|
||
|
|
//
|
||
|
|
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
||
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
|
|
this.tableLayoutPanel1.Controls.Add(this.dgvData, 0, 0);
|
||
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 72);
|
||
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
|
|
this.tableLayoutPanel1.RowCount = 2;
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.45455F));
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.54546F));
|
||
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1377, 708);
|
||
|
|
this.tableLayoutPanel1.TabIndex = 19;
|
||
|
|
//
|
||
|
|
// FrmCCDQuery
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
|
this.ClientSize = new System.Drawing.Size(1386, 788);
|
||
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
||
|
|
this.Controls.Add(this.lblSelectStures);
|
||
|
|
this.Controls.Add(this.btnExcel);
|
||
|
|
this.Controls.Add(this.txtOrderNum);
|
||
|
|
this.Controls.Add(this.metroLabel8);
|
||
|
|
this.Controls.Add(this.btnSelect);
|
||
|
|
this.Controls.Add(this.metroLabel2);
|
||
|
|
this.Controls.Add(this.metroLabel1);
|
||
|
|
this.Controls.Add(this.dtEndTime);
|
||
|
|
this.Controls.Add(this.dtStartTime);
|
||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
|
this.Name = "FrmCCDQuery";
|
||
|
|
this.Resizable = false;
|
||
|
|
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.SystemShadow;
|
||
|
|
this.Text = "CCD统计数据查询";
|
||
|
|
this.Load += new System.EventHandler(this.FrmAlamQuery_Load);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
||
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
this.PerformLayout();
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private MetroFramework.Controls.MetroButton btnSelect;
|
||
|
|
private MetroFramework.Controls.MetroLabel metroLabel2;
|
||
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
||
|
|
private MetroFramework.Controls.MetroDateTime dtEndTime;
|
||
|
|
private MetroFramework.Controls.MetroDateTime dtStartTime;
|
||
|
|
private System.Windows.Forms.Label lblSelectStures;
|
||
|
|
private MetroFramework.Controls.MetroGrid dgvData;
|
||
|
|
private MetroFramework.Controls.MetroTextBox txtOrderNum;
|
||
|
|
private MetroFramework.Controls.MetroLabel metroLabel8;
|
||
|
|
private MetroFramework.Controls.MetroButton btnExcel;
|
||
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
|
|
}
|
||
|
|
}
|