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

📄 员工信息浏览.designer.cs

📁 进存销系统..适合书店的进销存..功能可以满足一般的需求.很简单
💻 CS
字号:
namespace BookStore.Forms
{
    partial class EmployInfoManage
    {
        /// <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.cbo_Style = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.dg_EmployeeInfo = new System.Windows.Forms.DataGrid();
            this.toolBar = new System.Windows.Forms.ToolBar();
            ((System.ComponentModel.ISupportInitialize)(this.dg_EmployeeInfo)).BeginInit();
            this.SuspendLayout();
            // 
            // cbo_Style
            // 
            this.cbo_Style.FormattingEnabled = true;
            this.cbo_Style.Items.AddRange(new object[] {
            "全体员工",
            "销售员",
            "采购员"});
            this.cbo_Style.Location = new System.Drawing.Point(83, 54);
            this.cbo_Style.Name = "cbo_Style";
            this.cbo_Style.Size = new System.Drawing.Size(121, 20);
            this.cbo_Style.TabIndex = 0;
            this.cbo_Style.SelectedIndexChanged += new System.EventHandler(this.cbo_Style_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 57);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "员工类型:";
            // 
            // dg_EmployeeInfo
            // 
            this.dg_EmployeeInfo.AllowSorting = false;
            this.dg_EmployeeInfo.DataMember = "";
            this.dg_EmployeeInfo.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dg_EmployeeInfo.Location = new System.Drawing.Point(12, 91);
            this.dg_EmployeeInfo.Name = "dg_EmployeeInfo";
            this.dg_EmployeeInfo.ParentRowsVisible = false;
            this.dg_EmployeeInfo.Size = new System.Drawing.Size(620, 284);
            this.dg_EmployeeInfo.TabIndex = 2;
            this.dg_EmployeeInfo.DoubleClick += new System.EventHandler(this.dg_EmployeeInfo_DoubleClick);
            // 
            // toolBar
            // 
            this.toolBar.DropDownArrows = true;
            this.toolBar.Location = new System.Drawing.Point(0, 0);
            this.toolBar.Name = "toolBar";
            this.toolBar.ShowToolTips = true;
            this.toolBar.Size = new System.Drawing.Size(646, 42);
            this.toolBar.TabIndex = 3;
            // 
            // EmployInfoManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(646, 412);
            this.Controls.Add(this.toolBar);
            this.Controls.Add(this.dg_EmployeeInfo);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.cbo_Style);
            this.Name = "EmployInfoManage";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.Text = "员工信息浏览";
            ((System.ComponentModel.ISupportInitialize)(this.dg_EmployeeInfo)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ComboBox cbo_Style;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGrid dg_EmployeeInfo;
        private System.Windows.Forms.ToolBar toolBar;
    }
}

⌨️ 快捷键说明

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