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

📄 frmdetailsviewtest.designer.cs

📁 < SQL Server2005程序设计>
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Chapter08
{
    partial class frmDetailsViewTest
    {
        /// <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 rowguidLabel;
            System.Windows.Forms.Label modifiedDateLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDetailsViewTest));
            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.contactIDTextBox = new System.Windows.Forms.TextBox();
            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.rowguidTextBox = new System.Windows.Forms.TextBox();
            this.modifiedDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
            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();
            rowguidLabel = 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();
            this.SuspendLayout();
            // 
            // employeeIDLabel
            // 
            employeeIDLabel.AutoSize = true;
            employeeIDLabel.Location = new System.Drawing.Point(17, 46);
            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(17, 72);
            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(17, 98);
            contactIDLabel.Name = "contactIDLabel";
            contactIDLabel.Size = new System.Drawing.Size(61, 13);
            contactIDLabel.TabIndex = 5;
            contactIDLabel.Text = "Contact ID:";
            // 
            // loginIDLabel
            // 
            loginIDLabel.AutoSize = true;
            loginIDLabel.Location = new System.Drawing.Point(17, 124);
            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(17, 150);
            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(17, 176);
            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(17, 203);
            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(17, 228);
            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(17, 254);
            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(17, 281);
            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(17, 308);
            salariedFlagLabel.Name = "salariedFlagLabel";
            salariedFlagLabel.Size = new System.Drawing.Size(71, 13);
            salariedFlagLabel.TabIndex = 21;
            salariedFlagLabel.Text = "Salaried Flag:";

⌨️ 快捷键说明

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