Пример #1
0
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.welcome                = new System.Windows.Forms.Label();
     this.logIn                  = new System.Windows.Forms.Label();
     this.empID                  = new System.Windows.Forms.Label();
     this.empIDText              = new System.Windows.Forms.TextBox();
     this.empPass                = new System.Windows.Forms.Label();
     this.empPassText            = new System.Windows.Forms.TextBox();
     this.signIn                 = new System.Windows.Forms.Button();
     this.error                  = new System.Windows.Forms.Label();
     this.agent                  = new System.Windows.Forms.Panel();
     this.changeUser             = new System.Windows.Forms.Button();
     this.newFlight              = new System.Windows.Forms.Button();
     this.resFlight              = new System.Windows.Forms.Button();
     this.changeClient           = new System.Windows.Forms.Button();
     this.print                  = new System.Windows.Forms.Button();
     this.flightInfo             = new System.Windows.Forms.Button();
     this.clientInfo             = new System.Windows.Forms.Button();
     this.newBook                = new System.Windows.Forms.Button();
     this.LogOut                 = new System.Windows.Forms.Button();
     this.checkBox1              = new System.Windows.Forms.CheckBox();
     this.database1DataSet       = new WindowsFormsApp6.Database1DataSet();
     this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.employeesTableAdapter  = new WindowsFormsApp6.Database1DataSetTableAdapters.EmployeesTableAdapter();
     this.tableAdapterManager    = new WindowsFormsApp6.Database1DataSetTableAdapters.TableAdapterManager();
     this.customersBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.customersTableAdapter  = new WindowsFormsApp6.Database1DataSetTableAdapters.CustomersTableAdapter();
     this.agent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // welcome
     //
     this.welcome.AutoSize  = true;
     this.welcome.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.welcome.Location  = new System.Drawing.Point(232, 46);
     this.welcome.Name      = "welcome";
     this.welcome.Size      = new System.Drawing.Size(377, 19);
     this.welcome.TabIndex  = 0;
     this.welcome.Text      = "Welcome to Flin Flon Airlines Flight Manager!";
     this.welcome.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // logIn
     //
     this.logIn.AutoSize  = true;
     this.logIn.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.logIn.Location  = new System.Drawing.Point(225, 93);
     this.logIn.Name      = "logIn";
     this.logIn.Size      = new System.Drawing.Size(400, 19);
     this.logIn.TabIndex  = 1;
     this.logIn.Text      = "Please sign in using your employee information:";
     this.logIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // empID
     //
     this.empID.AutoSize  = true;
     this.empID.Font      = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.empID.Location  = new System.Drawing.Point(330, 121);
     this.empID.Name      = "empID";
     this.empID.Size      = new System.Drawing.Size(96, 17);
     this.empID.TabIndex  = 2;
     this.empID.Text      = "Employee ID";
     this.empID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // empIDText
     //
     this.empIDText.Font     = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.empIDText.Location = new System.Drawing.Point(333, 141);
     this.empIDText.Name     = "empIDText";
     this.empIDText.Size     = new System.Drawing.Size(150, 24);
     this.empIDText.TabIndex = 3;
     //
     // empPass
     //
     this.empPass.AutoSize  = true;
     this.empPass.Font      = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.empPass.Location  = new System.Drawing.Point(330, 176);
     this.empPass.Name      = "empPass";
     this.empPass.Size      = new System.Drawing.Size(75, 17);
     this.empPass.TabIndex  = 4;
     this.empPass.Text      = "Password";
     this.empPass.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // empPassText
     //
     this.empPassText.Font         = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.empPassText.Location     = new System.Drawing.Point(333, 196);
     this.empPassText.Name         = "empPassText";
     this.empPassText.PasswordChar = '*';
     this.empPassText.Size         = new System.Drawing.Size(150, 24);
     this.empPassText.TabIndex     = 5;
     //
     // signIn
     //
     this.signIn.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.signIn.Location = new System.Drawing.Point(360, 260);
     this.signIn.Name     = "signIn";
     this.signIn.Size     = new System.Drawing.Size(100, 37);
     this.signIn.TabIndex = 6;
     this.signIn.Text     = "Sign In";
     this.signIn.Click   += new System.EventHandler(this.signIn_Click_1);
     //
     // error
     //
     this.error.AutoSize  = true;
     this.error.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.error.ForeColor = System.Drawing.Color.Red;
     this.error.Location  = new System.Drawing.Point(325, 232);
     this.error.Name      = "error";
     this.error.Size      = new System.Drawing.Size(0, 13);
     this.error.TabIndex  = 7;
     this.error.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // agent
     //
     this.agent.Controls.Add(this.changeUser);
     this.agent.Controls.Add(this.newFlight);
     this.agent.Controls.Add(this.resFlight);
     this.agent.Controls.Add(this.changeClient);
     this.agent.Controls.Add(this.print);
     this.agent.Controls.Add(this.flightInfo);
     this.agent.Controls.Add(this.clientInfo);
     this.agent.Controls.Add(this.newBook);
     this.agent.Controls.Add(this.LogOut);
     this.agent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.agent.Location = new System.Drawing.Point(0, 0);
     this.agent.Name     = "agent";
     this.agent.Size     = new System.Drawing.Size(832, 403);
     this.agent.TabIndex = 8;
     this.agent.Visible  = false;
     //
     // changeUser
     //
     this.changeUser.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.changeUser.Location = new System.Drawing.Point(650, 305);
     this.changeUser.Name     = "changeUser";
     this.changeUser.Size     = new System.Drawing.Size(100, 50);
     this.changeUser.TabIndex = 19;
     this.changeUser.Text     = "Change Employee Information";
     this.changeUser.UseVisualStyleBackColor = true;
     this.changeUser.Visible = false;
     //
     // newFlight
     //
     this.newFlight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.newFlight.Location = new System.Drawing.Point(650, 165);
     this.newFlight.Name     = "newFlight";
     this.newFlight.Size     = new System.Drawing.Size(100, 50);
     this.newFlight.TabIndex = 18;
     this.newFlight.Text     = "Add New Flight";
     this.newFlight.UseVisualStyleBackColor = true;
     this.newFlight.Visible = false;
     //
     // resFlight
     //
     this.resFlight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.resFlight.Location = new System.Drawing.Point(650, 95);
     this.resFlight.Name     = "resFlight";
     this.resFlight.Size     = new System.Drawing.Size(100, 50);
     this.resFlight.TabIndex = 16;
     this.resFlight.Text     = "Reschedule Flight";
     this.resFlight.UseVisualStyleBackColor = true;
     this.resFlight.Visible = false;
     //
     // changeClient
     //
     this.changeClient.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.changeClient.Location = new System.Drawing.Point(650, 235);
     this.changeClient.Name     = "changeClient";
     this.changeClient.Size     = new System.Drawing.Size(100, 50);
     this.changeClient.TabIndex = 17;
     this.changeClient.Text     = "Change Client Information";
     this.changeClient.UseVisualStyleBackColor = true;
     this.changeClient.Visible = false;
     //
     // print
     //
     this.print.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.print.Location = new System.Drawing.Point(650, 25);
     this.print.Name     = "print";
     this.print.Size     = new System.Drawing.Size(100, 50);
     this.print.TabIndex = 15;
     this.print.Text     = "Print Boarding Pass";
     this.print.UseVisualStyleBackColor = true;
     //
     // flightInfo
     //
     this.flightInfo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.flightInfo.Location = new System.Drawing.Point(450, 25);
     this.flightInfo.Name     = "flightInfo";
     this.flightInfo.Size     = new System.Drawing.Size(100, 50);
     this.flightInfo.TabIndex = 14;
     this.flightInfo.Text     = "Flight Information";
     this.flightInfo.UseVisualStyleBackColor = true;
     this.flightInfo.Click += new System.EventHandler(this.flightInfo_Click);
     //
     // clientInfo
     //
     this.clientInfo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.clientInfo.Location = new System.Drawing.Point(250, 25);
     this.clientInfo.Name     = "clientInfo";
     this.clientInfo.Size     = new System.Drawing.Size(100, 50);
     this.clientInfo.TabIndex = 13;
     this.clientInfo.Text     = "Client Information";
     this.clientInfo.UseVisualStyleBackColor = true;
     this.clientInfo.Click += new System.EventHandler(this.clientInfo_Click);
     //
     // newBook
     //
     this.newBook.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.newBook.Location = new System.Drawing.Point(50, 25);
     this.newBook.Name     = "newBook";
     this.newBook.Size     = new System.Drawing.Size(100, 50);
     this.newBook.TabIndex = 12;
     this.newBook.Text     = "Create New Booking";
     this.newBook.UseVisualStyleBackColor = true;
     this.newBook.Click += new System.EventHandler(this.newBook_Click);
     //
     // LogOut
     //
     this.LogOut.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LogOut.Location = new System.Drawing.Point(661, 365);
     this.LogOut.Name     = "LogOut";
     this.LogOut.Size     = new System.Drawing.Size(75, 23);
     this.LogOut.TabIndex = 11;
     this.LogOut.Text     = "Log Out";
     this.LogOut.UseVisualStyleBackColor = true;
     this.LogOut.Click += new System.EventHandler(this.LogOut_Click);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(466, 273);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(55, 17);
     this.checkBox1.TabIndex = 9;
     this.checkBox1.Text     = "Admin";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // database1DataSet
     //
     this.database1DataSet.DataSetName             = "Database1DataSet";
     this.database1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // employeesBindingSource
     //
     this.employeesBindingSource.DataMember = "Employees";
     this.employeesBindingSource.DataSource = this.database1DataSet;
     //
     // employeesTableAdapter
     //
     this.employeesTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.CustomersTableAdapter     = null;
     this.tableAdapterManager.EmployeesTableAdapter     = this.employeesTableAdapter;
     this.tableAdapterManager.FlightsTableAdapter       = null;
     this.tableAdapterManager.UpdateOrder = WindowsFormsApp6.Database1DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // customersBindingSource
     //
     this.customersBindingSource.DataMember = "Customers";
     this.customersBindingSource.DataSource = this.database1DataSet;
     //
     // customersTableAdapter
     //
     this.customersTableAdapter.ClearBeforeFill = true;
     //
     // FrmWelcome
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(832, 403);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.agent);
     this.Controls.Add(this.welcome);
     this.Controls.Add(this.logIn);
     this.Controls.Add(this.empID);
     this.Controls.Add(this.empIDText);
     this.Controls.Add(this.empPass);
     this.Controls.Add(this.empPassText);
     this.Controls.Add(this.signIn);
     this.Controls.Add(this.error);
     this.Name = "FrmWelcome";
     this.Text = "Flin Flon Airlines";
     this.agent.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmNewBooking));
     System.Windows.Forms.Label idLabel;
     System.Windows.Forms.Label nameLabel;
     System.Windows.Forms.Label addressLabel;
     System.Windows.Forms.Label phoneLabel;
     System.Windows.Forms.Label emailLabel;
     System.Windows.Forms.Label flight_NumberLabel;
     System.Windows.Forms.Label flight_ClassLabel;
     System.Windows.Forms.Label seat_PreferenceLabel;
     System.Windows.Forms.Label meal_PreferenceLabel;
     System.Windows.Forms.Label special_NeedsLabel;
     this.textBox1                          = new System.Windows.Forms.TextBox();
     this.textBox2                          = new System.Windows.Forms.TextBox();
     this.comboBox1                         = new System.Windows.Forms.ComboBox();
     this.checkBox1                         = new System.Windows.Forms.CheckBox();
     this.checkBox2                         = new System.Windows.Forms.CheckBox();
     this.groupBox1                         = new System.Windows.Forms.GroupBox();
     this.radioButton1                      = new System.Windows.Forms.RadioButton();
     this.radioButton3                      = new System.Windows.Forms.RadioButton();
     this.radioButton2                      = new System.Windows.Forms.RadioButton();
     this.textBox3                          = new System.Windows.Forms.TextBox();
     this.textBox4                          = new System.Windows.Forms.TextBox();
     this.label1                            = new System.Windows.Forms.Label();
     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.label6                            = new System.Windows.Forms.Label();
     this.label7                            = new System.Windows.Forms.Label();
     this.label8                            = new System.Windows.Forms.Label();
     this.textBox5                          = new System.Windows.Forms.TextBox();
     this.label9                            = new System.Windows.Forms.Label();
     this.textBox6                          = new System.Windows.Forms.TextBox();
     this.label10                           = new System.Windows.Forms.Label();
     this.textBox7                          = new System.Windows.Forms.TextBox();
     this.label11                           = new System.Windows.Forms.Label();
     this.comboBox2                         = new System.Windows.Forms.ComboBox();
     this.button1                           = new System.Windows.Forms.Button();
     this.database1DataSet                  = new WindowsFormsApp6.Database1DataSet();
     this.customersBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.customersTableAdapter             = new WindowsFormsApp6.Database1DataSetTableAdapters.CustomersTableAdapter();
     this.tableAdapterManager               = new WindowsFormsApp6.Database1DataSetTableAdapters.TableAdapterManager();
     this.customersBindingNavigator         = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorMoveFirstItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem  = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator         = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem      = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorCountItem         = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorSeparator1        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem      = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem      = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorAddNewItem        = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorDeleteItem        = new System.Windows.Forms.ToolStripButton();
     this.customersBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
     this.customersDataGridView             = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.idTextBox                         = new System.Windows.Forms.TextBox();
     this.nameTextBox                       = new System.Windows.Forms.TextBox();
     this.addressTextBox                    = new System.Windows.Forms.TextBox();
     this.phoneTextBox                      = new System.Windows.Forms.TextBox();
     this.emailTextBox                      = new System.Windows.Forms.TextBox();
     this.flight_NumberTextBox              = new System.Windows.Forms.TextBox();
     this.flight_ClassTextBox               = new System.Windows.Forms.TextBox();
     this.seat_PreferenceTextBox            = new System.Windows.Forms.TextBox();
     this.meal_PreferenceTextBox            = new System.Windows.Forms.TextBox();
     this.special_NeedsTextBox              = new System.Windows.Forms.TextBox();
     this.button2                           = new System.Windows.Forms.Button();
     idLabel              = new System.Windows.Forms.Label();
     nameLabel            = new System.Windows.Forms.Label();
     addressLabel         = new System.Windows.Forms.Label();
     phoneLabel           = new System.Windows.Forms.Label();
     emailLabel           = new System.Windows.Forms.Label();
     flight_NumberLabel   = new System.Windows.Forms.Label();
     flight_ClassLabel    = new System.Windows.Forms.Label();
     seat_PreferenceLabel = new System.Windows.Forms.Label();
     meal_PreferenceLabel = new System.Windows.Forms.Label();
     special_NeedsLabel   = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingNavigator)).BeginInit();
     this.customersBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customersDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(45, 41);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 0;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(45, 80);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 1;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(45, 158);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(194, 21);
     this.comboBox1.TabIndex = 2;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(45, 224);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(73, 17);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text     = "First Class";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(45, 247);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(102, 17);
     this.checkBox2.TabIndex = 4;
     this.checkBox2.Text     = "Vegetarian meal";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Location = new System.Drawing.Point(45, 281);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(124, 94);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Seat preference";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(18, 65);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(93, 17);
     this.radioButton1.TabIndex = 2;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "No preference";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(18, 42);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(87, 17);
     this.radioButton3.TabIndex = 1;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Window seat";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(18, 19);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(70, 17);
     this.radioButton2.TabIndex = 0;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "Aisle seat";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(45, 119);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(100, 20);
     this.textBox3.TabIndex = 6;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(13, 445);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(226, 20);
     this.textBox4.TabIndex = 7;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(42, 25);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "First name";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(42, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(58, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Last Name";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(42, 103);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(133, 13);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Date of Birth (mm/dd/yyyy)";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(13, 429);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(166, 13);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Address, Line 1 (street, city, state)";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(42, 142);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(72, 13);
     this.label5.TabIndex = 12;
     this.label5.Text     = "Flight Number";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // label6
     //
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label6.Location    = new System.Drawing.Point(-10, 404);
     this.label6.Name        = "label6";
     this.label6.Size        = new System.Drawing.Size(266, 2);
     this.label6.TabIndex    = 13;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(42, 406);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(118, 13);
     this.label7.TabIndex = 14;
     this.label7.Text     = "Contact Information";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(13, 468);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(166, 13);
     this.label8.TabIndex = 16;
     this.label8.Text     = "Address, Line 2 (street, city, state)";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(13, 484);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(226, 20);
     this.textBox5.TabIndex = 15;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(10, 509);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(78, 13);
     this.label9.TabIndex = 18;
     this.label9.Text     = "Phone Number";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(13, 525);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(100, 20);
     this.textBox6.TabIndex = 17;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(10, 550);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(72, 13);
     this.label10.TabIndex = 20;
     this.label10.Text     = "Email address";
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(13, 566);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(100, 20);
     this.textBox7.TabIndex = 19;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(42, 182);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(58, 13);
     this.label11.TabIndex = 22;
     this.label11.Text     = "Flight Date";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(45, 198);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(124, 21);
     this.comboBox2.TabIndex = 23;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(178, 531);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(50, 50);
     this.button1.TabIndex = 24;
     this.button1.Text     = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // database1DataSet
     //
     this.database1DataSet.DataSetName             = "Database1DataSet";
     this.database1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // customersBindingSource
     //
     this.customersBindingSource.DataMember = "Customers";
     this.customersBindingSource.DataSource = this.database1DataSet;
     //
     // customersTableAdapter
     //
     this.customersTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.CustomersTableAdapter     = this.customersTableAdapter;
     this.tableAdapterManager.EmployeesTableAdapter     = null;
     this.tableAdapterManager.FlightsTableAdapter       = null;
     this.tableAdapterManager.UpdateOrder = WindowsFormsApp6.Database1DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // customersBindingNavigator
     //
     this.customersBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.customersBindingNavigator.BindingSource = this.customersBindingSource;
     this.customersBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.customersBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.customersBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.customersBindingNavigatorSaveItem
     });
     this.customersBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.customersBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.customersBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.customersBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.customersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.customersBindingNavigator.Name             = "customersBindingNavigator";
     this.customersBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.customersBindingNavigator.Size             = new System.Drawing.Size(1438, 25);
     this.customersBindingNavigator.TabIndex         = 25;
     this.customersBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 15);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // customersBindingNavigatorSaveItem
     //
     this.customersBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.customersBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("customersBindingNavigatorSaveItem.Image")));
     this.customersBindingNavigatorSaveItem.Name         = "customersBindingNavigatorSaveItem";
     this.customersBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 23);
     this.customersBindingNavigatorSaveItem.Text         = "Save Data";
     this.customersBindingNavigatorSaveItem.Click       += new System.EventHandler(this.customersBindingNavigatorSaveItem_Click);
     //
     // customersDataGridView
     //
     this.customersDataGridView.AutoGenerateColumns         = false;
     this.customersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.customersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn7,
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn9,
         this.dataGridViewTextBoxColumn10
     });
     this.customersDataGridView.DataSource = this.customersBindingSource;
     this.customersDataGridView.Location   = new System.Drawing.Point(373, 300);
     this.customersDataGridView.Name       = "customersDataGridView";
     this.customersDataGridView.Size       = new System.Drawing.Size(543, 220);
     this.customersDataGridView.TabIndex   = 25;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "Name";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Name";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "Address";
     this.dataGridViewTextBoxColumn3.HeaderText       = "Address";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Phone";
     this.dataGridViewTextBoxColumn4.HeaderText       = "Phone";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Email";
     this.dataGridViewTextBoxColumn5.HeaderText       = "Email";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "Flight Number";
     this.dataGridViewTextBoxColumn6.HeaderText       = "Flight Number";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.DataPropertyName = "Flight Class";
     this.dataGridViewTextBoxColumn7.HeaderText       = "Flight Class";
     this.dataGridViewTextBoxColumn7.Name             = "dataGridViewTextBoxColumn7";
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.DataPropertyName = "Seat Preference";
     this.dataGridViewTextBoxColumn8.HeaderText       = "Seat Preference";
     this.dataGridViewTextBoxColumn8.Name             = "dataGridViewTextBoxColumn8";
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.DataPropertyName = "Meal Preference";
     this.dataGridViewTextBoxColumn9.HeaderText       = "Meal Preference";
     this.dataGridViewTextBoxColumn9.Name             = "dataGridViewTextBoxColumn9";
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.DataPropertyName = "Special Needs";
     this.dataGridViewTextBoxColumn10.HeaderText       = "Special Needs";
     this.dataGridViewTextBoxColumn10.Name             = "dataGridViewTextBoxColumn10";
     //
     // idLabel
     //
     idLabel.AutoSize = true;
     idLabel.Location = new System.Drawing.Point(370, 25);
     idLabel.Name     = "idLabel";
     idLabel.Size     = new System.Drawing.Size(19, 13);
     idLabel.TabIndex = 26;
     idLabel.Text     = "Id:";
     //
     // idTextBox
     //
     this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Id", true));
     this.idTextBox.Location = new System.Drawing.Point(464, 22);
     this.idTextBox.Name     = "idTextBox";
     this.idTextBox.Size     = new System.Drawing.Size(133, 20);
     this.idTextBox.TabIndex = 27;
     //
     // nameLabel
     //
     nameLabel.AutoSize = true;
     nameLabel.Location = new System.Drawing.Point(370, 51);
     nameLabel.Name     = "nameLabel";
     nameLabel.Size     = new System.Drawing.Size(38, 13);
     nameLabel.TabIndex = 28;
     nameLabel.Text     = "Name:";
     //
     // nameTextBox
     //
     this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Name", true));
     this.nameTextBox.Location = new System.Drawing.Point(464, 48);
     this.nameTextBox.Name     = "nameTextBox";
     this.nameTextBox.Size     = new System.Drawing.Size(133, 20);
     this.nameTextBox.TabIndex = 29;
     //
     // addressLabel
     //
     addressLabel.AutoSize = true;
     addressLabel.Location = new System.Drawing.Point(370, 77);
     addressLabel.Name     = "addressLabel";
     addressLabel.Size     = new System.Drawing.Size(48, 13);
     addressLabel.TabIndex = 30;
     addressLabel.Text     = "Address:";
     //
     // addressTextBox
     //
     this.addressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Address", true));
     this.addressTextBox.Location = new System.Drawing.Point(464, 74);
     this.addressTextBox.Name     = "addressTextBox";
     this.addressTextBox.Size     = new System.Drawing.Size(133, 20);
     this.addressTextBox.TabIndex = 31;
     //
     // phoneLabel
     //
     phoneLabel.AutoSize = true;
     phoneLabel.Location = new System.Drawing.Point(370, 103);
     phoneLabel.Name     = "phoneLabel";
     phoneLabel.Size     = new System.Drawing.Size(41, 13);
     phoneLabel.TabIndex = 32;
     phoneLabel.Text     = "Phone:";
     //
     // phoneTextBox
     //
     this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Phone", true));
     this.phoneTextBox.Location = new System.Drawing.Point(464, 100);
     this.phoneTextBox.Name     = "phoneTextBox";
     this.phoneTextBox.Size     = new System.Drawing.Size(133, 20);
     this.phoneTextBox.TabIndex = 33;
     //
     // emailLabel
     //
     emailLabel.AutoSize = true;
     emailLabel.Location = new System.Drawing.Point(370, 129);
     emailLabel.Name     = "emailLabel";
     emailLabel.Size     = new System.Drawing.Size(35, 13);
     emailLabel.TabIndex = 34;
     emailLabel.Text     = "Email:";
     //
     // emailTextBox
     //
     this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Email", true));
     this.emailTextBox.Location = new System.Drawing.Point(464, 126);
     this.emailTextBox.Name     = "emailTextBox";
     this.emailTextBox.Size     = new System.Drawing.Size(133, 20);
     this.emailTextBox.TabIndex = 35;
     //
     // flight_NumberLabel
     //
     flight_NumberLabel.AutoSize = true;
     flight_NumberLabel.Location = new System.Drawing.Point(370, 155);
     flight_NumberLabel.Name     = "flight_NumberLabel";
     flight_NumberLabel.Size     = new System.Drawing.Size(75, 13);
     flight_NumberLabel.TabIndex = 36;
     flight_NumberLabel.Text     = "Flight Number:";
     //
     // flight_NumberTextBox
     //
     this.flight_NumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Flight Number", true));
     this.flight_NumberTextBox.Location = new System.Drawing.Point(464, 152);
     this.flight_NumberTextBox.Name     = "flight_NumberTextBox";
     this.flight_NumberTextBox.Size     = new System.Drawing.Size(133, 20);
     this.flight_NumberTextBox.TabIndex = 37;
     //
     // flight_ClassLabel
     //
     flight_ClassLabel.AutoSize = true;
     flight_ClassLabel.Location = new System.Drawing.Point(370, 181);
     flight_ClassLabel.Name     = "flight_ClassLabel";
     flight_ClassLabel.Size     = new System.Drawing.Size(63, 13);
     flight_ClassLabel.TabIndex = 38;
     flight_ClassLabel.Text     = "Flight Class:";
     //
     // flight_ClassTextBox
     //
     this.flight_ClassTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Flight Class", true));
     this.flight_ClassTextBox.Location = new System.Drawing.Point(464, 178);
     this.flight_ClassTextBox.Name     = "flight_ClassTextBox";
     this.flight_ClassTextBox.Size     = new System.Drawing.Size(133, 20);
     this.flight_ClassTextBox.TabIndex = 39;
     //
     // seat_PreferenceLabel
     //
     seat_PreferenceLabel.AutoSize = true;
     seat_PreferenceLabel.Location = new System.Drawing.Point(370, 207);
     seat_PreferenceLabel.Name     = "seat_PreferenceLabel";
     seat_PreferenceLabel.Size     = new System.Drawing.Size(87, 13);
     seat_PreferenceLabel.TabIndex = 40;
     seat_PreferenceLabel.Text     = "Seat Preference:";
     //
     // seat_PreferenceTextBox
     //
     this.seat_PreferenceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Seat Preference", true));
     this.seat_PreferenceTextBox.Location = new System.Drawing.Point(464, 204);
     this.seat_PreferenceTextBox.Name     = "seat_PreferenceTextBox";
     this.seat_PreferenceTextBox.Size     = new System.Drawing.Size(133, 20);
     this.seat_PreferenceTextBox.TabIndex = 41;
     //
     // meal_PreferenceLabel
     //
     meal_PreferenceLabel.AutoSize = true;
     meal_PreferenceLabel.Location = new System.Drawing.Point(370, 233);
     meal_PreferenceLabel.Name     = "meal_PreferenceLabel";
     meal_PreferenceLabel.Size     = new System.Drawing.Size(88, 13);
     meal_PreferenceLabel.TabIndex = 42;
     meal_PreferenceLabel.Text     = "Meal Preference:";
     //
     // meal_PreferenceTextBox
     //
     this.meal_PreferenceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Meal Preference", true));
     this.meal_PreferenceTextBox.Location = new System.Drawing.Point(464, 230);
     this.meal_PreferenceTextBox.Name     = "meal_PreferenceTextBox";
     this.meal_PreferenceTextBox.Size     = new System.Drawing.Size(133, 20);
     this.meal_PreferenceTextBox.TabIndex = 43;
     //
     // special_NeedsLabel
     //
     special_NeedsLabel.AutoSize = true;
     special_NeedsLabel.Location = new System.Drawing.Point(370, 259);
     special_NeedsLabel.Name     = "special_NeedsLabel";
     special_NeedsLabel.Size     = new System.Drawing.Size(79, 13);
     special_NeedsLabel.TabIndex = 44;
     special_NeedsLabel.Text     = "Special Needs:";
     //
     // special_NeedsTextBox
     //
     this.special_NeedsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Special Needs", true));
     this.special_NeedsTextBox.Location = new System.Drawing.Point(464, 256);
     this.special_NeedsTextBox.Name     = "special_NeedsTextBox";
     this.special_NeedsTextBox.Size     = new System.Drawing.Size(133, 20);
     this.special_NeedsTextBox.TabIndex = 45;
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(693, 191);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(50, 50);
     this.button2.TabIndex = 46;
     this.button2.Text     = "OK";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // FrmNewBooking
     //
     this.ClientSize = new System.Drawing.Size(1438, 726);
     this.Controls.Add(this.button2);
     this.Controls.Add(idLabel);
     this.Controls.Add(this.idTextBox);
     this.Controls.Add(nameLabel);
     this.Controls.Add(this.nameTextBox);
     this.Controls.Add(addressLabel);
     this.Controls.Add(this.addressTextBox);
     this.Controls.Add(phoneLabel);
     this.Controls.Add(this.phoneTextBox);
     this.Controls.Add(emailLabel);
     this.Controls.Add(this.emailTextBox);
     this.Controls.Add(flight_NumberLabel);
     this.Controls.Add(this.flight_NumberTextBox);
     this.Controls.Add(flight_ClassLabel);
     this.Controls.Add(this.flight_ClassTextBox);
     this.Controls.Add(seat_PreferenceLabel);
     this.Controls.Add(this.seat_PreferenceTextBox);
     this.Controls.Add(meal_PreferenceLabel);
     this.Controls.Add(this.meal_PreferenceTextBox);
     this.Controls.Add(special_NeedsLabel);
     this.Controls.Add(this.special_NeedsTextBox);
     this.Controls.Add(this.customersDataGridView);
     this.Controls.Add(this.customersBindingNavigator);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textBox7);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.textBox6);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Name = "FrmNewBooking";
     this.Text = "New Booking";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingNavigator)).EndInit();
     this.customersBindingNavigator.ResumeLayout(false);
     this.customersBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customersDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }