namespace PMSUI
{
partial class DisplaySettingForm
{
///
/// 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.gp_Opt1 = new System.Windows.Forms.GroupBox();
this.btSaveColor = new System.Windows.Forms.Button();
this.tbColor = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btDisplay = new System.Windows.Forms.Button();
this.gp_Opt = new System.Windows.Forms.GroupBox();
this.btsaveLanguage = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.cbLanguage = new System.Windows.Forms.ComboBox();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.colorDialog2 = new System.Windows.Forms.ColorDialog();
this.btHelps = new System.Windows.Forms.Button();
this.gp_Opt1.SuspendLayout();
this.gp_Opt.SuspendLayout();
this.SuspendLayout();
//
// gp_Opt1
//
this.gp_Opt1.Controls.Add(this.btSaveColor);
this.gp_Opt1.Controls.Add(this.tbColor);
this.gp_Opt1.Controls.Add(this.label1);
this.gp_Opt1.Controls.Add(this.btDisplay);
this.gp_Opt1.Location = new System.Drawing.Point(12, 40);
this.gp_Opt1.Name = "gp_Opt1";
this.gp_Opt1.Size = new System.Drawing.Size(543, 61);
this.gp_Opt1.TabIndex = 26;
this.gp_Opt1.TabStop = false;
//
// btSaveColor
//
this.btSaveColor.Location = new System.Drawing.Point(379, 24);
this.btSaveColor.Name = "btSaveColor";
this.btSaveColor.Size = new System.Drawing.Size(101, 30);
this.btSaveColor.TabIndex = 3;
this.btSaveColor.Text = "保存";
this.btSaveColor.UseVisualStyleBackColor = true;
this.btSaveColor.Click += new System.EventHandler(this.btSaveColor_Click);
//
// tbColor
//
this.tbColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbColor.Location = new System.Drawing.Point(130, 31);
this.tbColor.Name = "tbColor";
this.tbColor.ReadOnly = true;
this.tbColor.Size = new System.Drawing.Size(101, 21);
this.tbColor.TabIndex = 0;
this.tbColor.Click += new System.EventHandler(this.tbColor_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(19, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 1;
this.label1.Text = "颜色";
//
// btDisplay
//
this.btDisplay.Location = new System.Drawing.Point(251, 24);
this.btDisplay.Name = "btDisplay";
this.btDisplay.Size = new System.Drawing.Size(101, 30);
this.btDisplay.TabIndex = 2;
this.btDisplay.Text = "预览";
this.btDisplay.UseVisualStyleBackColor = true;
this.btDisplay.Click += new System.EventHandler(this.btDisplay_Click);
//
// gp_Opt
//
this.gp_Opt.Controls.Add(this.btsaveLanguage);
this.gp_Opt.Controls.Add(this.label2);
this.gp_Opt.Controls.Add(this.cbLanguage);
this.gp_Opt.Location = new System.Drawing.Point(12, 118);
this.gp_Opt.Name = "gp_Opt";
this.gp_Opt.Size = new System.Drawing.Size(543, 61);
this.gp_Opt.TabIndex = 25;
this.gp_Opt.TabStop = false;
this.gp_Opt.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// btsaveLanguage
//
this.btsaveLanguage.Location = new System.Drawing.Point(379, 20);
this.btsaveLanguage.Name = "btsaveLanguage";
this.btsaveLanguage.Size = new System.Drawing.Size(101, 30);
this.btsaveLanguage.TabIndex = 22;
this.btsaveLanguage.Text = "保存";
this.btsaveLanguage.UseVisualStyleBackColor = true;
this.btsaveLanguage.Click += new System.EventHandler(this.btsaveLanguage_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(19, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 5;
this.label2.Text = "语言选择";
//
// cbLanguage
//
this.cbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLanguage.FormattingEnabled = true;
this.cbLanguage.Location = new System.Drawing.Point(130, 25);
this.cbLanguage.Name = "cbLanguage";
this.cbLanguage.Size = new System.Drawing.Size(101, 20);
this.cbLanguage.TabIndex = 21;
this.cbLanguage.SelectedIndexChanged += new System.EventHandler(this.cbLanguage_SelectedIndexChanged);
//
// btHelps
//
this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btHelps.Location = new System.Drawing.Point(12, 11);
this.btHelps.Name = "btHelps";
this.btHelps.Size = new System.Drawing.Size(85, 23);
this.btHelps.TabIndex = 46;
this.btHelps.Text = "帮助信息";
this.btHelps.UseVisualStyleBackColor = true;
this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
//
// DisplaySettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(781, 481);
this.Controls.Add(this.btHelps);
this.Controls.Add(this.gp_Opt1);
this.Controls.Add(this.gp_Opt);
this.Name = "DisplaySettingForm";
this.Text = "界面设置";
this.Load += new System.EventHandler(this.DisplaySettingForm_Load);
this.gp_Opt1.ResumeLayout(false);
this.gp_Opt1.PerformLayout();
this.gp_Opt.ResumeLayout(false);
this.gp_Opt.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gp_Opt1;
private System.Windows.Forms.Button btSaveColor;
private System.Windows.Forms.TextBox tbColor;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btDisplay;
private System.Windows.Forms.GroupBox gp_Opt;
private System.Windows.Forms.Button btsaveLanguage;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbLanguage;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.ColorDialog colorDialog2;
private System.Windows.Forms.Button btHelps;
}
}