namespace PainoBar_Helper { partial class StationForm { /// /// 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() { station_list_group_box = new GroupBox(); search_label = new Label(); textBox1 = new TextBox(); lstStations = new ListBox(); refresh_button = new Button(); btnSelectStation = new Button(); btnCancelStation = new Button(); station_list_group_box.SuspendLayout(); SuspendLayout(); // // station_list_group_box // station_list_group_box.Controls.Add(lstStations); station_list_group_box.Controls.Add(textBox1); station_list_group_box.Controls.Add(search_label); station_list_group_box.Location = new Point(12, 22); station_list_group_box.Name = "station_list_group_box"; station_list_group_box.Size = new Size(391, 263); station_list_group_box.TabIndex = 0; station_list_group_box.TabStop = false; station_list_group_box.Text = "Available Stations"; // // search_label // search_label.AutoSize = true; search_label.Location = new Point(26, 32); search_label.Name = "search_label"; search_label.Size = new Size(50, 17); search_label.TabIndex = 0; search_label.Text = "Search:"; // // textBox1 // textBox1.Location = new Point(85, 32); textBox1.Name = "textBox1"; textBox1.Size = new Size(273, 24); textBox1.TabIndex = 1; textBox1.TextChanged += textBox1_TextChanged; // // lstStations // lstStations.FormattingEnabled = true; lstStations.Location = new Point(26, 65); lstStations.Name = "lstStations"; lstStations.Size = new Size(332, 174); lstStations.TabIndex = 2; // // refresh_button // refresh_button.Location = new Point(13, 307); refresh_button.Name = "refresh_button"; refresh_button.Size = new Size(117, 23); refresh_button.TabIndex = 1; refresh_button.Text = "Refresh stations"; refresh_button.UseVisualStyleBackColor = true; // // btnSelectStation // btnSelectStation.Location = new Point(205, 307); btnSelectStation.Name = "btnSelectStation"; btnSelectStation.Size = new Size(117, 23); btnSelectStation.TabIndex = 2; btnSelectStation.Text = "Refresh stations"; btnSelectStation.UseVisualStyleBackColor = true; btnSelectStation.Click += btnSelectStation_Click; // // btnCancelStation // btnCancelStation.Location = new Point(328, 307); btnCancelStation.Name = "btnCancelStation"; btnCancelStation.Size = new Size(86, 23); btnCancelStation.TabIndex = 3; btnCancelStation.Text = "Cancel"; btnCancelStation.UseVisualStyleBackColor = true; btnCancelStation.Click += btnCancelStation_Click; // // StationForm // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(426, 351); Controls.Add(btnCancelStation); Controls.Add(btnSelectStation); Controls.Add(refresh_button); Controls.Add(station_list_group_box); Name = "StationForm"; Text = "StationForm"; station_list_group_box.ResumeLayout(false); station_list_group_box.PerformLayout(); ResumeLayout(false); } #endregion private GroupBox station_list_group_box; private ListBox lstStations; private TextBox textBox1; private Label search_label; private Button refresh_button; private Button btnSelectStation; private Button btnCancelStation; } }