namespace BMS_D1000H
{
partial class fmSetMenu
{
///
/// 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.sfmSetMenu = new SmartX.SmartForm();
this.btnPasswordSet = new System.Windows.Forms.Button();
this.btnNetConfig = new System.Windows.Forms.Button();
this.btnMain = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btnParamSet = new System.Windows.Forms.Button();
this.btnSystemSet = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.sfmSetMenu)).BeginInit();
this.SuspendLayout();
//
// sfmSetMenu
//
this.sfmSetMenu.CenterLocation = false;
this.sfmSetMenu.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.sfmSetMenu.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480;
this.sfmSetMenu.Location = new System.Drawing.Point(0, 0);
this.sfmSetMenu.MainForm = null;
this.sfmSetMenu.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.sfmSetMenu.MouseCursor = SmartX.SmartForm.OnOff.ON;
this.sfmSetMenu.Name = "sfmSetMenu";
this.sfmSetMenu.Size = new System.Drawing.Size(800, 480);
this.sfmSetMenu.SpecialFunctionClickPointSize = 100;
this.sfmSetMenu.SuspendLayoutInterval = 1;
//
// btnPasswordSet
//
this.btnPasswordSet.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.btnPasswordSet.Location = new System.Drawing.Point(150, 239);
this.btnPasswordSet.Name = "btnPasswordSet";
this.btnPasswordSet.Size = new System.Drawing.Size(497, 56);
this.btnPasswordSet.TabIndex = 16;
this.btnPasswordSet.Text = "Password Setting";
this.btnPasswordSet.Click += new System.EventHandler(this.btnPasswordSet_Click);
//
// btnNetConfig
//
this.btnNetConfig.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.btnNetConfig.Location = new System.Drawing.Point(150, 115);
this.btnNetConfig.Name = "btnNetConfig";
this.btnNetConfig.Size = new System.Drawing.Size(497, 56);
this.btnNetConfig.TabIndex = 15;
this.btnNetConfig.Text = "Network Setting";
this.btnNetConfig.Click += new System.EventHandler(this.btnNetConfig_Click);
//
// btnMain
//
this.btnMain.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.btnMain.Location = new System.Drawing.Point(150, 380);
this.btnMain.Name = "btnMain";
this.btnMain.Size = new System.Drawing.Size(497, 56);
this.btnMain.TabIndex = 14;
this.btnMain.Text = "GO TO MAIN";
this.btnMain.Click += new System.EventHandler(this.btnMain_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(231, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(313, 37);
this.label1.Text = "Setting Mode";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// btnParamSet
//
this.btnParamSet.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.btnParamSet.Location = new System.Drawing.Point(150, 53);
this.btnParamSet.Name = "btnParamSet";
this.btnParamSet.Size = new System.Drawing.Size(497, 56);
this.btnParamSet.TabIndex = 13;
this.btnParamSet.Text = "Parameter Information";
this.btnParamSet.Click += new System.EventHandler(this.btnParamSet_Click);
//
// btnSystemSet
//
this.btnSystemSet.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.btnSystemSet.Location = new System.Drawing.Point(150, 177);
this.btnSystemSet.Name = "btnSystemSet";
this.btnSystemSet.Size = new System.Drawing.Size(497, 56);
this.btnSystemSet.TabIndex = 19;
this.btnSystemSet.Text = "System Setting";
this.btnSystemSet.Click += new System.EventHandler(this.btnSystemSet_Click);
//
// fmSetMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(800, 480);
this.Controls.Add(this.btnSystemSet);
this.Controls.Add(this.btnPasswordSet);
this.Controls.Add(this.btnNetConfig);
this.Controls.Add(this.btnMain);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnParamSet);
this.Controls.Add(this.sfmSetMenu);
this.Name = "fmSetMenu";
this.Text = "fmSetMenu";
((System.ComponentModel.ISupportInitialize)(this.sfmSetMenu)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartForm sfmSetMenu;
private System.Windows.Forms.Button btnPasswordSet;
private System.Windows.Forms.Button btnNetConfig;
private System.Windows.Forms.Button btnMain;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnParamSet;
private System.Windows.Forms.Button btnSystemSet;
}
}