305 lines
13 KiB
C#
305 lines
13 KiB
C#
namespace SOH.BasicSettings
|
|
{
|
|
partial class frmMenuAdd
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMenuAdd));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.panelcdgn = new System.Windows.Forms.Panel();
|
|
this.cbbrsfs = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.cbbass = new System.Windows.Forms.ComboBox();
|
|
this.dgvgn = new System.Windows.Forms.DataGridView();
|
|
this.colassid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colassname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colmkid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colmkname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.coltypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.mcbsjcd = new MFCComboBox.MultiColumnComboBox();
|
|
this.txtcdmc = new System.Windows.Forms.TextBox();
|
|
this.txtpx = new System.Windows.Forms.TextBox();
|
|
this.cbcdlx = new System.Windows.Forms.ComboBox();
|
|
this.btnok = new System.Windows.Forms.Button();
|
|
this.panelcdgn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvgn)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "上级菜单:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 42);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "菜单名称:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(13, 100);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "菜单类型:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 40);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "菜单功能:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(13, 71);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "菜单排序:";
|
|
//
|
|
// panelcdgn
|
|
//
|
|
this.panelcdgn.Controls.Add(this.cbbrsfs);
|
|
this.panelcdgn.Controls.Add(this.label6);
|
|
this.panelcdgn.Controls.Add(this.cbbass);
|
|
this.panelcdgn.Controls.Add(this.dgvgn);
|
|
this.panelcdgn.Controls.Add(this.label4);
|
|
this.panelcdgn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelcdgn.Enabled = false;
|
|
this.panelcdgn.Location = new System.Drawing.Point(0, 120);
|
|
this.panelcdgn.Name = "panelcdgn";
|
|
this.panelcdgn.Size = new System.Drawing.Size(529, 234);
|
|
this.panelcdgn.TabIndex = 5;
|
|
//
|
|
// cbbrsfs
|
|
//
|
|
this.cbbrsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbbrsfs.FormattingEnabled = true;
|
|
this.cbbrsfs.Items.AddRange(new object[] {
|
|
"窗口",
|
|
"对话框"});
|
|
this.cbbrsfs.Location = new System.Drawing.Point(85, 10);
|
|
this.cbbrsfs.Name = "cbbrsfs";
|
|
this.cbbrsfs.Size = new System.Drawing.Size(121, 20);
|
|
this.cbbrsfs.TabIndex = 10;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(13, 13);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
|
this.label6.TabIndex = 5;
|
|
this.label6.Text = "打开方式:";
|
|
//
|
|
// cbbass
|
|
//
|
|
this.cbbass.DisplayMember = "assname";
|
|
this.cbbass.FormattingEnabled = true;
|
|
this.cbbass.Location = new System.Drawing.Point(83, 36);
|
|
this.cbbass.Name = "cbbass";
|
|
this.cbbass.Size = new System.Drawing.Size(136, 20);
|
|
this.cbbass.TabIndex = 4;
|
|
this.cbbass.ValueMember = "id";
|
|
this.cbbass.SelectedValueChanged += new System.EventHandler(this.cbbass_SelectedValueChanged);
|
|
//
|
|
// dgvgn
|
|
//
|
|
this.dgvgn.AllowUserToAddRows = false;
|
|
this.dgvgn.AllowUserToDeleteRows = false;
|
|
this.dgvgn.AllowUserToResizeColumns = false;
|
|
this.dgvgn.AllowUserToResizeRows = false;
|
|
this.dgvgn.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgvgn.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvgn.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvgn.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.colassid,
|
|
this.colassname,
|
|
this.colmkid,
|
|
this.colmkname,
|
|
this.coltypename});
|
|
this.dgvgn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.dgvgn.Location = new System.Drawing.Point(0, 64);
|
|
this.dgvgn.Name = "dgvgn";
|
|
this.dgvgn.ReadOnly = true;
|
|
this.dgvgn.RowTemplate.Height = 23;
|
|
this.dgvgn.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvgn.Size = new System.Drawing.Size(529, 170);
|
|
this.dgvgn.TabIndex = 0;
|
|
//
|
|
// colassid
|
|
//
|
|
this.colassid.DataPropertyName = "assid";
|
|
this.colassid.HeaderText = "程序集ID";
|
|
this.colassid.Name = "colassid";
|
|
this.colassid.ReadOnly = true;
|
|
//
|
|
// colassname
|
|
//
|
|
this.colassname.DataPropertyName = "assname";
|
|
this.colassname.HeaderText = "程序集名称";
|
|
this.colassname.Name = "colassname";
|
|
this.colassname.ReadOnly = true;
|
|
//
|
|
// colmkid
|
|
//
|
|
this.colmkid.DataPropertyName = "mkid";
|
|
this.colmkid.HeaderText = "模块ID";
|
|
this.colmkid.Name = "colmkid";
|
|
this.colmkid.ReadOnly = true;
|
|
//
|
|
// colmkname
|
|
//
|
|
this.colmkname.DataPropertyName = "mkname";
|
|
this.colmkname.HeaderText = "模块名称";
|
|
this.colmkname.Name = "colmkname";
|
|
this.colmkname.ReadOnly = true;
|
|
//
|
|
// coltypename
|
|
//
|
|
this.coltypename.DataPropertyName = "mklm";
|
|
this.coltypename.HeaderText = "模块类名";
|
|
this.coltypename.Name = "coltypename";
|
|
this.coltypename.ReadOnly = true;
|
|
//
|
|
// mcbsjcd
|
|
//
|
|
this.mcbsjcd.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.mcbsjcd.FormattingEnabled = true;
|
|
this.mcbsjcd.Location = new System.Drawing.Point(85, 12);
|
|
this.mcbsjcd.Name = "mcbsjcd";
|
|
this.mcbsjcd.Size = new System.Drawing.Size(157, 22);
|
|
this.mcbsjcd.TabIndex = 6;
|
|
//
|
|
// txtcdmc
|
|
//
|
|
this.txtcdmc.Location = new System.Drawing.Point(85, 40);
|
|
this.txtcdmc.Name = "txtcdmc";
|
|
this.txtcdmc.Size = new System.Drawing.Size(157, 21);
|
|
this.txtcdmc.TabIndex = 7;
|
|
//
|
|
// txtpx
|
|
//
|
|
this.txtpx.Location = new System.Drawing.Point(85, 67);
|
|
this.txtpx.Name = "txtpx";
|
|
this.txtpx.Size = new System.Drawing.Size(48, 21);
|
|
this.txtpx.TabIndex = 8;
|
|
//
|
|
// cbcdlx
|
|
//
|
|
this.cbcdlx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbcdlx.FormattingEnabled = true;
|
|
this.cbcdlx.Items.AddRange(new object[] {
|
|
"菜单",
|
|
"功能"});
|
|
this.cbcdlx.Location = new System.Drawing.Point(84, 94);
|
|
this.cbcdlx.Name = "cbcdlx";
|
|
this.cbcdlx.Size = new System.Drawing.Size(121, 20);
|
|
this.cbcdlx.TabIndex = 9;
|
|
this.cbcdlx.SelectedIndexChanged += new System.EventHandler(this.cbcdlx_SelectedIndexChanged);
|
|
//
|
|
// btnok
|
|
//
|
|
this.btnok.Location = new System.Drawing.Point(224, 91);
|
|
this.btnok.Name = "btnok";
|
|
this.btnok.Size = new System.Drawing.Size(75, 23);
|
|
this.btnok.TabIndex = 10;
|
|
this.btnok.Text = "确定";
|
|
this.btnok.UseVisualStyleBackColor = true;
|
|
this.btnok.Click += new System.EventHandler(this.btnok_Click);
|
|
//
|
|
// frmMenuAdd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(529, 354);
|
|
this.Controls.Add(this.btnok);
|
|
this.Controls.Add(this.cbcdlx);
|
|
this.Controls.Add(this.txtpx);
|
|
this.Controls.Add(this.txtcdmc);
|
|
this.Controls.Add(this.mcbsjcd);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.panelcdgn);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmMenuAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "菜单添加";
|
|
this.Load += new System.EventHandler(this.frmMenuAdd_Load);
|
|
this.panelcdgn.ResumeLayout(false);
|
|
this.panelcdgn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvgn)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Panel panelcdgn;
|
|
private System.Windows.Forms.DataGridView dgvgn;
|
|
private MFCComboBox.MultiColumnComboBox mcbsjcd;
|
|
private System.Windows.Forms.TextBox txtcdmc;
|
|
private System.Windows.Forms.TextBox txtpx;
|
|
private System.Windows.Forms.ComboBox cbcdlx;
|
|
private System.Windows.Forms.Button btnok;
|
|
private System.Windows.Forms.ComboBox cbbass;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colassid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colassname;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colmkid;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colmkname;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn coltypename;
|
|
private System.Windows.Forms.ComboBox cbbrsfs;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
} |