namespace NXWMS.Forms.SysSettings.ChildFrm { partial class frmRoleEdit { /// /// 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.lbStatusMessage = new System.Windows.Forms.Label(); this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator(); this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage(); this.kryptonPageRole = new ComponentFactory.Krypton.Navigator.KryptonPage(); this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel(); this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtRoleCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtRoleName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.treeViewFunction = new ComponentFactory.Krypton.Toolkit.KryptonTreeView(); this.treeViewMenu = new ComponentFactory.Krypton.Toolkit.KryptonTreeView(); this.treeViewMainMenu = new ComponentFactory.Krypton.Toolkit.KryptonTreeView(); this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox(); ((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(); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit(); this.kryptonNavigatorOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit(); this.kryptonPageInfo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageRole)).BeginInit(); this.kryptonPageRole.SuspendLayout(); this.tableLayoutPanelInput.SuspendLayout(); 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.lbStatusMessage); this.groupOperation.Panel.Controls.Add(this.btnSave); this.groupOperation.Panel.Controls.Add(this.btnExit); this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput); this.groupOperation.Size = new System.Drawing.Size(800, 450); this.groupOperation.TabIndex = 58; this.groupOperation.Values.Heading = "编辑"; this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about; // // 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.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(585, 368); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(95, 40); 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.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(695, 368); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(91, 40); 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); // // kryptonPanelInput // this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation); this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0); this.kryptonPanelInput.Name = "kryptonPanelInput"; this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone; this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355); this.kryptonPanelInput.TabIndex = 45; // // kryptonNavigatorOperation // this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None; this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide; this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0); this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation"; this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup; this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay; this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] { this.kryptonPageInfo, this.kryptonPageRole}); this.kryptonNavigatorOperation.SelectedIndex = 0; this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 355); this.kryptonNavigatorOperation.TabIndex = 41; this.kryptonNavigatorOperation.Text = "kryptonNavigator1"; // // kryptonPageInfo // this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200); this.kryptonPageInfo.Controls.Add(this.kryptonLabel6); this.kryptonPageInfo.Controls.Add(this.richDescibe); this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput); this.kryptonPageInfo.Flags = 65534; this.kryptonPageInfo.LastVisibleSet = true; this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50); this.kryptonPageInfo.Name = "kryptonPageInfo"; this.kryptonPageInfo.Size = new System.Drawing.Size(794, 326); this.kryptonPageInfo.Text = "基础配置"; this.kryptonPageInfo.ToolTipTitle = "Page ToolTip"; this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D"; // // kryptonPageRole // this.kryptonPageRole.AutoHiddenSlideSize = new System.Drawing.Size(200, 200); this.kryptonPageRole.Controls.Add(this.kryptonLabel5); this.kryptonPageRole.Controls.Add(this.treeViewFunction); this.kryptonPageRole.Controls.Add(this.treeViewMenu); this.kryptonPageRole.Controls.Add(this.treeViewMainMenu); this.kryptonPageRole.Controls.Add(this.kryptonLabel7); this.kryptonPageRole.Controls.Add(this.kryptonLabel4); this.kryptonPageRole.Flags = 65534; this.kryptonPageRole.LastVisibleSet = true; this.kryptonPageRole.MinimumSize = new System.Drawing.Size(50, 50); this.kryptonPageRole.Name = "kryptonPageRole"; this.kryptonPageRole.Size = new System.Drawing.Size(794, 326); this.kryptonPageRole.Text = "菜单权限配置"; this.kryptonPageRole.ToolTipTitle = "Page ToolTip"; this.kryptonPageRole.UniqueName = "8708ABABB6244FD615BFE150E3EBE392"; // // 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.kryptonLabel14, 4, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0); this.tableLayoutPanelInput.Controls.Add(this.txtRoleCode, 1, 0); this.tableLayoutPanelInput.Controls.Add(this.txtRoleName, 3, 0); this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 0); this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelInput.Name = "tableLayoutPanelInput"; this.tableLayoutPanelInput.RowCount = 1; this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 29); this.tableLayoutPanelInput.TabIndex = 42; // // kryptonLabel14 // this.kryptonLabel14.AutoSize = false; this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel14.Location = new System.Drawing.Point(531, 3); this.kryptonLabel14.Name = "kryptonLabel14"; this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel14.Size = new System.Drawing.Size(94, 23); 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(267, 3); this.kryptonLabel15.Name = "kryptonLabel15"; this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel15.Size = new System.Drawing.Size(94, 23); 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, 23); this.kryptonLabel16.TabIndex = 0; this.kryptonLabel16.Values.Text = "角色编号"; // // txtRoleCode // this.txtRoleCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtRoleCode.Location = new System.Drawing.Point(103, 3); this.txtRoleCode.Name = "txtRoleCode"; this.txtRoleCode.Size = new System.Drawing.Size(158, 23); this.txtRoleCode.TabIndex = 1; this.txtRoleCode.Tag = "ROLE_CODE"; // // txtRoleName // this.txtRoleName.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.txtRoleName.Location = new System.Drawing.Point(367, 3); this.txtRoleName.Name = "txtRoleName"; this.txtRoleName.Size = new System.Drawing.Size(158, 23); this.txtRoleName.TabIndex = 3; this.txtRoleName.Tag = "ROLE_NAME"; // // 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.Location = new System.Drawing.Point(631, 3); this.chkUse.Name = "chkUse"; this.chkUse.Size = new System.Drawing.Size(160, 23); this.chkUse.TabIndex = 33; this.chkUse.Tag = "USED_FLAG"; this.chkUse.Values.Text = ""; // // treeViewFunction // this.treeViewFunction.CheckBoxes = true; this.treeViewFunction.Location = new System.Drawing.Point(553, 23); this.treeViewFunction.Name = "treeViewFunction"; this.treeViewFunction.Size = new System.Drawing.Size(232, 289); this.treeViewFunction.TabIndex = 13; // // treeViewMenu // this.treeViewMenu.CheckBoxes = true; this.treeViewMenu.Location = new System.Drawing.Point(257, 23); this.treeViewMenu.Name = "treeViewMenu"; this.treeViewMenu.Size = new System.Drawing.Size(279, 289); this.treeViewMenu.TabIndex = 12; // // treeViewMainMenu // this.treeViewMainMenu.CheckBoxes = true; this.treeViewMainMenu.Location = new System.Drawing.Point(9, 23); this.treeViewMainMenu.Name = "treeViewMainMenu"; this.treeViewMainMenu.Size = new System.Drawing.Size(231, 289); this.treeViewMainMenu.TabIndex = 9; this.treeViewMainMenu.DoubleClick += new System.EventHandler(this.treeViewMainMenu_DoubleClick); // // kryptonLabel7 // this.kryptonLabel7.Location = new System.Drawing.Point(605, 2); this.kryptonLabel7.Name = "kryptonLabel7"; this.kryptonLabel7.Size = new System.Drawing.Size(65, 20); this.kryptonLabel7.TabIndex = 11; this.kryptonLabel7.Values.Text = "功能菜单:"; // // kryptonLabel4 // this.kryptonLabel4.Location = new System.Drawing.Point(3, 2); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.Size = new System.Drawing.Size(52, 20); this.kryptonLabel4.TabIndex = 10; this.kryptonLabel4.Values.Text = "主菜单:"; // // kryptonLabel5 // this.kryptonLabel5.Location = new System.Drawing.Point(310, 3); this.kryptonLabel5.Name = "kryptonLabel5"; this.kryptonLabel5.Size = new System.Drawing.Size(52, 20); this.kryptonLabel5.TabIndex = 14; this.kryptonLabel5.Values.Text = "子菜单:"; // // kryptonLabel6 // this.kryptonLabel6.AutoSize = false; this.kryptonLabel6.Location = new System.Drawing.Point(15, 48); this.kryptonLabel6.Name = "kryptonLabel6"; this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel6.Size = new System.Drawing.Size(40, 20); this.kryptonLabel6.TabIndex = 45; this.kryptonLabel6.Values.Text = "描述"; // // richDescibe // this.richDescibe.Location = new System.Drawing.Point(115, 52); this.richDescibe.Name = "richDescibe"; this.richDescibe.Size = new System.Drawing.Size(670, 103); this.richDescibe.TabIndex = 44; this.richDescibe.Text = ""; // // frmRoleEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.groupOperation); this.Name = "frmRoleEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmRoleEdit"; ((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); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit(); this.kryptonNavigatorOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit(); this.kryptonPageInfo.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageRole)).EndInit(); this.kryptonPageRole.ResumeLayout(false); this.kryptonPageRole.PerformLayout(); this.tableLayoutPanelInput.ResumeLayout(false); this.tableLayoutPanelInput.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation; private System.Windows.Forms.Label lbStatusMessage; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave; private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput; private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation; private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo; private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageRole; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRoleCode; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRoleName; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse; public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput; private ComponentFactory.Krypton.Toolkit.KryptonTreeView treeViewFunction; private ComponentFactory.Krypton.Toolkit.KryptonTreeView treeViewMenu; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6; private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe; public ComponentFactory.Krypton.Toolkit.KryptonTreeView treeViewMainMenu; } }