123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- namespace WindowsFormsDataAdapter2
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.label1 = new System.Windows.Forms.Label();
- this.txtNo = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.txtSex = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txtAge = new System.Windows.Forms.TextBox();
- this.txtBonus = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(12, 12);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 51;
- this.dataGridView1.RowTemplate.Height = 27;
- this.dataGridView1.Size = new System.Drawing.Size(560, 190);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(13, 222);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 15);
- this.label1.TabIndex = 1;
- this.label1.Text = "编号:";
- //
- // txtNo
- //
- this.txtNo.Location = new System.Drawing.Point(71, 219);
- this.txtNo.Name = "txtNo";
- this.txtNo.Size = new System.Drawing.Size(59, 25);
- this.txtNo.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(199, 222);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(60, 15);
- this.label2.TabIndex = 3;
- this.label2.Text = "姓名 :";
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(265, 219);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(95, 25);
- this.txtName.TabIndex = 4;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(436, 222);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(52, 15);
- this.label3.TabIndex = 5;
- this.label3.Text = "性别:";
- //
- // txtSex
- //
- this.txtSex.Location = new System.Drawing.Point(494, 219);
- this.txtSex.Name = "txtSex";
- this.txtSex.Size = new System.Drawing.Size(45, 25);
- this.txtSex.TabIndex = 6;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(13, 270);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(52, 15);
- this.label4.TabIndex = 7;
- this.label4.Text = "年龄:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(199, 270);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(52, 15);
- this.label5.TabIndex = 8;
- this.label5.Text = "奖金:";
- //
- // txtAge
- //
- this.txtAge.Location = new System.Drawing.Point(71, 265);
- this.txtAge.Name = "txtAge";
- this.txtAge.Size = new System.Drawing.Size(59, 25);
- this.txtAge.TabIndex = 9;
- //
- // txtBonus
- //
- this.txtBonus.Location = new System.Drawing.Point(265, 265);
- this.txtBonus.Name = "txtBonus";
- this.txtBonus.Size = new System.Drawing.Size(95, 25);
- this.txtBonus.TabIndex = 10;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(439, 262);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(104, 30);
- this.button1.TabIndex = 11;
- this.button1.Text = "修改";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(586, 309);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.txtBonus);
- this.Controls.Add(this.txtAge);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.txtSex);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.txtName);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.txtNo);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtNo;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtSex;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtAge;
- private System.Windows.Forms.TextBox txtBonus;
- private System.Windows.Forms.Button button1;
- }
- }
|