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

📄 rewardsform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
            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;
            // 
            // 基本档案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 = 24;
            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(69, 129);
            this.自编号TextBox.Name = "自编号TextBox";
            this.自编号TextBox.ReadOnly = true;
            this.自编号TextBox.Size = new System.Drawing.Size(90, 21);
            this.自编号TextBox.TabIndex = 25;
            // 
            // 员工编号TextBox
            // 
            this.员工编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.奖惩记录BindingSource, "员工编号", true));
            this.员工编号TextBox.Location = new System.Drawing.Point(69, 156);
            this.员工编号TextBox.Name = "员工编号TextBox";
            this.员工编号TextBox.ReadOnly = true;
            this.员工编号TextBox.Size = new System.Drawing.Size(90, 21);
            this.员工编号TextBox.TabIndex = 27;
            // 
            // 员工姓名TextBox
            // 
            this.员工姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.奖惩记录BindingSource, "员工姓名", true));
            this.员工姓名TextBox.Location = new System.Drawing.Point(69, 183);
            this.员工姓名TextBox.Name = "员工姓名TextBox";
            this.员工姓名TextBox.ReadOnly = true;
            this.员工姓名TextBox.Size = new System.Drawing.Size(90, 21);
            this.员工姓名TextBox.TabIndex = 29;
            // 
            // 奖惩日期DateTimePicker
            // 
            this.奖惩日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.奖惩记录BindingSource, "奖惩日期", true));
            this.奖惩日期DateTimePicker.Location = new System.Drawing.Point(231, 132);
            this.奖惩日期DateTimePicker.Name = "奖惩日期DateTimePicker";
            this.奖惩日期DateTimePicker.Size = new System.Drawing.Size(120, 21);
            this.奖惩日期DateTimePicker.TabIndex = 31;
            // 
            // 奖惩类型ComboBox
            // 
            this.奖惩类型ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.奖惩记录BindingSource, "奖惩类型", true));
            this.奖惩类型ComboBox.FormattingEnabled = true;
            this.奖惩类型ComboBox.Items.AddRange(new object[] {
            "警告",
            "记过",
            "记大过",
            "开除"});
            this.奖惩类型ComboBox.Location = new System.Drawing.Point(231, 159);
            this.奖惩类型ComboBox.Name = "奖惩类型ComboBox";
            this.奖惩类型ComboBox.Size = new System.Drawing.Size(120, 20);
            this.奖惩类型ComboBox.TabIndex = 33;
            // 
            // 奖惩原因TextBox
            // 
            this.奖惩原因TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.奖惩记录BindingSource, "奖惩原因", true));
            this.奖惩原因TextBox.Location = new System.Drawing.Point(231, 185);
            this.奖惩原因TextBox.Name = "奖惩原因TextBox";
            this.奖惩原因TextBox.Size = new System.Drawing.Size(120, 21);
            this.奖惩原因TextBox.TabIndex = 35;
            // 
            // 奖惩批准单位TextBox
            // 
            this.奖惩批准单位TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.奖惩记录BindingSource, "奖惩批准单位", true));
            this.奖惩批准单位TextBox.Location = new System.Drawing.Point(451, 131);
            this.奖惩批准单位TextBox.Name = "奖惩批准单位TextBox";
            this.奖惩批准单位TextBox.Size = new System.Drawing.Size(90, 21);
            this.奖惩批准单位TextBox.TabIndex = 37;
            // 
            // 解除处分日期DateTimePicker
            // 
            this.解除处分日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.奖惩记录BindingSource, "解除处分日期", true));
            this.解除处分日期DateTimePicker.Location = new System.Drawing.Point(451, 158);
            this.解除处分日期DateTimePicker.Name = "解除处分日期DateTimePicker";
            this.解除处分日期DateTimePicker.Size = new System.Drawing.Size(90, 21);
            this.解除处分日期DateTimePicker.TabIndex = 39;
            // 
            // 说明TextBox
            // 
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.奖惩记录BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(403, 185);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(138, 21);
            this.说明TextBox.TabIndex = 41;
            // 
            // 奖惩记录TableAdapter
            // 
            this.奖惩记录TableAdapter.ClearBeforeFill = true;
            // 
            // RewardsForm
            // 
            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.奖惩类型ComboBox);
            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.说明TextBox);
            this.Controls.Add(this.基本档案DataGridView);
            this.Controls.Add(this.奖惩记录DataGridView);
            this.Controls.Add(this.奖惩记录BindingNavigator);
            this.Name = "RewardsForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "员工奖惩记录维护";
            this.Load += new System.EventHandler(this.RewardsForm_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.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.ComboBox 奖惩类型ComboBox;
        private System.Windows.Forms.TextBox 奖惩原因TextBox;
        private System.Windows.Forms.TextBox 奖惩批准单位TextBox;
        private System.Windows.Forms.DateTimePicker 解除处分日期DateTimePicker;
        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 + -