namespace WMS.FrmSystems { partial class FrmSystemMenu { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSystemMenu)); this.gdFution = new WMS.Ctrl.GridControlCustom(); this.FuntionBinding = new System.Windows.Forms.BindingSource(); this.grdView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colMENU_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMENU_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFUN_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFUN_TAG = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFUN_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFUN_IMAGE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFUN_DICTORY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFUN_SORT = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.imageCollection1 = new DevExpress.Utils.ImageCollection(); this.label1 = new System.Windows.Forms.Label(); this.txt_MenuID = new System.Windows.Forms.TextBox(); this.bgsMenu = new System.Windows.Forms.BindingSource(); this.txt_MenuName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.icbe_MenuImg = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.label4 = new System.Windows.Forms.Label(); this.panelCt = new System.Windows.Forms.Panel(); this.MEtxtREMARK = new DevExpress.XtraEditors.MemoEdit(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.txtP_MENU_ID = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.rbt_Lev2 = new System.Windows.Forms.RadioButton(); this.rbt_Lev1 = new System.Windows.Forms.RadioButton(); this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons(); this.ctrlButtons3 = new WMS.Ctrl.CtrlButtons(); this.ctrlButtons2 = new WMS.Ctrl.CtrlButtons(); this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons(); this.txt_FormClassName = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txt_FormPro = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.cbx_Tanc = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.gdFution)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FuntionBinding)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsMenu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.icbe_MenuImg.Properties)).BeginInit(); this.panelCt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MEtxtREMARK.Properties)).BeginInit(); this.SuspendLayout(); // // gdFution // this.gdFution.ColorApprove = System.Drawing.Color.Empty; this.gdFution.ColorApproveValue = null; this.gdFution.ColorPass = System.Drawing.Color.Empty; this.gdFution.ColorPassValue = null; this.gdFution.ColorRepeal = System.Drawing.Color.Empty; this.gdFution.ColorRepealValue = null; this.gdFution.ColorReWork = System.Drawing.Color.Empty; this.gdFution.ColorReWorkValue = null; this.gdFution.ColorSelectedRow = System.Drawing.Color.Empty; this.gdFution.ColorShortage = System.Drawing.Color.Empty; this.gdFution.ColorShortageFlagColumn = null; this.gdFution.ColorShortageValue = null; this.gdFution.ColorUnExecute = System.Drawing.Color.Empty; this.gdFution.ColorUnExecuteValue = null; this.gdFution.ColorUnPass = System.Drawing.Color.Empty; this.gdFution.ColorUnPassValue = null; this.gdFution.ColorVerify = System.Drawing.Color.Empty; this.gdFution.ColorVerifyFlagColumn = null; this.gdFution.ColorVerifyValue = null; this.gdFution.ColorWarning = System.Drawing.Color.Empty; this.gdFution.ColorWarningValue = null; this.gdFution.DataSource = this.FuntionBinding; this.gdFution.Dock = System.Windows.Forms.DockStyle.Fill; this.gdFution.EnableAppearanceEvenRow = true; this.gdFution.IndicatorWidth = 40; this.gdFution.Location = new System.Drawing.Point(0, 305); this.gdFution.MainView = this.grdView; this.gdFution.Name = "gdFution"; this.gdFution.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemImageComboBox1}); this.gdFution.ShowRowID = true; this.gdFution.Size = new System.Drawing.Size(645, 315); this.gdFution.TabIndex = 0; this.gdFution.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grdView}); // // FuntionBinding // this.FuntionBinding.DataSource = typeof(WMS.Model.Base.MenuFuctionModel); // // grdView // this.grdView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.grdView.Appearance.EvenRow.Options.UseBackColor = true; this.grdView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colMENU_ID, this.colMENU_NAME, this.colFUN_ID, this.colFUN_TAG, this.colFUN_NAME, this.colFUN_IMAGE, this.colFUN_DICTORY, this.colFUN_SORT}); this.grdView.GridControl = this.gdFution; this.grdView.IndicatorWidth = 34; this.grdView.Name = "grdView"; this.grdView.OptionsView.ColumnAutoWidth = false; this.grdView.OptionsView.EnableAppearanceEvenRow = true; this.grdView.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.grdView.OptionsView.ShowGroupPanel = false; this.grdView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged); // // colMENU_ID // this.colMENU_ID.FieldName = "MENU_ID"; this.colMENU_ID.Name = "colMENU_ID"; this.colMENU_ID.Visible = true; this.colMENU_ID.VisibleIndex = 0; // // colMENU_NAME // this.colMENU_NAME.FieldName = "MENU_NAME"; this.colMENU_NAME.Name = "colMENU_NAME"; this.colMENU_NAME.Visible = true; this.colMENU_NAME.VisibleIndex = 1; // // colFUN_ID // this.colFUN_ID.FieldName = "FUN_ID"; this.colFUN_ID.Name = "colFUN_ID"; this.colFUN_ID.Visible = true; this.colFUN_ID.VisibleIndex = 2; // // colFUN_TAG // this.colFUN_TAG.FieldName = "FUN_TAG"; this.colFUN_TAG.Name = "colFUN_TAG"; this.colFUN_TAG.Visible = true; this.colFUN_TAG.VisibleIndex = 4; // // colFUN_NAME // this.colFUN_NAME.FieldName = "FUN_NAME"; this.colFUN_NAME.Name = "colFUN_NAME"; this.colFUN_NAME.Visible = true; this.colFUN_NAME.VisibleIndex = 3; // // colFUN_IMAGE // this.colFUN_IMAGE.FieldName = "FUN_IMAGE"; this.colFUN_IMAGE.Name = "colFUN_IMAGE"; this.colFUN_IMAGE.Visible = true; this.colFUN_IMAGE.VisibleIndex = 5; // // colFUN_DICTORY // this.colFUN_DICTORY.FieldName = "FUN_DICTORY"; this.colFUN_DICTORY.Name = "colFUN_DICTORY"; this.colFUN_DICTORY.Visible = true; this.colFUN_DICTORY.VisibleIndex = 6; // // colFUN_SORT // this.colFUN_SORT.FieldName = "FUN_SORT"; this.colFUN_SORT.Name = "colFUN_SORT"; this.colFUN_SORT.Visible = true; this.colFUN_SORT.VisibleIndex = 7; // // repositoryItemImageComboBox1 // this.repositoryItemImageComboBox1.AutoHeight = false; this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("查询", "27", 27), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("增加", "2", 2), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("编辑", "10", 10), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("删除", "22", 22), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("清空", "26", 26), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("刷新", "24", 24), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("申请", "31", 31), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("审核", "25", 25), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("打印", "28", 28), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("导出", "29", 29), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("保存", "30", 30), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("备注", "32", 32)}); this.repositoryItemImageComboBox1.LargeImages = this.imageCollection1; this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1"; this.repositoryItemImageComboBox1.SmallImages = this.imageCollection1; this.repositoryItemImageComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemImageComboBox1_SelectedIndexChanged); // // imageCollection1 // this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream"))); this.imageCollection1.Images.SetKeyName(0, "ActiveCustomersList_32x32.png"); this.imageCollection1.Images.SetKeyName(1, "UserKey_32x32.png"); this.imageCollection1.Images.SetKeyName(2, "Add_32x32.png"); this.imageCollection1.Images.SetKeyName(3, "Order_32x32.png"); this.imageCollection1.Images.SetKeyName(4, "Employee_32x32.png"); this.imageCollection1.Images.SetKeyName(5, "Home_32x32.png"); this.imageCollection1.Images.SetKeyName(6, "Navigation_32x32.png"); this.imageCollection1.Images.SetKeyName(7, "Categories_32x32.png"); this.imageCollection1.Images.SetKeyName(8, "Revenue_32x32.png"); this.imageCollection1.Images.SetKeyName(9, "Album_32x32.png"); this.imageCollection1.Images.SetKeyName(10, "Edit_16x16.png"); this.imageCollection1.Images.SetKeyName(11, "Upload_16x16.png"); this.imageCollection1.Images.SetKeyName(12, "Edit_16x16.png"); this.imageCollection1.Images.SetKeyName(13, "Revenue_16x16.png"); this.imageCollection1.Images.SetKeyName(14, "CustomersByDate_16x16.png"); this.imageCollection1.Images.SetKeyName(15, "Views_32x32.png"); this.imageCollection1.Images.SetKeyName(16, "Demo_Image_Library_Standard_32x32.png"); this.imageCollection1.Images.SetKeyName(17, "article_32x32.png"); this.imageCollection1.Images.SetKeyName(18, "bar_32x32.png"); this.imageCollection1.Images.SetKeyName(19, "report_32x32.png"); this.imageCollection1.Images.SetKeyName(20, "currency_32x32.png"); this.imageCollection1.Images.SetKeyName(21, "CustomerRevenue_32x32.png"); this.imageCollection1.Images.SetKeyName(22, "remove_32x32.png"); this.imageCollection1.Images.SetKeyName(23, "Edit_32x32.png"); this.imageCollection1.Images.SetKeyName(24, "GenerateData_32x32.png"); this.imageCollection1.Images.SetKeyName(25, "Forward_32x32.png"); this.imageCollection1.Images.SetKeyName(26, "clear_32x32.png"); this.imageCollection1.Images.SetKeyName(27, "zoom_32x32.png"); this.imageCollection1.Images.SetKeyName(28, "Print_32x32.png"); this.imageCollection1.Images.SetKeyName(29, "Cancel_32x32.png"); this.imageCollection1.Images.SetKeyName(30, "Save_32x32.png"); this.imageCollection1.Images.SetKeyName(31, "Mark_32x32.png"); this.imageCollection1.Images.SetKeyName(32, "Other_32x32.png"); this.imageCollection1.Images.SetKeyName(33, "Export_32x32.png"); this.imageCollection1.Images.SetKeyName(34, "Demo_Validation_Message_Templates_32x32.png"); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 10F); this.label1.Location = new System.Drawing.Point(42, 79); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 14); this.label1.TabIndex = 1; this.label1.Text = "菜单编号"; // // txt_MenuID // this.txt_MenuID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsMenu, "MENU_ID", true)); this.txt_MenuID.Enabled = false; this.txt_MenuID.Font = new System.Drawing.Font("宋体", 10F); this.txt_MenuID.Location = new System.Drawing.Point(112, 76); this.txt_MenuID.Name = "txt_MenuID"; this.txt_MenuID.Size = new System.Drawing.Size(175, 23); this.txt_MenuID.TabIndex = 2; this.txt_MenuID.TextChanged += new System.EventHandler(this.txt_MenuID_TextChanged); // // bgsMenu // this.bgsMenu.DataSource = typeof(WMS.Model.Base.BaseMenuModel); // // txt_MenuName // this.txt_MenuName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsMenu, "MENU_NAME", true)); this.txt_MenuName.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_MenuName.Location = new System.Drawing.Point(429, 75); this.txt_MenuName.Name = "txt_MenuName"; this.txt_MenuName.Size = new System.Drawing.Size(175, 22); this.txt_MenuName.TabIndex = 4; this.txt_MenuName.TextChanged += new System.EventHandler(this.txt_MenuName_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10F); this.label2.Location = new System.Drawing.Point(360, 78); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 14); this.label2.TabIndex = 3; this.label2.Text = "菜单名称"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 10F); this.label3.Location = new System.Drawing.Point(41, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 14); this.label3.TabIndex = 5; this.label3.Text = "菜单图片"; // // icbe_MenuImg // this.icbe_MenuImg.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsMenu, "MENU_IMAGE", true)); this.icbe_MenuImg.Location = new System.Drawing.Point(112, 112); this.icbe_MenuImg.Name = "icbe_MenuImg"; this.icbe_MenuImg.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.icbe_MenuImg.Properties.Appearance.Options.UseFont = true; this.icbe_MenuImg.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.icbe_MenuImg.Properties.HtmlImages = this.imageCollection1; this.icbe_MenuImg.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "0", 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "1", 1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "2", 2), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "3", 3), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "4", 4), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "5", 5), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "6", 6), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "7", 7), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "8", 8), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "9", 9), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "10", 10), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "11", 11), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "12", 12), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "13", 13), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "14", 14), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "15", 15), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "16", 16), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "17", 17), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "18", 18), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "19", 19), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "20", 20), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", "21", 21)}); this.icbe_MenuImg.Properties.LargeImages = this.imageCollection1; this.icbe_MenuImg.Properties.SmallImages = this.imageCollection1; this.icbe_MenuImg.Size = new System.Drawing.Size(174, 20); this.icbe_MenuImg.TabIndex = 6; this.icbe_MenuImg.TextChanged += new System.EventHandler(this.icbe_MenuImg_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(25, 163); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 14); this.label4.TabIndex = 7; // // panelCt // this.panelCt.Controls.Add(this.MEtxtREMARK); this.panelCt.Controls.Add(this.labelControl20); this.panelCt.Controls.Add(this.txtP_MENU_ID); this.panelCt.Controls.Add(this.label5); this.panelCt.Controls.Add(this.rbt_Lev2); this.panelCt.Controls.Add(this.rbt_Lev1); this.panelCt.Controls.Add(this.ctrlButtons4); this.panelCt.Controls.Add(this.ctrlButtons3); this.panelCt.Controls.Add(this.ctrlButtons2); this.panelCt.Controls.Add(this.ctrlButtons1); this.panelCt.Controls.Add(this.txt_FormClassName); this.panelCt.Controls.Add(this.label8); this.panelCt.Controls.Add(this.txt_FormPro); this.panelCt.Controls.Add(this.label7); this.panelCt.Controls.Add(this.cbx_Tanc); this.panelCt.Controls.Add(this.txt_MenuID); this.panelCt.Controls.Add(this.txt_MenuName); this.panelCt.Controls.Add(this.icbe_MenuImg); this.panelCt.Controls.Add(this.label1); this.panelCt.Controls.Add(this.label3); this.panelCt.Controls.Add(this.label2); this.panelCt.Controls.Add(this.label6); this.panelCt.Dock = System.Windows.Forms.DockStyle.Top; this.panelCt.Location = new System.Drawing.Point(0, 0); this.panelCt.Name = "panelCt"; this.panelCt.Size = new System.Drawing.Size(645, 305); this.panelCt.TabIndex = 13; // // MEtxtREMARK // this.MEtxtREMARK.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsMenu, "REMARK", true)); this.MEtxtREMARK.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bgsMenu, "REMARK", true)); this.MEtxtREMARK.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsMenu, "REMARK", true)); this.MEtxtREMARK.Location = new System.Drawing.Point(110, 215); this.MEtxtREMARK.Name = "MEtxtREMARK"; this.MEtxtREMARK.Size = new System.Drawing.Size(494, 62); this.MEtxtREMARK.TabIndex = 43; this.MEtxtREMARK.TextChanged += new System.EventHandler(this.MEtxtREMARK_TextChanged); // // labelControl20 // this.labelControl20.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl20.Appearance.Options.UseFont = true; this.labelControl20.Location = new System.Drawing.Point(43, 217); this.labelControl20.Name = "labelControl20"; this.labelControl20.Size = new System.Drawing.Size(56, 17); this.labelControl20.TabIndex = 44; this.labelControl20.Text = "备 注"; // // txtP_MENU_ID // this.txtP_MENU_ID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsMenu, "P_MENU_ID", true)); this.txtP_MENU_ID.Font = new System.Drawing.Font("宋体", 10F); this.txtP_MENU_ID.Location = new System.Drawing.Point(429, 108); this.txtP_MENU_ID.Name = "txtP_MENU_ID"; this.txtP_MENU_ID.Size = new System.Drawing.Size(175, 23); this.txtP_MENU_ID.TabIndex = 31; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 10F); this.label5.Location = new System.Drawing.Point(345, 113); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 14); this.label5.TabIndex = 30; this.label5.Text = "父菜单编号"; // // rbt_Lev2 // this.rbt_Lev2.AutoSize = true; this.rbt_Lev2.Font = new System.Drawing.Font("宋体", 9F); this.rbt_Lev2.Location = new System.Drawing.Point(176, 183); this.rbt_Lev2.Name = "rbt_Lev2"; this.rbt_Lev2.Size = new System.Drawing.Size(47, 16); this.rbt_Lev2.TabIndex = 29; this.rbt_Lev2.Text = "二级"; this.rbt_Lev2.UseVisualStyleBackColor = true; this.rbt_Lev2.CheckedChanged += new System.EventHandler(this.rbt_Lev2_CheckedChanged); // // rbt_Lev1 // this.rbt_Lev1.AutoSize = true; this.rbt_Lev1.Checked = true; this.rbt_Lev1.Font = new System.Drawing.Font("宋体", 9F); this.rbt_Lev1.Location = new System.Drawing.Point(110, 184); this.rbt_Lev1.Name = "rbt_Lev1"; this.rbt_Lev1.Size = new System.Drawing.Size(47, 16); this.rbt_Lev1.TabIndex = 28; this.rbt_Lev1.TabStop = true; this.rbt_Lev1.Text = "一级"; this.rbt_Lev1.UseVisualStyleBackColor = true; this.rbt_Lev1.CheckedChanged += new System.EventHandler(this.rbt_Lev1_CheckedChanged); // // ctrlButtons4 // this.ctrlButtons4.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons4.Appearance.Options.UseFont = true; this.ctrlButtons4.BoolDiagFrm = false; this.ctrlButtons4.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons4.Image"))); this.ctrlButtons4.Location = new System.Drawing.Point(328, 13); this.ctrlButtons4.Name = "ctrlButtons4"; this.ctrlButtons4.Size = new System.Drawing.Size(150, 45); this.ctrlButtons4.TabIndex = 26; this.ctrlButtons4.Text = " 删除功能"; this.ctrlButtons4.typeButton = " 删除功能"; this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click); // // ctrlButtons3 // this.ctrlButtons3.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons3.Appearance.Options.UseFont = true; this.ctrlButtons3.BoolDiagFrm = false; this.ctrlButtons3.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons3.Image"))); this.ctrlButtons3.Location = new System.Drawing.Point(172, 13); this.ctrlButtons3.Name = "ctrlButtons3"; this.ctrlButtons3.Size = new System.Drawing.Size(150, 45); this.ctrlButtons3.TabIndex = 25; this.ctrlButtons3.Text = " 添加功能"; this.ctrlButtons3.typeButton = " 添加功能"; this.ctrlButtons3.Click += new System.EventHandler(this.ctrlButtons3_Click); // // ctrlButtons2 // this.ctrlButtons2.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons2.Appearance.Options.UseFont = true; this.ctrlButtons2.BoolDiagFrm = false; this.ctrlButtons2.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons2.Image"))); this.ctrlButtons2.Location = new System.Drawing.Point(484, 13); this.ctrlButtons2.Name = "ctrlButtons2"; this.ctrlButtons2.Size = new System.Drawing.Size(150, 45); this.ctrlButtons2.TabIndex = 24; this.ctrlButtons2.Text = "关闭"; this.ctrlButtons2.typeButton = "关闭"; this.ctrlButtons2.Click += new System.EventHandler(this.ctrlButtons2_Click); // // ctrlButtons1 // this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons1.Appearance.Options.UseFont = true; this.ctrlButtons1.BoolDiagFrm = false; this.ctrlButtons1.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image"))); this.ctrlButtons1.Location = new System.Drawing.Point(16, 13); this.ctrlButtons1.Name = "ctrlButtons1"; this.ctrlButtons1.Size = new System.Drawing.Size(150, 45); this.ctrlButtons1.TabIndex = 23; this.ctrlButtons1.Text = "确定"; this.ctrlButtons1.typeButton = "确定"; this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click); // // txt_FormClassName // this.txt_FormClassName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsMenu, "MENU_FORM", true)); this.txt_FormClassName.Font = new System.Drawing.Font("宋体", 10F); this.txt_FormClassName.Location = new System.Drawing.Point(429, 142); this.txt_FormClassName.Name = "txt_FormClassName"; this.txt_FormClassName.Size = new System.Drawing.Size(175, 23); this.txt_FormClassName.TabIndex = 17; this.txt_FormClassName.TextChanged += new System.EventHandler(this.txt_FormClassName_TextChanged); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 10F); this.label8.Location = new System.Drawing.Point(354, 148); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(63, 14); this.label8.TabIndex = 16; this.label8.Text = "窗体名称"; // // txt_FormPro // this.txt_FormPro.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bgsMenu, "MENU_TAG", true)); this.txt_FormPro.Font = new System.Drawing.Font("宋体", 10F); this.txt_FormPro.Location = new System.Drawing.Point(112, 144); this.txt_FormPro.Name = "txt_FormPro"; this.txt_FormPro.Size = new System.Drawing.Size(175, 23); this.txt_FormPro.TabIndex = 15; this.txt_FormPro.TextChanged += new System.EventHandler(this.txt_FormPro_TextChanged); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 10F); this.label7.Location = new System.Drawing.Point(27, 149); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 14); this.label7.TabIndex = 14; this.label7.Text = "应用程序集"; // // cbx_Tanc // this.cbx_Tanc.AutoSize = true; this.cbx_Tanc.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbx_Tanc.Location = new System.Drawing.Point(242, 183); this.cbx_Tanc.Name = "cbx_Tanc"; this.cbx_Tanc.Size = new System.Drawing.Size(78, 17); this.cbx_Tanc.TabIndex = 12; this.cbx_Tanc.Text = "弹出窗体"; this.cbx_Tanc.UseVisualStyleBackColor = true; this.cbx_Tanc.CheckedChanged += new System.EventHandler(this.cbx_Tanc_CheckedChanged); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 10F); this.label6.Location = new System.Drawing.Point(40, 184); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(63, 14); this.label6.TabIndex = 13; this.label6.Text = "菜单级别"; // // FrmSystemMenu // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(645, 620); this.Controls.Add(this.gdFution); this.Controls.Add(this.panelCt); this.Controls.Add(this.label4); this.Font = new System.Drawing.Font("宋体", 10F); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.MinimumSize = new System.Drawing.Size(612, 485); this.Name = "FrmSystemMenu"; this.Text = "功能管理"; this.Load += new System.EventHandler(this.FrmSystemMenu_Load); ((System.ComponentModel.ISupportInitialize)(this.gdFution)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FuntionBinding)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsMenu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.icbe_MenuImg.Properties)).EndInit(); this.panelCt.ResumeLayout(false); this.panelCt.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.MEtxtREMARK.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private WMS.Ctrl.GridControlCustom gdFution; private DevExpress.XtraGrid.Views.Grid.GridView grdView; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txt_MenuID; private System.Windows.Forms.TextBox txt_MenuName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private DevExpress.XtraEditors.ImageComboBoxEdit icbe_MenuImg; private System.Windows.Forms.Label label4; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1; private System.Windows.Forms.Panel panelCt; private System.Windows.Forms.TextBox txt_FormClassName; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txt_FormPro; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.BindingSource bgsMenu; private System.Windows.Forms.CheckBox cbx_Tanc; private System.Windows.Forms.BindingSource FuntionBinding; private WMS.Ctrl.CtrlButtons ctrlButtons4; private WMS.Ctrl.CtrlButtons ctrlButtons3; private WMS.Ctrl.CtrlButtons ctrlButtons2; private WMS.Ctrl.CtrlButtons ctrlButtons1; private DevExpress.Utils.ImageCollection imageCollection1; private System.Windows.Forms.RadioButton rbt_Lev2; private System.Windows.Forms.RadioButton rbt_Lev1; private System.Windows.Forms.TextBox txtP_MENU_ID; private System.Windows.Forms.Label label5; private DevExpress.XtraEditors.MemoEdit MEtxtREMARK; private DevExpress.XtraEditors.LabelControl labelControl20; private DevExpress.XtraGrid.Columns.GridColumn colMENU_ID; private DevExpress.XtraGrid.Columns.GridColumn colMENU_NAME; private DevExpress.XtraGrid.Columns.GridColumn colFUN_ID; private DevExpress.XtraGrid.Columns.GridColumn colFUN_TAG; private DevExpress.XtraGrid.Columns.GridColumn colFUN_NAME; private DevExpress.XtraGrid.Columns.GridColumn colFUN_IMAGE; private DevExpress.XtraGrid.Columns.GridColumn colFUN_DICTORY; private DevExpress.XtraGrid.Columns.GridColumn colFUN_SORT; } }