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

📄 resumeform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyPersonnel
{
    partial class ResumeForm
    {
        /// <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.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 自编号Label;
            System.Windows.Forms.Label 员工编号Label;
            System.Windows.Forms.Label 员工姓名Label;
            System.Windows.Forms.Label 开始时间Label;
            System.Windows.Forms.Label 结束时间Label;
            System.Windows.Forms.Label 单位名称Label;
            System.Windows.Forms.Label 担任职务Label;
            System.Windows.Forms.Label 所在部门Label;
            System.Windows.Forms.Label 说明Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResumeForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.工作简历BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.工作简历BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.员工姓名ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.员工姓名ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.工作简历BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.工作简历DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.自编号TextBox = new System.Windows.Forms.TextBox();
            this.员工编号TextBox = new System.Windows.Forms.TextBox();
            this.员工姓名TextBox = new System.Windows.Forms.TextBox();
            this.开始时间DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.结束时间DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.单位名称TextBox = new System.Windows.Forms.TextBox();
            this.担任职务TextBox = new System.Windows.Forms.TextBox();
            this.所在部门TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.基本档案DataGridView = new System.Windows.Forms.DataGridView();
            this.工作简历TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.工作简历TableAdapter();
            自编号Label = new System.Windows.Forms.Label();
            员工编号Label = new System.Windows.Forms.Label();
            员工姓名Label = new System.Windows.Forms.Label();
            开始时间Label = new System.Windows.Forms.Label();
            结束时间Label = new System.Windows.Forms.Label();
            单位名称Label = new System.Windows.Forms.Label();
            担任职务Label = new System.Windows.Forms.Label();
            所在部门Label = new System.Windows.Forms.Label();
            说明Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.工作简历BindingNavigator)).BeginInit();
            this.工作简历BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.工作简历BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.工作简历DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 自编号Label
            // 
            自编号Label.AutoSize = true;
            自编号Label.Location = new System.Drawing.Point(9, 129);
            自编号Label.Name = "自编号Label";
            自编号Label.Size = new System.Drawing.Size(47, 12);
            自编号Label.TabIndex = 2;
            自编号Label.Text = "自编号:";
            // 
            // 员工编号Label
            // 
            员工编号Label.AutoSize = true;
            员工编号Label.Location = new System.Drawing.Point(9, 156);
            员工编号Label.Name = "员工编号Label";
            员工编号Label.Size = new System.Drawing.Size(59, 12);
            员工编号Label.TabIndex = 4;
            员工编号Label.Text = "员工编号:";
            // 
            // 员工姓名Label
            // 
            员工姓名Label.AutoSize = true;
            员工姓名Label.Location = new System.Drawing.Point(9, 183);
            员工姓名Label.Name = "员工姓名Label";
            员工姓名Label.Size = new System.Drawing.Size(59, 12);
            员工姓名Label.TabIndex = 6;
            员工姓名Label.Text = "员工姓名:";
            // 
            // 开始时间Label
            // 
            开始时间Label.AutoSize = true;
            开始时间Label.Location = new System.Drawing.Point(186, 133);
            开始时间Label.Name = "开始时间Label";
            开始时间Label.Size = new System.Drawing.Size(59, 12);
            开始时间Label.TabIndex = 8;
            开始时间Label.Text = "开始时间:";
            // 
            // 结束时间Label
            // 
            结束时间Label.AutoSize = true;
            结束时间Label.Location = new System.Drawing.Point(186, 160);
            结束时间Label.Name = "结束时间Label";
            结束时间Label.Size = new System.Drawing.Size(59, 12);
            结束时间Label.TabIndex = 10;
            结束时间Label.Text = "结束时间:";
            // 
            // 单位名称Label
            // 
            单位名称Label.AutoSize = true;
            单位名称Label.Location = new System.Drawing.Point(186, 186);
            单位名称Label.Name = "单位名称Label";
            单位名称Label.Size = new System.Drawing.Size(59, 12);
            单位名称Label.TabIndex = 12;
            单位名称Label.Text = "单位名称:";
            // 
            // 担任职务Label
            // 
            担任职务Label.AutoSize = true;
            担任职务Label.Location = new System.Drawing.Point(377, 133);
            担任职务Label.Name = "担任职务Label";
            担任职务Label.Size = new System.Drawing.Size(59, 12);
            担任职务Label.TabIndex = 14;
            担任职务Label.Text = "担任职务:";
            // 
            // 所在部门Label
            // 
            所在部门Label.AutoSize = true;
            所在部门Label.Location = new System.Drawing.Point(377, 160);
            所在部门Label.Name = "所在部门Label";
            所在部门Label.Size = new System.Drawing.Size(59, 12);
            所在部门Label.TabIndex = 16;
            所在部门Label.Text = "所在部门:";
            // 
            // 说明Label
            // 
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(377, 187);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 18;
            说明Label.Text = "说明:";
            // 
            // 工作简历BindingNavigator
            // 
            this.工作简历BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.工作简历BindingNavigator.BindingSource = this.工作简历BindingSource;
            this.工作简历BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.工作简历BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.工作简历BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.员工姓名ToolStripLabel,
            this.员工姓名ToolStripTextBox,
            this.查询ToolStripButton,
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.工作简历BindingNavigatorSaveItem});
            this.工作简历BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.工作简历BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.工作简历BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.工作简历BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.工作简历BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.工作简历BindingNavigator.Name = "工作简历BindingNavigator";
            this.工作简历BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;

⌨️ 快捷键说明

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