📄 set_button.designer.cs
字号:
namespace D_Equipment_Mis
{
partial class set_button
{
/// <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(set_button));
this.button1 = new System.Windows.Forms.Button();
this.grid_e_list = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cbo_sel_e = new System.Windows.Forms.ComboBox();
this.cbo_sel_cj = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cbo_sel_gq = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.cbo_e = new System.Windows.Forms.ComboBox();
this.cbo_cj = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cbo_gq = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_button_id = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.lb_button = new System.Windows.Forms.ListBox();
this.button6 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.grid_e_list)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.Color.Black;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(0, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(173, 23);
this.button1.TabIndex = 1;
this.button1.Text = "采集数据";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// grid_e_list
//
this.grid_e_list.AllowUserToAddRows = false;
this.grid_e_list.AllowUserToDeleteRows = false;
this.grid_e_list.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.grid_e_list.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grid_e_list.Location = new System.Drawing.Point(246, 206);
this.grid_e_list.Name = "grid_e_list";
this.grid_e_list.RowTemplate.Height = 23;
this.grid_e_list.Size = new System.Drawing.Size(508, 252);
this.grid_e_list.TabIndex = 3;
this.grid_e_list.DoubleClick += new System.EventHandler(this.grid_e_list_DoubleClick);
this.grid_e_list.Click += new System.EventHandler(this.grid_e_list_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cbo_sel_e);
this.groupBox1.Controls.Add(this.cbo_sel_cj);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.cbo_sel_gq);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Location = new System.Drawing.Point(246, 115);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(508, 85);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息查询";
//
// cbo_sel_e
//
this.cbo_sel_e.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbo_sel_e.FormattingEnabled = true;
this.cbo_sel_e.Location = new System.Drawing.Point(98, 46);
this.cbo_sel_e.Name = "cbo_sel_e";
this.cbo_sel_e.Size = new System.Drawing.Size(141, 20);
this.cbo_sel_e.TabIndex = 14;
//
// cbo_sel_cj
//
this.cbo_sel_cj.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbo_sel_cj.FormattingEnabled = true;
this.cbo_sel_cj.Location = new System.Drawing.Point(98, 23);
this.cbo_sel_cj.Name = "cbo_sel_cj";
this.cbo_sel_cj.Size = new System.Drawing.Size(141, 20);
this.cbo_sel_cj.TabIndex = 13;
this.cbo_sel_cj.SelectedIndexChanged += new System.EventHandler(this.cbo_sel_cj_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(39, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 12;
this.label3.Text = "车间名称";
//
// cbo_sel_gq
//
this.cbo_sel_gq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbo_sel_gq.FormattingEnabled = true;
this.cbo_sel_gq.Location = new System.Drawing.Point(308, 20);
this.cbo_sel_gq.Name = "cbo_sel_gq";
this.cbo_sel_gq.Size = new System.Drawing.Size(143, 20);
this.cbo_sel_gq.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(249, 26);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 10;
this.label4.Text = "工区名称";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(39, 49);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 9;
this.label5.Text = "设备名称";
//
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
this.button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button5.Location = new System.Drawing.Point(332, 49);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(126, 23);
this.button5.TabIndex = 7;
this.button5.Text = "导出到Excel";
this.button5.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button4.Location = new System.Drawing.Point(251, 49);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 6;
this.button4.Text = "查询";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.cbo_e);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -