namespace NXWMS
{
partial class frmLocSetting
{
///
/// 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.components = new System.ComponentModel.Container();
this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.kryptonButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonNumCount = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonCmbPaletteMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.kryptonButtonSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtWebApiURL = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonCmbPaletteMode)).BeginInit();
this.SuspendLayout();
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.kryptonButton);
this.kryptonPanel1.Controls.Add(this.kryptonNumCount);
this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
this.kryptonPanel1.Controls.Add(this.kryptonCmbPaletteMode);
this.kryptonPanel1.Controls.Add(this.kryptonButtonSave);
this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
this.kryptonPanel1.Controls.Add(this.txtWebApiURL);
this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
this.kryptonPanel1.Location = new System.Drawing.Point(12, 9);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(312, 430);
this.kryptonPanel1.TabIndex = 2;
//
// kryptonButton
//
this.kryptonButton.Location = new System.Drawing.Point(108, 396);
this.kryptonButton.Name = "kryptonButton";
this.kryptonButton.Size = new System.Drawing.Size(90, 26);
this.kryptonButton.TabIndex = 11;
this.kryptonButton.Values.Image = global::NXWMS.Properties.Resources.editUser;
this.kryptonButton.Values.Text = "应用";
this.kryptonButton.Click += new System.EventHandler(this.kryptonButton_Click);
//
// kryptonNumCount
//
this.kryptonNumCount.Location = new System.Drawing.Point(110, 112);
this.kryptonNumCount.Maximum = new decimal(new int[] {
20,
0,
0,
0});
this.kryptonNumCount.Name = "kryptonNumCount";
this.kryptonNumCount.Size = new System.Drawing.Size(184, 22);
this.kryptonNumCount.TabIndex = 10;
//
// kryptonLabel1
//
this.kryptonLabel1.Location = new System.Drawing.Point(3, 111);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
this.kryptonLabel1.TabIndex = 9;
this.kryptonLabel1.Values.Text = "窗口最大数";
//
// kryptonCmbPaletteMode
//
this.kryptonCmbPaletteMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.kryptonCmbPaletteMode.DropDownWidth = 210;
this.kryptonCmbPaletteMode.Items.AddRange(new object[] {
"ProfessionalSystem",
"ProfessionalOffice2003",
"Office2007Blue",
"Office2007Silver",
"Office2007Black",
"Office2010Blue",
"Office2010Silver",
"Office2010Black",
"SparkleBlue",
"SparkleOrange",
"SparklePurple",
"Custom"});
this.kryptonCmbPaletteMode.Location = new System.Drawing.Point(110, 63);
this.kryptonCmbPaletteMode.Name = "kryptonCmbPaletteMode";
this.kryptonCmbPaletteMode.Size = new System.Drawing.Size(184, 21);
this.kryptonCmbPaletteMode.TabIndex = 8;
//
// kryptonButtonSave
//
this.kryptonButtonSave.Location = new System.Drawing.Point(204, 396);
this.kryptonButtonSave.Name = "kryptonButtonSave";
this.kryptonButtonSave.Size = new System.Drawing.Size(90, 28);
this.kryptonButtonSave.TabIndex = 7;
this.kryptonButtonSave.Values.Image = global::NXWMS.Properties.Resources.save;
this.kryptonButtonSave.Values.Text = "保存";
this.kryptonButtonSave.Click += new System.EventHandler(this.kryptonButtonSave_Click);
//
// kryptonLabel3
//
this.kryptonLabel3.Location = new System.Drawing.Point(18, 63);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.Size = new System.Drawing.Size(60, 20);
this.kryptonLabel3.TabIndex = 3;
this.kryptonLabel3.Values.Text = "皮肤样式";
//
// txtWebApiURL
//
this.txtWebApiURL.Location = new System.Drawing.Point(110, 23);
this.txtWebApiURL.Name = "txtWebApiURL";
this.txtWebApiURL.Size = new System.Drawing.Size(184, 20);
this.txtWebApiURL.TabIndex = 2;
//
// kryptonLabel2
//
this.kryptonLabel2.Location = new System.Drawing.Point(18, 21);
this.kryptonLabel2.Name = "kryptonLabel2";
this.kryptonLabel2.Size = new System.Drawing.Size(60, 20);
this.kryptonLabel2.TabIndex = 1;
this.kryptonLabel2.Values.Text = "数据地址";
//
// frmLocSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(339, 449);
this.Controls.Add(this.kryptonPanel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmLocSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "配置设置";
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
this.kryptonPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonCmbPaletteMode)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSave;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtWebApiURL;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox kryptonCmbPaletteMode;
private ComponentFactory.Krypton.Toolkit.KryptonManager kryptonManager;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown kryptonNumCount;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton;
}
}