📄 customer information.designer.cs
字号:
this.cancel_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cancel_toolStripButton.Click += new System.EventHandler(this.cancel_toolStripButton_Click);
//
// Close_toolStripButton
//
this.Close_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.退出;
this.Close_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Close_toolStripButton.Name = "Close_toolStripButton";
this.Close_toolStripButton.Size = new System.Drawing.Size(35, 33);
this.Close_toolStripButton.Text = "退出";
this.Close_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.Close_toolStripButton.Click += new System.EventHandler(this.Close_toolStripButton_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.Sousuo_button);
this.groupBox1.Location = new System.Drawing.Point(0, 39);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(598, 63);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(332, 22);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(248, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "客户姓名";
//
// Sousuo_button
//
this.Sousuo_button.Image = global::民航订票管理系统.Properties.Resources.搜索;
this.Sousuo_button.Location = new System.Drawing.Point(105, 20);
this.Sousuo_button.Name = "Sousuo_button";
this.Sousuo_button.Size = new System.Drawing.Size(75, 23);
this.Sousuo_button.TabIndex = 0;
this.Sousuo_button.Text = "搜索";
this.Sousuo_button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.Sousuo_button.UseVisualStyleBackColor = true;
this.Sousuo_button.Click += new System.EventHandler(this.Sousuo_button_Click);
//
// dataGrid1
//
this.dataGrid1.CaptionVisible = false;
this.dataGrid1.DataMember = "";
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(0, 99);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(598, 260);
this.dataGrid1.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 386);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 3;
this.label2.Text = "CusID";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(217, 386);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 4;
this.label3.Text = "Name";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(408, 386);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 5;
this.label4.Text = "Phone";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(80, 383);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 6;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(273, 383);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 7;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(472, 383);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 8;
//
// Customer_information
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(598, 440);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.dataGrid1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Customer_information";
this.Text = "个人信息";
this.Load += new System.EventHandler(this.Customer_information_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton FirstRecord_toolStripButton;
private System.Windows.Forms.ToolStripButton AboveRecord_toolStripButton;
private System.Windows.Forms.ToolStripButton NextRecord_toolStripButton;
private System.Windows.Forms.ToolStripButton LastRecord_toolStripButton;
private System.Windows.Forms.ToolStripButton NewRecord_toolStripButton;
private System.Windows.Forms.ToolStripButton Xiugai_toolStripButton;
private System.Windows.Forms.ToolStripButton Delete_toolStripButton;
private System.Windows.Forms.ToolStripButton Tijiao_toolStripButton;
private System.Windows.Forms.ToolStripButton cancel_toolStripButton;
private System.Windows.Forms.ToolStripButton Close_toolStripButton;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button Sousuo_button;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -