namespace MenuTool { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtSortNo = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.cmdMenuSort = new System.Windows.Forms.Button(); this.cmdCopySql = new System.Windows.Forms.Button(); this.txtsql = new System.Windows.Forms.RichTextBox(); this.cmdSql = new System.Windows.Forms.Button(); this.cmdDelete2 = new System.Windows.Forms.Button(); this.chk_PopedomType = new System.Windows.Forms.CheckBox(); this.txtModuleUrl = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.cmdNext = new System.Windows.Forms.Button(); this.cmdPrev = new System.Windows.Forms.Button(); this.cmdDel = new System.Windows.Forms.Button(); this.cmdSave = new System.Windows.Forms.Button(); this.cmdAdd = new System.Windows.Forms.Button(); this.txtMenuName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtMenuNo = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtParentMenuNo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.treeView1 = new System.Windows.Forms.TreeView(); this.label6 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.txtSortNo)).BeginInit(); this.SuspendLayout(); // // txtSortNo // this.txtSortNo.Location = new System.Drawing.Point(376, 203); this.txtSortNo.Margin = new System.Windows.Forms.Padding(2); this.txtSortNo.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.txtSortNo.Name = "txtSortNo"; this.txtSortNo.Size = new System.Drawing.Size(250, 21); this.txtSortNo.TabIndex = 59; this.txtSortNo.Value = new decimal(new int[] { 101, 0, 0, 0}); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(294, 204); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 12); this.label5.TabIndex = 58; this.label5.Text = "排序号:"; // // cmdMenuSort // this.cmdMenuSort.Location = new System.Drawing.Point(346, 391); this.cmdMenuSort.Name = "cmdMenuSort"; this.cmdMenuSort.Size = new System.Drawing.Size(75, 44); this.cmdMenuSort.TabIndex = 57; this.cmdMenuSort.Text = "排序子菜单"; this.cmdMenuSort.UseVisualStyleBackColor = true; // // cmdCopySql // this.cmdCopySql.Font = new System.Drawing.Font("宋体", 18F); this.cmdCopySql.Location = new System.Drawing.Point(681, 452); this.cmdCopySql.Name = "cmdCopySql"; this.cmdCopySql.Size = new System.Drawing.Size(53, 96); this.cmdCopySql.TabIndex = 56; this.cmdCopySql.Text = "复制"; this.cmdCopySql.UseVisualStyleBackColor = true; // // txtsql // this.txtsql.Location = new System.Drawing.Point(295, 443); this.txtsql.Name = "txtsql"; this.txtsql.Size = new System.Drawing.Size(373, 117); this.txtsql.TabIndex = 55; this.txtsql.Text = ""; // // cmdSql // this.cmdSql.Location = new System.Drawing.Point(427, 391); this.cmdSql.Name = "cmdSql"; this.cmdSql.Size = new System.Drawing.Size(156, 44); this.cmdSql.TabIndex = 54; this.cmdSql.Text = "生成SQL语句"; this.cmdSql.UseVisualStyleBackColor = true; // // cmdDelete2 // this.cmdDelete2.Location = new System.Drawing.Point(508, 280); this.cmdDelete2.Name = "cmdDelete2"; this.cmdDelete2.Size = new System.Drawing.Size(75, 44); this.cmdDelete2.TabIndex = 53; this.cmdDelete2.Text = "标记删除"; this.cmdDelete2.UseVisualStyleBackColor = true; // // chk_PopedomType // this.chk_PopedomType.AutoSize = true; this.chk_PopedomType.Checked = true; this.chk_PopedomType.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_PopedomType.Location = new System.Drawing.Point(297, 252); this.chk_PopedomType.Name = "chk_PopedomType"; this.chk_PopedomType.Size = new System.Drawing.Size(108, 16); this.chk_PopedomType.TabIndex = 52; this.chk_PopedomType.Text = "是否默认有权限"; this.chk_PopedomType.UseVisualStyleBackColor = true; // // txtModuleUrl // this.txtModuleUrl.Location = new System.Drawing.Point(376, 167); this.txtModuleUrl.Name = "txtModuleUrl"; this.txtModuleUrl.Size = new System.Drawing.Size(251, 21); this.txtModuleUrl.TabIndex = 51; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(293, 172); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 50; this.label4.Text = "网页地址:"; // // cmdNext // this.cmdNext.Location = new System.Drawing.Point(427, 340); this.cmdNext.Name = "cmdNext"; this.cmdNext.Size = new System.Drawing.Size(75, 44); this.cmdNext.TabIndex = 49; this.cmdNext.Text = "下移"; this.cmdNext.UseVisualStyleBackColor = true; // // cmdPrev // this.cmdPrev.Location = new System.Drawing.Point(346, 340); this.cmdPrev.Name = "cmdPrev"; this.cmdPrev.Size = new System.Drawing.Size(75, 44); this.cmdPrev.TabIndex = 48; this.cmdPrev.Text = "上移"; this.cmdPrev.UseVisualStyleBackColor = true; // // cmdDel // this.cmdDel.Location = new System.Drawing.Point(508, 340); this.cmdDel.Name = "cmdDel"; this.cmdDel.Size = new System.Drawing.Size(75, 44); this.cmdDel.TabIndex = 47; this.cmdDel.Text = "直接删除"; this.cmdDel.UseVisualStyleBackColor = true; // // cmdSave // this.cmdSave.Location = new System.Drawing.Point(427, 280); this.cmdSave.Name = "cmdSave"; this.cmdSave.Size = new System.Drawing.Size(75, 44); this.cmdSave.TabIndex = 46; this.cmdSave.Text = "修改"; this.cmdSave.UseVisualStyleBackColor = true; // // cmdAdd // this.cmdAdd.Location = new System.Drawing.Point(346, 280); this.cmdAdd.Name = "cmdAdd"; this.cmdAdd.Size = new System.Drawing.Size(75, 44); this.cmdAdd.TabIndex = 45; this.cmdAdd.Text = "新增并保存"; this.cmdAdd.UseVisualStyleBackColor = true; // // txtMenuName // this.txtMenuName.Location = new System.Drawing.Point(376, 132); this.txtMenuName.Name = "txtMenuName"; this.txtMenuName.Size = new System.Drawing.Size(251, 21); this.txtMenuName.TabIndex = 44; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(293, 135); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 43; this.label3.Text = "菜单名称:"; // // txtMenuNo // this.txtMenuNo.Location = new System.Drawing.Point(376, 69); this.txtMenuNo.Name = "txtMenuNo"; this.txtMenuNo.Size = new System.Drawing.Size(251, 21); this.txtMenuNo.TabIndex = 42; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(294, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 41; this.label2.Text = "菜单编号:"; // // txtParentMenuNo // this.txtParentMenuNo.Location = new System.Drawing.Point(376, 103); this.txtParentMenuNo.Name = "txtParentMenuNo"; this.txtParentMenuNo.Size = new System.Drawing.Size(251, 21); this.txtParentMenuNo.TabIndex = 40; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(293, 106); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 39; this.label1.Text = "父菜单编号:"; // // treeView1 // this.treeView1.CheckBoxes = true; this.treeView1.Dock = System.Windows.Forms.DockStyle.Left; this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(202, 582); this.treeView1.TabIndex = 38; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(300, 9); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 60; this.label6.Text = "机构:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(376, 6); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(250, 20); this.comboBox1.TabIndex = 61; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(294, 34); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 62; this.label7.Text = "菜单类型:"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"}); this.comboBox2.Location = new System.Drawing.Point(376, 34); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(250, 20); this.comboBox2.TabIndex = 63; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 582); this.Controls.Add(this.comboBox2); this.Controls.Add(this.label7); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label6); this.Controls.Add(this.txtSortNo); this.Controls.Add(this.label5); this.Controls.Add(this.cmdMenuSort); this.Controls.Add(this.cmdCopySql); this.Controls.Add(this.txtsql); this.Controls.Add(this.cmdSql); this.Controls.Add(this.cmdDelete2); this.Controls.Add(this.chk_PopedomType); this.Controls.Add(this.txtModuleUrl); this.Controls.Add(this.label4); this.Controls.Add(this.cmdNext); this.Controls.Add(this.cmdPrev); this.Controls.Add(this.cmdDel); this.Controls.Add(this.cmdSave); this.Controls.Add(this.cmdAdd); this.Controls.Add(this.txtMenuName); this.Controls.Add(this.label3); this.Controls.Add(this.txtMenuNo); this.Controls.Add(this.label2); this.Controls.Add(this.txtParentMenuNo); this.Controls.Add(this.label1); this.Controls.Add(this.treeView1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.txtSortNo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown txtSortNo; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button cmdMenuSort; private System.Windows.Forms.Button cmdCopySql; private System.Windows.Forms.RichTextBox txtsql; private System.Windows.Forms.Button cmdSql; private System.Windows.Forms.Button cmdDelete2; private System.Windows.Forms.CheckBox chk_PopedomType; private System.Windows.Forms.TextBox txtModuleUrl; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button cmdNext; private System.Windows.Forms.Button cmdPrev; private System.Windows.Forms.Button cmdDel; private System.Windows.Forms.Button cmdSave; private System.Windows.Forms.Button cmdAdd; private System.Windows.Forms.TextBox txtMenuName; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtMenuNo; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtParentMenuNo; private System.Windows.Forms.Label label1; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox comboBox2; } }