📄 get_info.designer.cs
字号:
namespace D_Equipment_Mis
{
partial class get_info
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(get_info));
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.grid_check_list = new System.Windows.Forms.DataGridView();
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.tb_cj_name = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.check_date = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.cbo_emp_name = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cbo_gq_name = new System.Windows.Forms.ComboBox();
this.cbo_emp_id = new System.Windows.Forms.ComboBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_check_list)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(2, 494);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(829, 23);
this.progressBar1.TabIndex = 0;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton4,
this.toolStripButton5});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(831, 36);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(59, 33);
this.toolStripButton1.Text = "采集数据";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton4
//
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(72, 33);
this.toolStripButton4.Text = "导出到Excel";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStripButton5
//
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(35, 33);
this.toolStripButton5.Text = "退出";
this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// grid_check_list
//
this.grid_check_list.AllowUserToAddRows = false;
this.grid_check_list.AllowUserToDeleteRows = false;
this.grid_check_list.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.grid_check_list.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grid_check_list.Location = new System.Drawing.Point(2, 75);
this.grid_check_list.Name = "grid_check_list";
this.grid_check_list.ReadOnly = true;
this.grid_check_list.RowTemplate.Height = 23;
this.grid_check_list.Size = new System.Drawing.Size(829, 413);
this.grid_check_list.TabIndex = 2;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.cbo_emp_id);
this.panel1.Controls.Add(this.cbo_gq_name);
this.panel1.Controls.Add(this.tb_cj_name);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.check_date);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.cbo_emp_name);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(2, 40);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(829, 29);
this.panel1.TabIndex = 3;
//
// tb_cj_name
//
this.tb_cj_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_cj_name.ForeColor = System.Drawing.Color.Red;
this.tb_cj_name.Location = new System.Drawing.Point(45, 3);
this.tb_cj_name.Name = "tb_cj_name";
this.tb_cj_name.ReadOnly = true;
this.tb_cj_name.Size = new System.Drawing.Size(109, 21);
this.tb_cj_name.TabIndex = 10;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(724, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(87, 23);
this.button1.TabIndex = 9;
this.button1.Text = "保存数据";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// check_date
//
this.check_date.Location = new System.Drawing.Point(613, 2);
this.check_date.Name = "check_date";
this.check_date.Size = new System.Drawing.Size(104, 21);
this.check_date.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(578, 5);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 7;
this.label4.Text = "时间";
//
// cbo_emp_name
//
this.cbo_emp_name.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbo_emp_name.FormattingEnabled = true;
this.cbo_emp_name.Location = new System.Drawing.Point(357, 3);
this.cbo_emp_name.Name = "cbo_emp_name";
this.cbo_emp_name.Size = new System.Drawing.Size(121, 20);
this.cbo_emp_name.TabIndex = 5;
this.cbo_emp_name.SelectedIndexChanged += new System.EventHandler(this.cbo_emp_name_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(322, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 4;
this.label3.Text = "人员";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(160, 8);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 2;
this.label2.Text = "工区";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "车间";
//
// cbo_gq_name
//
this.cbo_gq_name.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbo_gq_name.FormattingEnabled = true;
this.cbo_gq_name.Location = new System.Drawing.Point(195, 3);
this.cbo_gq_name.Name = "cbo_gq_name";
this.cbo_gq_name.Size = new System.Drawing.Size(121, 20);
this.cbo_gq_name.TabIndex = 11;
this.cbo_gq_name.SelectedIndexChanged += new System.EventHandler(this.cbo_gq_name_SelectedIndexChanged);
//
// cbo_emp_id
//
this.cbo_emp_id.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbo_emp_id.FormattingEnabled = true;
this.cbo_emp_id.Location = new System.Drawing.Point(475, 3);
this.cbo_emp_id.Name = "cbo_emp_id";
this.cbo_emp_id.Size = new System.Drawing.Size(97, 20);
this.cbo_emp_id.TabIndex = 12;
this.cbo_emp_id.SelectedIndexChanged += new System.EventHandler(this.cbo_emp_id_SelectedIndexChanged);
//
// get_info
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(831, 513);
this.Controls.Add(this.panel1);
this.Controls.Add(this.grid_check_list);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.progressBar1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "get_info";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "采集数据";
this.Load += new System.EventHandler(this.get_info_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_check_list)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.DataGridView grid_check_list;
private System.IO.Ports.SerialPort serialPort1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DateTimePicker check_date;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cbo_emp_name;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox tb_cj_name;
private System.Windows.Forms.ComboBox cbo_gq_name;
private System.Windows.Forms.ComboBox cbo_emp_id;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -