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

📄 form1.designer.cs

📁 csharp课本的源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BindMyTable2
{
    partial class Form1
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.dataGridViewMyTable2 = new System.Windows.Forms.DataGridView();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.myDatabaseDataSet = new BindMyTable2.MyDatabaseDataSet();
            this.myTable1TableAdapter = new BindMyTable2.MyDatabaseDataSetTableAdapters.MyTable1TableAdapter();
            this.myTable2TableAdapter = new BindMyTable2.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter();
            this.myTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myTable2BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myTable2BindingNavigator = 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.maskedTextBoxStudentID = new System.Windows.Forms.MaskedTextBox();
            this.textBoxStudentName = new System.Windows.Forms.TextBox();
            this.checkedListBoxStudentSex = new System.Windows.Forms.CheckedListBox();
            this.dateTimePickerStudentBirthday = new System.Windows.Forms.DateTimePicker();
            this.comboBoxStudentCollege = new System.Windows.Forms.ComboBox();
            this.buttonBinding = new System.Windows.Forms.Button();
            this.buttonCancelBinding = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMyTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable1BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).BeginInit();
            this.myTable2BindingNavigator.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridViewMyTable2
            // 
            this.dataGridViewMyTable2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewMyTable2.Dock = System.Windows.Forms.DockStyle.Top;
            this.dataGridViewMyTable2.Location = new System.Drawing.Point(0, 0);
            this.dataGridViewMyTable2.Name = "dataGridViewMyTable2";
            this.dataGridViewMyTable2.RowTemplate.Height = 23;
            this.dataGridViewMyTable2.Size = new System.Drawing.Size(478, 149);
            this.dataGridViewMyTable2.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 189);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "学号";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 213);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "姓名";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 245);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 3;
            this.label3.Text = "性别";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 275);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "出生日期";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 301);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 5;
            this.label5.Text = "学院编码";
            // 
            // myDatabaseDataSet
            // 
            this.myDatabaseDataSet.DataSetName = "MyDatabaseDataSet";
            this.myDatabaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // myTable1TableAdapter
            // 
            this.myTable1TableAdapter.ClearBeforeFill = true;
            // 
            // myTable2TableAdapter
            // 
            this.myTable2TableAdapter.ClearBeforeFill = true;
            // 
            // myTable2BindingNavigator
            // 
            this.myTable2BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.myTable2BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.myTable2BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.myTable2BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem});
            this.myTable2BindingNavigator.Location = new System.Drawing.Point(0, 149);
            this.myTable2BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.myTable2BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.myTable2BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.myTable2BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.myTable2BindingNavigator.Name = "myTable2BindingNavigator";
            this.myTable2BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.myTable2BindingNavigator.Size = new System.Drawing.Size(478, 25);
            this.myTable2BindingNavigator.TabIndex = 6;
            this.myTable2BindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "Add new";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "Delete";

⌨️ 快捷键说明

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