namespace CloudBuilder.Security.Gui
{
partial class SecurityMasterDialogPage
{
///
/// 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()
{
mainPanel = new TableLayoutPanel();
dialogPanel = new TableLayoutPanel();
okBut = new Krypton.Toolkit.KryptonButton();
cancelBut = new Krypton.Toolkit.KryptonButton();
contentPanel = new TableLayoutPanel();
masterCategoryLabel = new Krypton.Toolkit.KryptonLabel();
masterCategoryTxt = new Krypton.Toolkit.KryptonTextBox();
masterSubcategoryLabel = new Krypton.Toolkit.KryptonLabel();
masterSubcategoryTxt = new Krypton.Toolkit.KryptonTextBox();
masterCodeItemLabel = new Krypton.Toolkit.KryptonLabel();
masterCodeItemTxt = new Krypton.Toolkit.KryptonTextBox();
localDescriptionLabel = new Krypton.Toolkit.KryptonLabel();
localDescriptionTxt = new Krypton.Toolkit.KryptonTextBox();
engDescriptionLabel = new Krypton.Toolkit.KryptonLabel();
engDescriptionTxt = new Krypton.Toolkit.KryptonTextBox();
valueLabel = new Krypton.Toolkit.KryptonLabel();
valueTxt = new Krypton.Toolkit.KryptonTextBox();
orderByLabel = new Krypton.Toolkit.KryptonLabel();
validIndcCombo = new Krypton.Toolkit.KryptonComboBox();
remarkLabel = new Krypton.Toolkit.KryptonLabel();
remarkTxt = new Krypton.Toolkit.KryptonTextBox();
validIndcLabel = new Krypton.Toolkit.KryptonLabel();
orderByTxt = new Krypton.Toolkit.KryptonTextBox();
mainPanel.SuspendLayout();
dialogPanel.SuspendLayout();
contentPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)validIndcCombo).BeginInit();
SuspendLayout();
//
// mainPanel
//
mainPanel.ColumnCount = 1;
mainPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
mainPanel.Controls.Add(dialogPanel, 0, 1);
mainPanel.Controls.Add(contentPanel, 0, 0);
mainPanel.Dock = DockStyle.Fill;
mainPanel.Location = new Point(0, 0);
mainPanel.Name = "mainPanel";
mainPanel.RowCount = 2;
mainPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 65.0666656F));
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.Size = new Size(800, 505);
mainPanel.TabIndex = 0;
//
// dialogPanel
//
dialogPanel.AutoSize = true;
dialogPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
dialogPanel.ColumnCount = 3;
dialogPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
dialogPanel.ColumnStyles.Add(new ColumnStyle());
dialogPanel.ColumnStyles.Add(new ColumnStyle());
dialogPanel.Controls.Add(cancelBut, 2, 0);
dialogPanel.Controls.Add(okBut, 1, 0);
dialogPanel.Dock = DockStyle.Fill;
dialogPanel.Location = new Point(3, 471);
dialogPanel.Name = "dialogPanel";
dialogPanel.RowCount = 1;
dialogPanel.RowStyles.Add(new RowStyle());
dialogPanel.Size = new Size(794, 31);
dialogPanel.TabIndex = 999;
//
// okBut
//
okBut.Location = new Point(605, 3);
okBut.Name = "okBut";
okBut.Size = new Size(90, 25);
okBut.TabIndex = 0;
okBut.Values.Image = Properties.Resources.ok_16;
okBut.Values.Text = "确定(&O)";
okBut.Click += okBut_Click;
//
// cancelBut
//
cancelBut.Location = new Point(701, 3);
cancelBut.Name = "cancelBut";
cancelBut.Size = new Size(90, 25);
cancelBut.TabIndex = 0;
cancelBut.Values.Image = Properties.Resources.close_16;
cancelBut.Values.Text = "取消(&C)";
cancelBut.Click += cancelBut_Click;
//
// contentPanel
//
contentPanel.ColumnCount = 2;
contentPanel.ColumnStyles.Add(new ColumnStyle());
contentPanel.ColumnStyles.Add(new ColumnStyle());
contentPanel.Controls.Add(masterCategoryLabel, 0, 0);
contentPanel.Controls.Add(masterCategoryTxt, 1, 0);
contentPanel.Controls.Add(masterSubcategoryLabel, 0, 1);
contentPanel.Controls.Add(masterSubcategoryTxt, 1, 1);
contentPanel.Controls.Add(masterCodeItemLabel, 0, 2);
contentPanel.Controls.Add(masterCodeItemTxt, 1, 2);
contentPanel.Controls.Add(localDescriptionLabel, 0, 3);
contentPanel.Controls.Add(localDescriptionTxt, 1, 3);
contentPanel.Controls.Add(engDescriptionLabel, 0, 4);
contentPanel.Controls.Add(engDescriptionTxt, 1, 4);
contentPanel.Controls.Add(valueLabel, 0, 5);
contentPanel.Controls.Add(valueTxt, 1, 5);
contentPanel.Controls.Add(validIndcCombo, 1, 7);
contentPanel.Controls.Add(orderByTxt, 1, 6);
contentPanel.Controls.Add(orderByLabel, 0, 6);
contentPanel.Controls.Add(validIndcLabel, 0, 7);
contentPanel.Controls.Add(remarkTxt, 1, 9);
contentPanel.Controls.Add(remarkLabel, 0, 9);
contentPanel.Dock = DockStyle.Fill;
contentPanel.Location = new Point(3, 3);
contentPanel.Name = "contentPanel";
contentPanel.RowCount = 10;
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
contentPanel.Size = new Size(794, 462);
contentPanel.TabIndex = 3;
//
// masterCategoryLabel
//
masterCategoryLabel.Location = new Point(3, 3);
masterCategoryLabel.Name = "masterCategoryLabel";
masterCategoryLabel.Size = new Size(52, 20);
masterCategoryLabel.TabIndex = 0;
masterCategoryLabel.Values.Text = "主类别:";
//
// masterCategoryTxt
//
masterCategoryTxt.Location = new Point(74, 3);
masterCategoryTxt.MaxLength = 50;
masterCategoryTxt.Name = "masterCategoryTxt";
masterCategoryTxt.Size = new Size(300, 23);
masterCategoryTxt.TabIndex = 0;
//
// masterSubcategoryLabel
//
masterSubcategoryLabel.Location = new Point(3, 32);
masterSubcategoryLabel.Name = "masterSubcategoryLabel";
masterSubcategoryLabel.Size = new Size(52, 20);
masterSubcategoryLabel.TabIndex = 0;
masterSubcategoryLabel.Values.Text = "子类别:";
//
// masterSubcategoryTxt
//
masterSubcategoryTxt.Location = new Point(74, 32);
masterSubcategoryTxt.MaxLength = 50;
masterSubcategoryTxt.Name = "masterSubcategoryTxt";
masterSubcategoryTxt.Size = new Size(300, 23);
masterSubcategoryTxt.TabIndex = 1;
//
// masterCodeItemLabel
//
masterCodeItemLabel.Location = new Point(3, 61);
masterCodeItemLabel.Name = "masterCodeItemLabel";
masterCodeItemLabel.Size = new Size(39, 20);
masterCodeItemLabel.TabIndex = 0;
masterCodeItemLabel.Values.Text = "选项:";
//
// masterCodeItemTxt
//
masterCodeItemTxt.Location = new Point(74, 61);
masterCodeItemTxt.MaxLength = 50;
masterCodeItemTxt.Name = "masterCodeItemTxt";
masterCodeItemTxt.Size = new Size(300, 23);
masterCodeItemTxt.TabIndex = 2;
//
// localDescriptionLabel
//
localDescriptionLabel.Location = new Point(3, 90);
localDescriptionLabel.Name = "localDescriptionLabel";
localDescriptionLabel.Size = new Size(65, 20);
localDescriptionLabel.TabIndex = 0;
localDescriptionLabel.Values.Text = "中文描述:";
//
// localDescriptionTxt
//
localDescriptionTxt.Dock = DockStyle.Fill;
localDescriptionTxt.Location = new Point(74, 90);
localDescriptionTxt.MaxLength = 1000;
localDescriptionTxt.Multiline = true;
localDescriptionTxt.Name = "localDescriptionTxt";
localDescriptionTxt.Size = new Size(717, 60);
localDescriptionTxt.TabIndex = 3;
//
// engDescriptionLabel
//
engDescriptionLabel.Location = new Point(3, 156);
engDescriptionLabel.Name = "engDescriptionLabel";
engDescriptionLabel.Size = new Size(65, 20);
engDescriptionLabel.TabIndex = 0;
engDescriptionLabel.Values.Text = "英文描述:";
//
// engDescriptionTxt
//
engDescriptionTxt.Dock = DockStyle.Fill;
engDescriptionTxt.Location = new Point(74, 156);
engDescriptionTxt.MaxLength = 1000;
engDescriptionTxt.Multiline = true;
engDescriptionTxt.Name = "engDescriptionTxt";
engDescriptionTxt.Size = new Size(717, 60);
engDescriptionTxt.TabIndex = 4;
//
// valueLabel
//
valueLabel.Location = new Point(3, 222);
valueLabel.Name = "valueLabel";
valueLabel.Size = new Size(26, 20);
valueLabel.TabIndex = 0;
valueLabel.Values.Text = "值:";
//
// valueTxt
//
valueTxt.Location = new Point(74, 222);
valueTxt.MaxLength = 50;
valueTxt.Name = "valueTxt";
valueTxt.Size = new Size(300, 23);
valueTxt.TabIndex = 5;
//
// orderByLabel
//
orderByLabel.Location = new Point(3, 251);
orderByLabel.Name = "orderByLabel";
orderByLabel.Size = new Size(39, 20);
orderByLabel.TabIndex = 0;
orderByLabel.Values.Text = "排序:";
//
// validIndcCombo
//
validIndcCombo.DropDownStyle = ComboBoxStyle.DropDownList;
validIndcCombo.DropDownWidth = 200;
validIndcCombo.IntegralHeight = false;
validIndcCombo.Location = new Point(74, 280);
validIndcCombo.Name = "validIndcCombo";
validIndcCombo.Size = new Size(300, 22);
validIndcCombo.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
validIndcCombo.TabIndex = 7;
//
// remarkLabel
//
remarkLabel.Location = new Point(3, 308);
remarkLabel.Name = "remarkLabel";
remarkLabel.Size = new Size(39, 20);
remarkLabel.TabIndex = 0;
remarkLabel.Values.Text = "备注:";
//
// remarkTxt
//
remarkTxt.Dock = DockStyle.Fill;
remarkTxt.Location = new Point(74, 308);
remarkTxt.MaxLength = 3000;
remarkTxt.Multiline = true;
remarkTxt.Name = "remarkTxt";
remarkTxt.Size = new Size(717, 151);
remarkTxt.TabIndex = 8;
//
// validIndcLabel
//
validIndcLabel.Location = new Point(3, 280);
validIndcLabel.Name = "validIndcLabel";
validIndcLabel.Size = new Size(42, 20);
validIndcLabel.TabIndex = 0;
validIndcLabel.Values.Text = "有效?";
//
// orderByTxt
//
orderByTxt.Location = new Point(74, 251);
orderByTxt.MaxLength = 9;
orderByTxt.Name = "orderByTxt";
orderByTxt.Size = new Size(300, 23);
orderByTxt.TabIndex = 6;
//
// SecurityMasterDialogPage
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(mainPanel);
Name = "SecurityMasterDialogPage";
Size = new Size(800, 505);
mainPanel.ResumeLayout(false);
mainPanel.PerformLayout();
dialogPanel.ResumeLayout(false);
contentPanel.ResumeLayout(false);
contentPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)validIndcCombo).EndInit();
ResumeLayout(false);
}
#endregion
private TableLayoutPanel mainPanel;
private TableLayoutPanel dialogPanel;
private Krypton.Toolkit.KryptonButton cancelBut;
private Krypton.Toolkit.KryptonButton okBut;
private TableLayoutPanel contentPanel;
private Krypton.Toolkit.KryptonLabel masterCategoryLabel;
private Krypton.Toolkit.KryptonTextBox masterCategoryTxt;
private Krypton.Toolkit.KryptonLabel masterSubcategoryLabel;
private Krypton.Toolkit.KryptonTextBox masterSubcategoryTxt;
private Krypton.Toolkit.KryptonLabel masterCodeItemLabel;
private Krypton.Toolkit.KryptonTextBox masterCodeItemTxt;
private Krypton.Toolkit.KryptonLabel localDescriptionLabel;
private Krypton.Toolkit.KryptonTextBox localDescriptionTxt;
private Krypton.Toolkit.KryptonLabel engDescriptionLabel;
private Krypton.Toolkit.KryptonTextBox engDescriptionTxt;
private Krypton.Toolkit.KryptonLabel valueLabel;
private Krypton.Toolkit.KryptonTextBox valueTxt;
private Krypton.Toolkit.KryptonLabel orderByLabel;
private Krypton.Toolkit.KryptonComboBox validIndcCombo;
private Krypton.Toolkit.KryptonLabel remarkLabel;
private Krypton.Toolkit.KryptonTextBox remarkTxt;
private Krypton.Toolkit.KryptonTextBox orderByTxt;
private Krypton.Toolkit.KryptonLabel validIndcLabel;
}
}