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

📄 familyform.designer.cs

📁 c# 人事工资管理系统平台,很好用嘎..你们看看参考
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "其他";
            this.dataGridViewTextBoxColumn10.HeaderText = "其他";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            // 
            // 自编号TextBox
            // 
            this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.员工家庭成员BindingSource, "自编号", true));
            this.自编号TextBox.Location = new System.Drawing.Point(68, 128);
            this.自编号TextBox.Name = "自编号TextBox";
            this.自编号TextBox.ReadOnly = true;
            this.自编号TextBox.Size = new System.Drawing.Size(88, 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(68, 155);
            this.员工编号TextBox.Name = "员工编号TextBox";
            this.员工编号TextBox.ReadOnly = true;
            this.员工编号TextBox.Size = new System.Drawing.Size(88, 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(68, 182);
            this.员工姓名TextBox.Name = "员工姓名TextBox";
            this.员工姓名TextBox.ReadOnly = true;
            this.员工姓名TextBox.Size = new System.Drawing.Size(88, 21);
            this.员工姓名TextBox.TabIndex = 7;
            // 
            // 家庭成员姓名TextBox
            // 
            this.家庭成员姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.员工家庭成员BindingSource, "家庭成员姓名", true));
            this.家庭成员姓名TextBox.Location = new System.Drawing.Point(254, 129);
            this.家庭成员姓名TextBox.Name = "家庭成员姓名TextBox";
            this.家庭成员姓名TextBox.Size = new System.Drawing.Size(121, 21);
            this.家庭成员姓名TextBox.TabIndex = 9;
            // 
            // 与员工关系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(254, 156);
            this.与员工关系ComboBox.Name = "与员工关系ComboBox";
            this.与员工关系ComboBox.Size = new System.Drawing.Size(121, 20);
            this.与员工关系ComboBox.TabIndex = 11;
            // 
            // 工作单位TextBox
            // 
            this.工作单位TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.员工家庭成员BindingSource, "工作单位", true));
            this.工作单位TextBox.Location = new System.Drawing.Point(230, 182);
            this.工作单位TextBox.Name = "工作单位TextBox";
            this.工作单位TextBox.Size = new System.Drawing.Size(145, 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(450, 128);
            this.担任职务TextBox.Name = "担任职务TextBox";
            this.担任职务TextBox.Size = new System.Drawing.Size(85, 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(450, 155);
            this.政治面貌TextBox.Name = "政治面貌TextBox";
            this.政治面貌TextBox.Size = new System.Drawing.Size(85, 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(450, 182);
            this.联系电话TextBox.Name = "联系电话TextBox";
            this.联系电话TextBox.Size = new System.Drawing.Size(85, 21);
            this.联系电话TextBox.TabIndex = 19;
            // 
            // 其他TextBox
            // 
            this.其他TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.员工家庭成员BindingSource, "其他", true));
            this.其他TextBox.Location = new System.Drawing.Point(45, 209);
            this.其他TextBox.Name = "其他TextBox";
            this.其他TextBox.Size = new System.Drawing.Size(490, 21);
            this.其他TextBox.TabIndex = 21;
            // 
            // 基本档案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 = 22;
            this.基本档案DataGridView.SelectionChanged += new System.EventHandler(this.基本档案DataGridView_SelectionChanged);
            this.基本档案DataGridView.Click += new System.EventHandler(this.基本档案DataGridView_Click);
            // 
            // 员工家庭成员TableAdapter
            // 
            this.员工家庭成员TableAdapter.ClearBeforeFill = true;
            // 
            // FamilyForm
            // 
            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.家庭成员姓名TextBox);
            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.政治面貌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 = "FamilyForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "员工家庭成员维护";
            this.Load += new System.EventHandler(this.FamilyForm_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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
        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.ComboBox 与员工关系ComboBox;
        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.TextBox 其他TextBox;
        private System.Windows.Forms.ToolStripLabel 员工姓名ToolStripLabel;
        private System.Windows.Forms.ToolStripTextBox 员工姓名ToolStripTextBox;
        private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
        private System.Windows.Forms.DataGridView 基本档案DataGridView;
    }
}

⌨️ 快捷键说明

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