48 lines
1.6 KiB
C#
48 lines
1.6 KiB
C#
namespace GenesisCordonelInterface.UI.StaraTuraAPI_GenesisCordonelInterface
|
|
{
|
|
partial class MeterInitView
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.Button btnReloadSetup;
|
|
private System.Windows.Forms.Button btnSaveSetup;
|
|
private System.Windows.Forms.Button btnAddSlot;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && components != null)
|
|
components.Dispose();
|
|
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnReloadSetup = new System.Windows.Forms.Button();
|
|
this.btnSaveSetup = new System.Windows.Forms.Button();
|
|
this.btnAddSlot = new System.Windows.Forms.Button();
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.btnReloadSetup.SetBounds(20, 20, 140, 32);
|
|
this.btnReloadSetup.Text = "Reload Setup";
|
|
|
|
this.btnSaveSetup.SetBounds(170, 20, 140, 32);
|
|
this.btnSaveSetup.Text = "Save Setup";
|
|
this.btnSaveSetup.Click += new System.EventHandler(this.btnSaveSetup_Click);
|
|
|
|
this.btnAddSlot.SetBounds(20, 65, 290, 32);
|
|
this.btnAddSlot.Text = "Add Slot";
|
|
this.btnAddSlot.Click += new System.EventHandler(this.btnAddSlot_Click);
|
|
|
|
this.Controls.Add(this.btnReloadSetup);
|
|
this.Controls.Add(this.btnSaveSetup);
|
|
this.Controls.Add(this.btnAddSlot);
|
|
|
|
this.Name = "MeterInitView";
|
|
this.Size = new System.Drawing.Size(340, 130);
|
|
|
|
this.ResumeLayout(false);
|
|
}
|
|
}
|
|
} |