86 lines
3.6 KiB
C#
86 lines
3.6 KiB
C#
namespace JY.Inspection.Frm
|
|||
|
|
{
|
||
|
|
partial class FrmTest
|
||
|
|
{
|
||
|
|
/// <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()
|
||
|
|
{
|
||
|
|
this.btn_readCollectItemCfg = new MetroFramework.Controls.MetroButton();
|
||
|
|
this.btn_stationExit = new MetroFramework.Controls.MetroButton();
|
||
|
|
this.btn_stationArrival = new MetroFramework.Controls.MetroButton();
|
||
|
|
this.SuspendLayout();
|
||
|
|
//
|
||
|
|
// btn_readCollectItemCfg
|
||
|
|
//
|
||
|
|
this.btn_readCollectItemCfg.Location = new System.Drawing.Point(87, 127);
|
||
|
|
this.btn_readCollectItemCfg.Name = "btn_readCollectItemCfg";
|
||
|
|
this.btn_readCollectItemCfg.Size = new System.Drawing.Size(125, 53);
|
||
|
|
this.btn_readCollectItemCfg.TabIndex = 0;
|
||
|
|
this.btn_readCollectItemCfg.Text = "读取采集项配置";
|
||
|
|
this.btn_readCollectItemCfg.UseSelectable = true;
|
||
|
|
this.btn_readCollectItemCfg.Click += new System.EventHandler(this.btn_readCollectItemCfg_Click);
|
||
|
|
//
|
||
|
|
// btn_stationExit
|
||
|
|
//
|
||
|
|
this.btn_stationExit.Location = new System.Drawing.Point(426, 127);
|
||
|
|
this.btn_stationExit.Name = "btn_stationExit";
|
||
|
|
this.btn_stationExit.Size = new System.Drawing.Size(125, 53);
|
||
|
|
this.btn_stationExit.TabIndex = 1;
|
||
|
|
this.btn_stationExit.Text = "电池出站";
|
||
|
|
this.btn_stationExit.UseSelectable = true;
|
||
|
|
this.btn_stationExit.Click += new System.EventHandler(this.btn_stationArrival_Click);
|
||
|
|
//
|
||
|
|
// btn_stationArrival
|
||
|
|
//
|
||
|
|
this.btn_stationArrival.Location = new System.Drawing.Point(263, 127);
|
||
|
|
this.btn_stationArrival.Name = "btn_stationArrival";
|
||
|
|
this.btn_stationArrival.Size = new System.Drawing.Size(125, 53);
|
||
|
|
this.btn_stationArrival.TabIndex = 2;
|
||
|
|
this.btn_stationArrival.Text = "电池进站";
|
||
|
|
this.btn_stationArrival.UseSelectable = true;
|
||
|
|
this.btn_stationArrival.Click += new System.EventHandler(this.btn_stationArrival_Click_1);
|
||
|
|
//
|
||
|
|
// FrmTest
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
|
this.ClientSize = new System.Drawing.Size(998, 586);
|
||
|
|
this.Controls.Add(this.btn_stationArrival);
|
||
|
|
this.Controls.Add(this.btn_stationExit);
|
||
|
|
this.Controls.Add(this.btn_readCollectItemCfg);
|
||
|
|
this.Name = "FrmTest";
|
||
|
|
this.Text = "FrmTest";
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private MetroFramework.Controls.MetroButton btn_readCollectItemCfg;
|
||
|
|
private MetroFramework.Controls.MetroButton btn_stationExit;
|
||
|
|
private MetroFramework.Controls.MetroButton btn_stationArrival;
|
||
|
|
}
|
||
|
|
}
|