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

📄 formedittable.designer.cs

📁 csharp课本的源代码
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.姓名TextBox.TabIndex = 5;
            // 
            // 性别TextBox
            // 
            this.性别TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "性别", true));
            this.性别TextBox.Location = new System.Drawing.Point(77, 320);
            this.性别TextBox.Name = "性别TextBox";
            this.性别TextBox.Size = new System.Drawing.Size(200, 21);
            this.性别TextBox.TabIndex = 7;
            // 
            // 出生日期DateTimePicker
            // 
            this.出生日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.myTable2BindingSource, "出生日期", true));
            this.出生日期DateTimePicker.Location = new System.Drawing.Point(77, 347);
            this.出生日期DateTimePicker.Name = "出生日期DateTimePicker";
            this.出生日期DateTimePicker.Size = new System.Drawing.Size(200, 21);
            this.出生日期DateTimePicker.TabIndex = 9;
            // 
            // 学院编码TextBox
            // 
            this.学院编码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "学院编码", true));
            this.学院编码TextBox.Location = new System.Drawing.Point(77, 377);
            this.学院编码TextBox.Name = "学院编码TextBox";
            this.学院编码TextBox.Size = new System.Drawing.Size(49, 21);
            this.学院编码TextBox.TabIndex = 11;
            // 
            // 成绩TextBox
            // 
            this.成绩TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "成绩", true));
            this.成绩TextBox.Location = new System.Drawing.Point(77, 401);
            this.成绩TextBox.Name = "成绩TextBox";
            this.成绩TextBox.Size = new System.Drawing.Size(200, 21);
            this.成绩TextBox.TabIndex = 13;
            // 
            // pictureBoxPhoto
            // 
            this.pictureBoxPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.myTable2BindingSource, "照片", true));
            this.pictureBoxPhoto.Location = new System.Drawing.Point(303, 281);
            this.pictureBoxPhoto.Name = "pictureBoxPhoto";
            this.pictureBoxPhoto.Size = new System.Drawing.Size(192, 141);
            this.pictureBoxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBoxPhoto.TabIndex = 15;
            this.pictureBoxPhoto.TabStop = false;
            // 
            // buttonImportPhoto
            // 
            this.buttonImportPhoto.Location = new System.Drawing.Point(570, 281);
            this.buttonImportPhoto.Name = "buttonImportPhoto";
            this.buttonImportPhoto.Size = new System.Drawing.Size(102, 37);
            this.buttonImportPhoto.TabIndex = 16;
            this.buttonImportPhoto.Text = "导入照片";
            this.buttonImportPhoto.UseVisualStyleBackColor = true;
            this.buttonImportPhoto.Click += new System.EventHandler(this.buttonImportPhoto_Click);
            // 
            // buttonRetatePhoto
            // 
            this.buttonRetatePhoto.Location = new System.Drawing.Point(570, 331);
            this.buttonRetatePhoto.Name = "buttonRetatePhoto";
            this.buttonRetatePhoto.Size = new System.Drawing.Size(102, 37);
            this.buttonRetatePhoto.TabIndex = 16;
            this.buttonRetatePhoto.Text = "旋转照片";
            this.buttonRetatePhoto.UseVisualStyleBackColor = true;
            this.buttonRetatePhoto.Click += new System.EventHandler(this.buttonRetatePhoto_Click);
            // 
            // buttonClearPhoto
            // 
            this.buttonClearPhoto.Location = new System.Drawing.Point(570, 379);
            this.buttonClearPhoto.Name = "buttonClearPhoto";
            this.buttonClearPhoto.Size = new System.Drawing.Size(102, 37);
            this.buttonClearPhoto.TabIndex = 16;
            this.buttonClearPhoto.Text = "清除照片";
            this.buttonClearPhoto.UseVisualStyleBackColor = true;
            this.buttonClearPhoto.Click += new System.EventHandler(this.buttonClearPhoto_Click);
            // 
            // textBox1
            // 
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable1BindingSource, "名称", true));
            this.textBox1.Location = new System.Drawing.Point(141, 377);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(136, 21);
            this.textBox1.TabIndex = 17;
            // 
            // myTable1BindingSource
            // 
            this.myTable1BindingSource.DataMember = "MyTable2_MyTable1";
            this.myTable1BindingSource.DataSource = this.myTable2BindingSource;
            // 
            // myTable2TableAdapter
            // 
            this.myTable2TableAdapter.ClearBeforeFill = true;
            // 
            // myTable1TableAdapter
            // 
            this.myTable1TableAdapter.ClearBeforeFill = true;
            // 
            // FormEditTable
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(738, 426);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.buttonClearPhoto);
            this.Controls.Add(this.buttonRetatePhoto);
            this.Controls.Add(this.buttonImportPhoto);
            this.Controls.Add(学号Label);
            this.Controls.Add(this.学号TextBox);
            this.Controls.Add(姓名Label);
            this.Controls.Add(this.姓名TextBox);
            this.Controls.Add(性别Label);
            this.Controls.Add(this.性别TextBox);
            this.Controls.Add(出生日期Label);
            this.Controls.Add(this.出生日期DateTimePicker);
            this.Controls.Add(学院编码Label);
            this.Controls.Add(this.学院编码TextBox);
            this.Controls.Add(成绩Label);
            this.Controls.Add(this.成绩TextBox);
            this.Controls.Add(照片Label);
            this.Controls.Add(this.pictureBoxPhoto);
            this.Controls.Add(this.myTable2DataGridView);
            this.Controls.Add(this.myTable2BindingNavigator);
            this.Name = "FormEditTable";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.FormEditSingleTable_Load);
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).EndInit();
            this.myTable2BindingNavigator.ResumeLayout(false);
            this.myTable2BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable2DataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myTable1BindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyDatabaseDataSet myDatabaseDataSet;
        private System.Windows.Forms.BindingSource myTable2BindingSource;
        private EditMyTable2.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter myTable2TableAdapter;
        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.ToolStripButton myTable2BindingNavigatorSaveItem;
        private System.Windows.Forms.DataGridView myTable2DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
        private System.Windows.Forms.TextBox 学号TextBox;
        private System.Windows.Forms.TextBox 姓名TextBox;
        private System.Windows.Forms.TextBox 性别TextBox;
        private System.Windows.Forms.DateTimePicker 出生日期DateTimePicker;
        private System.Windows.Forms.TextBox 学院编码TextBox;
        private System.Windows.Forms.TextBox 成绩TextBox;
        private System.Windows.Forms.PictureBox pictureBoxPhoto;
        private System.Windows.Forms.Button buttonImportPhoto;
        private System.Windows.Forms.Button buttonRetatePhoto;
        private System.Windows.Forms.Button buttonClearPhoto;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.BindingSource myTable1BindingSource;
        private EditMyTable2.MyDatabaseDataSetTableAdapters.MyTable1TableAdapter myTable1TableAdapter;
    }
}

⌨️ 快捷键说明

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