~pogs-troubleshooters/pogs/trunk

« back to all changes in this revision

Viewing changes to POGSWINSERVER/Form1.Designer.cs

  • Committer: Brashko
  • Author(s): Brashko
  • Date: 2008-12-28 17:13:38 UTC
  • Revision ID: james.brashko4ever@hotmail.com-20081228171338-ncllvt13gdtcvepm
 My first version of working server code. Observers can connect using both the JParanoia and POGS clients. Clients can be muted and kicked. 
This is only a rough implimentation, I expect that a lot of these things will change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace POGSSERVER
 
2
{
 
3
    partial class Form1
 
4
    {
 
5
        /// <summary>
 
6
        /// Required designer variable.
 
7
        /// </summary>
 
8
        private System.ComponentModel.IContainer components = null;
 
9
 
 
10
        /// <summary>
 
11
        /// Clean up any resources being used.
 
12
        /// </summary>
 
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 
14
        protected override void Dispose(bool disposing)
 
15
        {
 
16
            if (disposing && (components != null))
 
17
            {
 
18
                components.Dispose();
 
19
            }
 
20
            base.Dispose(disposing);
 
21
        }
 
22
 
 
23
        #region Windows Form Designer generated code
 
24
 
 
25
        /// <summary>
 
26
        /// Required method for Designer support - do not modify
 
27
        /// the contents of this method with the code editor.
 
28
        /// </summary>
 
29
        private void InitializeComponent()
 
30
        {
 
31
            this.button1 = new System.Windows.Forms.Button();
 
32
            this.button2 = new System.Windows.Forms.Button();
 
33
            this.IPEntry = new System.Windows.Forms.TextBox();
 
34
            this.datarecieved = new System.Windows.Forms.RichTextBox();
 
35
            this.Portentry = new System.Windows.Forms.TextBox();
 
36
            this.listBox1 = new System.Windows.Forms.ListBox();
 
37
            this.button3 = new System.Windows.Forms.Button();
 
38
            this.button4 = new System.Windows.Forms.Button();
 
39
            this.button5 = new System.Windows.Forms.Button();
 
40
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
 
41
            this.observersHeardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
42
            this.observersHeardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 
43
            this.button6 = new System.Windows.Forms.Button();
 
44
            this.menuStrip1.SuspendLayout();
 
45
            this.SuspendLayout();
 
46
            // 
 
47
            // button1
 
48
            // 
 
49
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
50
            this.button1.Location = new System.Drawing.Point(277, 259);
 
51
            this.button1.Name = "button1";
 
52
            this.button1.Size = new System.Drawing.Size(75, 23);
 
53
            this.button1.TabIndex = 0;
 
54
            this.button1.Text = "Stop";
 
55
            this.button1.UseVisualStyleBackColor = true;
 
56
            this.button1.Click += new System.EventHandler(this.button1_Click);
 
57
            // 
 
58
            // button2
 
59
            // 
 
60
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
61
            this.button2.Location = new System.Drawing.Point(12, 259);
 
62
            this.button2.Name = "button2";
 
63
            this.button2.Size = new System.Drawing.Size(75, 23);
 
64
            this.button2.TabIndex = 1;
 
65
            this.button2.Text = "Start";
 
66
            this.button2.UseVisualStyleBackColor = true;
 
67
            this.button2.Click += new System.EventHandler(this.button2_Click);
 
68
            // 
 
69
            // IPEntry
 
70
            // 
 
71
            this.IPEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
 
72
                        | System.Windows.Forms.AnchorStyles.Right)));
 
73
            this.IPEntry.Location = new System.Drawing.Point(12, 233);
 
74
            this.IPEntry.Name = "IPEntry";
 
75
            this.IPEntry.Size = new System.Drawing.Size(234, 20);
 
76
            this.IPEntry.TabIndex = 2;
 
77
            this.IPEntry.Text = "127.0.0.1";
 
78
            // 
 
79
            // datarecieved
 
80
            // 
 
81
            this.datarecieved.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
 
82
                        | System.Windows.Forms.AnchorStyles.Left)
 
83
                        | System.Windows.Forms.AnchorStyles.Right)));
 
84
            this.datarecieved.Location = new System.Drawing.Point(12, 27);
 
85
            this.datarecieved.Name = "datarecieved";
 
86
            this.datarecieved.Size = new System.Drawing.Size(340, 200);
 
87
            this.datarecieved.TabIndex = 3;
 
88
            this.datarecieved.Text = "";
 
89
            // 
 
90
            // Portentry
 
91
            // 
 
92
            this.Portentry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
93
            this.Portentry.Location = new System.Drawing.Point(252, 233);
 
94
            this.Portentry.Name = "Portentry";
 
95
            this.Portentry.Size = new System.Drawing.Size(100, 20);
 
96
            this.Portentry.TabIndex = 4;
 
97
            this.Portentry.Text = "11777";
 
98
            // 
 
99
            // listBox1
 
100
            // 
 
101
            this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
102
            this.listBox1.FormattingEnabled = true;
 
103
            this.listBox1.Location = new System.Drawing.Point(358, 28);
 
104
            this.listBox1.Name = "listBox1";
 
105
            this.listBox1.Size = new System.Drawing.Size(167, 225);
 
106
            this.listBox1.TabIndex = 5;
 
107
            // 
 
108
            // button3
 
109
            // 
 
110
            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
111
            this.button3.Location = new System.Drawing.Point(93, 259);
 
112
            this.button3.Name = "button3";
 
113
            this.button3.Size = new System.Drawing.Size(77, 23);
 
114
            this.button3.TabIndex = 6;
 
115
            this.button3.Text = "IP check";
 
116
            this.button3.UseVisualStyleBackColor = true;
 
117
            this.button3.Click += new System.EventHandler(this.button3_Click);
 
118
            // 
 
119
            // button4
 
120
            // 
 
121
            this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
122
            this.button4.Location = new System.Drawing.Point(193, 260);
 
123
            this.button4.Name = "button4";
 
124
            this.button4.Size = new System.Drawing.Size(78, 22);
 
125
            this.button4.TabIndex = 7;
 
126
            this.button4.Text = "Close";
 
127
            this.button4.UseVisualStyleBackColor = true;
 
128
            this.button4.Click += new System.EventHandler(this.button4_Click);
 
129
            // 
 
130
            // button5
 
131
            // 
 
132
            this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
133
            this.button5.Location = new System.Drawing.Point(440, 256);
 
134
            this.button5.Name = "button5";
 
135
            this.button5.Size = new System.Drawing.Size(84, 25);
 
136
            this.button5.TabIndex = 8;
 
137
            this.button5.Text = "Kick player";
 
138
            this.button5.UseVisualStyleBackColor = true;
 
139
            this.button5.Click += new System.EventHandler(this.button5_Click);
 
140
            // 
 
141
            // menuStrip1
 
142
            // 
 
143
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
144
            this.observersHeardToolStripMenuItem});
 
145
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
 
146
            this.menuStrip1.Name = "menuStrip1";
 
147
            this.menuStrip1.Size = new System.Drawing.Size(537, 24);
 
148
            this.menuStrip1.TabIndex = 9;
 
149
            this.menuStrip1.Text = "menuStrip1";
 
150
            // 
 
151
            // observersHeardToolStripMenuItem
 
152
            // 
 
153
            this.observersHeardToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
154
            this.observersHeardToolStripMenuItem1});
 
155
            this.observersHeardToolStripMenuItem.Name = "observersHeardToolStripMenuItem";
 
156
            this.observersHeardToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
 
157
            this.observersHeardToolStripMenuItem.Text = "Stuff";
 
158
            // 
 
159
            // observersHeardToolStripMenuItem1
 
160
            // 
 
161
            this.observersHeardToolStripMenuItem1.Checked = true;
 
162
            this.observersHeardToolStripMenuItem1.CheckOnClick = true;
 
163
            this.observersHeardToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
 
164
            this.observersHeardToolStripMenuItem1.Name = "observersHeardToolStripMenuItem1";
 
165
            this.observersHeardToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
 
166
            this.observersHeardToolStripMenuItem1.Text = "Observers heard";
 
167
            this.observersHeardToolStripMenuItem1.Click += new System.EventHandler(this.observersHeardToolStripMenuItem1_Click);
 
168
            // 
 
169
            // button6
 
170
            // 
 
171
            this.button6.Location = new System.Drawing.Point(358, 258);
 
172
            this.button6.Name = "button6";
 
173
            this.button6.Size = new System.Drawing.Size(76, 22);
 
174
            this.button6.TabIndex = 10;
 
175
            this.button6.Text = "Mute player";
 
176
            this.button6.UseVisualStyleBackColor = true;
 
177
            this.button6.Click += new System.EventHandler(this.button6_Click);
 
178
            // 
 
179
            // Form1
 
180
            // 
 
181
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
182
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
183
            this.ClientSize = new System.Drawing.Size(537, 294);
 
184
            this.Controls.Add(this.button6);
 
185
            this.Controls.Add(this.button5);
 
186
            this.Controls.Add(this.button4);
 
187
            this.Controls.Add(this.button3);
 
188
            this.Controls.Add(this.listBox1);
 
189
            this.Controls.Add(this.Portentry);
 
190
            this.Controls.Add(this.datarecieved);
 
191
            this.Controls.Add(this.IPEntry);
 
192
            this.Controls.Add(this.button2);
 
193
            this.Controls.Add(this.button1);
 
194
            this.Controls.Add(this.menuStrip1);
 
195
            this.MainMenuStrip = this.menuStrip1;
 
196
            this.Name = "Form1";
 
197
            this.Text = "Form1";
 
198
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
 
199
            this.menuStrip1.ResumeLayout(false);
 
200
            this.menuStrip1.PerformLayout();
 
201
            this.ResumeLayout(false);
 
202
            this.PerformLayout();
 
203
 
 
204
        }
 
205
 
 
206
        #endregion
 
207
 
 
208
        private System.Windows.Forms.Button button1;
 
209
        private System.Windows.Forms.Button button2;
 
210
        private System.Windows.Forms.TextBox IPEntry;
 
211
        private System.Windows.Forms.RichTextBox datarecieved;
 
212
        private System.Windows.Forms.TextBox Portentry;
 
213
        private System.Windows.Forms.ListBox listBox1;
 
214
        private System.Windows.Forms.Button button3;
 
215
        private System.Windows.Forms.Button button4;
 
216
        private System.Windows.Forms.Button button5;
 
217
        private System.Windows.Forms.MenuStrip menuStrip1;
 
218
        private System.Windows.Forms.ToolStripMenuItem observersHeardToolStripMenuItem;
 
219
        private System.Windows.Forms.ToolStripMenuItem observersHeardToolStripMenuItem1;
 
220
        private System.Windows.Forms.Button button6;
 
221
    }
 
222
}
 
223