WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 21  →  ?path2? @ 22
/trunk/WingMan/WingManForm.Designer.cs
@@ -15,6 +15,7 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.RemoteBindingsComboBox = new System.Windows.Forms.ComboBox();
@@ -44,8 +45,6 @@
this.Port = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.Address = new System.Windows.Forms.TextBox();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
@@ -56,11 +55,11 @@
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.OverlayPanel = new System.Windows.Forms.Panel();
this.OverlayPanelLabel = new System.Windows.Forms.Label();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.statusStrip.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox5.SuspendLayout();
@@ -81,7 +80,7 @@
this.groupBox1.Controls.Add(this.RemoteBindingsListBox);
this.groupBox1.Location = new System.Drawing.Point(8, 10);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(248, 296);
this.groupBox1.Size = new System.Drawing.Size(248, 318);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Remote (Them)";
@@ -99,7 +98,7 @@
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(168, 264);
this.button2.Location = new System.Drawing.Point(168, 284);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 4;
@@ -110,7 +109,7 @@
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(88, 264);
this.button1.Location = new System.Drawing.Point(88, 284);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
@@ -121,7 +120,7 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 236);
this.label1.Location = new System.Drawing.Point(8, 256);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 13);
this.label1.TabIndex = 2;
@@ -130,7 +129,7 @@
// RemoteBindingsBindToBox
//
this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 232);
this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 252);
this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
this.RemoteBindingsBindToBox.ReadOnly = true;
this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
@@ -142,7 +141,7 @@
this.RemoteBindingsListBox.FormattingEnabled = true;
this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56);
this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 158);
this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 184);
this.RemoteBindingsListBox.TabIndex = 0;
this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
//
@@ -154,7 +153,7 @@
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(530, 311);
this.groupBox2.Size = new System.Drawing.Size(530, 337);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Lobby";
@@ -198,7 +197,7 @@
this.groupBox3.Controls.Add(this.LocalNameTextBox);
this.groupBox3.Location = new System.Drawing.Point(272, 8);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(248, 296);
this.groupBox3.Size = new System.Drawing.Size(248, 320);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Local (You)";
@@ -209,13 +208,13 @@
this.LocalBindingsListBox.FormattingEnabled = true;
this.LocalBindingsListBox.Location = new System.Drawing.Point(8, 16);
this.LocalBindingsListBox.Name = "LocalBindingsListBox";
this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 197);
this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 223);
this.LocalBindingsListBox.TabIndex = 7;
//
// button3
//
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(168, 264);
this.button3.Location = new System.Drawing.Point(168, 288);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 6;
@@ -226,7 +225,7 @@
// HelmAddButton
//
this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.HelmAddButton.Location = new System.Drawing.Point(88, 264);
this.HelmAddButton.Location = new System.Drawing.Point(88, 288);
this.HelmAddButton.Name = "HelmAddButton";
this.HelmAddButton.Size = new System.Drawing.Size(75, 23);
this.HelmAddButton.TabIndex = 5;
@@ -237,7 +236,7 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 236);
this.label2.Location = new System.Drawing.Point(24, 260);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 4;
@@ -246,7 +245,7 @@
// LocalNameTextBox
//
this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LocalNameTextBox.Location = new System.Drawing.Point(72, 232);
this.LocalNameTextBox.Location = new System.Drawing.Point(72, 256);
this.LocalNameTextBox.Name = "LocalNameTextBox";
this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
this.LocalNameTextBox.TabIndex = 3;
@@ -266,7 +265,7 @@
this.groupBox4.Controls.Add(this.Address);
this.groupBox4.Location = new System.Drawing.Point(8, 8);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(512, 112);
this.groupBox4.Size = new System.Drawing.Size(512, 120);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Connection";
@@ -274,7 +273,7 @@
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(259, 20);
this.label6.Location = new System.Drawing.Point(279, 20);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 13);
this.label6.TabIndex = 10;
@@ -283,9 +282,10 @@
// Password
//
this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Password.Location = new System.Drawing.Point(316, 16);
this.Password.Location = new System.Drawing.Point(336, 16);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(160, 20);
this.Password.PasswordChar = '*';
this.Password.Size = new System.Drawing.Size(104, 20);
this.Password.TabIndex = 9;
//
// label5
@@ -319,7 +319,7 @@
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(165, 20);
this.label4.Location = new System.Drawing.Point(185, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(26, 13);
this.label4.TabIndex = 3;
@@ -339,7 +339,7 @@
// Port
//
this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Port.Location = new System.Drawing.Point(195, 16);
this.Port.Location = new System.Drawing.Point(215, 16);
this.Port.Name = "Port";
this.Port.Size = new System.Drawing.Size(60, 20);
this.Port.TabIndex = 2;
@@ -349,37 +349,22 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 20);
this.label3.Location = new System.Drawing.Point(40, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 13);
this.label3.Size = new System.Drawing.Size(29, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Address";
this.label3.Text = "Host";
//
// Address
//
this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Address.Location = new System.Drawing.Point(81, 16);
this.Address.Location = new System.Drawing.Point(76, 16);
this.Address.Name = "Address";
this.Address.Size = new System.Drawing.Size(80, 20);
this.Address.Size = new System.Drawing.Size(104, 20);
this.Address.TabIndex = 0;
this.Address.Text = "0.0.0.0";
this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel});
this.statusStrip.Location = new System.Drawing.Point(0, 428);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(544, 22);
this.statusStrip.TabIndex = 4;
this.statusStrip.Text = "statusStrip1";
//
// toolStripStatusLabel
//
this.toolStripStatusLabel.Name = "toolStripStatusLabel";
this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
@@ -386,10 +371,10 @@
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(3, 92);
this.tabControl1.Location = new System.Drawing.Point(3, 90);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(538, 337);
this.tabControl1.Size = new System.Drawing.Size(538, 363);
this.tabControl1.TabIndex = 5;
//
// tabPage1
@@ -399,7 +384,7 @@
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(530, 311);
this.tabPage1.Size = new System.Drawing.Size(530, 337);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Connection";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -407,9 +392,9 @@
// groupBox5
//
this.groupBox5.Controls.Add(this.ActivityTextBox);
this.groupBox5.Location = new System.Drawing.Point(8, 128);
this.groupBox5.Location = new System.Drawing.Point(8, 136);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(512, 176);
this.groupBox5.Size = new System.Drawing.Size(512, 192);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Activity";
@@ -421,7 +406,7 @@
this.ActivityTextBox.Multiline = true;
this.ActivityTextBox.Name = "ActivityTextBox";
this.ActivityTextBox.ReadOnly = true;
this.ActivityTextBox.Size = new System.Drawing.Size(496, 152);
this.ActivityTextBox.Size = new System.Drawing.Size(496, 168);
this.ActivityTextBox.TabIndex = 4;
//
// tabPage2
@@ -431,7 +416,7 @@
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(530, 311);
this.tabPage2.Size = new System.Drawing.Size(530, 337);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Bindings";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -441,7 +426,7 @@
this.tabPage3.Controls.Add(this.groupBox2);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(530, 311);
this.tabPage3.Size = new System.Drawing.Size(530, 337);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Chat";
this.tabPage3.UseVisualStyleBackColor = true;
@@ -452,7 +437,7 @@
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(3, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(538, 83);
this.pictureBox1.Size = new System.Drawing.Size(538, 81);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
@@ -466,9 +451,9 @@
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.71428F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.28571F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 432);
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.07895F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.92105F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 456);
this.tableLayoutPanel1.TabIndex = 7;
//
// OverlayPanel
@@ -478,7 +463,7 @@
this.OverlayPanel.Controls.Add(this.OverlayPanelLabel);
this.OverlayPanel.Location = new System.Drawing.Point(0, 0);
this.OverlayPanel.Name = "OverlayPanel";
this.OverlayPanel.Size = new System.Drawing.Size(544, 432);
this.OverlayPanel.Size = new System.Drawing.Size(544, 448);
this.OverlayPanel.TabIndex = 8;
this.OverlayPanel.Visible = false;
//
@@ -492,6 +477,13 @@
this.OverlayPanelLabel.TabIndex = 0;
this.OverlayPanelLabel.Text = "Press key-combination to bind...";
//
// notifyIcon1
//
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "notifyIcon1";
this.notifyIcon1.Visible = true;
this.notifyIcon1.DoubleClick += new System.EventHandler(this.NotifyIconDoubleClick);
//
// WingManForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -498,18 +490,17 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(544, 450);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.OverlayPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(560, 488);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(560, 488);
this.Name = "WingManForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "WingMan © 2018 Wizardry and Steamworks";
this.Load += new System.EventHandler(this.WingManFormOnLoad);
this.Resize += new System.EventHandler(this.WingManFormResized);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
@@ -518,8 +509,6 @@
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
@@ -559,8 +548,6 @@
private System.Windows.Forms.TextBox Port;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox Address;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Nick;
@@ -577,6 +564,7 @@
private System.Windows.Forms.Label OverlayPanelLabel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.NotifyIcon notifyIcon1;
}
}