⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 explorerform.designer.cs

📁 通用权限管理平台
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // toolTip1
            // 
            this.toolTip1.AutomaticDelay = 50;
            this.toolTip1.AutoPopDelay = 5000;
            this.toolTip1.InitialDelay = 5;
            this.toolTip1.ReshowDelay = 10;
            // 
            // txt_OptLog
            // 
            this.txt_OptLog.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.txt_OptLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_OptLog.Dock = System.Windows.Forms.DockStyle.Right;
            this.txt_OptLog.Location = new System.Drawing.Point(693, 55);
            this.txt_OptLog.Name = "txt_OptLog";
            this.txt_OptLog.ReadOnly = true;
            this.txt_OptLog.Size = new System.Drawing.Size(120, 481);
            this.txt_OptLog.TabIndex = 13;
            this.txt_OptLog.Text = "";
            this.toolTip1.SetToolTip(this.txt_OptLog, "系统操作日志");
            this.txt_OptLog.Visible = false;
            // 
            // toolStripStatus
            // 
            this.toolStripStatus.Name = "toolStripStatus";
            this.toolStripStatus.Size = new System.Drawing.Size(0, 17);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatus,
            this.toolStripStatusInfo});
            this.statusStrip1.Location = new System.Drawing.Point(0, 536);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(813, 22);
            this.statusStrip1.TabIndex = 8;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusInfo
            // 
            this.toolStripStatusInfo.Name = "toolStripStatusInfo";
            this.toolStripStatusInfo.Size = new System.Drawing.Size(0, 17);
            // 
            // imageListDrag
            // 
            this.imageListDrag.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imageListDrag.ImageSize = new System.Drawing.Size(16, 16);
            this.imageListDrag.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // tabPageCodeGen
            // 
            this.tabPageCodeGen.Controls.Add(this.lbl_FileName);
            this.tabPageCodeGen.Controls.Add(this.lbl_CurrentFile);
            this.tabPageCodeGen.Controls.Add(this.btn_Resource);
            this.tabPageCodeGen.Controls.Add(this.btn_SaveFile);
            this.tabPageCodeGen.Controls.Add(this.txtIcs_Content);
            this.tabPageCodeGen.Location = new System.Drawing.Point(4, 21);
            this.tabPageCodeGen.Name = "tabPageCodeGen";
            this.tabPageCodeGen.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCodeGen.Size = new System.Drawing.Size(476, 275);
            this.tabPageCodeGen.TabIndex = 4;
            this.tabPageCodeGen.Text = "枚举代码生成";
            this.tabPageCodeGen.UseVisualStyleBackColor = true;
            // 
            // lbl_FileName
            // 
            this.lbl_FileName.AutoSize = true;
            this.lbl_FileName.Location = new System.Drawing.Point(209, 10);
            this.lbl_FileName.Name = "lbl_FileName";
            this.lbl_FileName.Size = new System.Drawing.Size(0, 12);
            this.lbl_FileName.TabIndex = 7;
            // 
            // lbl_CurrentFile
            // 
            this.lbl_CurrentFile.AutoSize = true;
            this.lbl_CurrentFile.Location = new System.Drawing.Point(138, 11);
            this.lbl_CurrentFile.Name = "lbl_CurrentFile";
            this.lbl_CurrentFile.Size = new System.Drawing.Size(65, 12);
            this.lbl_CurrentFile.TabIndex = 6;
            this.lbl_CurrentFile.Text = "当前文件:";
            // 
            // btn_Resource
            // 
            this.btn_Resource.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btn_Resource.Location = new System.Drawing.Point(17, 6);
            this.btn_Resource.Name = "btn_Resource";
            this.btn_Resource.Size = new System.Drawing.Size(97, 23);
            this.btn_Resource.TabIndex = 4;
            this.btn_Resource.Text = "生成权限代码";
            this.btn_Resource.UseVisualStyleBackColor = true;
            this.btn_Resource.Click += new System.EventHandler(this.btn_Resource_Click);
            // 
            // btn_SaveFile
            // 
            this.btn_SaveFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_SaveFile.Location = new System.Drawing.Point(312, 6);
            this.btn_SaveFile.Name = "btn_SaveFile";
            this.btn_SaveFile.Size = new System.Drawing.Size(108, 23);
            this.btn_SaveFile.TabIndex = 3;
            this.btn_SaveFile.Text = "保存当前文件(&A)";
            this.btn_SaveFile.UseVisualStyleBackColor = true;
            this.btn_SaveFile.Click += new System.EventHandler(this.btn_SaveFile_Click);
            // 
            // txtIcs_Content
            // 
            this.txtIcs_Content.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.txtIcs_Content.Encoding = ((System.Text.Encoding)(resources.GetObject("txtIcs_Content.Encoding")));
            this.txtIcs_Content.IsIconBarVisible = false;
            this.txtIcs_Content.Location = new System.Drawing.Point(7, 36);
            this.txtIcs_Content.Name = "txtIcs_Content";
            this.txtIcs_Content.ShowEOLMarkers = true;
            this.txtIcs_Content.ShowInvalidLines = false;
            this.txtIcs_Content.ShowSpaces = true;
            this.txtIcs_Content.ShowTabs = true;
            this.txtIcs_Content.ShowVRuler = true;
            this.txtIcs_Content.Size = new System.Drawing.Size(463, 237);
            this.txtIcs_Content.TabIndex = 2;
            // 
            // tabOperation
            // 
            this.tabOperation.Controls.Add(this.dg_Operate);
            this.tabOperation.Controls.Add(this.panel3);
            this.tabOperation.Location = new System.Drawing.Point(4, 21);
            this.tabOperation.Name = "tabOperation";
            this.tabOperation.Padding = new System.Windows.Forms.Padding(3);
            this.tabOperation.Size = new System.Drawing.Size(476, 275);
            this.tabOperation.TabIndex = 3;
            this.tabOperation.Text = "操作类型管理";
            this.tabOperation.UseVisualStyleBackColor = true;
            // 
            // dg_Operate
            // 
            this.dg_Operate.AllowUserToOrderColumns = true;
            this.dg_Operate.AutoGenerateColumns = false;
            this.dg_Operate.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
            this.dg_Operate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dg_Operate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.operationIdDataGridViewTextBoxColumn,
            this.OperationCNName,
            this.operationNameDataGridViewTextBoxColumn,
            this.descriptionDataGridViewTextBoxColumn2});
            this.dg_Operate.DataSource = this.wmfOperationBindingSource;
            this.dg_Operate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dg_Operate.Location = new System.Drawing.Point(3, 3);
            this.dg_Operate.Name = "dg_Operate";
            this.dg_Operate.RowTemplate.Height = 23;
            this.dg_Operate.Size = new System.Drawing.Size(470, 269);
            this.dg_Operate.TabIndex = 0;
            this.dg_Operate.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dg_Operate_UserDeletingRow);
            this.dg_Operate.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dg_Operate_CellBeginEdit);
            this.dg_Operate.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_Operate_RowEnter);
            this.dg_Operate.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dg_Operate_DataError);
            // 
            // operationIdDataGridViewTextBoxColumn
            // 
            this.operationIdDataGridViewTextBoxColumn.DataPropertyName = "OperationId";
            this.operationIdDataGridViewTextBoxColumn.HeaderText = "id";
            this.operationIdDataGridViewTextBoxColumn.Name = "operationIdDataGridViewTextBoxColumn";
            this.operationIdDataGridViewTextBoxColumn.Width = 30;
            // 
            // OperationCNName
            // 
            this.OperationCNName.DataPropertyName = "OperationCNName";
            this.OperationCNName.HeaderText = "中文名称";
            this.OperationCNName.Name = "OperationCNName";
            // 
            // operationNameDataGridViewTextBoxColumn
            // 
            this.operationNameDataGridViewTextBoxColumn.DataPropertyName = "OperationName";
            this.operationNameDataGridViewTextBoxColumn.HeaderText = "操作英文名称";
            this.operationNameDataGridViewTextBoxColumn.Name = "operationNameDataGridViewTextBoxColumn";
            // 
            // descriptionDataGridViewTextBoxColumn2
            // 
            this.descriptionDataGridViewTextBoxColumn2.DataPropertyName = "Description";
            this.descriptionDataGridViewTextBoxColumn2.HeaderText = "描述";
            this.descriptionDataGridViewTextBoxColumn2.Name = "descriptionDataGridViewTextBoxColumn2";
            // 
            // wmfOperationBindingSource
            // 
            this.wmfOperationBindingSource.DataMember = "wmf_Operation";
            this.wmfOperationBindingSource.DataSource = this.dataResources;
            // 
            // dataResources
            // 
            this.dataResources.DataSetName = "DataResources";
            this.dataResources.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // panel3
            // 
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(3, 3);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(470, 269);
            this.panel3.TabIndex = 4;
            // 
            // dg_OptPrivilege
            // 
            this.dg_OptPrivilege.AllowUserToAddRows = false;
            this.dg_OptPrivilege.AllowUserToDeleteRows = false;
            this.dg_OptPrivilege.AllowUserToOrderColumns = true;
            this.dg_OptPrivilege.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.dg_OptPrivilege.AutoGenerateColumns = false;
            this.dg_OptPrivilege.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -