/// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnBatchDelete = new System.Windows.Forms.Button();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.lblModule = new System.Windows.Forms.Label();
     this.btnQuery = new System.Windows.Forms.Button();
     this.lblEndDate = new System.Windows.Forms.Label();
     this.lblStartDate = new System.Windows.Forms.Label();
     this.grdLog = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colProcessName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colUserRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCreateOn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colIPAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMethodName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblParentReq = new System.Windows.Forms.Label();
     this.btnExport = new System.Windows.Forms.Button();
     this.ucModuleSelect = new DotNet.WinForm.Common.WinControls.UCModuleSelect();
     ((System.ComponentModel.ISupportInitialize)(this.grdLog)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(761, 505);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(78, 23);
     this.btnClose.TabIndex = 14;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnClear
     //
     this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClear.Location = new System.Drawing.Point(645, 505);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(111, 23);
     this.btnClear.TabIndex = 13;
     this.btnClear.Text = "全部清除(&C)";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClearLog_Click);
     //
     // btnBatchDelete
     //
     this.btnBatchDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchDelete.Location = new System.Drawing.Point(562, 505);
     this.btnBatchDelete.Name = "btnBatchDelete";
     this.btnBatchDelete.Size = new System.Drawing.Size(78, 23);
     this.btnBatchDelete.TabIndex = 12;
     this.btnBatchDelete.Text = "删除(&D)";
     this.btnBatchDelete.UseVisualStyleBackColor = true;
     this.btnBatchDelete.Click += new System.EventHandler(this.btnBatchDelete_Click);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Location = new System.Drawing.Point(90, 505);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 10;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Location = new System.Drawing.Point(6, 505);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 9;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // dtpEndDate
     //
     this.dtpEndDate.Location = new System.Drawing.Point(485, 34);
     this.dtpEndDate.Name = "dtpEndDate";
     this.dtpEndDate.Size = new System.Drawing.Size(180, 21);
     this.dtpEndDate.TabIndex = 6;
     //
     // dtpStartDate
     //
     this.dtpStartDate.Location = new System.Drawing.Point(126, 34);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(180, 21);
     this.dtpStartDate.TabIndex = 4;
     //
     // lblModule
     //
     this.lblModule.Location = new System.Drawing.Point(12, 10);
     this.lblModule.Name = "lblModule";
     this.lblModule.Size = new System.Drawing.Size(108, 12);
     this.lblModule.TabIndex = 0;
     this.lblModule.Text = "菜单:";
     this.lblModule.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnQuery
     //
     this.btnQuery.Location = new System.Drawing.Point(729, 32);
     this.btnQuery.Name = "btnQuery";
     this.btnQuery.Size = new System.Drawing.Size(100, 23);
     this.btnQuery.TabIndex = 7;
     this.btnQuery.Text = "查询(&Q)";
     this.btnQuery.UseVisualStyleBackColor = true;
     this.btnQuery.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // lblEndDate
     //
     this.lblEndDate.Location = new System.Drawing.Point(382, 38);
     this.lblEndDate.Name = "lblEndDate";
     this.lblEndDate.Size = new System.Drawing.Size(89, 12);
     this.lblEndDate.TabIndex = 5;
     this.lblEndDate.Text = "结束日期:";
     this.lblEndDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblStartDate
     //
     this.lblStartDate.Location = new System.Drawing.Point(14, 38);
     this.lblStartDate.Name = "lblStartDate";
     this.lblStartDate.Size = new System.Drawing.Size(106, 12);
     this.lblStartDate.TabIndex = 3;
     this.lblStartDate.Text = "开始日期:";
     this.lblStartDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // grdLog
     //
     this.grdLog.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(168)))), ((int)(((byte)(168)))), ((int)(((byte)(255)))));
     this.grdLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdLog.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.grdLog.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colProcessName,
     this.colUserRealName,
     this.colCreateOn,
     this.colIPAddress,
     this.colMethodName,
     this.colDescription});
     this.grdLog.Location = new System.Drawing.Point(8, 61);
     this.grdLog.MultiSelect = false;
     this.grdLog.Name = "grdLog";
     this.grdLog.RowTemplate.Height = 23;
     this.grdLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdLog.Size = new System.Drawing.Size(828, 437);
     this.grdLog.TabIndex = 8;
     this.grdLog.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdLogGeneral_UserDeletingRow);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colProcessName
     //
     this.colProcessName.DataPropertyName = "ProcessName";
     this.colProcessName.Frozen = true;
     this.colProcessName.HeaderText = "模块";
     this.colProcessName.MaxInputLength = 20;
     this.colProcessName.Name = "colProcessName";
     this.colProcessName.ReadOnly = true;
     this.colProcessName.Width = 150;
     //
     // colUserRealName
     //
     this.colUserRealName.DataPropertyName = "UserRealName";
     this.colUserRealName.HeaderText = "姓名";
     this.colUserRealName.Name = "colUserRealName";
     this.colUserRealName.ReadOnly = true;
     this.colUserRealName.Width = 90;
     //
     // colCreateOn
     //
     this.colCreateOn.DataPropertyName = "CreateOn";
     dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
     this.colCreateOn.DefaultCellStyle = dataGridViewCellStyle3;
     this.colCreateOn.HeaderText = "访问时间";
     this.colCreateOn.Name = "colCreateOn";
     this.colCreateOn.ReadOnly = true;
     this.colCreateOn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colCreateOn.Width = 120;
     //
     // colIPAddress
     //
     this.colIPAddress.DataPropertyName = "IPAddress";
     this.colIPAddress.HeaderText = "IP地址";
     this.colIPAddress.Name = "colIPAddress";
     this.colIPAddress.ReadOnly = true;
     this.colIPAddress.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // colMethodName
     //
     this.colMethodName.DataPropertyName = "MethodName";
     this.colMethodName.HeaderText = "操作";
     this.colMethodName.MaxInputLength = 150;
     this.colMethodName.Name = "colMethodName";
     this.colMethodName.ReadOnly = true;
     this.colMethodName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colMethodName.Width = 150;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     this.colDescription.HeaderText = "描述";
     this.colDescription.Name = "colDescription";
     this.colDescription.ReadOnly = true;
     this.colDescription.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     //
     // lblParentReq
     //
     this.lblParentReq.AutoSize = true;
     this.lblParentReq.ForeColor = System.Drawing.Color.Red;
     this.lblParentReq.Location = new System.Drawing.Point(363, 10);
     this.lblParentReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblParentReq.Name = "lblParentReq";
     this.lblParentReq.Size = new System.Drawing.Size(11, 12);
     this.lblParentReq.TabIndex = 2;
     this.lblParentReq.Text = "*";
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(445, 505);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(111, 23);
     this.btnExport.TabIndex = 11;
     this.btnExport.Text = "导出Excel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // ucModuleSelect
     //
     this.ucModuleSelect.AllowNull = true;
     this.ucModuleSelect.AllowSelect = true;
     this.ucModuleSelect.CheckMove = false;
     this.ucModuleSelect.Location = new System.Drawing.Point(125, 6);
     this.ucModuleSelect.MultiSelect = false;
     this.ucModuleSelect.Name = "ucModuleSelect";
     this.ucModuleSelect.OpenId = "";
     this.ucModuleSelect.SelectedCode = "";
     this.ucModuleSelect.SelectedFullName = "";
     this.ucModuleSelect.SelectedId = "";
     this.ucModuleSelect.Size = new System.Drawing.Size(254, 22);
     this.ucModuleSelect.TabIndex = 1;
     this.ucModuleSelect.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.ucModuleSelect_SelectedIndexChanged);
     //
     // FrmLogByModule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(844, 532);
     this.Controls.Add(this.grdLog);
     this.Controls.Add(this.ucModuleSelect);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.lblParentReq);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnBatchDelete);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.dtpEndDate);
     this.Controls.Add(this.dtpStartDate);
     this.Controls.Add(this.lblModule);
     this.Controls.Add(this.btnQuery);
     this.Controls.Add(this.lblEndDate);
     this.Controls.Add(this.lblStartDate);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Name = "FrmLogByModule";
     this.Text = "按菜单查询";
     ((System.ComponentModel.ISupportInitialize)(this.grdLog)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.lblParent = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.txtFullName = new System.Windows.Forms.TextBox();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.lblFullName = new System.Windows.Forms.Label();
     this.lblCode = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.lblCodeReq = new System.Windows.Forms.Label();
     this.ucParent = new DotNet.WinForm.Common.WinControls.UCModuleSelect();
     this.chkIsPublic = new System.Windows.Forms.CheckBox();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.lblId = new System.Windows.Forms.Label();
     this.txtId = new System.Windows.Forms.TextBox();
     this.btnAccessPermission = new System.Windows.Forms.Button();
     this.grbModule = new System.Windows.Forms.GroupBox();
     this.btnSetTarget = new System.Windows.Forms.Button();
     this.btnSetAssemblyName = new System.Windows.Forms.Button();
     this.lblAssembly = new System.Windows.Forms.Label();
     this.txtAssemblyName = new System.Windows.Forms.TextBox();
     this.txtFormName = new System.Windows.Forms.TextBox();
     this.lblFormName = new System.Windows.Forms.Label();
     this.txtNavigateUrl = new System.Windows.Forms.TextBox();
     this.lblTarget = new System.Windows.Forms.Label();
     this.lblNavigateUrl = new System.Windows.Forms.Label();
     this.txtTarget = new System.Windows.Forms.TextBox();
     this.chkExpand = new System.Windows.Forms.CheckBox();
     this.btnLikeAdd = new System.Windows.Forms.Button();
     this.grbModule.SuspendLayout();
     this.SuspendLayout();
     //
     // lblParent
     //
     this.lblParent.Location = new System.Drawing.Point(17, 32);
     this.lblParent.Name = "lblParent";
     this.lblParent.Size = new System.Drawing.Size(106, 12);
     this.lblParent.TabIndex = 0;
     this.lblParent.Text = "父节点:";
     this.lblParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(124, 320);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(420, 43);
     this.txtDescription.TabIndex = 22;
     //
     // txtFullName
     //
     this.txtFullName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFullName.Location = new System.Drawing.Point(124, 88);
     this.txtFullName.MaxLength = 50;
     this.txtFullName.Name = "txtFullName";
     this.txtFullName.Size = new System.Drawing.Size(420, 21);
     this.txtFullName.TabIndex = 5;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(124, 119);
     this.txtCode.MaxLength = 100;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(420, 21);
     this.txtCode.TabIndex = 8;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(17, 319);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(106, 12);
     this.lblDescription.TabIndex = 21;
     this.lblDescription.Text = "描述:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(17, 91);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(106, 12);
     this.lblFullName.TabIndex = 4;
     this.lblFullName.Text = "名称:";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(17, 123);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(106, 12);
     this.lblCode.TabIndex = 7;
     this.lblCode.Text = "编号:";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(512, 407);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location = new System.Drawing.Point(431, 407);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(549, 93);
     this.lblFullNameReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 6;
     this.lblFullNameReq.Text = "*";
     //
     // lblCodeReq
     //
     this.lblCodeReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCodeReq.AutoSize = true;
     this.lblCodeReq.ForeColor = System.Drawing.Color.Red;
     this.lblCodeReq.Location = new System.Drawing.Point(549, 124);
     this.lblCodeReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCodeReq.Name = "lblCodeReq";
     this.lblCodeReq.Size = new System.Drawing.Size(11, 12);
     this.lblCodeReq.TabIndex = 9;
     this.lblCodeReq.Text = "*";
     //
     // ucParent
     //
     this.ucParent.AllowNull = true;
     this.ucParent.AllowSelect = true;
     this.ucParent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucParent.CheckMove = true;
     this.ucParent.Location = new System.Drawing.Point(124, 29);
     this.ucParent.MultiSelect = false;
     this.ucParent.Name = "ucParent";
     this.ucParent.OpenId = "";
     this.ucParent.SelectedCode = "";
     this.ucParent.SelectedFullName = "";
     this.ucParent.SelectedId = "";
     this.ucParent.Size = new System.Drawing.Size(420, 21);
     this.ucParent.TabIndex = 1;
     //
     // chkIsPublic
     //
     this.chkIsPublic.AutoSize = true;
     this.chkIsPublic.Location = new System.Drawing.Point(268, 286);
     this.chkIsPublic.Name = "chkIsPublic";
     this.chkIsPublic.Size = new System.Drawing.Size(48, 16);
     this.chkIsPublic.TabIndex = 20;
     this.chkIsPublic.Text = "公开";
     this.chkIsPublic.UseVisualStyleBackColor = true;
     this.chkIsPublic.CheckedChanged += new System.EventHandler(this.chkIsPublic_CheckedChanged);
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Location = new System.Drawing.Point(124, 286);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(48, 16);
     this.chkEnabled.TabIndex = 18;
     this.chkEnabled.Text = "有效";
     this.chkEnabled.UseVisualStyleBackColor = true;
     this.chkEnabled.CheckedChanged += new System.EventHandler(this.chkEnabled_CheckedChanged);
     //
     // lblId
     //
     this.lblId.Location = new System.Drawing.Point(17, 62);
     this.lblId.Name = "lblId";
     this.lblId.Size = new System.Drawing.Size(106, 12);
     this.lblId.TabIndex = 2;
     this.lblId.Text = "主键:";
     this.lblId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtId
     //
     this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtId.Location = new System.Drawing.Point(124, 58);
     this.txtId.MaxLength = 100;
     this.txtId.Name = "txtId";
     this.txtId.ReadOnly = true;
     this.txtId.Size = new System.Drawing.Size(420, 21);
     this.txtId.TabIndex = 3;
     //
     // btnAccessPermission
     //
     this.btnAccessPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAccessPermission.Location = new System.Drawing.Point(12, 407);
     this.btnAccessPermission.Name = "btnAccessPermission";
     this.btnAccessPermission.Size = new System.Drawing.Size(134, 23);
     this.btnAccessPermission.TabIndex = 1;
     this.btnAccessPermission.Text = "访问权限(&P)...";
     this.btnAccessPermission.UseVisualStyleBackColor = true;
     this.btnAccessPermission.Click += new System.EventHandler(this.btnAccessPermission_Click);
     //
     // grbModule
     //
     this.grbModule.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.grbModule.Controls.Add(this.btnSetTarget);
     this.grbModule.Controls.Add(this.btnSetAssemblyName);
     this.grbModule.Controls.Add(this.lblAssembly);
     this.grbModule.Controls.Add(this.txtAssemblyName);
     this.grbModule.Controls.Add(this.lblFullNameReq);
     this.grbModule.Controls.Add(this.lblCodeReq);
     this.grbModule.Controls.Add(this.txtId);
     this.grbModule.Controls.Add(this.txtFormName);
     this.grbModule.Controls.Add(this.lblId);
     this.grbModule.Controls.Add(this.lblFormName);
     this.grbModule.Controls.Add(this.ucParent);
     this.grbModule.Controls.Add(this.txtNavigateUrl);
     this.grbModule.Controls.Add(this.lblTarget);
     this.grbModule.Controls.Add(this.lblParent);
     this.grbModule.Controls.Add(this.lblNavigateUrl);
     this.grbModule.Controls.Add(this.txtFullName);
     this.grbModule.Controls.Add(this.txtTarget);
     this.grbModule.Controls.Add(this.txtCode);
     this.grbModule.Controls.Add(this.chkExpand);
     this.grbModule.Controls.Add(this.lblFullName);
     this.grbModule.Controls.Add(this.chkIsPublic);
     this.grbModule.Controls.Add(this.lblCode);
     this.grbModule.Controls.Add(this.chkEnabled);
     this.grbModule.Controls.Add(this.txtDescription);
     this.grbModule.Controls.Add(this.lblDescription);
     this.grbModule.Location = new System.Drawing.Point(14, 15);
     this.grbModule.Name = "grbModule";
     this.grbModule.Size = new System.Drawing.Size(579, 379);
     this.grbModule.TabIndex = 0;
     this.grbModule.TabStop = false;
     this.grbModule.Text = "模块菜单";
     //
     // btnSetTarget
     //
     this.btnSetTarget.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetTarget.Location = new System.Drawing.Point(547, 180);
     this.btnSetTarget.Name = "btnSetTarget";
     this.btnSetTarget.Size = new System.Drawing.Size(24, 23);
     this.btnSetTarget.TabIndex = 32;
     this.btnSetTarget.UseVisualStyleBackColor = true;
     this.btnSetTarget.Click += new System.EventHandler(this.btnSetTarget_Click);
     //
     // btnSetAssemblyName
     //
     this.btnSetAssemblyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetAssemblyName.Location = new System.Drawing.Point(547, 247);
     this.btnSetAssemblyName.Name = "btnSetAssemblyName";
     this.btnSetAssemblyName.Size = new System.Drawing.Size(24, 23);
     this.btnSetAssemblyName.TabIndex = 32;
     this.btnSetAssemblyName.UseVisualStyleBackColor = true;
     this.btnSetAssemblyName.Click += new System.EventHandler(this.btnSetAssemblyName_Click);
     //
     // lblAssembly
     //
     this.lblAssembly.Location = new System.Drawing.Point(17, 252);
     this.lblAssembly.Name = "lblAssembly";
     this.lblAssembly.Size = new System.Drawing.Size(106, 12);
     this.lblAssembly.TabIndex = 16;
     this.lblAssembly.Text = "动态连接库:";
     this.lblAssembly.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtAssemblyName
     //
     this.txtAssemblyName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAssemblyName.BackColor = System.Drawing.Color.AliceBlue;
     this.txtAssemblyName.Location = new System.Drawing.Point(124, 248);
     this.txtAssemblyName.MaxLength = 100;
     this.txtAssemblyName.Name = "txtAssemblyName";
     this.txtAssemblyName.Size = new System.Drawing.Size(420, 21);
     this.txtAssemblyName.TabIndex = 17;
     this.txtAssemblyName.Text = "DotNet.WinForm";
     //
     // txtFormName
     //
     this.txtFormName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFormName.BackColor = System.Drawing.Color.AliceBlue;
     this.txtFormName.Location = new System.Drawing.Point(124, 221);
     this.txtFormName.MaxLength = 200;
     this.txtFormName.Name = "txtFormName";
     this.txtFormName.Size = new System.Drawing.Size(420, 21);
     this.txtFormName.TabIndex = 15;
     //
     // lblFormName
     //
     this.lblFormName.Location = new System.Drawing.Point(17, 225);
     this.lblFormName.Name = "lblFormName";
     this.lblFormName.Size = new System.Drawing.Size(106, 12);
     this.lblFormName.TabIndex = 14;
     this.lblFormName.Text = "窗体名:";
     this.lblFormName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNavigateUrl
     //
     this.txtNavigateUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNavigateUrl.BackColor = System.Drawing.Color.Cornsilk;
     this.txtNavigateUrl.Location = new System.Drawing.Point(124, 150);
     this.txtNavigateUrl.MaxLength = 200;
     this.txtNavigateUrl.Name = "txtNavigateUrl";
     this.txtNavigateUrl.Size = new System.Drawing.Size(420, 21);
     this.txtNavigateUrl.TabIndex = 11;
     //
     // lblTarget
     //
     this.lblTarget.Location = new System.Drawing.Point(17, 184);
     this.lblTarget.Name = "lblTarget";
     this.lblTarget.Size = new System.Drawing.Size(106, 12);
     this.lblTarget.TabIndex = 12;
     this.lblTarget.Text = "目标窗体中打开:";
     this.lblTarget.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblNavigateUrl
     //
     this.lblNavigateUrl.Location = new System.Drawing.Point(17, 154);
     this.lblNavigateUrl.Name = "lblNavigateUrl";
     this.lblNavigateUrl.Size = new System.Drawing.Size(106, 12);
     this.lblNavigateUrl.TabIndex = 10;
     this.lblNavigateUrl.Text = "Web网址:";
     this.lblNavigateUrl.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtTarget
     //
     this.txtTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTarget.BackColor = System.Drawing.Color.Cornsilk;
     this.txtTarget.Location = new System.Drawing.Point(124, 181);
     this.txtTarget.MaxLength = 100;
     this.txtTarget.Name = "txtTarget";
     this.txtTarget.Size = new System.Drawing.Size(420, 21);
     this.txtTarget.TabIndex = 13;
     this.txtTarget.Text = "fraContent";
     //
     // chkExpand
     //
     this.chkExpand.AutoSize = true;
     this.chkExpand.Location = new System.Drawing.Point(198, 286);
     this.chkExpand.Name = "chkExpand";
     this.chkExpand.Size = new System.Drawing.Size(48, 16);
     this.chkExpand.TabIndex = 19;
     this.chkExpand.Text = "展开";
     this.chkExpand.UseVisualStyleBackColor = true;
     //
     // btnLikeAdd
     //
     this.btnLikeAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLikeAdd.Location = new System.Drawing.Point(152, 407);
     this.btnLikeAdd.Name = "btnLikeAdd";
     this.btnLikeAdd.Size = new System.Drawing.Size(113, 23);
     this.btnLikeAdd.TabIndex = 2;
     this.btnLikeAdd.Text = "类似添加(&A)";
     this.btnLikeAdd.UseVisualStyleBackColor = true;
     this.btnLikeAdd.Click += new System.EventHandler(this.btnLikeAdd_Click);
     //
     // FrmModuleEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(605, 441);
     this.Controls.Add(this.btnLikeAdd);
     this.Controls.Add(this.btnAccessPermission);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.grbModule);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmModuleEdit";
     this.Text = "编辑菜单";
     this.grbModule.ResumeLayout(false);
     this.grbModule.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.lblParent = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.txtFullName = new System.Windows.Forms.TextBox();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.lblFullName = new System.Windows.Forms.Label();
     this.lblCode = new System.Windows.Forms.Label();
     this.chkIsPublic = new System.Windows.Forms.CheckBox();
     this.txtTarget = new System.Windows.Forms.TextBox();
     this.lblTarget = new System.Windows.Forms.Label();
     this.txtNavigateUrl = new System.Windows.Forms.TextBox();
     this.lblNavigateUrl = new System.Windows.Forms.Label();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.ucParent = new DotNet.WinForm.Common.WinControls.UCModuleSelect();
     this.btnConfirm = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.grbModule = new System.Windows.Forms.GroupBox();
     this.btnSetTarget = new System.Windows.Forms.Button();
     this.btnSetAssemblyName = new System.Windows.Forms.Button();
     this.lblCodeReq = new System.Windows.Forms.Label();
     this.lblAssembly = new System.Windows.Forms.Label();
     this.txtAssemblyName = new System.Windows.Forms.TextBox();
     this.txtFormName = new System.Windows.Forms.TextBox();
     this.lblFormName = new System.Windows.Forms.Label();
     this.chkExpand = new System.Windows.Forms.CheckBox();
     this.grbModule.SuspendLayout();
     this.SuspendLayout();
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(126, 255);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(48, 16);
     this.chkEnabled.TabIndex = 15;
     this.chkEnabled.Text = "有效";
     this.chkEnabled.UseVisualStyleBackColor = true;
     this.chkEnabled.CheckedChanged += new System.EventHandler(this.chkEnabled_CheckedChanged);
     //
     // lblParent
     //
     this.lblParent.Location = new System.Drawing.Point(10, 24);
     this.lblParent.Name = "lblParent";
     this.lblParent.Size = new System.Drawing.Size(112, 12);
     this.lblParent.TabIndex = 0;
     this.lblParent.Text = "父模块:";
     this.lblParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(126, 294);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(418, 49);
     this.txtDescription.TabIndex = 19;
     //
     // txtFullName
     //
     this.txtFullName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFullName.Location = new System.Drawing.Point(126, 54);
     this.txtFullName.MaxLength = 50;
     this.txtFullName.Name = "txtFullName";
     this.txtFullName.Size = new System.Drawing.Size(415, 21);
     this.txtFullName.TabIndex = 3;
     this.txtFullName.DoubleClick += new System.EventHandler(this.txtFullName_DoubleClick);
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(126, 85);
     this.txtCode.MaxLength = 100;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(415, 21);
     this.txtCode.TabIndex = 6;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(10, 294);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(112, 12);
     this.lblDescription.TabIndex = 18;
     this.lblDescription.Text = "描述:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(10, 58);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(112, 12);
     this.lblFullName.TabIndex = 2;
     this.lblFullName.Text = "名称:";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(10, 89);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(112, 12);
     this.lblCode.TabIndex = 5;
     this.lblCode.Text = "编号:";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkIsPublic
     //
     this.chkIsPublic.AutoSize = true;
     this.chkIsPublic.Location = new System.Drawing.Point(269, 255);
     this.chkIsPublic.Name = "chkIsPublic";
     this.chkIsPublic.Size = new System.Drawing.Size(48, 16);
     this.chkIsPublic.TabIndex = 17;
     this.chkIsPublic.Text = "公开";
     this.chkIsPublic.UseVisualStyleBackColor = true;
     this.chkIsPublic.CheckedChanged += new System.EventHandler(this.chkIsPublic_CheckedChanged);
     //
     // txtTarget
     //
     this.txtTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTarget.BackColor = System.Drawing.Color.Cornsilk;
     this.txtTarget.Location = new System.Drawing.Point(126, 149);
     this.txtTarget.MaxLength = 100;
     this.txtTarget.Name = "txtTarget";
     this.txtTarget.Size = new System.Drawing.Size(415, 21);
     this.txtTarget.TabIndex = 10;
     this.txtTarget.Text = "fraContent";
     //
     // lblTarget
     //
     this.lblTarget.Location = new System.Drawing.Point(10, 152);
     this.lblTarget.Name = "lblTarget";
     this.lblTarget.Size = new System.Drawing.Size(112, 12);
     this.lblTarget.TabIndex = 9;
     this.lblTarget.Text = "目标窗体中打开:";
     this.lblTarget.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNavigateUrl
     //
     this.txtNavigateUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNavigateUrl.BackColor = System.Drawing.Color.Cornsilk;
     this.txtNavigateUrl.Location = new System.Drawing.Point(126, 118);
     this.txtNavigateUrl.MaxLength = 200;
     this.txtNavigateUrl.Name = "txtNavigateUrl";
     this.txtNavigateUrl.Size = new System.Drawing.Size(415, 21);
     this.txtNavigateUrl.TabIndex = 8;
     //
     // lblNavigateUrl
     //
     this.lblNavigateUrl.Location = new System.Drawing.Point(10, 122);
     this.lblNavigateUrl.Name = "lblNavigateUrl";
     this.lblNavigateUrl.Size = new System.Drawing.Size(112, 12);
     this.lblNavigateUrl.TabIndex = 7;
     this.lblNavigateUrl.Text = "Web网址:";
     this.lblNavigateUrl.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(548, 57);
     this.lblFullNameReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 4;
     this.lblFullNameReq.Text = "*";
     //
     // ucParent
     //
     this.ucParent.AllowNull = true;
     this.ucParent.AllowSelect = true;
     this.ucParent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucParent.CheckMove = false;
     this.ucParent.Location = new System.Drawing.Point(126, 20);
     this.ucParent.MultiSelect = false;
     this.ucParent.Name = "ucParent";
     this.ucParent.OpenId = "";
     this.ucParent.SelectedCode = "";
     this.ucParent.SelectedFullName = "";
     this.ucParent.SelectedId = "";
     this.ucParent.Size = new System.Drawing.Size(414, 22);
     this.ucParent.TabIndex = 1;
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Location = new System.Drawing.Point(435, 390);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(75, 23);
     this.btnConfirm.TabIndex = 2;
     this.btnConfirm.Text = "确定";
     this.btnConfirm.UseVisualStyleBackColor = true;
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(514, 390);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(356, 390);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 1;
     this.btnAdd.Text = "添加(&A)";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // grbModule
     //
     this.grbModule.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.grbModule.Controls.Add(this.btnSetTarget);
     this.grbModule.Controls.Add(this.btnSetAssemblyName);
     this.grbModule.Controls.Add(this.lblCodeReq);
     this.grbModule.Controls.Add(this.lblAssembly);
     this.grbModule.Controls.Add(this.txtAssemblyName);
     this.grbModule.Controls.Add(this.txtFormName);
     this.grbModule.Controls.Add(this.ucParent);
     this.grbModule.Controls.Add(this.lblFullNameReq);
     this.grbModule.Controls.Add(this.lblFormName);
     this.grbModule.Controls.Add(this.lblParent);
     this.grbModule.Controls.Add(this.chkExpand);
     this.grbModule.Controls.Add(this.txtFullName);
     this.grbModule.Controls.Add(this.lblDescription);
     this.grbModule.Controls.Add(this.txtCode);
     this.grbModule.Controls.Add(this.txtDescription);
     this.grbModule.Controls.Add(this.lblFullName);
     this.grbModule.Controls.Add(this.chkEnabled);
     this.grbModule.Controls.Add(this.lblCode);
     this.grbModule.Controls.Add(this.chkIsPublic);
     this.grbModule.Controls.Add(this.txtNavigateUrl);
     this.grbModule.Controls.Add(this.lblTarget);
     this.grbModule.Controls.Add(this.lblNavigateUrl);
     this.grbModule.Controls.Add(this.txtTarget);
     this.grbModule.Location = new System.Drawing.Point(13, 11);
     this.grbModule.Name = "grbModule";
     this.grbModule.Size = new System.Drawing.Size(580, 360);
     this.grbModule.TabIndex = 0;
     this.grbModule.TabStop = false;
     this.grbModule.Text = "模块菜单";
     //
     // btnSetTarget
     //
     this.btnSetTarget.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetTarget.Location = new System.Drawing.Point(546, 147);
     this.btnSetTarget.Name = "btnSetTarget";
     this.btnSetTarget.Size = new System.Drawing.Size(24, 23);
     this.btnSetTarget.TabIndex = 34;
     this.btnSetTarget.UseVisualStyleBackColor = true;
     this.btnSetTarget.Click += new System.EventHandler(this.btnSetTarget_Click);
     //
     // btnSetAssemblyName
     //
     this.btnSetAssemblyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetAssemblyName.Location = new System.Drawing.Point(546, 214);
     this.btnSetAssemblyName.Name = "btnSetAssemblyName";
     this.btnSetAssemblyName.Size = new System.Drawing.Size(24, 23);
     this.btnSetAssemblyName.TabIndex = 33;
     this.btnSetAssemblyName.UseVisualStyleBackColor = true;
     this.btnSetAssemblyName.Click += new System.EventHandler(this.btnSetAssemblyName_Click);
     //
     // lblCodeReq
     //
     this.lblCodeReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCodeReq.AutoSize = true;
     this.lblCodeReq.ForeColor = System.Drawing.Color.Red;
     this.lblCodeReq.Location = new System.Drawing.Point(549, 89);
     this.lblCodeReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCodeReq.Name = "lblCodeReq";
     this.lblCodeReq.Size = new System.Drawing.Size(11, 12);
     this.lblCodeReq.TabIndex = 20;
     this.lblCodeReq.Text = "*";
     //
     // lblAssembly
     //
     this.lblAssembly.Location = new System.Drawing.Point(10, 220);
     this.lblAssembly.Name = "lblAssembly";
     this.lblAssembly.Size = new System.Drawing.Size(112, 12);
     this.lblAssembly.TabIndex = 13;
     this.lblAssembly.Text = "动态连接库:";
     this.lblAssembly.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtAssemblyName
     //
     this.txtAssemblyName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAssemblyName.BackColor = System.Drawing.Color.AliceBlue;
     this.txtAssemblyName.Location = new System.Drawing.Point(126, 216);
     this.txtAssemblyName.MaxLength = 100;
     this.txtAssemblyName.Name = "txtAssemblyName";
     this.txtAssemblyName.Size = new System.Drawing.Size(415, 21);
     this.txtAssemblyName.TabIndex = 14;
     //
     // txtFormName
     //
     this.txtFormName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFormName.BackColor = System.Drawing.Color.AliceBlue;
     this.txtFormName.Location = new System.Drawing.Point(126, 189);
     this.txtFormName.MaxLength = 200;
     this.txtFormName.Name = "txtFormName";
     this.txtFormName.Size = new System.Drawing.Size(415, 21);
     this.txtFormName.TabIndex = 12;
     //
     // lblFormName
     //
     this.lblFormName.Location = new System.Drawing.Point(10, 193);
     this.lblFormName.Name = "lblFormName";
     this.lblFormName.Size = new System.Drawing.Size(112, 12);
     this.lblFormName.TabIndex = 11;
     this.lblFormName.Text = "窗体名:";
     this.lblFormName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkExpand
     //
     this.chkExpand.AutoSize = true;
     this.chkExpand.Location = new System.Drawing.Point(196, 255);
     this.chkExpand.Name = "chkExpand";
     this.chkExpand.Size = new System.Drawing.Size(48, 16);
     this.chkExpand.TabIndex = 16;
     this.chkExpand.Text = "展开";
     this.chkExpand.UseVisualStyleBackColor = true;
     //
     // FrmModuleAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(607, 426);
     this.Controls.Add(this.btnConfirm);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.grbModule);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmModuleAdd";
     this.Text = "添加菜单";
     this.grbModule.ResumeLayout(false);
     this.grbModule.PerformLayout();
     this.ResumeLayout(false);
 }