namespace CrewPasCSVTool { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.listBoxMessageCore = new System.Windows.Forms.ListBox(); this.buttonCrew = new System.Windows.Forms.Button(); this.buttonPas = new System.Windows.Forms.Button(); this.comboBoxStatus = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // listBoxMessageCore // this.listBoxMessageCore.FormattingEnabled = true; this.listBoxMessageCore.Location = new System.Drawing.Point(12, 52); this.listBoxMessageCore.Name = "listBoxMessageCore"; this.listBoxMessageCore.Size = new System.Drawing.Size(231, 134); this.listBoxMessageCore.TabIndex = 0; this.listBoxMessageCore.SelectedIndexChanged += new System.EventHandler(this.listBoxMessageCore_SelectedIndexChanged); // // buttonCrew // this.buttonCrew.Enabled = false; this.buttonCrew.Location = new System.Drawing.Point(249, 52); this.buttonCrew.Name = "buttonCrew"; this.buttonCrew.Size = new System.Drawing.Size(98, 23); this.buttonCrew.TabIndex = 1; this.buttonCrew.Text = "Crew"; this.buttonCrew.UseVisualStyleBackColor = true; this.buttonCrew.Click += new System.EventHandler(this.buttonCrew_Click); // // buttonPas // this.buttonPas.Enabled = false; this.buttonPas.Location = new System.Drawing.Point(249, 81); this.buttonPas.Name = "buttonPas"; this.buttonPas.Size = new System.Drawing.Size(98, 23); this.buttonPas.TabIndex = 2; this.buttonPas.Text = "Passenger"; this.buttonPas.UseVisualStyleBackColor = true; this.buttonPas.Click += new System.EventHandler(this.buttonPas_Click); // // comboBoxStatus // this.comboBoxStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxStatus.FormattingEnabled = true; this.comboBoxStatus.Location = new System.Drawing.Point(12, 25); this.comboBoxStatus.Name = "comboBoxStatus"; this.comboBoxStatus.Size = new System.Drawing.Size(180, 21); this.comboBoxStatus.TabIndex = 3; this.comboBoxStatus.SelectedIndexChanged += new System.EventHandler(this.comboBoxStatus_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 13); this.label1.TabIndex = 4; this.label1.Text = "Status Schiffsanlauf"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(356, 195); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxStatus); this.Controls.Add(this.buttonPas); this.Controls.Add(this.buttonCrew); this.Controls.Add(this.listBoxMessageCore); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.Text = "CSV Listen"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBoxMessageCore; private System.Windows.Forms.Button buttonCrew; private System.Windows.Forms.Button buttonPas; private System.Windows.Forms.ComboBox comboBoxStatus; private System.Windows.Forms.Label label1; } }