namespace BaseLibRWFile
{
partial class Form_SysSet
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_SysSet));
this.PgHardConfig = new System.Windows.Forms.PropertyGrid();
this.btnAdd = new System.Windows.Forms.Button();
this.treeView1 = new System.Windows.Forms.TreeView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btnHardSave = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tpHardConfig = new System.Windows.Forms.TabPage();
this.tpSysSetting = new System.Windows.Forms.TabPage();
this.btnSysSave = new System.Windows.Forms.Button();
this.pgSysSetting = new System.Windows.Forms.PropertyGrid();
this.contextMenuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tpHardConfig.SuspendLayout();
this.tpSysSetting.SuspendLayout();
this.SuspendLayout();
//
// PgHardConfig
//
this.PgHardConfig.Location = new System.Drawing.Point(28, 32);
this.PgHardConfig.Margin = new System.Windows.Forms.Padding(4);
this.PgHardConfig.Name = "PgHardConfig";
this.PgHardConfig.Size = new System.Drawing.Size(252, 314);
this.PgHardConfig.TabIndex = 24;
this.PgHardConfig.ToolbarVisible = false;
this.PgHardConfig.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PgHardConfig_PropertyValueChanged);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(341, 82);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(100, 29);
this.btnAdd.TabIndex = 25;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
//
// treeView1
//
this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
this.treeView1.Location = new System.Drawing.Point(496, 65);
this.treeView1.Margin = new System.Windows.Forms.Padding(4);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(247, 119);
this.treeView1.TabIndex = 26;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1_AfterSelect);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.deleteToolStripMenuItem,
this.deleteAllToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(189, 64);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(188, 30);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
//
// deleteAllToolStripMenuItem
//
this.deleteAllToolStripMenuItem.Name = "deleteAllToolStripMenuItem";
this.deleteAllToolStripMenuItem.Size = new System.Drawing.Size(188, 30);
this.deleteAllToolStripMenuItem.Text = "DeleteAll";
this.deleteAllToolStripMenuItem.Click += new System.EventHandler(this.DeleteAllToolStripMenuItem_Click);
//
// btnHardSave
//
this.btnHardSave.Location = new System.Drawing.Point(341, 180);
this.btnHardSave.Margin = new System.Windows.Forms.Padding(4);
this.btnHardSave.Name = "btnHardSave";
this.btnHardSave.Size = new System.Drawing.Size(100, 29);
this.btnHardSave.TabIndex = 27;
this.btnHardSave.Text = "Save";
this.btnHardSave.UseVisualStyleBackColor = true;
this.btnHardSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tpHardConfig);
this.tabControl1.Controls.Add(this.tpSysSetting);
this.tabControl1.ItemSize = new System.Drawing.Size(60, 30);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(888, 455);
this.tabControl1.TabIndex = 28;
//
// tpHardConfig
//
this.tpHardConfig.BackColor = System.Drawing.SystemColors.Control;
this.tpHardConfig.Controls.Add(this.treeView1);
this.tpHardConfig.Controls.Add(this.btnAdd);
this.tpHardConfig.Controls.Add(this.PgHardConfig);
this.tpHardConfig.Controls.Add(this.btnHardSave);
this.tpHardConfig.Location = new System.Drawing.Point(8, 38);
this.tpHardConfig.Margin = new System.Windows.Forms.Padding(4);
this.tpHardConfig.Name = "tpHardConfig";
this.tpHardConfig.Padding = new System.Windows.Forms.Padding(4);
this.tpHardConfig.Size = new System.Drawing.Size(872, 409);
this.tpHardConfig.TabIndex = 0;
this.tpHardConfig.Text = "HardConfig";
//
// tpSysSetting
//
this.tpSysSetting.BackColor = System.Drawing.SystemColors.Control;
this.tpSysSetting.Controls.Add(this.btnSysSave);
this.tpSysSetting.Controls.Add(this.pgSysSetting);
this.tpSysSetting.Location = new System.Drawing.Point(8, 38);
this.tpSysSetting.Margin = new System.Windows.Forms.Padding(4);
this.tpSysSetting.Name = "tpSysSetting";
this.tpSysSetting.Padding = new System.Windows.Forms.Padding(4);
this.tpSysSetting.Size = new System.Drawing.Size(872, 409);
this.tpSysSetting.TabIndex = 1;
this.tpSysSetting.Text = "SystemSetting";
//
// btnSysSave
//
this.btnSysSave.Location = new System.Drawing.Point(389, 272);
this.btnSysSave.Margin = new System.Windows.Forms.Padding(4);
this.btnSysSave.Name = "btnSysSave";
this.btnSysSave.Size = new System.Drawing.Size(100, 29);
this.btnSysSave.TabIndex = 28;
this.btnSysSave.Text = "Save";
this.btnSysSave.UseVisualStyleBackColor = true;
this.btnSysSave.Click += new System.EventHandler(this.BtnSysSave_Click);
//
// pgSysSetting
//
this.pgSysSetting.Location = new System.Drawing.Point(47, 32);
this.pgSysSetting.Margin = new System.Windows.Forms.Padding(4);
this.pgSysSetting.Name = "pgSysSetting";
this.pgSysSetting.Size = new System.Drawing.Size(252, 314);
this.pgSysSetting.TabIndex = 25;
this.pgSysSetting.ToolbarVisible = false;
//
// Form_SysSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1116, 612);
this.Controls.Add(this.tabControl1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Form_SysSet";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SystemSetting";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_SysSet_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tpHardConfig.ResumeLayout(false);
this.tpSysSetting.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PropertyGrid PgHardConfig;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Button btnHardSave;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tpHardConfig;
private System.Windows.Forms.TabPage tpSysSetting;
private System.Windows.Forms.ToolStripMenuItem deleteAllToolStripMenuItem;
private System.Windows.Forms.Button btnSysSave;
private System.Windows.Forms.PropertyGrid pgSysSetting;
}
}