| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysMenu)); |
| | | this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); |
| | | this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | |
| | | this.tlcMenuType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); |
| | | this.panel1 = new System.Windows.Forms.Panel(); |
| | | this.label2 = new System.Windows.Forms.Label(); |
| | | this.txt_formPath = new DevExpress.XtraEditors.ComboBoxEdit(); |
| | | this.label3 = new System.Windows.Forms.Label(); |
| | | this.txt_name = new DevExpress.XtraEditors.ComboBoxEdit(); |
| | |
| | | this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.label2 = new System.Windows.Forms.Label(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | // |
| | | // toolBarMenu1 |
| | | // |
| | | //this.toolBarMenu1.actions = ((System.Collections.Generic.List<string>)(resources.GetObject("toolBarMenu1.actions"))); |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.isSetBtn = false; |
| | | this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); |
| | |
| | | this.tlMenu.MinWidth = 23; |
| | | this.tlMenu.Name = "tlMenu"; |
| | | this.tlMenu.OptionsBehavior.Editable = false; |
| | | this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid; |
| | | this.tlMenu.Size = new System.Drawing.Size(1105, 475); |
| | | this.tlMenu.TabIndex = 3; |
| | | this.tlMenu.TreeLevelWidth = 21; |
| | |
| | | this.panel1.Size = new System.Drawing.Size(679, 411); |
| | | this.panel1.TabIndex = 2; |
| | | // |
| | | // label2 |
| | | // |
| | | this.label2.AutoSize = true; |
| | | this.label2.Location = new System.Drawing.Point(429, 163); |
| | | this.label2.Name = "label2"; |
| | | this.label2.Size = new System.Drawing.Size(197, 21); |
| | | this.label2.TabIndex = 135; |
| | | this.label2.Text = "(建议从下拉框中选择)"; |
| | | // |
| | | // txt_formPath |
| | | // |
| | | this.txt_formPath.Location = new System.Drawing.Point(111, 160); |
| | |
| | | // |
| | | // txt_upGuid |
| | | // |
| | | this.txt_upGuid.EditValue = "无可奈何花落去"; |
| | | this.txt_upGuid.EditValue = ""; |
| | | this.txt_upGuid.Location = new System.Drawing.Point(111, 11); |
| | | this.txt_upGuid.Name = "txt_upGuid"; |
| | | this.txt_upGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | |
| | | this.labelControl2.Size = new System.Drawing.Size(85, 21); |
| | | this.labelControl2.TabIndex = 94; |
| | | this.labelControl2.Text = "菜单名称:"; |
| | | // |
| | | // label2 |
| | | // |
| | | this.label2.AutoSize = true; |
| | | this.label2.Location = new System.Drawing.Point(429, 163); |
| | | this.label2.Name = "label2"; |
| | | this.label2.Size = new System.Drawing.Size(197, 21); |
| | | this.label2.TabIndex = 135; |
| | | this.label2.Text = "(建议从下拉框中选择)"; |
| | | // |
| | | // SysMenu |
| | | // |