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

📄 resumeform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.dataGridViewTextBoxColumn7.DataPropertyName = "担任职务";
            this.dataGridViewTextBoxColumn7.HeaderText = "担任职务";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "所在部门";
            this.dataGridViewTextBoxColumn8.HeaderText = "所在部门";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "说明";
            this.dataGridViewTextBoxColumn9.HeaderText = "说明";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            // 
            // 自编号TextBox
            // 
            this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "自编号", true));
            this.自编号TextBox.Location = new System.Drawing.Point(74, 126);
            this.自编号TextBox.Name = "自编号TextBox";
            this.自编号TextBox.ReadOnly = true;
            this.自编号TextBox.Size = new System.Drawing.Size(100, 21);
            this.自编号TextBox.TabIndex = 3;
            // 
            // 员工编号TextBox
            // 
            this.员工编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "员工编号", true));
            this.员工编号TextBox.Location = new System.Drawing.Point(74, 153);
            this.员工编号TextBox.Name = "员工编号TextBox";
            this.员工编号TextBox.ReadOnly = true;
            this.员工编号TextBox.Size = new System.Drawing.Size(100, 21);
            this.员工编号TextBox.TabIndex = 5;
            // 
            // 员工姓名TextBox
            // 
            this.员工姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "员工姓名", true));
            this.员工姓名TextBox.Location = new System.Drawing.Point(74, 180);
            this.员工姓名TextBox.Name = "员工姓名TextBox";
            this.员工姓名TextBox.ReadOnly = true;
            this.员工姓名TextBox.Size = new System.Drawing.Size(100, 21);
            this.员工姓名TextBox.TabIndex = 7;
            // 
            // 开始时间DateTimePicker
            // 
            this.开始时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.工作简历BindingSource, "开始时间", true));
            this.开始时间DateTimePicker.Location = new System.Drawing.Point(251, 129);
            this.开始时间DateTimePicker.Name = "开始时间DateTimePicker";
            this.开始时间DateTimePicker.Size = new System.Drawing.Size(120, 21);
            this.开始时间DateTimePicker.TabIndex = 9;
            // 
            // 结束时间DateTimePicker
            // 
            this.结束时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.工作简历BindingSource, "结束时间", true));
            this.结束时间DateTimePicker.Location = new System.Drawing.Point(251, 156);
            this.结束时间DateTimePicker.Name = "结束时间DateTimePicker";
            this.结束时间DateTimePicker.Size = new System.Drawing.Size(120, 21);
            this.结束时间DateTimePicker.TabIndex = 11;
            // 
            // 单位名称TextBox
            // 
            this.单位名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "单位名称", true));
            this.单位名称TextBox.Location = new System.Drawing.Point(251, 183);
            this.单位名称TextBox.Name = "单位名称TextBox";
            this.单位名称TextBox.Size = new System.Drawing.Size(120, 21);
            this.单位名称TextBox.TabIndex = 13;
            // 
            // 担任职务TextBox
            // 
            this.担任职务TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "担任职务", true));
            this.担任职务TextBox.Location = new System.Drawing.Point(442, 130);
            this.担任职务TextBox.Name = "担任职务TextBox";
            this.担任职务TextBox.Size = new System.Drawing.Size(95, 21);
            this.担任职务TextBox.TabIndex = 15;
            // 
            // 所在部门TextBox
            // 
            this.所在部门TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "所在部门", true));
            this.所在部门TextBox.Location = new System.Drawing.Point(442, 157);
            this.所在部门TextBox.Name = "所在部门TextBox";
            this.所在部门TextBox.Size = new System.Drawing.Size(95, 21);
            this.所在部门TextBox.TabIndex = 17;
            // 
            // 说明TextBox
            // 
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.工作简历BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(442, 184);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(95, 21);
            this.说明TextBox.TabIndex = 19;
            // 
            // 基本档案DataGridView
            // 
            this.基本档案DataGridView.AllowUserToAddRows = false;
            this.基本档案DataGridView.AllowUserToDeleteRows = false;
            this.基本档案DataGridView.AllowUserToResizeRows = false;
            this.基本档案DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.基本档案DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
            this.基本档案DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.基本档案DataGridView.Location = new System.Drawing.Point(6, 28);
            this.基本档案DataGridView.MultiSelect = false;
            this.基本档案DataGridView.Name = "基本档案DataGridView";
            this.基本档案DataGridView.ReadOnly = true;
            this.基本档案DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow;
            this.基本档案DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
            this.基本档案DataGridView.RowTemplate.Height = 23;
            this.基本档案DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.基本档案DataGridView.Size = new System.Drawing.Size(531, 93);
            this.基本档案DataGridView.TabIndex = 23;
            this.基本档案DataGridView.SelectionChanged += new System.EventHandler(this.基本档案DataGridView_SelectionChanged);
            this.基本档案DataGridView.Click += new System.EventHandler(this.基本档案DataGridView_Click);
            // 
            // 工作简历TableAdapter
            // 
            this.工作简历TableAdapter.ClearBeforeFill = true;
            // 
            // ResumeForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.ClientSize = new System.Drawing.Size(542, 416);
            this.Controls.Add(this.基本档案DataGridView);
            this.Controls.Add(自编号Label);
            this.Controls.Add(this.自编号TextBox);
            this.Controls.Add(员工编号Label);
            this.Controls.Add(this.员工编号TextBox);
            this.Controls.Add(员工姓名Label);
            this.Controls.Add(this.员工姓名TextBox);
            this.Controls.Add(开始时间Label);
            this.Controls.Add(this.开始时间DateTimePicker);
            this.Controls.Add(结束时间Label);
            this.Controls.Add(this.结束时间DateTimePicker);
            this.Controls.Add(单位名称Label);
            this.Controls.Add(this.单位名称TextBox);
            this.Controls.Add(担任职务Label);
            this.Controls.Add(this.担任职务TextBox);
            this.Controls.Add(所在部门Label);
            this.Controls.Add(this.所在部门TextBox);
            this.Controls.Add(说明Label);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(this.工作简历DataGridView);
            this.Controls.Add(this.工作简历BindingNavigator);
            this.Name = "ResumeForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "员工工作简历维护";
            this.Load += new System.EventHandler(this.ResumeForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.工作简历BindingNavigator)).EndInit();
            this.工作简历BindingNavigator.ResumeLayout(false);
            this.工作简历BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.工作简历BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.工作简历DataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyPersonnelDataSet myPersonnelDataSet;
        private System.Windows.Forms.BindingSource 工作简历BindingSource;
        private MyPersonnel.MyPersonnelDataSetTableAdapters.工作简历TableAdapter 工作简历TableAdapter;
        private System.Windows.Forms.BindingNavigator 工作简历BindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton 工作简历BindingNavigatorSaveItem;
        private System.Windows.Forms.DataGridView 工作简历DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
        private System.Windows.Forms.TextBox 自编号TextBox;
        private System.Windows.Forms.TextBox 员工编号TextBox;
        private System.Windows.Forms.TextBox 员工姓名TextBox;
        private System.Windows.Forms.DateTimePicker 开始时间DateTimePicker;
        private System.Windows.Forms.DateTimePicker 结束时间DateTimePicker;
        private System.Windows.Forms.TextBox 单位名称TextBox;
        private System.Windows.Forms.TextBox 担任职务TextBox;
        private System.Windows.Forms.TextBox 所在部门TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.DataGridView 基本档案DataGridView;
        private System.Windows.Forms.ToolStripLabel 员工姓名ToolStripLabel;
        private System.Windows.Forms.ToolStripTextBox 员工姓名ToolStripTextBox;
        private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
    }
}

⌨️ 快捷键说明

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