markus / ConvertService / ConverterService / RemotingTest / Form1.Designer.cs @ 58c9a957
이력 | 보기 | 이력해설 | 다운로드 (7.43 KB)
1 |
namespace RemotingTest |
---|---|
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.checkBox1 = new System.Windows.Forms.CheckBox(); |
33 |
this.button2 = new System.Windows.Forms.Button(); |
34 |
this.button3 = new System.Windows.Forms.Button(); |
35 |
this.button4 = new System.Windows.Forms.Button(); |
36 |
this.button5 = new System.Windows.Forms.Button(); |
37 |
this.button6 = new System.Windows.Forms.Button(); |
38 |
this.button7 = new System.Windows.Forms.Button(); |
39 |
this.button8 = new System.Windows.Forms.Button(); |
40 |
this.button9 = new System.Windows.Forms.Button(); |
41 |
this.SuspendLayout(); |
42 |
// |
43 |
// button1 |
44 |
// |
45 |
this.button1.Location = new System.Drawing.Point(13, 103); |
46 |
this.button1.Name = "button1"; |
47 |
this.button1.Size = new System.Drawing.Size(75, 23); |
48 |
this.button1.TabIndex = 0; |
49 |
this.button1.Text = "Send Test"; |
50 |
this.button1.UseVisualStyleBackColor = true; |
51 |
this.button1.Click += new System.EventHandler(this.button1_Click); |
52 |
// |
53 |
// checkBox1 |
54 |
// |
55 |
this.checkBox1.AutoSize = true; |
56 |
this.checkBox1.Location = new System.Drawing.Point(137, 19); |
57 |
this.checkBox1.Name = "checkBox1"; |
58 |
this.checkBox1.Size = new System.Drawing.Size(70, 16); |
59 |
this.checkBox1.TabIndex = 1; |
60 |
this.checkBox1.Text = "IsServer"; |
61 |
this.checkBox1.UseVisualStyleBackColor = true; |
62 |
// |
63 |
// button2 |
64 |
// |
65 |
this.button2.Location = new System.Drawing.Point(12, 15); |
66 |
this.button2.Name = "button2"; |
67 |
this.button2.Size = new System.Drawing.Size(75, 23); |
68 |
this.button2.TabIndex = 2; |
69 |
this.button2.Text = "Server On"; |
70 |
this.button2.UseVisualStyleBackColor = true; |
71 |
this.button2.Click += new System.EventHandler(this.button2_Click); |
72 |
// |
73 |
// button3 |
74 |
// |
75 |
this.button3.Location = new System.Drawing.Point(12, 149); |
76 |
this.button3.Name = "button3"; |
77 |
this.button3.Size = new System.Drawing.Size(75, 23); |
78 |
this.button3.TabIndex = 3; |
79 |
this.button3.Text = "Get Test"; |
80 |
this.button3.UseVisualStyleBackColor = true; |
81 |
this.button3.Click += new System.EventHandler(this.button3_Click); |
82 |
// |
83 |
// button4 |
84 |
// |
85 |
this.button4.Location = new System.Drawing.Point(137, 103); |
86 |
this.button4.Name = "button4"; |
87 |
this.button4.Size = new System.Drawing.Size(75, 23); |
88 |
this.button4.TabIndex = 4; |
89 |
this.button4.Text = "Path Test"; |
90 |
this.button4.UseVisualStyleBackColor = true; |
91 |
this.button4.Click += new System.EventHandler(this.button4_Click); |
92 |
// |
93 |
// button5 |
94 |
// |
95 |
this.button5.Location = new System.Drawing.Point(239, 103); |
96 |
this.button5.Name = "button5"; |
97 |
this.button5.Size = new System.Drawing.Size(75, 23); |
98 |
this.button5.TabIndex = 5; |
99 |
this.button5.Text = "Path Test"; |
100 |
this.button5.UseVisualStyleBackColor = true; |
101 |
this.button5.Click += new System.EventHandler(this.button5_Click); |
102 |
// |
103 |
// button6 |
104 |
// |
105 |
this.button6.Location = new System.Drawing.Point(137, 149); |
106 |
this.button6.Name = "button6"; |
107 |
this.button6.Size = new System.Drawing.Size(75, 23); |
108 |
this.button6.TabIndex = 6; |
109 |
this.button6.Text = "Remoting Test"; |
110 |
this.button6.UseVisualStyleBackColor = true; |
111 |
this.button6.Click += new System.EventHandler(this.button6_Click); |
112 |
// |
113 |
// button7 |
114 |
// |
115 |
this.button7.Location = new System.Drawing.Point(251, 149); |
116 |
this.button7.Name = "button7"; |
117 |
this.button7.Size = new System.Drawing.Size(75, 23); |
118 |
this.button7.TabIndex = 7; |
119 |
this.button7.Text = "Remoting Test"; |
120 |
this.button7.UseVisualStyleBackColor = true; |
121 |
this.button7.Click += new System.EventHandler(this.button7_Click); |
122 |
// |
123 |
// button8 |
124 |
// |
125 |
this.button8.Location = new System.Drawing.Point(12, 74); |
126 |
this.button8.Name = "button8"; |
127 |
this.button8.Size = new System.Drawing.Size(75, 23); |
128 |
this.button8.TabIndex = 8; |
129 |
this.button8.Text = "Send2 Test"; |
130 |
this.button8.UseVisualStyleBackColor = true; |
131 |
this.button8.Click += new System.EventHandler(this.button8_Click); |
132 |
// |
133 |
// button9 |
134 |
// |
135 |
this.button9.Location = new System.Drawing.Point(276, 58); |
136 |
this.button9.Name = "button9"; |
137 |
this.button9.Size = new System.Drawing.Size(75, 23); |
138 |
this.button9.TabIndex = 9; |
139 |
this.button9.Text = "hostname Test"; |
140 |
this.button9.UseVisualStyleBackColor = true; |
141 |
this.button9.Click += new System.EventHandler(this.button9_Click); |
142 |
// |
143 |
// Form1 |
144 |
// |
145 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
146 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
147 |
this.ClientSize = new System.Drawing.Size(410, 214); |
148 |
this.Controls.Add(this.button9); |
149 |
this.Controls.Add(this.button8); |
150 |
this.Controls.Add(this.button7); |
151 |
this.Controls.Add(this.button6); |
152 |
this.Controls.Add(this.button5); |
153 |
this.Controls.Add(this.button4); |
154 |
this.Controls.Add(this.button3); |
155 |
this.Controls.Add(this.button2); |
156 |
this.Controls.Add(this.checkBox1); |
157 |
this.Controls.Add(this.button1); |
158 |
this.Name = "Form1"; |
159 |
this.Text = "Form1"; |
160 |
this.Load += new System.EventHandler(this.Form1_Load); |
161 |
this.ResumeLayout(false); |
162 |
this.PerformLayout(); |
163 |
|
164 |
} |
165 |
|
166 |
#endregion |
167 |
|
168 |
private System.Windows.Forms.Button button1; |
169 |
private System.Windows.Forms.CheckBox checkBox1; |
170 |
private System.Windows.Forms.Button button2; |
171 |
private System.Windows.Forms.Button button3; |
172 |
private System.Windows.Forms.Button button4; |
173 |
private System.Windows.Forms.Button button5; |
174 |
private System.Windows.Forms.Button button6; |
175 |
private System.Windows.Forms.Button button7; |
176 |
private System.Windows.Forms.Button button8; |
177 |
private System.Windows.Forms.Button button9; |
178 |
} |
179 |
} |
180 |
|