namespace JY.Inspection.Frm { partial class FrmTest { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.btn_sendMQTTClient = 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); // // btn_sendMQTTClient // this.btn_sendMQTTClient.Location = new System.Drawing.Point(87, 229); this.btn_sendMQTTClient.Name = "btn_sendMQTTClient"; this.btn_sendMQTTClient.Size = new System.Drawing.Size(125, 53); this.btn_sendMQTTClient.TabIndex = 3; this.btn_sendMQTTClient.Text = "mqtt客户端发数据"; this.btn_sendMQTTClient.UseSelectable = true; this.btn_sendMQTTClient.Click += new System.EventHandler(this.btn_sendMQTTClient_Click); // // 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_sendMQTTClient); 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; private MetroFramework.Controls.MetroButton btn_sendMQTTClient; } }