?? contact customer.designer.cs
字號:
?namespace 民航訂票管理系統.Airport_Work
{
partial class Contact_Customer
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Contact_Customer));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Close_button = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.Sousuo_button = new System.Windows.Forms.Button();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Close_button);
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, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(572, 83);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// Close_button
//
this.Close_button.Image = global::民航訂票管理系統.Properties.Resources.退出;
this.Close_button.Location = new System.Drawing.Point(456, 29);
this.Close_button.Name = "Close_button";
this.Close_button.Size = new System.Drawing.Size(72, 23);
this.Close_button.TabIndex = 3;
this.Close_button.Text = "退出";
this.Close_button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.Close_button.UseVisualStyleBackColor = true;
this.Close_button.Click += new System.EventHandler(this.Close_button_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(134, 31);
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(27, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 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(273, 29);
this.Sousuo_button.Name = "Sousuo_button";
this.Sousuo_button.Size = new System.Drawing.Size(132, 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, 79);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(572, 225);
this.dataGrid1.TabIndex = 1;
//
// Contact_Customer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 303);
this.Controls.Add(this.dataGrid1);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Contact_Customer";
this.Text = "聯系客戶";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button Sousuo_button;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Button Close_button;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -