namespace ScpServer { partial class WinProgs { /// /// 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() { this.listBox1 = new System.Windows.Forms.ListBox(); this.button2 = new System.Windows.Forms.Button(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.bnSave = new System.Windows.Forms.Button(); 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.SuspendLayout(); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(5, 4); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(279, 199); this.listBox1.TabIndex = 0; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // button2 // this.button2.Location = new System.Drawing.Point(516, 180); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(114, 23); this.button2.TabIndex = 2; this.button2.Text = "Browse More"; this.button2.UseVisualStyleBackColor = true; // // listBox2 // this.listBox2.FormattingEnabled = true; this.listBox2.Location = new System.Drawing.Point(290, 4); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(220, 199); this.listBox2.TabIndex = 0; this.listBox2.SelectedIndexChanged += new System.EventHandler(this.listBox2_SelectedIndexChanged); // // label1 // this.label1.Location = new System.Drawing.Point(5, 206); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(717, 19); this.label1.TabIndex = 3; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(601, 6); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 21); this.comboBox1.TabIndex = 6; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(601, 33); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(121, 21); this.comboBox2.TabIndex = 6; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged); // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Location = new System.Drawing.Point(601, 60); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(121, 21); this.comboBox3.TabIndex = 6; this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged); // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Location = new System.Drawing.Point(601, 87); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(121, 21); this.comboBox4.TabIndex = 6; this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged); // // bnSave // this.bnSave.Location = new System.Drawing.Point(655, 180); this.bnSave.Name = "bnSave"; this.bnSave.Size = new System.Drawing.Size(67, 23); this.bnSave.TabIndex = 2; this.bnSave.Text = "Save"; this.bnSave.UseVisualStyleBackColor = true; this.bnSave.Click += new System.EventHandler(this.bnSave_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(516, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 13); this.label2.TabIndex = 7; this.label2.Text = "Controller 1"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(516, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 13); this.label3.TabIndex = 7; this.label3.Text = "Controller 2"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(516, 63); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 13); this.label4.TabIndex = 7; this.label4.Text = "Controller 3"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(516, 90); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 13); this.label5.TabIndex = 7; this.label5.Text = "Controller 4"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(530, 129); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(182, 24); this.label6.TabIndex = 8; this.label6.Text = "Not yet ready for use"; // // WinProgs // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(736, 230); 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.comboBox4); this.Controls.Add(this.comboBox3); this.Controls.Add(this.comboBox2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label1); this.Controls.Add(this.bnSave); this.Controls.Add(this.button2); this.Controls.Add(this.listBox2); this.Controls.Add(this.listBox1); this.Name = "WinProgs"; this.Text = "Auto-Profiles"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.Button bnSave; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; } }