123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623 |
- namespace PMSUI
- {
- partial class CMenuSettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.tbFormShowSetting = new System.Windows.Forms.TabPage();
- this.dgvFormColumnSetting = new System.Windows.Forms.DataGridView();
- this.panel2 = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btHelpsMenu = new System.Windows.Forms.Button();
- this.ckbShowColumn = new System.Windows.Forms.CheckBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.cbWhichForm = new System.Windows.Forms.ComboBox();
- this.label11 = new System.Windows.Forms.Label();
- this.tbFormName = new System.Windows.Forms.TextBox();
- this.lbFormName = new System.Windows.Forms.Label();
- this.tbColumnSort = new System.Windows.Forms.TextBox();
- this.lbColumnSort = new System.Windows.Forms.Label();
- this.lbShowName = new System.Windows.Forms.Label();
- this.tbShowName = new System.Windows.Forms.TextBox();
- this.lbShowColumn = new System.Windows.Forms.Label();
- this.btColSetModify = new System.Windows.Forms.Button();
- this.btColSetDel = new System.Windows.Forms.Button();
- this.btColSetAdd = new System.Windows.Forms.Button();
- this.lbDBColumnName = new System.Windows.Forms.Label();
- this.tbDBColumnName = new System.Windows.Forms.TextBox();
- this.tbMenuSetting = new System.Windows.Forms.TabPage();
- this.dgvMenuSetting = new System.Windows.Forms.DataGridView();
- this.panel1 = new System.Windows.Forms.Panel();
- this.gbMenuSetting = new System.Windows.Forms.GroupBox();
- this.btHelpsForm = new System.Windows.Forms.Button();
- this.ckbIsMenuShow = new System.Windows.Forms.CheckBox();
- this.label12 = new System.Windows.Forms.Label();
- this.tbDisplayMenuName = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbMenuName = new System.Windows.Forms.TextBox();
- this.tbModuleSort = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbMenuSort = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btMenuModfiy = new System.Windows.Forms.Button();
- this.btMenuDelete = new System.Windows.Forms.Button();
- this.btMenuAdd = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.tbMenuModule = new System.Windows.Forms.TextBox();
- this.tbControl = new System.Windows.Forms.TabControl();
- this.tbFormShowSetting.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvFormColumnSetting)).BeginInit();
- this.panel2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.tbMenuSetting.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMenuSetting)).BeginInit();
- this.panel1.SuspendLayout();
- this.gbMenuSetting.SuspendLayout();
- this.tbControl.SuspendLayout();
- this.SuspendLayout();
- //
- // tbFormShowSetting
- //
- this.tbFormShowSetting.Controls.Add(this.dgvFormColumnSetting);
- this.tbFormShowSetting.Controls.Add(this.panel2);
- this.tbFormShowSetting.Location = new System.Drawing.Point(4, 22);
- this.tbFormShowSetting.Name = "tbFormShowSetting";
- this.tbFormShowSetting.Padding = new System.Windows.Forms.Padding(3);
- this.tbFormShowSetting.Size = new System.Drawing.Size(829, 427);
- this.tbFormShowSetting.TabIndex = 1;
- this.tbFormShowSetting.Text = "界面设置";
- this.tbFormShowSetting.UseVisualStyleBackColor = true;
- //
- // dgvFormColumnSetting
- //
- this.dgvFormColumnSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvFormColumnSetting.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvFormColumnSetting.Location = new System.Drawing.Point(3, 3);
- this.dgvFormColumnSetting.Name = "dgvFormColumnSetting";
- this.dgvFormColumnSetting.RowTemplate.Height = 23;
- this.dgvFormColumnSetting.Size = new System.Drawing.Size(547, 421);
- this.dgvFormColumnSetting.TabIndex = 3;
- this.dgvFormColumnSetting.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvFormColumnSetting_CellMouseClick);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.groupBox1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel2.Location = new System.Drawing.Point(550, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(276, 421);
- this.panel2.TabIndex = 2;
- //
- // groupBox1
- //
- this.groupBox1.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.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.btHelpsMenu);
- this.groupBox1.Controls.Add(this.ckbShowColumn);
- this.groupBox1.Controls.Add(this.groupBox2);
- this.groupBox1.Controls.Add(this.tbFormName);
- this.groupBox1.Controls.Add(this.lbFormName);
- this.groupBox1.Controls.Add(this.tbColumnSort);
- this.groupBox1.Controls.Add(this.lbColumnSort);
- this.groupBox1.Controls.Add(this.lbShowName);
- this.groupBox1.Controls.Add(this.tbShowName);
- this.groupBox1.Controls.Add(this.lbShowColumn);
- this.groupBox1.Controls.Add(this.btColSetModify);
- this.groupBox1.Controls.Add(this.btColSetDel);
- this.groupBox1.Controls.Add(this.btColSetAdd);
- this.groupBox1.Controls.Add(this.lbDBColumnName);
- this.groupBox1.Controls.Add(this.tbDBColumnName);
- this.groupBox1.Location = new System.Drawing.Point(6, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(267, 415);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "设置";
- //
- // btHelpsMenu
- //
- this.btHelpsMenu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelpsMenu.Location = new System.Drawing.Point(7, 20);
- this.btHelpsMenu.Name = "btHelpsMenu";
- this.btHelpsMenu.Size = new System.Drawing.Size(85, 23);
- this.btHelpsMenu.TabIndex = 46;
- this.btHelpsMenu.Text = "帮助信息";
- this.btHelpsMenu.UseVisualStyleBackColor = true;
- this.btHelpsMenu.Click += new System.EventHandler(this.btHelpsMenu_Click);
- //
- // ckbShowColumn
- //
- this.ckbShowColumn.AutoSize = true;
- this.ckbShowColumn.Location = new System.Drawing.Point(133, 193);
- this.ckbShowColumn.Name = "ckbShowColumn";
- this.ckbShowColumn.Size = new System.Drawing.Size(15, 14);
- this.ckbShowColumn.TabIndex = 36;
- this.ckbShowColumn.UseVisualStyleBackColor = true;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.cbWhichForm);
- this.groupBox2.Controls.Add(this.label11);
- this.groupBox2.Location = new System.Drawing.Point(7, 345);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(254, 64);
- this.groupBox2.TabIndex = 35;
- this.groupBox2.TabStop = false;
- //
- // cbWhichForm
- //
- this.cbWhichForm.BackColor = System.Drawing.SystemColors.Window;
- this.cbWhichForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbWhichForm.FormattingEnabled = true;
- this.cbWhichForm.Items.AddRange(new object[] {
- "",
- "是",
- "否"});
- this.cbWhichForm.Location = new System.Drawing.Point(126, 29);
- this.cbWhichForm.Name = "cbWhichForm";
- this.cbWhichForm.Size = new System.Drawing.Size(121, 20);
- this.cbWhichForm.TabIndex = 33;
- this.cbWhichForm.SelectedValueChanged += new System.EventHandler(this.cbWhichForm_SelectedValueChanged);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(10, 29);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(56, 17);
- this.label11.TabIndex = 30;
- this.label11.Text = "查询条件";
- //
- // tbFormName
- //
- this.tbFormName.BackColor = System.Drawing.SystemColors.Window;
- this.tbFormName.Location = new System.Drawing.Point(133, 55);
- this.tbFormName.Name = "tbFormName";
- this.tbFormName.Size = new System.Drawing.Size(121, 21);
- this.tbFormName.TabIndex = 34;
- //
- // lbFormName
- //
- this.lbFormName.AutoSize = true;
- this.lbFormName.BackColor = System.Drawing.Color.Transparent;
- this.lbFormName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbFormName.Location = new System.Drawing.Point(17, 55);
- this.lbFormName.Name = "lbFormName";
- this.lbFormName.Size = new System.Drawing.Size(56, 17);
- this.lbFormName.TabIndex = 28;
- this.lbFormName.Text = "窗体名称";
- //
- // tbColumnSort
- //
- this.tbColumnSort.BackColor = System.Drawing.SystemColors.Window;
- this.tbColumnSort.Location = new System.Drawing.Point(133, 233);
- this.tbColumnSort.Name = "tbColumnSort";
- this.tbColumnSort.Size = new System.Drawing.Size(121, 21);
- this.tbColumnSort.TabIndex = 26;
- //
- // lbColumnSort
- //
- this.lbColumnSort.AutoSize = true;
- this.lbColumnSort.BackColor = System.Drawing.Color.Transparent;
- this.lbColumnSort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbColumnSort.Location = new System.Drawing.Point(17, 233);
- this.lbColumnSort.Name = "lbColumnSort";
- this.lbColumnSort.Size = new System.Drawing.Size(44, 17);
- this.lbColumnSort.TabIndex = 25;
- this.lbColumnSort.Text = "列排序";
- //
- // lbShowName
- //
- this.lbShowName.AutoSize = true;
- this.lbShowName.BackColor = System.Drawing.Color.Transparent;
- this.lbShowName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbShowName.Location = new System.Drawing.Point(17, 145);
- this.lbShowName.Name = "lbShowName";
- this.lbShowName.Size = new System.Drawing.Size(56, 17);
- this.lbShowName.TabIndex = 24;
- this.lbShowName.Text = "显示列名";
- //
- // tbShowName
- //
- this.tbShowName.BackColor = System.Drawing.SystemColors.Window;
- this.tbShowName.Location = new System.Drawing.Point(133, 146);
- this.tbShowName.Name = "tbShowName";
- this.tbShowName.Size = new System.Drawing.Size(121, 21);
- this.tbShowName.TabIndex = 23;
- //
- // lbShowColumn
- //
- this.lbShowColumn.AutoSize = true;
- this.lbShowColumn.BackColor = System.Drawing.Color.Transparent;
- this.lbShowColumn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbShowColumn.Location = new System.Drawing.Point(17, 190);
- this.lbShowColumn.Name = "lbShowColumn";
- this.lbShowColumn.Size = new System.Drawing.Size(56, 17);
- this.lbShowColumn.TabIndex = 22;
- this.lbShowColumn.Text = "是否显示";
- //
- // btColSetModify
- //
- this.btColSetModify.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btColSetModify.Location = new System.Drawing.Point(95, 284);
- this.btColSetModify.Name = "btColSetModify";
- this.btColSetModify.Size = new System.Drawing.Size(75, 28);
- this.btColSetModify.TabIndex = 21;
- this.btColSetModify.Text = "修改";
- this.btColSetModify.UseVisualStyleBackColor = true;
- this.btColSetModify.Click += new System.EventHandler(this.btColSetModify_Click);
- //
- // btColSetDel
- //
- this.btColSetDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btColSetDel.Location = new System.Drawing.Point(183, 284);
- this.btColSetDel.Name = "btColSetDel";
- this.btColSetDel.Size = new System.Drawing.Size(75, 28);
- this.btColSetDel.TabIndex = 20;
- this.btColSetDel.Text = "删除";
- this.btColSetDel.UseVisualStyleBackColor = true;
- this.btColSetDel.Click += new System.EventHandler(this.btColSetDel_Click);
- //
- // btColSetAdd
- //
- this.btColSetAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btColSetAdd.Location = new System.Drawing.Point(7, 284);
- this.btColSetAdd.Name = "btColSetAdd";
- this.btColSetAdd.Size = new System.Drawing.Size(75, 28);
- this.btColSetAdd.TabIndex = 19;
- this.btColSetAdd.Text = "增加";
- this.btColSetAdd.UseVisualStyleBackColor = true;
- this.btColSetAdd.Click += new System.EventHandler(this.btColSetAdd_Click);
- //
- // lbDBColumnName
- //
- this.lbDBColumnName.AutoSize = true;
- this.lbDBColumnName.BackColor = System.Drawing.Color.Transparent;
- this.lbDBColumnName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbDBColumnName.Location = new System.Drawing.Point(17, 102);
- this.lbDBColumnName.Name = "lbDBColumnName";
- this.lbDBColumnName.Size = new System.Drawing.Size(68, 17);
- this.lbDBColumnName.TabIndex = 18;
- this.lbDBColumnName.Text = "数据库列名";
- //
- // tbDBColumnName
- //
- this.tbDBColumnName.BackColor = System.Drawing.SystemColors.Window;
- this.tbDBColumnName.Location = new System.Drawing.Point(133, 102);
- this.tbDBColumnName.Name = "tbDBColumnName";
- this.tbDBColumnName.Size = new System.Drawing.Size(121, 21);
- this.tbDBColumnName.TabIndex = 17;
- //
- // tbMenuSetting
- //
- this.tbMenuSetting.Controls.Add(this.dgvMenuSetting);
- this.tbMenuSetting.Controls.Add(this.panel1);
- this.tbMenuSetting.Location = new System.Drawing.Point(4, 22);
- this.tbMenuSetting.Name = "tbMenuSetting";
- this.tbMenuSetting.Padding = new System.Windows.Forms.Padding(3);
- this.tbMenuSetting.Size = new System.Drawing.Size(829, 427);
- this.tbMenuSetting.TabIndex = 0;
- this.tbMenuSetting.Text = "菜单设置";
- this.tbMenuSetting.UseVisualStyleBackColor = true;
- //
- // dgvMenuSetting
- //
- this.dgvMenuSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvMenuSetting.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvMenuSetting.Location = new System.Drawing.Point(3, 3);
- this.dgvMenuSetting.Name = "dgvMenuSetting";
- this.dgvMenuSetting.RowTemplate.Height = 23;
- this.dgvMenuSetting.Size = new System.Drawing.Size(547, 421);
- this.dgvMenuSetting.TabIndex = 0;
- this.dgvMenuSetting.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvMenuSetting_CellMouseClick);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.gbMenuSetting);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel1.Location = new System.Drawing.Point(550, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(276, 421);
- this.panel1.TabIndex = 1;
- //
- // gbMenuSetting
- //
- this.gbMenuSetting.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.gbMenuSetting.BackColor = System.Drawing.SystemColors.Control;
- this.gbMenuSetting.Controls.Add(this.btHelpsForm);
- this.gbMenuSetting.Controls.Add(this.ckbIsMenuShow);
- this.gbMenuSetting.Controls.Add(this.label12);
- this.gbMenuSetting.Controls.Add(this.tbDisplayMenuName);
- this.gbMenuSetting.Controls.Add(this.label5);
- this.gbMenuSetting.Controls.Add(this.tbMenuName);
- this.gbMenuSetting.Controls.Add(this.tbModuleSort);
- this.gbMenuSetting.Controls.Add(this.label4);
- this.gbMenuSetting.Controls.Add(this.label3);
- this.gbMenuSetting.Controls.Add(this.tbMenuSort);
- this.gbMenuSetting.Controls.Add(this.label2);
- this.gbMenuSetting.Controls.Add(this.btMenuModfiy);
- this.gbMenuSetting.Controls.Add(this.btMenuDelete);
- this.gbMenuSetting.Controls.Add(this.btMenuAdd);
- this.gbMenuSetting.Controls.Add(this.label1);
- this.gbMenuSetting.Controls.Add(this.tbMenuModule);
- this.gbMenuSetting.Location = new System.Drawing.Point(6, 3);
- this.gbMenuSetting.Name = "gbMenuSetting";
- this.gbMenuSetting.Size = new System.Drawing.Size(267, 415);
- this.gbMenuSetting.TabIndex = 0;
- this.gbMenuSetting.TabStop = false;
- this.gbMenuSetting.Text = "设置";
- //
- // btHelpsForm
- //
- this.btHelpsForm.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelpsForm.Location = new System.Drawing.Point(7, 20);
- this.btHelpsForm.Name = "btHelpsForm";
- this.btHelpsForm.Size = new System.Drawing.Size(85, 23);
- this.btHelpsForm.TabIndex = 45;
- this.btHelpsForm.Text = "帮助信息";
- this.btHelpsForm.UseVisualStyleBackColor = true;
- this.btHelpsForm.Click += new System.EventHandler(this.btHelpsForm_Click);
- //
- // ckbIsMenuShow
- //
- this.ckbIsMenuShow.AutoSize = true;
- this.ckbIsMenuShow.Location = new System.Drawing.Point(133, 151);
- this.ckbIsMenuShow.Name = "ckbIsMenuShow";
- this.ckbIsMenuShow.Size = new System.Drawing.Size(15, 14);
- this.ckbIsMenuShow.TabIndex = 31;
- this.ckbIsMenuShow.UseVisualStyleBackColor = true;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.Transparent;
- this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.Location = new System.Drawing.Point(17, 86);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(56, 17);
- this.label12.TabIndex = 30;
- this.label12.Text = "显示名称";
- //
- // tbDisplayMenuName
- //
- this.tbDisplayMenuName.BackColor = System.Drawing.SystemColors.Window;
- this.tbDisplayMenuName.Location = new System.Drawing.Point(133, 86);
- this.tbDisplayMenuName.Name = "tbDisplayMenuName";
- this.tbDisplayMenuName.Size = new System.Drawing.Size(121, 21);
- this.tbDisplayMenuName.TabIndex = 29;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(17, 56);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(56, 17);
- this.label5.TabIndex = 28;
- this.label5.Text = "菜单名称";
- //
- // tbMenuName
- //
- this.tbMenuName.BackColor = System.Drawing.SystemColors.Window;
- this.tbMenuName.Location = new System.Drawing.Point(133, 56);
- this.tbMenuName.Name = "tbMenuName";
- this.tbMenuName.Size = new System.Drawing.Size(121, 21);
- this.tbMenuName.TabIndex = 27;
- //
- // tbModuleSort
- //
- this.tbModuleSort.BackColor = System.Drawing.SystemColors.Window;
- this.tbModuleSort.Location = new System.Drawing.Point(133, 209);
- this.tbModuleSort.Name = "tbModuleSort";
- this.tbModuleSort.Size = new System.Drawing.Size(121, 21);
- this.tbModuleSort.TabIndex = 26;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(17, 209);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(56, 17);
- this.label4.TabIndex = 25;
- this.label4.Text = "模块排序";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(17, 176);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 17);
- this.label3.TabIndex = 24;
- this.label3.Text = "菜单排序";
- //
- // tbMenuSort
- //
- this.tbMenuSort.BackColor = System.Drawing.SystemColors.Window;
- this.tbMenuSort.Location = new System.Drawing.Point(133, 177);
- this.tbMenuSort.Name = "tbMenuSort";
- this.tbMenuSort.Size = new System.Drawing.Size(121, 21);
- this.tbMenuSort.TabIndex = 23;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(17, 148);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(56, 17);
- this.label2.TabIndex = 22;
- this.label2.Text = "是否可用";
- //
- // btMenuModfiy
- //
- this.btMenuModfiy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btMenuModfiy.Location = new System.Drawing.Point(95, 263);
- this.btMenuModfiy.Name = "btMenuModfiy";
- this.btMenuModfiy.Size = new System.Drawing.Size(75, 28);
- this.btMenuModfiy.TabIndex = 21;
- this.btMenuModfiy.Text = "修改";
- this.btMenuModfiy.UseVisualStyleBackColor = true;
- this.btMenuModfiy.Click += new System.EventHandler(this.btMenuModfiy_Click);
- //
- // btMenuDelete
- //
- this.btMenuDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btMenuDelete.Location = new System.Drawing.Point(183, 263);
- this.btMenuDelete.Name = "btMenuDelete";
- this.btMenuDelete.Size = new System.Drawing.Size(75, 28);
- this.btMenuDelete.TabIndex = 20;
- this.btMenuDelete.Text = "删除";
- this.btMenuDelete.UseVisualStyleBackColor = true;
- this.btMenuDelete.Click += new System.EventHandler(this.btMenuDelete_Click);
- //
- // btMenuAdd
- //
- this.btMenuAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btMenuAdd.Location = new System.Drawing.Point(7, 263);
- this.btMenuAdd.Name = "btMenuAdd";
- this.btMenuAdd.Size = new System.Drawing.Size(75, 28);
- this.btMenuAdd.TabIndex = 19;
- this.btMenuAdd.Text = "增加";
- this.btMenuAdd.UseVisualStyleBackColor = true;
- this.btMenuAdd.Click += new System.EventHandler(this.btMenuAdd_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(17, 118);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(56, 17);
- this.label1.TabIndex = 18;
- this.label1.Text = "所属模块";
- //
- // tbMenuModule
- //
- this.tbMenuModule.BackColor = System.Drawing.SystemColors.Window;
- this.tbMenuModule.Location = new System.Drawing.Point(133, 118);
- this.tbMenuModule.Name = "tbMenuModule";
- this.tbMenuModule.Size = new System.Drawing.Size(121, 21);
- this.tbMenuModule.TabIndex = 17;
- //
- // tbControl
- //
- this.tbControl.Controls.Add(this.tbMenuSetting);
- this.tbControl.Controls.Add(this.tbFormShowSetting);
- this.tbControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbControl.Location = new System.Drawing.Point(0, 0);
- this.tbControl.Name = "tbControl";
- this.tbControl.SelectedIndex = 0;
- this.tbControl.Size = new System.Drawing.Size(837, 453);
- this.tbControl.TabIndex = 0;
- //
- // CMenuSettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(837, 453);
- this.Controls.Add(this.tbControl);
- this.Name = "CMenuSettingForm";
- this.Text = "菜单和界面设置";
- this.Load += new System.EventHandler(this.CMenuSettingForm_Load);
- this.tbFormShowSetting.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvFormColumnSetting)).EndInit();
- this.panel2.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.tbMenuSetting.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMenuSetting)).EndInit();
- this.panel1.ResumeLayout(false);
- this.gbMenuSetting.ResumeLayout(false);
- this.gbMenuSetting.PerformLayout();
- this.tbControl.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabPage tbFormShowSetting;
- private System.Windows.Forms.TabPage tbMenuSetting;
- private System.Windows.Forms.DataGridView dgvMenuSetting;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.GroupBox gbMenuSetting;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbMenuName;
- private System.Windows.Forms.TextBox tbModuleSort;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbMenuSort;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btMenuModfiy;
- private System.Windows.Forms.Button btMenuDelete;
- private System.Windows.Forms.Button btMenuAdd;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbMenuModule;
- private System.Windows.Forms.TabControl tbControl;
- private System.Windows.Forms.DataGridView dgvFormColumnSetting;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label lbFormName;
- private System.Windows.Forms.TextBox tbColumnSort;
- private System.Windows.Forms.Label lbColumnSort;
- private System.Windows.Forms.Label lbShowName;
- private System.Windows.Forms.TextBox tbShowName;
- private System.Windows.Forms.Label lbShowColumn;
- private System.Windows.Forms.Button btColSetModify;
- private System.Windows.Forms.Button btColSetDel;
- private System.Windows.Forms.Button btColSetAdd;
- private System.Windows.Forms.Label lbDBColumnName;
- private System.Windows.Forms.TextBox tbDBColumnName;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.ComboBox cbWhichForm;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox tbDisplayMenuName;
- private System.Windows.Forms.TextBox tbFormName;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.CheckBox ckbIsMenuShow;
- private System.Windows.Forms.CheckBox ckbShowColumn;
- private System.Windows.Forms.Button btHelpsForm;
- private System.Windows.Forms.Button btHelpsMenu;
- }
- }
|