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

📄 frmdetailsviewmasterdetaillookup.designer.cs

📁 < SQL Server2005程序设计>
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Chapter08
{
    partial class frmDetailsViewMasterDetailLookup
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label employeeIDLabel;
            System.Windows.Forms.Label nationalIDNumberLabel;
            System.Windows.Forms.Label contactIDLabel;
            System.Windows.Forms.Label loginIDLabel;
            System.Windows.Forms.Label managerIDLabel;
            System.Windows.Forms.Label titleLabel;
            System.Windows.Forms.Label birthDateLabel;
            System.Windows.Forms.Label maritalStatusLabel;
            System.Windows.Forms.Label genderLabel;
            System.Windows.Forms.Label hireDateLabel;
            System.Windows.Forms.Label salariedFlagLabel;
            System.Windows.Forms.Label vacationHoursLabel;
            System.Windows.Forms.Label sickLeaveHoursLabel;
            System.Windows.Forms.Label currentFlagLabel;
            System.Windows.Forms.Label modifiedDateLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDetailsViewMasterDetailLookup));
            this.adventureWorks = new Chapter08.AdventureWorks();
            this.employeeBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.employeeTableAdapter = new Chapter08.AdventureWorksTableAdapters.EmployeeTableAdapter();
            this.employeeBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = 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.employeeBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.employeeIDTextBox = new System.Windows.Forms.TextBox();
            this.nationalIDNumberTextBox = new System.Windows.Forms.TextBox();
            this.contactIDComboBox = new System.Windows.Forms.ComboBox();
            this.contactBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.loginIDTextBox = new System.Windows.Forms.TextBox();
            this.managerIDTextBox = new System.Windows.Forms.TextBox();
            this.titleTextBox = new System.Windows.Forms.TextBox();
            this.birthDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.maritalStatusTextBox = new System.Windows.Forms.TextBox();
            this.genderTextBox = new System.Windows.Forms.TextBox();
            this.hireDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.salariedFlagCheckBox = new System.Windows.Forms.CheckBox();
            this.vacationHoursTextBox = new System.Windows.Forms.TextBox();
            this.sickLeaveHoursTextBox = new System.Windows.Forms.TextBox();
            this.currentFlagCheckBox = new System.Windows.Forms.CheckBox();
            this.modifiedDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.employeeBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.employeeDataGridView = 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.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contactTableAdapter = new Chapter08.AdventureWorksTableAdapters.ContactTableAdapter();
            employeeIDLabel = new System.Windows.Forms.Label();
            nationalIDNumberLabel = new System.Windows.Forms.Label();
            contactIDLabel = new System.Windows.Forms.Label();
            loginIDLabel = new System.Windows.Forms.Label();
            managerIDLabel = new System.Windows.Forms.Label();
            titleLabel = new System.Windows.Forms.Label();
            birthDateLabel = new System.Windows.Forms.Label();
            maritalStatusLabel = new System.Windows.Forms.Label();
            genderLabel = new System.Windows.Forms.Label();
            hireDateLabel = new System.Windows.Forms.Label();
            salariedFlagLabel = new System.Windows.Forms.Label();
            vacationHoursLabel = new System.Windows.Forms.Label();
            sickLeaveHoursLabel = new System.Windows.Forms.Label();
            currentFlagLabel = new System.Windows.Forms.Label();
            modifiedDateLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.adventureWorks)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingNavigator)).BeginInit();
            this.employeeBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.contactBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.employeeDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // employeeIDLabel
            // 
            employeeIDLabel.AutoSize = true;
            employeeIDLabel.Location = new System.Drawing.Point(25, 47);
            employeeIDLabel.Name = "employeeIDLabel";
            employeeIDLabel.Size = new System.Drawing.Size(70, 13);
            employeeIDLabel.TabIndex = 1;
            employeeIDLabel.Text = "Employee ID:";
            // 
            // nationalIDNumberLabel
            // 
            nationalIDNumberLabel.AutoSize = true;
            nationalIDNumberLabel.Location = new System.Drawing.Point(25, 73);
            nationalIDNumberLabel.Name = "nationalIDNumberLabel";
            nationalIDNumberLabel.Size = new System.Drawing.Size(100, 13);
            nationalIDNumberLabel.TabIndex = 3;
            nationalIDNumberLabel.Text = "National IDNumber:";
            // 
            // contactIDLabel
            // 
            contactIDLabel.AutoSize = true;
            contactIDLabel.Location = new System.Drawing.Point(25, 99);
            contactIDLabel.Name = "contactIDLabel";
            contactIDLabel.Size = new System.Drawing.Size(87, 13);
            contactIDLabel.TabIndex = 5;
            contactIDLabel.Text = "Employee Name:";
            // 
            // loginIDLabel
            // 
            loginIDLabel.AutoSize = true;
            loginIDLabel.Location = new System.Drawing.Point(25, 126);
            loginIDLabel.Name = "loginIDLabel";
            loginIDLabel.Size = new System.Drawing.Size(50, 13);
            loginIDLabel.TabIndex = 7;
            loginIDLabel.Text = "Login ID:";
            // 
            // managerIDLabel
            // 
            managerIDLabel.AutoSize = true;
            managerIDLabel.Location = new System.Drawing.Point(25, 152);
            managerIDLabel.Name = "managerIDLabel";
            managerIDLabel.Size = new System.Drawing.Size(66, 13);
            managerIDLabel.TabIndex = 9;
            managerIDLabel.Text = "Manager ID:";
            // 
            // titleLabel
            // 
            titleLabel.AutoSize = true;
            titleLabel.Location = new System.Drawing.Point(25, 178);
            titleLabel.Name = "titleLabel";
            titleLabel.Size = new System.Drawing.Size(30, 13);
            titleLabel.TabIndex = 11;
            titleLabel.Text = "Title:";
            // 
            // birthDateLabel
            // 
            birthDateLabel.AutoSize = true;
            birthDateLabel.Location = new System.Drawing.Point(25, 205);
            birthDateLabel.Name = "birthDateLabel";
            birthDateLabel.Size = new System.Drawing.Size(57, 13);
            birthDateLabel.TabIndex = 13;
            birthDateLabel.Text = "Birth Date:";
            // 
            // maritalStatusLabel
            // 
            maritalStatusLabel.AutoSize = true;
            maritalStatusLabel.Location = new System.Drawing.Point(25, 230);
            maritalStatusLabel.Name = "maritalStatusLabel";
            maritalStatusLabel.Size = new System.Drawing.Size(74, 13);
            maritalStatusLabel.TabIndex = 15;
            maritalStatusLabel.Text = "Marital Status:";
            // 
            // genderLabel
            // 
            genderLabel.AutoSize = true;
            genderLabel.Location = new System.Drawing.Point(25, 256);
            genderLabel.Name = "genderLabel";
            genderLabel.Size = new System.Drawing.Size(45, 13);
            genderLabel.TabIndex = 17;
            genderLabel.Text = "Gender:";
            // 
            // hireDateLabel
            // 
            hireDateLabel.AutoSize = true;
            hireDateLabel.Location = new System.Drawing.Point(25, 283);
            hireDateLabel.Name = "hireDateLabel";
            hireDateLabel.Size = new System.Drawing.Size(67, 13);
            hireDateLabel.TabIndex = 19;
            hireDateLabel.Text = "Date of Hire:";
            // 
            // salariedFlagLabel
            // 
            salariedFlagLabel.AutoSize = true;
            salariedFlagLabel.Location = new System.Drawing.Point(25, 310);
            salariedFlagLabel.Name = "salariedFlagLabel";
            salariedFlagLabel.Size = new System.Drawing.Size(71, 13);
            salariedFlagLabel.TabIndex = 21;
            salariedFlagLabel.Text = "Salaried Flag:";
            // 
            // vacationHoursLabel
            // 
            vacationHoursLabel.AutoSize = true;
            vacationHoursLabel.Location = new System.Drawing.Point(25, 338);
            vacationHoursLabel.Name = "vacationHoursLabel";
            vacationHoursLabel.Size = new System.Drawing.Size(83, 13);
            vacationHoursLabel.TabIndex = 23;
            vacationHoursLabel.Text = "Vacation Hours:";
            // 
            // sickLeaveHoursLabel
            // 
            sickLeaveHoursLabel.AutoSize = true;
            sickLeaveHoursLabel.Location = new System.Drawing.Point(25, 364);
            sickLeaveHoursLabel.Name = "sickLeaveHoursLabel";
            sickLeaveHoursLabel.Size = new System.Drawing.Size(95, 13);
            sickLeaveHoursLabel.TabIndex = 25;
            sickLeaveHoursLabel.Text = "Sick Leave Hours:";
            // 
            // currentFlagLabel
            // 
            currentFlagLabel.AutoSize = true;
            currentFlagLabel.Location = new System.Drawing.Point(25, 392);
            currentFlagLabel.Name = "currentFlagLabel";
            currentFlagLabel.Size = new System.Drawing.Size(67, 13);
            currentFlagLabel.TabIndex = 27;
            currentFlagLabel.Text = "Current Flag:";
            // 
            // modifiedDateLabel
            // 
            modifiedDateLabel.AutoSize = true;
            modifiedDateLabel.Location = new System.Drawing.Point(25, 421);
            modifiedDateLabel.Name = "modifiedDateLabel";
            modifiedDateLabel.Size = new System.Drawing.Size(76, 13);
            modifiedDateLabel.TabIndex = 29;

⌨️ 快捷键说明

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