📄 popedom.designer.cs
字号:
namespace BookStore.Forms
{
partial class PopeDom
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.dg_PopeDom = new System.Windows.Forms.DataGrid();
this.clb_PopeDom = new System.Windows.Forms.CheckedListBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btn_Save = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dg_PopeDom)).BeginInit();
this.SuspendLayout();
//
// dg_PopeDom
//
this.dg_PopeDom.BackgroundColor = System.Drawing.Color.Silver;
this.dg_PopeDom.CaptionBackColor = System.Drawing.Color.DimGray;
this.dg_PopeDom.CaptionFont = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dg_PopeDom.CaptionForeColor = System.Drawing.SystemColors.Info;
this.dg_PopeDom.CaptionText = "用户浏览";
this.dg_PopeDom.DataMember = "";
this.dg_PopeDom.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dg_PopeDom.Location = new System.Drawing.Point(12, 38);
this.dg_PopeDom.Name = "dg_PopeDom";
this.dg_PopeDom.Size = new System.Drawing.Size(454, 324);
this.dg_PopeDom.TabIndex = 0;
this.dg_PopeDom.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dg_PopeDom_MouseUp);
//
// clb_PopeDom
//
this.clb_PopeDom.FormattingEnabled = true;
this.clb_PopeDom.Items.AddRange(new object[] {
"采购管理",
"库存管理",
"商品利润",
"人员管理",
"销售统计",
"数据管理",
"在线升级"});
this.clb_PopeDom.Location = new System.Drawing.Point(490, 38);
this.clb_PopeDom.Name = "clb_PopeDom";
this.clb_PopeDom.Size = new System.Drawing.Size(167, 324);
this.clb_PopeDom.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(12, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 16);
this.label1.TabIndex = 2;
this.label1.Text = "用户:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(488, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 16);
this.label2.TabIndex = 3;
this.label2.Text = "权限:";
//
// btn_Save
//
this.btn_Save.Location = new System.Drawing.Point(512, 368);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(54, 23);
this.btn_Save.TabIndex = 4;
this.btn_Save.Text = "保存";
this.btn_Save.UseVisualStyleBackColor = true;
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(582, 368);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(54, 23);
this.btn_Cancel.TabIndex = 5;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = true;
//
// PopeDom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 403);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Save);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.clb_PopeDom);
this.Controls.Add(this.dg_PopeDom);
this.Name = "PopeDom";
this.Text = "用户权限维护";
this.Load += new System.EventHandler(this.PopeDom_Load);
((System.ComponentModel.ISupportInitialize)(this.dg_PopeDom)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGrid dg_PopeDom;
private System.Windows.Forms.CheckedListBox clb_PopeDom;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Button btn_Cancel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -