namespace skyscraper5.UI.StreamAcquisition { partial class StreamAcquirerPickingForm { /// /// 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() { tableLayoutPanel1 = new TableLayoutPanel(); listView1 = new ListView(); columnHeader1 = new ColumnHeader(); columnHeader2 = new ColumnHeader(); tableLayoutPanel2 = new TableLayoutPanel(); button1 = new Button(); button2 = new Button(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(listView1, 0, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 90F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); tableLayoutPanel1.Size = new Size(514, 392); tableLayoutPanel1.TabIndex = 0; // // listView1 // listView1.Columns.AddRange(new ColumnHeader[] { columnHeader1, columnHeader2 }); listView1.Dock = DockStyle.Fill; listView1.FullRowSelect = true; listView1.Location = new Point(3, 3); listView1.Name = "listView1"; listView1.Size = new Size(508, 346); listView1.TabIndex = 0; listView1.UseCompatibleStateImageBehavior = false; listView1.View = View.Details; listView1.SelectedIndexChanged += listView1_SelectedIndexChanged; listView1.DoubleClick += listView1_DoubleClick; // // columnHeader1 // columnHeader1.Text = "Name"; columnHeader1.Width = 100; // // columnHeader2 // columnHeader2.Text = "Description"; columnHeader2.Width = 400; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 3; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65.7894745F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 17.1052647F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 17.1052647F)); tableLayoutPanel2.Controls.Add(button1, 1, 0); tableLayoutPanel2.Controls.Add(button2, 2, 0); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(3, 355); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Size = new Size(508, 34); tableLayoutPanel2.TabIndex = 1; // // button1 // button1.Dock = DockStyle.Fill; button1.Enabled = false; button1.Location = new Point(337, 3); button1.Name = "button1"; button1.Size = new Size(80, 28); button1.TabIndex = 0; button1.Text = "OK"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // button2 // button2.Dock = DockStyle.Fill; button2.Location = new Point(423, 3); button2.Name = "button2"; button2.Size = new Size(82, 28); button2.TabIndex = 1; button2.Text = "Cancel"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // StreamAcquirerPickingForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(514, 392); Controls.Add(tableLayoutPanel1); FormBorderStyle = FormBorderStyle.FixedToolWindow; Name = "StreamAcquirerPickingForm"; Text = "StreamAcquirerPickingForm"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); ResumeLayout(false); } #endregion private TableLayoutPanel tableLayoutPanel1; private ListView listView1; private ColumnHeader columnHeader1; private ColumnHeader columnHeader2; private TableLayoutPanel tableLayoutPanel2; private Button button1; private Button button2; } }