namespace NXWMS.Forms.SysSettings.ChildFrm
{
partial class FrmMenuEdit
{
///
/// 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.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.cmbMenuLayer = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtMenuCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.txtMenuLink = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.txtMenuName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtMenuIconPath = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.lbStatusMessage = new System.Windows.Forms.Label();
this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
this.groupOperation.Panel.SuspendLayout();
this.groupOperation.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
this.kryptonPanelInput.SuspendLayout();
this.tableLayoutPanelInput.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbMenuLayer)).BeginInit();
this.SuspendLayout();
//
// groupOperation
//
this.groupOperation.CaptionOverlap = 0D;
this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
this.groupOperation.Location = new System.Drawing.Point(0, 0);
this.groupOperation.Name = "groupOperation";
//
// groupOperation.Panel
//
this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
this.groupOperation.Panel.Controls.Add(this.btnSave);
this.groupOperation.Panel.Controls.Add(this.btnExit);
this.groupOperation.Size = new System.Drawing.Size(765, 450);
this.groupOperation.TabIndex = 60;
this.groupOperation.Values.Heading = "编辑";
this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
//
// kryptonPanelInput
//
this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
this.kryptonPanelInput.Name = "kryptonPanelInput";
this.kryptonPanelInput.Size = new System.Drawing.Size(761, 355);
this.kryptonPanelInput.TabIndex = 48;
//
// tableLayoutPanelInput
//
this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanelInput.ColumnCount = 6;
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelInput.Controls.Add(this.richDescibe, 1, 2);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel6, 0, 2);
this.tableLayoutPanelInput.Controls.Add(this.cmbMenuLayer, 3, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtMenuCode, 1, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtMenuLink, 5, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtMenuName, 3, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 2, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 0, 1);
this.tableLayoutPanelInput.Controls.Add(this.txtMenuIconPath, 1, 1);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 4, 1);
this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 1);
this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
this.tableLayoutPanelInput.RowCount = 3;
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.19084F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.90076F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.9084F));
this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanelInput.Size = new System.Drawing.Size(761, 131);
this.tableLayoutPanelInput.TabIndex = 40;
//
// richDescibe
//
this.tableLayoutPanelInput.SetColumnSpan(this.richDescibe, 5);
this.richDescibe.Location = new System.Drawing.Point(103, 65);
this.richDescibe.Name = "richDescibe";
this.richDescibe.Size = new System.Drawing.Size(655, 63);
this.richDescibe.TabIndex = 44;
this.richDescibe.Tag = "DESCRIBE";
this.richDescibe.Text = "";
//
// kryptonLabel6
//
this.kryptonLabel6.AutoSize = false;
this.kryptonLabel6.Location = new System.Drawing.Point(3, 65);
this.kryptonLabel6.Name = "kryptonLabel6";
this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel6.Size = new System.Drawing.Size(94, 20);
this.kryptonLabel6.TabIndex = 45;
this.kryptonLabel6.Values.Text = "描述";
//
// cmbMenuLayer
//
this.cmbMenuLayer.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbMenuLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbMenuLayer.DropDownWidth = 121;
this.cmbMenuLayer.Location = new System.Drawing.Point(356, 36);
this.cmbMenuLayer.Name = "cmbMenuLayer";
this.cmbMenuLayer.Size = new System.Drawing.Size(147, 21);
this.cmbMenuLayer.TabIndex = 32;
this.cmbMenuLayer.Tag = "MENU_PID";
//
// kryptonLabel14
//
this.kryptonLabel14.AutoSize = false;
this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabel14.Location = new System.Drawing.Point(509, 3);
this.kryptonLabel14.Name = "kryptonLabel14";
this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel14.Size = new System.Drawing.Size(94, 27);
this.kryptonLabel14.TabIndex = 4;
this.kryptonLabel14.Values.Text = "链接";
//
// kryptonLabel15
//
this.kryptonLabel15.AutoSize = false;
this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabel15.Location = new System.Drawing.Point(256, 3);
this.kryptonLabel15.Name = "kryptonLabel15";
this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel15.Size = new System.Drawing.Size(94, 27);
this.kryptonLabel15.TabIndex = 2;
this.kryptonLabel15.Values.Text = "菜单名称";
//
// kryptonLabel16
//
this.kryptonLabel16.AutoSize = false;
this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
this.kryptonLabel16.Name = "kryptonLabel16";
this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel16.Size = new System.Drawing.Size(94, 27);
this.kryptonLabel16.TabIndex = 0;
this.kryptonLabel16.Values.Text = "菜单编码";
//
// txtMenuCode
//
this.txtMenuCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtMenuCode.Location = new System.Drawing.Point(103, 3);
this.txtMenuCode.Name = "txtMenuCode";
this.txtMenuCode.Size = new System.Drawing.Size(147, 23);
this.txtMenuCode.TabIndex = 1;
this.txtMenuCode.Tag = "MENU_CODE";
//
// txtMenuLink
//
this.txtMenuLink.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMenuLink.Location = new System.Drawing.Point(609, 3);
this.txtMenuLink.Name = "txtMenuLink";
this.txtMenuLink.Size = new System.Drawing.Size(149, 23);
this.txtMenuLink.TabIndex = 16;
this.txtMenuLink.Tag = "MENU_URL";
//
// txtMenuName
//
this.txtMenuName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMenuName.Location = new System.Drawing.Point(356, 3);
this.txtMenuName.Name = "txtMenuName";
this.txtMenuName.Size = new System.Drawing.Size(147, 23);
this.txtMenuName.TabIndex = 3;
this.txtMenuName.Tag = "MENU_NAME";
//
// kryptonLabel5
//
this.kryptonLabel5.AutoSize = false;
this.kryptonLabel5.Location = new System.Drawing.Point(256, 36);
this.kryptonLabel5.Name = "kryptonLabel5";
this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel5.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel5.TabIndex = 31;
this.kryptonLabel5.Values.Text = "菜单层级";
//
// kryptonLabel4
//
this.kryptonLabel4.AutoSize = false;
this.kryptonLabel4.Location = new System.Drawing.Point(3, 36);
this.kryptonLabel4.Name = "kryptonLabel4";
this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel4.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel4.TabIndex = 29;
this.kryptonLabel4.Values.Text = "图标路径";
//
// txtMenuIconPath
//
this.txtMenuIconPath.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtMenuIconPath.Location = new System.Drawing.Point(103, 36);
this.txtMenuIconPath.Name = "txtMenuIconPath";
this.txtMenuIconPath.Size = new System.Drawing.Size(147, 23);
this.txtMenuIconPath.TabIndex = 30;
this.txtMenuIconPath.Tag = "MENU_ICON";
//
// kryptonLabel18
//
this.kryptonLabel18.AutoSize = false;
this.kryptonLabel18.Location = new System.Drawing.Point(509, 36);
this.kryptonLabel18.Name = "kryptonLabel18";
this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel18.Size = new System.Drawing.Size(94, 22);
this.kryptonLabel18.TabIndex = 26;
this.kryptonLabel18.Values.Text = "是否启用";
//
// chkUse
//
this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.chkUse.Checked = true;
this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkUse.Location = new System.Drawing.Point(609, 36);
this.chkUse.Name = "chkUse";
this.chkUse.Size = new System.Drawing.Size(149, 23);
this.chkUse.TabIndex = 25;
this.chkUse.Tag = "USED_FLAG";
this.chkUse.Values.Text = "";
//
// lbStatusMessage
//
this.lbStatusMessage.AutoSize = true;
this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
this.lbStatusMessage.Name = "lbStatusMessage";
this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
this.lbStatusMessage.TabIndex = 47;
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(498, 366);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(111, 42);
this.btnSave.TabIndex = 42;
this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
this.btnSave.Values.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(627, 366);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(104, 42);
this.btnExit.TabIndex = 41;
this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
this.btnExit.Values.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// FrmMenuEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(765, 450);
this.Controls.Add(this.groupOperation);
this.Name = "FrmMenuEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmMenuEdit";
this.Shown += new System.EventHandler(this.FrmMenuEdit_Shown);
((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
this.groupOperation.Panel.ResumeLayout(false);
this.groupOperation.Panel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
this.groupOperation.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
this.kryptonPanelInput.ResumeLayout(false);
this.tableLayoutPanelInput.ResumeLayout(false);
this.tableLayoutPanelInput.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbMenuLayer)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbMenuLayer;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuCode;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuLink;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuName;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuIconPath;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
private System.Windows.Forms.Label lbStatusMessage;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
}
}