📄 plane information.designer.cs
字号:
namespace 民航订票管理系统.Company_Work
{
partial class Plane_information
{
/// <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(Plane_information));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.FirstRecord_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.AboveRecord_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.NextRecord_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.LastRecord_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.NewRecord_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.Xiugai_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.Delete_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.Tijiao_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.cancel_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.Close_toolStripButton = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.Sousuo_button = new System.Windows.Forms.Button();
this.dataGrid2 = new System.Windows.Forms.DataGrid();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.FirstRecord_toolStripButton,
this.AboveRecord_toolStripButton,
this.NextRecord_toolStripButton,
this.LastRecord_toolStripButton,
this.NewRecord_toolStripButton,
this.Xiugai_toolStripButton,
this.Delete_toolStripButton,
this.Tijiao_toolStripButton,
this.cancel_toolStripButton,
this.Close_toolStripButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(584, 36);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// FirstRecord_toolStripButton
//
this.FirstRecord_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.首记录;
this.FirstRecord_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.FirstRecord_toolStripButton.Name = "FirstRecord_toolStripButton";
this.FirstRecord_toolStripButton.Size = new System.Drawing.Size(47, 33);
this.FirstRecord_toolStripButton.Text = "首记录";
this.FirstRecord_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.FirstRecord_toolStripButton.Click += new System.EventHandler(this.FirstRecord_toolStripButton_Click);
//
// AboveRecord_toolStripButton
//
this.AboveRecord_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.上记录;
this.AboveRecord_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AboveRecord_toolStripButton.Name = "AboveRecord_toolStripButton";
this.AboveRecord_toolStripButton.Size = new System.Drawing.Size(47, 33);
this.AboveRecord_toolStripButton.Text = "上记录";
this.AboveRecord_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.AboveRecord_toolStripButton.Click += new System.EventHandler(this.AboveRecord_toolStripButton_Click);
//
// NextRecord_toolStripButton
//
this.NextRecord_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.下记录;
this.NextRecord_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.NextRecord_toolStripButton.Name = "NextRecord_toolStripButton";
this.NextRecord_toolStripButton.Size = new System.Drawing.Size(47, 33);
this.NextRecord_toolStripButton.Text = "下记录";
this.NextRecord_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.NextRecord_toolStripButton.Click += new System.EventHandler(this.NextRecord_toolStripButton_Click);
//
// LastRecord_toolStripButton
//
this.LastRecord_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.尾记录;
this.LastRecord_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.LastRecord_toolStripButton.Name = "LastRecord_toolStripButton";
this.LastRecord_toolStripButton.Size = new System.Drawing.Size(47, 33);
this.LastRecord_toolStripButton.Text = "尾记录";
this.LastRecord_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.LastRecord_toolStripButton.Click += new System.EventHandler(this.LastRecord_toolStripButton_Click);
//
// NewRecord_toolStripButton
//
this.NewRecord_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.新增;
this.NewRecord_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.NewRecord_toolStripButton.Name = "NewRecord_toolStripButton";
this.NewRecord_toolStripButton.Size = new System.Drawing.Size(59, 33);
this.NewRecord_toolStripButton.Text = "新增记录";
this.NewRecord_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.NewRecord_toolStripButton.Click += new System.EventHandler(this.NewRecord_toolStripButton_Click);
//
// Xiugai_toolStripButton
//
this.Xiugai_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.修改;
this.Xiugai_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Xiugai_toolStripButton.Name = "Xiugai_toolStripButton";
this.Xiugai_toolStripButton.Size = new System.Drawing.Size(35, 33);
this.Xiugai_toolStripButton.Text = "修改";
this.Xiugai_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.Xiugai_toolStripButton.Click += new System.EventHandler(this.Xiugai_toolStripButton_Click);
//
// Delete_toolStripButton
//
this.Delete_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.删除;
this.Delete_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Delete_toolStripButton.Name = "Delete_toolStripButton";
this.Delete_toolStripButton.Size = new System.Drawing.Size(35, 33);
this.Delete_toolStripButton.Text = "删除";
this.Delete_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.Delete_toolStripButton.Click += new System.EventHandler(this.Delete_toolStripButton_Click);
//
// Tijiao_toolStripButton
//
this.Tijiao_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.保存;
this.Tijiao_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.Tijiao_toolStripButton.Name = "Tijiao_toolStripButton";
this.Tijiao_toolStripButton.Size = new System.Drawing.Size(35, 33);
this.Tijiao_toolStripButton.Text = "提交";
this.Tijiao_toolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.Tijiao_toolStripButton.Click += new System.EventHandler(this.Tijiao_toolStripButton_Click);
//
// cancel_toolStripButton
//
this.cancel_toolStripButton.Image = global::民航订票管理系统.Properties.Resources.取消;
this.cancel_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cancel_toolStripButton.Name = "cancel_toolStripButton";
this.cancel_toolStripButton.Size = new System.Drawing.Size(35, 33);
this.cancel_toolStripButton.Text = "取消";
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;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -