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

📄 form1.designer.cs

📁 csharp课本的源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "Move first";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "Move previous";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "Position";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "Current position";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "Move next";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "Move last";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // maskedTextBoxStudentID
            // 
            this.maskedTextBoxStudentID.Location = new System.Drawing.Point(81, 180);
            this.maskedTextBoxStudentID.Name = "maskedTextBoxStudentID";
            this.maskedTextBoxStudentID.Size = new System.Drawing.Size(178, 21);
            this.maskedTextBoxStudentID.TabIndex = 7;
            // 
            // textBoxStudentName
            // 
            this.textBoxStudentName.Location = new System.Drawing.Point(81, 207);
            this.textBoxStudentName.Name = "textBoxStudentName";
            this.textBoxStudentName.Size = new System.Drawing.Size(178, 21);
            this.textBoxStudentName.TabIndex = 8;
            // 
            // checkedListBoxStudentSex
            // 
            this.checkedListBoxStudentSex.FormattingEnabled = true;
            this.checkedListBoxStudentSex.Location = new System.Drawing.Point(81, 240);
            this.checkedListBoxStudentSex.Name = "checkedListBoxStudentSex";
            this.checkedListBoxStudentSex.Size = new System.Drawing.Size(178, 20);
            this.checkedListBoxStudentSex.TabIndex = 9;
            this.checkedListBoxStudentSex.SelectedIndexChanged += new System.EventHandler(this.checkedListBoxStudentSex_SelectedIndexChanged);
            // 
            // dateTimePickerStudentBirthday
            // 
            this.dateTimePickerStudentBirthday.Location = new System.Drawing.Point(81, 266);
            this.dateTimePickerStudentBirthday.Name = "dateTimePickerStudentBirthday";
            this.dateTimePickerStudentBirthday.Size = new System.Drawing.Size(178, 21);
            this.dateTimePickerStudentBirthday.TabIndex = 10;
            // 
            // comboBoxStudentCollege
            // 
            this.comboBoxStudentCollege.FormattingEnabled = true;
            this.comboBoxStudentCollege.Location = new System.Drawing.Point(81, 293);
            this.comboBoxStudentCollege.Name = "comboBoxStudentCollege";
            this.comboBoxStudentCollege.Size = new System.Drawing.Size(178, 20);
            this.comboBoxStudentCollege.TabIndex = 11;
            // 
            // buttonBinding
            // 
            this.buttonBinding.Location = new System.Drawing.Point(363, 227);
            this.buttonBinding.Name = "buttonBinding";
            this.buttonBinding.Size = new System.Drawing.Size(93, 33);
            this.buttonBinding.TabIndex = 12;
            this.buttonBinding.Text = "绑定";
            this.buttonBinding.UseVisualStyleBackColor = true;
            this.buttonBinding.Click += new System.EventHandler(this.buttonBinding_Click);
            // 
            // buttonCancelBinding
            // 
            this.buttonCancelBinding.Location = new System.Drawing.Point(363, 266);
            this.buttonCancelBinding.Name = "buttonCancelBinding";
            this.buttonCancelBinding.Size = new System.Drawing.Size(93, 33);
            this.buttonCancelBinding.TabIndex = 12;
            this.buttonCancelBinding.Text = "取消绑定";
            this.buttonCancelBinding.UseVisualStyleBackColor = true;
            this.buttonCancelBinding.Click += new System.EventHandler(this.buttonCancelBinding_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(478, 323);
            this.Controls.Add(this.buttonCancelBinding);
            this.Controls.Add(this.buttonBinding);
            this.Controls.Add(this.comboBoxStudentCollege);
            this.Controls.Add(this.dateTimePickerStudentBirthday);
            this.Controls.Add(this.checkedListBoxStudentSex);
            this.Controls.Add(this.textBoxStudentName);
            this.Controls.Add(this.maskedTextBoxStudentID);
            this.Controls.Add(this.myTable2BindingNavigator);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dataGridViewMyTable2);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewMyTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable1BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).EndInit();
            this.myTable2BindingNavigator.ResumeLayout(false);
            this.myTable2BindingNavigator.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridViewMyTable2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private MyDatabaseDataSet myDatabaseDataSet;
        private BindMyTable2.MyDatabaseDataSetTableAdapters.MyTable1TableAdapter myTable1TableAdapter;
        private BindMyTable2.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter myTable2TableAdapter;
        private System.Windows.Forms.BindingSource myTable1BindingSource;
        private System.Windows.Forms.BindingSource myTable2BindingSource;
        private System.Windows.Forms.BindingNavigator myTable2BindingNavigator;
        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.MaskedTextBox maskedTextBoxStudentID;
        private System.Windows.Forms.TextBox textBoxStudentName;
        private System.Windows.Forms.CheckedListBox checkedListBoxStudentSex;
        private System.Windows.Forms.DateTimePicker dateTimePickerStudentBirthday;
        private System.Windows.Forms.ComboBox comboBoxStudentCollege;
        private System.Windows.Forms.Button buttonBinding;
        private System.Windows.Forms.Button buttonCancelBinding;
    }
}

⌨️ 快捷键说明

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