Korero – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Korero.Teleport
3 {
4 partial class TeleportForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TeleportForm));
20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
21 this.label1 = new System.Windows.Forms.Label();
22 this.textBox1 = new System.Windows.Forms.TextBox();
23 this.label2 = new System.Windows.Forms.Label();
24 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
25 this.textBox2 = new System.Windows.Forms.TextBox();
26 this.textBox3 = new System.Windows.Forms.TextBox();
27 this.textBox4 = new System.Windows.Forms.TextBox();
28 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
29 this.button1 = new System.Windows.Forms.Button();
30 this.button3 = new System.Windows.Forms.Button();
31 this.tabControl1 = new System.Windows.Forms.TabControl();
32 this.tabPage1 = new System.Windows.Forms.TabPage();
33 this.tabPage2 = new System.Windows.Forms.TabPage();
34 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
35 this.label3 = new System.Windows.Forms.Label();
36 this.comboBox1 = new System.Windows.Forms.ComboBox();
37 this.button2 = new System.Windows.Forms.Button();
38 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
39 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
40 this.tableLayoutPanel1.SuspendLayout();
41 this.tableLayoutPanel2.SuspendLayout();
42 this.tableLayoutPanel4.SuspendLayout();
43 this.tabControl1.SuspendLayout();
44 this.tabPage1.SuspendLayout();
45 this.tabPage2.SuspendLayout();
46 this.tableLayoutPanel3.SuspendLayout();
47 this.statusStrip1.SuspendLayout();
48 this.SuspendLayout();
49 //
50 // tableLayoutPanel1
51 //
52 this.tableLayoutPanel1.ColumnCount = 2;
53 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.23134F));
54 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 83.76865F));
55 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
56 this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0);
57 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
58 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 1);
59 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 1, 2);
60 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
61 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
62 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
63 this.tableLayoutPanel1.RowCount = 3;
64 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.441559F));
65 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.74026F));
66 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.81818F));
67 this.tableLayoutPanel1.Size = new System.Drawing.Size(536, 283);
68 this.tableLayoutPanel1.TabIndex = 0;
69 //
70 // label1
71 //
72 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
73 this.label1.AutoSize = true;
74 this.label1.Location = new System.Drawing.Point(3, 5);
75 this.label1.Name = "label1";
76 this.label1.Size = new System.Drawing.Size(80, 13);
77 this.label1.TabIndex = 0;
78 this.label1.Text = "Region Name";
79 //
80 // textBox1
81 //
82 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
83 this.textBox1.Location = new System.Drawing.Point(89, 3);
84 this.textBox1.Name = "textBox1";
85 this.textBox1.Size = new System.Drawing.Size(444, 20);
86 this.textBox1.TabIndex = 1;
87 this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox1_KeyPress);
88 //
89 // label2
90 //
91 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
92 this.label2.AutoSize = true;
93 this.label2.Location = new System.Drawing.Point(3, 30);
94 this.label2.Name = "label2";
95 this.label2.Size = new System.Drawing.Size(80, 13);
96 this.label2.TabIndex = 3;
97 this.label2.Text = "Position";
98 //
99 // tableLayoutPanel2
100 //
101 this.tableLayoutPanel2.ColumnCount = 3;
102 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
103 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
104 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
105 this.tableLayoutPanel2.Controls.Add(this.textBox2, 0, 0);
106 this.tableLayoutPanel2.Controls.Add(this.textBox3, 1, 0);
107 this.tableLayoutPanel2.Controls.Add(this.textBox4, 2, 0);
108 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
109 this.tableLayoutPanel2.Location = new System.Drawing.Point(89, 26);
110 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
111 this.tableLayoutPanel2.RowCount = 1;
112 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
113 this.tableLayoutPanel2.Size = new System.Drawing.Size(444, 21);
114 this.tableLayoutPanel2.TabIndex = 4;
115 //
116 // textBox2
117 //
118 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
119 this.textBox2.Location = new System.Drawing.Point(3, 3);
120 this.textBox2.MaxLength = 3;
121 this.textBox2.Name = "textBox2";
122 this.textBox2.Size = new System.Drawing.Size(142, 20);
123 this.textBox2.TabIndex = 0;
124 this.textBox2.Text = "128";
125 //
126 // textBox3
127 //
128 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
129 this.textBox3.Location = new System.Drawing.Point(151, 3);
130 this.textBox3.MaxLength = 3;
131 this.textBox3.Name = "textBox3";
132 this.textBox3.Size = new System.Drawing.Size(142, 20);
133 this.textBox3.TabIndex = 1;
134 this.textBox3.Text = "128";
135 //
136 // textBox4
137 //
138 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
139 this.textBox4.Location = new System.Drawing.Point(299, 3);
140 this.textBox4.Name = "textBox4";
141 this.textBox4.Size = new System.Drawing.Size(142, 20);
142 this.textBox4.TabIndex = 2;
143 this.textBox4.Text = "25";
144 //
145 // tableLayoutPanel4
146 //
147 this.tableLayoutPanel4.ColumnCount = 2;
148 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.69369F));
149 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 81.3063F));
150 this.tableLayoutPanel4.Controls.Add(this.button1, 0, 0);
151 this.tableLayoutPanel4.Controls.Add(this.button3, 1, 0);
152 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
153 this.tableLayoutPanel4.Location = new System.Drawing.Point(89, 53);
154 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
155 this.tableLayoutPanel4.RowCount = 1;
156 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
157 this.tableLayoutPanel4.Size = new System.Drawing.Size(444, 227);
158 this.tableLayoutPanel4.TabIndex = 5;
159 //
160 // button1
161 //
162 this.button1.Location = new System.Drawing.Point(3, 3);
163 this.button1.Name = "button1";
164 this.button1.Size = new System.Drawing.Size(75, 22);
165 this.button1.TabIndex = 2;
166 this.button1.Text = "Teleport";
167 this.button1.UseVisualStyleBackColor = true;
168 this.button1.Click += new System.EventHandler(this.Button1_Click);
169 //
170 // button3
171 //
172 this.button3.Location = new System.Drawing.Point(85, 3);
173 this.button3.Name = "button3";
174 this.button3.Size = new System.Drawing.Size(75, 23);
175 this.button3.TabIndex = 3;
176 this.button3.Text = "Go Home";
177 this.button3.UseVisualStyleBackColor = true;
178 this.button3.Click += new System.EventHandler(this.Button3_Click);
179 //
180 // tabControl1
181 //
182 this.tabControl1.Controls.Add(this.tabPage1);
183 this.tabControl1.Controls.Add(this.tabPage2);
184 this.tabControl1.Location = new System.Drawing.Point(0, 0);
185 this.tabControl1.Name = "tabControl1";
186 this.tabControl1.SelectedIndex = 0;
187 this.tabControl1.Size = new System.Drawing.Size(550, 315);
188 this.tabControl1.TabIndex = 1;
189 //
190 // tabPage1
191 //
192 this.tabPage1.Controls.Add(this.tableLayoutPanel1);
193 this.tabPage1.Location = new System.Drawing.Point(4, 22);
194 this.tabPage1.Name = "tabPage1";
195 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
196 this.tabPage1.Size = new System.Drawing.Size(542, 289);
197 this.tabPage1.TabIndex = 0;
198 this.tabPage1.Text = "Manual";
199 this.tabPage1.UseVisualStyleBackColor = true;
200 //
201 // tabPage2
202 //
203 this.tabPage2.Controls.Add(this.tableLayoutPanel3);
204 this.tabPage2.Location = new System.Drawing.Point(4, 22);
205 this.tabPage2.Name = "tabPage2";
206 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
207 this.tabPage2.Size = new System.Drawing.Size(542, 289);
208 this.tabPage2.TabIndex = 1;
209 this.tabPage2.Text = "Landmarks";
210 this.tabPage2.UseVisualStyleBackColor = true;
211 //
212 // tableLayoutPanel3
213 //
214 this.tableLayoutPanel3.ColumnCount = 2;
215 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.38806F));
216 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.61194F));
217 this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0);
218 this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
219 this.tableLayoutPanel3.Controls.Add(this.button2, 1, 1);
220 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
221 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
222 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
223 this.tableLayoutPanel3.RowCount = 2;
224 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.090909F));
225 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.90909F));
226 this.tableLayoutPanel3.Size = new System.Drawing.Size(536, 283);
227 this.tableLayoutPanel3.TabIndex = 0;
228 //
229 // label3
230 //
231 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
232 this.label3.AutoSize = true;
233 this.label3.Location = new System.Drawing.Point(3, 6);
234 this.label3.Name = "label3";
235 this.label3.Size = new System.Drawing.Size(114, 13);
236 this.label3.TabIndex = 0;
237 this.label3.Text = "Landmarks";
238 //
239 // comboBox1
240 //
241 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
242 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
243 this.comboBox1.FormattingEnabled = true;
244 this.comboBox1.Location = new System.Drawing.Point(123, 3);
245 this.comboBox1.Name = "comboBox1";
246 this.comboBox1.Size = new System.Drawing.Size(410, 21);
247 this.comboBox1.TabIndex = 1;
248 //
249 // button2
250 //
251 this.button2.Location = new System.Drawing.Point(123, 28);
252 this.button2.Name = "button2";
253 this.button2.Size = new System.Drawing.Size(75, 23);
254 this.button2.TabIndex = 2;
255 this.button2.Text = "Teleport";
256 this.button2.UseVisualStyleBackColor = true;
257 this.button2.Click += new System.EventHandler(this.Button2_Click);
258 //
259 // statusStrip1
260 //
261 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
262 this.toolStripStatusLabel1});
263 this.statusStrip1.Location = new System.Drawing.Point(0, 326);
264 this.statusStrip1.Name = "statusStrip1";
265 this.statusStrip1.Size = new System.Drawing.Size(558, 22);
266 this.statusStrip1.TabIndex = 2;
267 this.statusStrip1.Text = "statusStrip1";
268 //
269 // toolStripStatusLabel1
270 //
271 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
272 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
273 //
274 // TeleportForm
275 //
276 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
277 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
278 this.ClientSize = new System.Drawing.Size(558, 348);
279 this.Controls.Add(this.statusStrip1);
280 this.Controls.Add(this.tabControl1);
281 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
282 this.MaximizeBox = false;
283 this.MaximumSize = new System.Drawing.Size(566, 378);
284 this.MinimumSize = new System.Drawing.Size(566, 378);
285 this.Name = "TeleportForm";
286 this.Text = "Korero: Teleport";
287 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeleportForm_FormClosing);
288 this.tableLayoutPanel1.ResumeLayout(false);
289 this.tableLayoutPanel1.PerformLayout();
290 this.tableLayoutPanel2.ResumeLayout(false);
291 this.tableLayoutPanel2.PerformLayout();
292 this.tableLayoutPanel4.ResumeLayout(false);
293 this.tabControl1.ResumeLayout(false);
294 this.tabPage1.ResumeLayout(false);
295 this.tabPage2.ResumeLayout(false);
296 this.tableLayoutPanel3.ResumeLayout(false);
297 this.tableLayoutPanel3.PerformLayout();
298 this.statusStrip1.ResumeLayout(false);
299 this.statusStrip1.PerformLayout();
300 this.ResumeLayout(false);
301 this.PerformLayout();
302  
303 }
304  
305 #endregion
306  
307 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
308 private System.Windows.Forms.Label label1;
309 private System.Windows.Forms.TextBox textBox1;
310 private System.Windows.Forms.Button button1;
311 private System.Windows.Forms.Label label2;
312 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
313 private System.Windows.Forms.TextBox textBox2;
314 private System.Windows.Forms.TextBox textBox3;
315 private System.Windows.Forms.TextBox textBox4;
316 private System.Windows.Forms.TabControl tabControl1;
317 private System.Windows.Forms.TabPage tabPage1;
318 private System.Windows.Forms.TabPage tabPage2;
319 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
320 private System.Windows.Forms.Label label3;
321 private System.Windows.Forms.ComboBox comboBox1;
322 private System.Windows.Forms.Button button2;
323 private System.Windows.Forms.StatusStrip statusStrip1;
324 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
325 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
326 private System.Windows.Forms.Button button3;
327 }
328 }