diff options
Diffstat (limited to 'Main-sever.Designer.cs')
-rw-r--r-- | Main-sever.Designer.cs | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/Main-sever.Designer.cs b/Main-sever.Designer.cs deleted file mode 100644 index af8cfe8..0000000 --- a/Main-sever.Designer.cs +++ /dev/null | |||
@@ -1,80 +0,0 @@ | |||
1 | /* | ||
2 | Copyright (c) 2007 Michael Wright | ||
3 | |||
4 | This program is free software; you can redistribute it and/or | ||
5 | modify it under the terms of the GNU General Public License | ||
6 | as published by the Free Software Foundation; either version 2 | ||
7 | of the License, or (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License | ||
15 | along with this program; if not, write to the Free Software | ||
16 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
17 | */ | ||
18 | namespace Second_server | ||
19 | { | ||
20 | partial class Main_server : System.Windows.Forms.Form | ||
21 | { | ||
22 | /// <summary> | ||
23 | /// Designer variable used to keep track of non-visual components. | ||
24 | /// </summary> | ||
25 | private System.ComponentModel.IContainer components = null; | ||
26 | |||
27 | /// <summary> | ||
28 | /// Disposes resources used by the form. | ||
29 | /// </summary> | ||
30 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||
31 | protected override void Dispose(bool disposing) | ||
32 | { | ||
33 | if (disposing) { | ||
34 | if (components != null) { | ||
35 | components.Dispose(); | ||
36 | } | ||
37 | } | ||
38 | base.Dispose(disposing); | ||
39 | } | ||
40 | |||
41 | /// <summary> | ||
42 | /// This method is required for Windows Forms designer support. | ||
43 | /// Do not change the method contents inside the source code editor. The Forms designer might | ||
44 | /// not be able to load this method if it was changed manually. | ||
45 | /// </summary> | ||
46 | private void InitializeComponent() | ||
47 | { | ||
48 | this.components = new System.ComponentModel.Container(); | ||
49 | this.richTextBox1 = new System.Windows.Forms.RichTextBox(); | ||
50 | this.timer1 = new System.Windows.Forms.Timer(this.components); | ||
51 | this.SuspendLayout(); | ||
52 | // | ||
53 | // richTextBox1 | ||
54 | // | ||
55 | this.richTextBox1.Location = new System.Drawing.Point(11, 12); | ||
56 | this.richTextBox1.Name = "richTextBox1"; | ||
57 | this.richTextBox1.Size = new System.Drawing.Size(346, 402); | ||
58 | this.richTextBox1.TabIndex = 0; | ||
59 | this.richTextBox1.Text = ""; | ||
60 | // | ||
61 | // timer1 | ||
62 | // | ||
63 | this.timer1.Enabled = true; | ||
64 | this.timer1.Interval = 200; | ||
65 | this.timer1.Tick += new System.EventHandler(this.Timer1Tick); | ||
66 | // | ||
67 | // Main_server | ||
68 | // | ||
69 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | ||
70 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||
71 | this.ClientSize = new System.Drawing.Size(596, 426); | ||
72 | this.Controls.Add(this.richTextBox1); | ||
73 | this.Name = "Main_server"; | ||
74 | this.Text = "Main_sever"; | ||
75 | this.ResumeLayout(false); | ||
76 | } | ||
77 | private System.Windows.Forms.Timer timer1; | ||
78 | private System.Windows.Forms.RichTextBox richTextBox1; | ||
79 | } | ||
80 | } | ||