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

📄 formedittable.designer.cs

📁 csharp课本的源代码
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace EditMyTable2
{
    partial class FormEditTable
    {
        /// <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 学号Label;
            System.Windows.Forms.Label 姓名Label;
            System.Windows.Forms.Label 性别Label;
            System.Windows.Forms.Label 出生日期Label;
            System.Windows.Forms.Label 学院编码Label;
            System.Windows.Forms.Label 成绩Label;
            System.Windows.Forms.Label 照片Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditTable));
            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.myTable2BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.myTable2DataGridView = new System.Windows.Forms.DataGridView();
            this.学号TextBox = new System.Windows.Forms.TextBox();
            this.姓名TextBox = new System.Windows.Forms.TextBox();
            this.性别TextBox = new System.Windows.Forms.TextBox();
            this.出生日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.学院编码TextBox = new System.Windows.Forms.TextBox();
            this.成绩TextBox = new System.Windows.Forms.TextBox();
            this.pictureBoxPhoto = new System.Windows.Forms.PictureBox();
            this.buttonImportPhoto = new System.Windows.Forms.Button();
            this.buttonRetatePhoto = new System.Windows.Forms.Button();
            this.buttonClearPhoto = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.myTable2BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myDatabaseDataSet = new EditMyTable2.MyDatabaseDataSet();
            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.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
            this.myTable2TableAdapter = new EditMyTable2.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter();
            this.myTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myTable1TableAdapter = new EditMyTable2.MyDatabaseDataSetTableAdapters.MyTable1TableAdapter();
            学号Label = new System.Windows.Forms.Label();
            姓名Label = new System.Windows.Forms.Label();
            性别Label = new System.Windows.Forms.Label();
            出生日期Label = new System.Windows.Forms.Label();
            学院编码Label = new System.Windows.Forms.Label();
            成绩Label = new System.Windows.Forms.Label();
            照片Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).BeginInit();
            this.myTable2BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable1BindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // 学号Label
            // 
            学号Label.AutoSize = true;
            学号Label.Location = new System.Drawing.Point(12, 269);
            学号Label.Name = "学号Label";
            学号Label.Size = new System.Drawing.Size(35, 12);
            学号Label.TabIndex = 2;
            学号Label.Text = "学号:";
            // 
            // 姓名Label
            // 
            姓名Label.AutoSize = true;
            姓名Label.Location = new System.Drawing.Point(12, 296);
            姓名Label.Name = "姓名Label";
            姓名Label.Size = new System.Drawing.Size(35, 12);
            姓名Label.TabIndex = 4;
            姓名Label.Text = "姓名:";
            // 
            // 性别Label
            // 
            性别Label.AutoSize = true;
            性别Label.Location = new System.Drawing.Point(12, 323);
            性别Label.Name = "性别Label";
            性别Label.Size = new System.Drawing.Size(35, 12);
            性别Label.TabIndex = 6;
            性别Label.Text = "性别:";
            // 
            // 出生日期Label
            // 
            出生日期Label.AutoSize = true;
            出生日期Label.Location = new System.Drawing.Point(12, 351);
            出生日期Label.Name = "出生日期Label";
            出生日期Label.Size = new System.Drawing.Size(59, 12);
            出生日期Label.TabIndex = 8;
            出生日期Label.Text = "出生日期:";
            // 
            // 学院编码Label
            // 
            学院编码Label.AutoSize = true;
            学院编码Label.Location = new System.Drawing.Point(12, 377);
            学院编码Label.Name = "学院编码Label";
            学院编码Label.Size = new System.Drawing.Size(59, 12);
            学院编码Label.TabIndex = 10;
            学院编码Label.Text = "学院编码:";
            // 
            // 成绩Label
            // 
            成绩Label.AutoSize = true;
            成绩Label.Location = new System.Drawing.Point(12, 404);
            成绩Label.Name = "成绩Label";
            成绩Label.Size = new System.Drawing.Size(35, 12);
            成绩Label.TabIndex = 12;
            成绩Label.Text = "成绩:";
            // 
            // 照片Label
            // 
            照片Label.AutoSize = true;
            照片Label.Location = new System.Drawing.Point(301, 266);
            照片Label.Name = "照片Label";
            照片Label.Size = new System.Drawing.Size(35, 12);
            照片Label.TabIndex = 14;
            照片Label.Text = "照片:";
            // 
            // myTable2BindingNavigator
            // 
            this.myTable2BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.myTable2BindingNavigator.BindingSource = this.myTable2BindingSource;
            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.myTable2BindingNavigatorSaveItem});
            this.myTable2BindingNavigator.Location = new System.Drawing.Point(0, 0);
            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(742, 25);

⌨️ 快捷键说明

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