namespace AIMS.PublicUI.UI { partial class frmMenu { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbModify = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbCancel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbSava = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.panel2 = new System.Windows.Forms.Panel(); this.treeView1 = new System.Windows.Forms.TreeView(); this.panel3 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.dgvMenu = new System.Windows.Forms.DataGridView(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ParentIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MenuOrderColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsAloneOpenColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ImgPathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel4 = new System.Windows.Forms.Panel(); this.picPath = new System.Windows.Forms.PictureBox(); this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar(); this.galleryContainer2 = new DevComponents.DotNetBar.GalleryContainer(); this.label5 = new System.Windows.Forms.Label(); this.intMenuOrder = new DevComponents.Editors.IntegerInput(); this.label4 = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.chkIsAloneOpen = new System.Windows.Forms.CheckBox(); this.cboParent = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.chkIsValid = new System.Windows.Forms.CheckBox(); this.txtImagename = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMenu)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPath)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.intMenuOrder)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(804, 49); this.panel1.TabIndex = 0; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAdd, this.toolStripSeparator1, this.tsbModify, this.toolStripSeparator2, this.tsbCancel, this.toolStripSeparator3, this.tsbSava, this.toolStripSeparator4, this.tsbExit}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(804, 49); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tsbAdd // this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(52, 46); this.tsbAdd.Text = " 增加 "; this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49); // // tsbModify // this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑; this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbModify.Name = "tsbModify"; this.tsbModify.Size = new System.Drawing.Size(52, 46); this.tsbModify.Text = " 修改 "; this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbModify.Click += new System.EventHandler(this.tsbModify_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // // tsbCancel // this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消; this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(52, 46); this.tsbCancel.Text = " 取消 "; this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); // // tsbSava // this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存; this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSava.Name = "tsbSava"; this.tsbSava.Size = new System.Drawing.Size(52, 46); this.tsbSava.Text = " 保存 "; this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbSava.Click += new System.EventHandler(this.tsbSava_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 46); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // panel2 // this.panel2.Controls.Add(this.treeView1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 49); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(181, 398); this.panel2.TabIndex = 1; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Font = new System.Drawing.Font("宋体", 10.5F); this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(181, 398); this.treeView1.TabIndex = 0; // // panel3 // this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(181, 49); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(623, 398); this.panel3.TabIndex = 2; // // panel5 // this.panel5.Controls.Add(this.dgvMenu); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 169); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(623, 229); this.panel5.TabIndex = 1; // // dgvMenu // this.dgvMenu.AllowUserToAddRows = false; this.dgvMenu.BackgroundColor = System.Drawing.Color.White; this.dgvMenu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvMenu.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.ColumeName, this.PathColumn, this.ParentIdColumn, this.IsValidColumn, this.MenuOrderColumn, this.IsAloneOpenColumn, this.ImgPathColumn}); this.dgvMenu.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvMenu.Location = new System.Drawing.Point(0, 0); this.dgvMenu.Name = "dgvMenu"; this.dgvMenu.RowHeadersVisible = false; this.dgvMenu.RowTemplate.Height = 23; this.dgvMenu.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvMenu.Size = new System.Drawing.Size(623, 229); this.dgvMenu.TabIndex = 1; // // Id // this.Id.DataPropertyName = "Id"; this.Id.Frozen = true; this.Id.HeaderText = "Id"; this.Id.Name = "Id"; this.Id.ReadOnly = true; this.Id.Visible = false; // // ColumeName // this.ColumeName.DataPropertyName = "Name"; this.ColumeName.HeaderText = "名称"; this.ColumeName.Name = "ColumeName"; this.ColumeName.ReadOnly = true; this.ColumeName.Width = 150; // // PathColumn // this.PathColumn.DataPropertyName = "Path"; this.PathColumn.HeaderText = "功能菜单路径"; this.PathColumn.Name = "PathColumn"; this.PathColumn.ReadOnly = true; this.PathColumn.Width = 260; // // ParentIdColumn // this.ParentIdColumn.DataPropertyName = "ParentId"; this.ParentIdColumn.HeaderText = "所属父级菜单"; this.ParentIdColumn.Name = "ParentIdColumn"; this.ParentIdColumn.ReadOnly = true; // // IsValidColumn // this.IsValidColumn.DataPropertyName = "IsValid"; this.IsValidColumn.HeaderText = "有效性"; this.IsValidColumn.Name = "IsValidColumn"; this.IsValidColumn.ReadOnly = true; this.IsValidColumn.Width = 75; // // MenuOrderColumn // this.MenuOrderColumn.DataPropertyName = "MenuOrder"; this.MenuOrderColumn.HeaderText = "排序"; this.MenuOrderColumn.Name = "MenuOrderColumn"; this.MenuOrderColumn.ReadOnly = true; this.MenuOrderColumn.Width = 75; // // IsAloneOpenColumn // this.IsAloneOpenColumn.DataPropertyName = "IsAloneOpen"; this.IsAloneOpenColumn.HeaderText = "是否独立打开"; this.IsAloneOpenColumn.Name = "IsAloneOpenColumn"; this.IsAloneOpenColumn.ReadOnly = true; // // ImgPathColumn // this.ImgPathColumn.DataPropertyName = "ImgPath"; this.ImgPathColumn.HeaderText = "图标"; this.ImgPathColumn.Name = "ImgPathColumn"; this.ImgPathColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ImgPathColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // panel4 // this.panel4.Controls.Add(this.picPath); this.panel4.Controls.Add(this.ribbonBar1); this.panel4.Controls.Add(this.label5); this.panel4.Controls.Add(this.intMenuOrder); this.panel4.Controls.Add(this.label4); this.panel4.Controls.Add(this.txtPath); this.panel4.Controls.Add(this.label3); this.panel4.Controls.Add(this.chkIsAloneOpen); this.panel4.Controls.Add(this.cboParent); this.panel4.Controls.Add(this.label2); this.panel4.Controls.Add(this.chkIsValid); this.panel4.Controls.Add(this.txtImagename); this.panel4.Controls.Add(this.txtName); this.panel4.Controls.Add(this.label1); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Font = new System.Drawing.Font("宋体", 10.5F); this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(623, 169); this.panel4.TabIndex = 0; // // picPath // this.picPath.Location = new System.Drawing.Point(340, 105); this.picPath.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.picPath.Name = "picPath"; this.picPath.Size = new System.Drawing.Size(62, 50); this.picPath.TabIndex = 17; this.picPath.TabStop = false; // // ribbonBar1 // this.ribbonBar1.AutoOverflowEnabled = true; // // // this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ribbonBar1.ContainerControlProcessDialogKey = true; this.ribbonBar1.DragDropSupport = true; this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.galleryContainer2}); this.ribbonBar1.Location = new System.Drawing.Point(84, 105); this.ribbonBar1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ribbonBar1.Name = "ribbonBar1"; this.ribbonBar1.Size = new System.Drawing.Size(225, 50); this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ribbonBar1.TabIndex = 16; // // // this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // galleryContainer2 // // // // this.galleryContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.galleryContainer2.MinimumSize = new System.Drawing.Size(350, 78); this.galleryContainer2.Name = "galleryContainer2"; this.galleryContainer2.StretchGallery = true; // // // this.galleryContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(19, 122); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(63, 14); this.label5.TabIndex = 11; this.label5.Text = "菜单图片"; // // intMenuOrder // // // // this.intMenuOrder.BackgroundStyle.Class = "DateTimeInputBackground"; this.intMenuOrder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.intMenuOrder.Location = new System.Drawing.Point(273, 38); this.intMenuOrder.Name = "intMenuOrder"; this.intMenuOrder.ShowUpDown = true; this.intMenuOrder.Size = new System.Drawing.Size(80, 23); this.intMenuOrder.TabIndex = 10; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(232, 42); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 14); this.label4.TabIndex = 9; this.label4.Text = "排序"; // // txtPath // this.txtPath.Location = new System.Drawing.Point(83, 70); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(349, 23); this.txtPath.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(19, 73); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 14); this.label3.TabIndex = 6; this.label3.Text = "菜单路径"; // // chkIsAloneOpen // this.chkIsAloneOpen.AutoSize = true; this.chkIsAloneOpen.Location = new System.Drawing.Point(322, 9); this.chkIsAloneOpen.Name = "chkIsAloneOpen"; this.chkIsAloneOpen.Size = new System.Drawing.Size(110, 18); this.chkIsAloneOpen.TabIndex = 5; this.chkIsAloneOpen.Text = "是否独立打开"; this.chkIsAloneOpen.UseVisualStyleBackColor = true; // // cboParent // this.cboParent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboParent.FormattingEnabled = true; this.cboParent.Location = new System.Drawing.Point(84, 39); this.cboParent.Name = "cboParent"; this.cboParent.Size = new System.Drawing.Size(121, 22); this.cboParent.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(19, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 14); this.label2.TabIndex = 3; this.label2.Text = "父级菜单"; // // chkIsValid // this.chkIsValid.AutoSize = true; this.chkIsValid.Location = new System.Drawing.Point(236, 9); this.chkIsValid.Name = "chkIsValid"; this.chkIsValid.Size = new System.Drawing.Size(68, 18); this.chkIsValid.TabIndex = 2; this.chkIsValid.Text = "有效性"; this.chkIsValid.UseVisualStyleBackColor = true; // // txtImagename // this.txtImagename.Location = new System.Drawing.Point(456, 120); this.txtImagename.Name = "txtImagename"; this.txtImagename.Size = new System.Drawing.Size(123, 23); this.txtImagename.TabIndex = 1; this.txtImagename.Visible = false; // // txtName // this.txtName.Location = new System.Drawing.Point(83, 7); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(123, 23); this.txtName.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 14); this.label1.TabIndex = 0; this.label1.Text = "菜单名称"; // // frmMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(804, 447); this.ControlBox = false; this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.HelpButton = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmMenu_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvMenu)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPath)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.intMenuOrder)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbModify; private System.Windows.Forms.ToolStripButton tsbCancel; private System.Windows.Forms.ToolStripButton tsbSava; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.DataGridView dgvMenu; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox chkIsAloneOpen; private System.Windows.Forms.ComboBox cboParent; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox chkIsValid; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private DevComponents.Editors.IntegerInput intMenuOrder; private System.Windows.Forms.Label label5; private DevComponents.DotNetBar.RibbonBar ribbonBar1; private DevComponents.DotNetBar.GalleryContainer galleryContainer2; private System.Windows.Forms.TextBox txtImagename; private System.Windows.Forms.PictureBox picPath; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn ColumeName; private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ParentIdColumn; private System.Windows.Forms.DataGridViewTextBoxColumn IsValidColumn; private System.Windows.Forms.DataGridViewTextBoxColumn MenuOrderColumn; private System.Windows.Forms.DataGridViewTextBoxColumn IsAloneOpenColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ImgPathColumn; } }