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

📄 leaveform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "离职原因";
            this.dataGridViewTextBoxColumn5.HeaderText = "离职原因";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.DataPropertyName = "批准人";
            this.dataGridViewTextBoxColumn6.HeaderText = "批准人";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.DataPropertyName = "说明";
            this.dataGridViewTextBoxColumn7.HeaderText = "说明";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            // 
            // 基本档案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(0, 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(542, 93);
            this.基本档案DataGridView.TabIndex = 25;
            this.基本档案DataGridView.SelectionChanged += new System.EventHandler(this.基本档案DataGridView_SelectionChanged);
            this.基本档案DataGridView.Click += new System.EventHandler(this.基本档案DataGridView_Click);
            // 
            // 自编号TextBox
            // 
            this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.离职管理BindingSource, "自编号", true));
            this.自编号TextBox.Location = new System.Drawing.Point(65, 126);
            this.自编号TextBox.Name = "自编号TextBox";
            this.自编号TextBox.ReadOnly = true;
            this.自编号TextBox.Size = new System.Drawing.Size(90, 21);
            this.自编号TextBox.TabIndex = 26;
            // 
            // 员工编号TextBox
            // 
            this.员工编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.离职管理BindingSource, "员工编号", true));
            this.员工编号TextBox.Location = new System.Drawing.Point(65, 153);
            this.员工编号TextBox.Name = "员工编号TextBox";
            this.员工编号TextBox.ReadOnly = true;
            this.员工编号TextBox.Size = new System.Drawing.Size(90, 21);
            this.员工编号TextBox.TabIndex = 28;
            // 
            // 员工姓名TextBox
            // 
            this.员工姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.离职管理BindingSource, "员工姓名", true));
            this.员工姓名TextBox.Location = new System.Drawing.Point(65, 180);
            this.员工姓名TextBox.Name = "员工姓名TextBox";
            this.员工姓名TextBox.ReadOnly = true;
            this.员工姓名TextBox.Size = new System.Drawing.Size(90, 21);
            this.员工姓名TextBox.TabIndex = 30;
            // 
            // 离职时间DateTimePicker
            // 
            this.离职时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.离职管理BindingSource, "离职时间", true));
            this.离职时间DateTimePicker.Location = new System.Drawing.Point(225, 126);
            this.离职时间DateTimePicker.Name = "离职时间DateTimePicker";
            this.离职时间DateTimePicker.Size = new System.Drawing.Size(114, 21);
            this.离职时间DateTimePicker.TabIndex = 32;
            // 
            // 离职原因RichTextBox
            // 
            this.离职原因RichTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.离职管理BindingSource, "离职原因", true));
            this.离职原因RichTextBox.Location = new System.Drawing.Point(403, 127);
            this.离职原因RichTextBox.Name = "离职原因RichTextBox";
            this.离职原因RichTextBox.Size = new System.Drawing.Size(139, 74);
            this.离职原因RichTextBox.TabIndex = 34;
            this.离职原因RichTextBox.Text = "";
            // 
            // 批准人TextBox
            // 
            this.批准人TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.离职管理BindingSource, "批准人", true));
            this.批准人TextBox.Location = new System.Drawing.Point(225, 156);
            this.批准人TextBox.Name = "批准人TextBox";
            this.批准人TextBox.Size = new System.Drawing.Size(114, 21);
            this.批准人TextBox.TabIndex = 36;
            // 
            // 说明TextBox
            // 
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.离职管理BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(225, 183);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(114, 21);
            this.说明TextBox.TabIndex = 38;
            // 
            // 离职管理TableAdapter
            // 
            this.离职管理TableAdapter.ClearBeforeFill = true;
            // 
            // LeaveForm
            // 
            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(自编号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.离职原因RichTextBox);
            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.离职管理DataGridView);
            this.Controls.Add(this.离职管理BindingNavigator);
            this.Name = "LeaveForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "离职辞职人员维护";
            this.Load += new System.EventHandler(this.LeaveForm_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.DataGridView 基本档案DataGridView;
        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.RichTextBox 离职原因RichTextBox;
        private System.Windows.Forms.TextBox 批准人TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        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 + -