source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp/WindowsApplicationMainWindow.Designer.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 33.3 KB
Line 
1namespace IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp
2{
3 partial class WindowsApplicationMainWindow
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WindowsApplicationMainWindow));
32 this.panel1 = new System.Windows.Forms.Panel();
33 this.currentCheckBox = new System.Windows.Forms.CheckBox();
34 this.resetButton = new System.Windows.Forms.Button();
35 this.visitComboBox = new System.Windows.Forms.ComboBox();
36 this.label4 = new System.Windows.Forms.Label();
37 this.label3 = new System.Windows.Forms.Label();
38 this.findButton = new System.Windows.Forms.Button();
39 this.patientCombo = new System.Windows.Forms.ComboBox();
40 this.controlPanel = new System.Windows.Forms.Panel();
41 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
42 this.sessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.spawnSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.closeRemoteSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.aboutDialogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.bMXVersionInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.label2 = new System.Windows.Forms.Label();
49 this.label1 = new System.Windows.Forms.Label();
50 this.refreshButton = new System.Windows.Forms.Button();
51 this.divisionButton = new System.Windows.Forms.Button();
52 this.label5 = new System.Windows.Forms.Label();
53 this.panel2 = new System.Windows.Forms.Panel();
54 this.label6 = new System.Windows.Forms.Label();
55 this.keyEntry = new System.Windows.Forms.TextBox();
56 this.label7 = new System.Windows.Forms.Label();
57 this.keyButton = new System.Windows.Forms.Button();
58 this.label8 = new System.Windows.Forms.Label();
59 this.panel3 = new System.Windows.Forms.Panel();
60 this.remoteCallBackCheck = new System.Windows.Forms.CheckBox();
61 this.localTriggerButton = new System.Windows.Forms.Button();
62 this.localParamTriggerCombo = new System.Windows.Forms.ComboBox();
63 this.remoteParamTriggerCombo = new System.Windows.Forms.ComboBox();
64 this.remoteTriggerButton = new System.Windows.Forms.Button();
65 this.localEventTriggerCombo = new System.Windows.Forms.ComboBox();
66 this.label9 = new System.Windows.Forms.Label();
67 this.label10 = new System.Windows.Forms.Label();
68 this.remoteEventTriggerCombo = new System.Windows.Forms.ComboBox();
69 this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70 this.logViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
71 this.schemaBuiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
72 this.panel1.SuspendLayout();
73 this.menuStrip1.SuspendLayout();
74 this.panel2.SuspendLayout();
75 this.panel3.SuspendLayout();
76 this.SuspendLayout();
77 //
78 // panel1
79 //
80 this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
81 | System.Windows.Forms.AnchorStyles.Right)));
82 this.panel1.BackColor = System.Drawing.Color.DimGray;
83 this.panel1.Controls.Add(this.currentCheckBox);
84 this.panel1.Controls.Add(this.resetButton);
85 this.panel1.Controls.Add(this.visitComboBox);
86 this.panel1.Controls.Add(this.label4);
87 this.panel1.Controls.Add(this.label3);
88 this.panel1.Controls.Add(this.findButton);
89 this.panel1.Controls.Add(this.patientCombo);
90 this.panel1.Location = new System.Drawing.Point(12, 141);
91 this.panel1.Name = "panel1";
92 this.panel1.Size = new System.Drawing.Size(570, 73);
93 this.panel1.TabIndex = 0;
94 //
95 // currentCheckBox
96 //
97 this.currentCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
98 this.currentCheckBox.AutoSize = true;
99 this.currentCheckBox.ForeColor = System.Drawing.Color.White;
100 this.currentCheckBox.Location = new System.Drawing.Point(420, 43);
101 this.currentCheckBox.Name = "currentCheckBox";
102 this.currentCheckBox.Size = new System.Drawing.Size(120, 17);
103 this.currentCheckBox.TabIndex = 6;
104 this.currentCheckBox.Text = "Select Most Recent";
105 this.currentCheckBox.UseVisualStyleBackColor = true;
106 //
107 // resetButton
108 //
109 this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
110 this.resetButton.ForeColor = System.Drawing.Color.White;
111 this.resetButton.Location = new System.Drawing.Point(328, 40);
112 this.resetButton.Name = "resetButton";
113 this.resetButton.Size = new System.Drawing.Size(75, 23);
114 this.resetButton.TabIndex = 5;
115 this.resetButton.Text = "Reset";
116 this.resetButton.UseVisualStyleBackColor = true;
117 this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
118 //
119 // visitComboBox
120 //
121 this.visitComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
122 | System.Windows.Forms.AnchorStyles.Right)));
123 this.visitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
124 this.visitComboBox.FormattingEnabled = true;
125 this.visitComboBox.Location = new System.Drawing.Point(58, 42);
126 this.visitComboBox.Name = "visitComboBox";
127 this.visitComboBox.Size = new System.Drawing.Size(256, 21);
128 this.visitComboBox.TabIndex = 4;
129 this.visitComboBox.SelectedIndexChanged += new System.EventHandler(this.visitComboBox_SelectedIndexChanged);
130 //
131 // label4
132 //
133 this.label4.AutoSize = true;
134 this.label4.ForeColor = System.Drawing.Color.White;
135 this.label4.Location = new System.Drawing.Point(9, 45);
136 this.label4.Name = "label4";
137 this.label4.Size = new System.Drawing.Size(29, 13);
138 this.label4.TabIndex = 3;
139 this.label4.Text = "Visit:";
140 //
141 // label3
142 //
143 this.label3.AutoSize = true;
144 this.label3.ForeColor = System.Drawing.Color.White;
145 this.label3.Location = new System.Drawing.Point(9, 16);
146 this.label3.Name = "label3";
147 this.label3.Size = new System.Drawing.Size(43, 13);
148 this.label3.TabIndex = 2;
149 this.label3.Text = "Patient:";
150 //
151 // findButton
152 //
153 this.findButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
154 this.findButton.ForeColor = System.Drawing.Color.White;
155 this.findButton.Location = new System.Drawing.Point(328, 11);
156 this.findButton.Name = "findButton";
157 this.findButton.Size = new System.Drawing.Size(75, 23);
158 this.findButton.TabIndex = 1;
159 this.findButton.Text = "Find";
160 this.findButton.UseVisualStyleBackColor = true;
161 this.findButton.Click += new System.EventHandler(this.findButton_Click);
162 //
163 // patientCombo
164 //
165 this.patientCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
166 | System.Windows.Forms.AnchorStyles.Right)));
167 this.patientCombo.FormattingEnabled = true;
168 this.patientCombo.Location = new System.Drawing.Point(58, 11);
169 this.patientCombo.Name = "patientCombo";
170 this.patientCombo.Size = new System.Drawing.Size(256, 21);
171 this.patientCombo.TabIndex = 0;
172 this.patientCombo.SelectedIndexChanged += new System.EventHandler(this.patientCombo_SelectedIndexChanged);
173 this.patientCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.patientCombo_KeyDown);
174 //
175 // controlPanel
176 //
177 this.controlPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
178 | System.Windows.Forms.AnchorStyles.Left)
179 | System.Windows.Forms.AnchorStyles.Right)));
180 this.controlPanel.BackColor = System.Drawing.Color.DimGray;
181 this.controlPanel.Location = new System.Drawing.Point(12, 348);
182 this.controlPanel.Name = "controlPanel";
183 this.controlPanel.Size = new System.Drawing.Size(570, 308);
184 this.controlPanel.TabIndex = 1;
185 //
186 // menuStrip1
187 //
188 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
189 this.sessionsToolStripMenuItem,
190 this.toolsToolStripMenuItem,
191 this.aboutToolStripMenuItem});
192 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
193 this.menuStrip1.Name = "menuStrip1";
194 this.menuStrip1.Size = new System.Drawing.Size(594, 24);
195 this.menuStrip1.TabIndex = 2;
196 this.menuStrip1.Text = "menuStrip1";
197 //
198 // sessionsToolStripMenuItem
199 //
200 this.sessionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
201 this.spawnSessionToolStripMenuItem,
202 this.closeRemoteSessionToolStripMenuItem});
203 this.sessionsToolStripMenuItem.Name = "sessionsToolStripMenuItem";
204 this.sessionsToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
205 this.sessionsToolStripMenuItem.Text = "Sessions";
206 //
207 // spawnSessionToolStripMenuItem
208 //
209 this.spawnSessionToolStripMenuItem.Name = "spawnSessionToolStripMenuItem";
210 this.spawnSessionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
211 this.spawnSessionToolStripMenuItem.Text = "Spawn Session";
212 this.spawnSessionToolStripMenuItem.Click += new System.EventHandler(this.spawnSessionToolStripMenuItem_Click);
213 //
214 // closeRemoteSessionToolStripMenuItem
215 //
216 this.closeRemoteSessionToolStripMenuItem.Name = "closeRemoteSessionToolStripMenuItem";
217 this.closeRemoteSessionToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
218 this.closeRemoteSessionToolStripMenuItem.Text = "Close Remote Session";
219 this.closeRemoteSessionToolStripMenuItem.Click += new System.EventHandler(this.closeRemoteSessionToolStripMenuItem_Click);
220 //
221 // aboutToolStripMenuItem
222 //
223 this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
224 this.aboutDialogToolStripMenuItem,
225 this.bMXVersionInfoToolStripMenuItem});
226 this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.DimGray;
227 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
228 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
229 this.aboutToolStripMenuItem.Text = "About";
230 //
231 // aboutDialogToolStripMenuItem
232 //
233 this.aboutDialogToolStripMenuItem.Name = "aboutDialogToolStripMenuItem";
234 this.aboutDialogToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
235 this.aboutDialogToolStripMenuItem.Text = "About Dialog...";
236 this.aboutDialogToolStripMenuItem.Click += new System.EventHandler(this.aboutDialogToolStripMenuItem_Click);
237 //
238 // bMXVersionInfoToolStripMenuItem
239 //
240 this.bMXVersionInfoToolStripMenuItem.Name = "bMXVersionInfoToolStripMenuItem";
241 this.bMXVersionInfoToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
242 this.bMXVersionInfoToolStripMenuItem.Text = "BMX Version Info...";
243 this.bMXVersionInfoToolStripMenuItem.Click += new System.EventHandler(this.bMXVersionInfoToolStripMenuItem_Click);
244 //
245 // label2
246 //
247 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
248 this.label2.AutoSize = true;
249 this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
250 this.label2.ForeColor = System.Drawing.Color.White;
251 this.label2.Location = new System.Drawing.Point(505, 332);
252 this.label2.Name = "label2";
253 this.label2.Size = new System.Drawing.Size(77, 13);
254 this.label2.TabIndex = 3;
255 this.label2.Text = "Control Area";
256 //
257 // label1
258 //
259 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
260 this.label1.AutoSize = true;
261 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
262 this.label1.ForeColor = System.Drawing.Color.White;
263 this.label1.Location = new System.Drawing.Point(502, 125);
264 this.label1.Name = "label1";
265 this.label1.Size = new System.Drawing.Size(80, 13);
266 this.label1.TabIndex = 4;
267 this.label1.Text = "Context Area";
268 //
269 // refreshButton
270 //
271 this.refreshButton.ForeColor = System.Drawing.Color.White;
272 this.refreshButton.Location = new System.Drawing.Point(24, 321);
273 this.refreshButton.Name = "refreshButton";
274 this.refreshButton.Size = new System.Drawing.Size(75, 23);
275 this.refreshButton.TabIndex = 6;
276 this.refreshButton.Text = "Refresh ";
277 this.refreshButton.UseVisualStyleBackColor = true;
278 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
279 //
280 // divisionButton
281 //
282 this.divisionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
283 this.divisionButton.ForeColor = System.Drawing.Color.White;
284 this.divisionButton.Location = new System.Drawing.Point(483, 9);
285 this.divisionButton.Name = "divisionButton";
286 this.divisionButton.Size = new System.Drawing.Size(75, 23);
287 this.divisionButton.TabIndex = 7;
288 this.divisionButton.Text = "Division...";
289 this.divisionButton.UseVisualStyleBackColor = true;
290 this.divisionButton.Click += new System.EventHandler(this.divisionButton_Click);
291 //
292 // label5
293 //
294 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
295 this.label5.AutoSize = true;
296 this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
297 this.label5.ForeColor = System.Drawing.Color.White;
298 this.label5.Location = new System.Drawing.Point(502, 38);
299 this.label5.Name = "label5";
300 this.label5.Size = new System.Drawing.Size(78, 13);
301 this.label5.TabIndex = 8;
302 this.label5.Text = "Access Area";
303 //
304 // panel2
305 //
306 this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
307 | System.Windows.Forms.AnchorStyles.Right)));
308 this.panel2.BackColor = System.Drawing.Color.DimGray;
309 this.panel2.Controls.Add(this.label6);
310 this.panel2.Controls.Add(this.divisionButton);
311 this.panel2.Controls.Add(this.keyEntry);
312 this.panel2.Controls.Add(this.label7);
313 this.panel2.Controls.Add(this.keyButton);
314 this.panel2.Location = new System.Drawing.Point(12, 54);
315 this.panel2.Name = "panel2";
316 this.panel2.Size = new System.Drawing.Size(570, 60);
317 this.panel2.TabIndex = 7;
318 //
319 // label6
320 //
321 this.label6.AutoSize = true;
322 this.label6.ForeColor = System.Drawing.Color.White;
323 this.label6.Location = new System.Drawing.Point(80, 34);
324 this.label6.Name = "label6";
325 this.label6.Size = new System.Drawing.Size(104, 13);
326 this.label6.TabIndex = 9;
327 this.label6.Text = "example: key1, key2";
328 //
329 // keyEntry
330 //
331 this.keyEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
332 | System.Windows.Forms.AnchorStyles.Right)));
333 this.keyEntry.Location = new System.Drawing.Point(83, 11);
334 this.keyEntry.Name = "keyEntry";
335 this.keyEntry.Size = new System.Drawing.Size(231, 20);
336 this.keyEntry.TabIndex = 8;
337 this.keyEntry.TextChanged += new System.EventHandler(this.keyEntry_TextChanged);
338 //
339 // label7
340 //
341 this.label7.AutoSize = true;
342 this.label7.ForeColor = System.Drawing.Color.White;
343 this.label7.Location = new System.Drawing.Point(9, 14);
344 this.label7.Name = "label7";
345 this.label7.Size = new System.Drawing.Size(73, 13);
346 this.label7.TabIndex = 2;
347 this.label7.Text = "Security keys:";
348 //
349 // keyButton
350 //
351 this.keyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
352 this.keyButton.ForeColor = System.Drawing.Color.White;
353 this.keyButton.Location = new System.Drawing.Point(328, 8);
354 this.keyButton.Name = "keyButton";
355 this.keyButton.Size = new System.Drawing.Size(75, 23);
356 this.keyButton.TabIndex = 1;
357 this.keyButton.Text = "Check";
358 this.keyButton.UseVisualStyleBackColor = true;
359 this.keyButton.Click += new System.EventHandler(this.keyButton_Click);
360 //
361 // label8
362 //
363 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
364 this.label8.AutoSize = true;
365 this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
366 this.label8.ForeColor = System.Drawing.Color.White;
367 this.label8.Location = new System.Drawing.Point(459, 223);
368 this.label8.Name = "label8";
369 this.label8.Size = new System.Drawing.Size(120, 13);
370 this.label8.TabIndex = 10;
371 this.label8.Text = "External Event Area";
372 //
373 // panel3
374 //
375 this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
376 | System.Windows.Forms.AnchorStyles.Right)));
377 this.panel3.BackColor = System.Drawing.Color.DimGray;
378 this.panel3.Controls.Add(this.remoteCallBackCheck);
379 this.panel3.Controls.Add(this.localTriggerButton);
380 this.panel3.Controls.Add(this.localParamTriggerCombo);
381 this.panel3.Controls.Add(this.remoteParamTriggerCombo);
382 this.panel3.Controls.Add(this.remoteTriggerButton);
383 this.panel3.Controls.Add(this.localEventTriggerCombo);
384 this.panel3.Controls.Add(this.label9);
385 this.panel3.Controls.Add(this.label10);
386 this.panel3.Controls.Add(this.remoteEventTriggerCombo);
387 this.panel3.Location = new System.Drawing.Point(12, 239);
388 this.panel3.Name = "panel3";
389 this.panel3.Size = new System.Drawing.Size(570, 73);
390 this.panel3.TabIndex = 9;
391 //
392 // remoteCallBackCheck
393 //
394 this.remoteCallBackCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
395 this.remoteCallBackCheck.AutoSize = true;
396 this.remoteCallBackCheck.ForeColor = System.Drawing.Color.White;
397 this.remoteCallBackCheck.Location = new System.Drawing.Point(420, 17);
398 this.remoteCallBackCheck.Name = "remoteCallBackCheck";
399 this.remoteCallBackCheck.Size = new System.Drawing.Size(51, 17);
400 this.remoteCallBackCheck.TabIndex = 9;
401 this.remoteCallBackCheck.Text = "Back";
402 this.remoteCallBackCheck.UseVisualStyleBackColor = true;
403 //
404 // localTriggerButton
405 //
406 this.localTriggerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
407 this.localTriggerButton.ForeColor = System.Drawing.Color.White;
408 this.localTriggerButton.Location = new System.Drawing.Point(483, 40);
409 this.localTriggerButton.Name = "localTriggerButton";
410 this.localTriggerButton.Size = new System.Drawing.Size(75, 23);
411 this.localTriggerButton.TabIndex = 8;
412 this.localTriggerButton.Text = "Trigger";
413 this.localTriggerButton.UseVisualStyleBackColor = true;
414 this.localTriggerButton.Click += new System.EventHandler(this.localTriggerButton_Click);
415 //
416 // localParamTriggerCombo
417 //
418 this.localParamTriggerCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
419 | System.Windows.Forms.AnchorStyles.Right)));
420 this.localParamTriggerCombo.FormattingEnabled = true;
421 this.localParamTriggerCombo.Location = new System.Drawing.Point(303, 40);
422 this.localParamTriggerCombo.Name = "localParamTriggerCombo";
423 this.localParamTriggerCombo.Size = new System.Drawing.Size(100, 21);
424 this.localParamTriggerCombo.TabIndex = 7;
425 //
426 // remoteParamTriggerCombo
427 //
428 this.remoteParamTriggerCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
429 | System.Windows.Forms.AnchorStyles.Right)));
430 this.remoteParamTriggerCombo.FormattingEnabled = true;
431 this.remoteParamTriggerCombo.Location = new System.Drawing.Point(303, 13);
432 this.remoteParamTriggerCombo.Name = "remoteParamTriggerCombo";
433 this.remoteParamTriggerCombo.Size = new System.Drawing.Size(100, 21);
434 this.remoteParamTriggerCombo.TabIndex = 6;
435 //
436 // remoteTriggerButton
437 //
438 this.remoteTriggerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
439 this.remoteTriggerButton.ForeColor = System.Drawing.Color.White;
440 this.remoteTriggerButton.Location = new System.Drawing.Point(483, 11);
441 this.remoteTriggerButton.Name = "remoteTriggerButton";
442 this.remoteTriggerButton.Size = new System.Drawing.Size(75, 23);
443 this.remoteTriggerButton.TabIndex = 5;
444 this.remoteTriggerButton.Text = "Trigger";
445 this.remoteTriggerButton.UseVisualStyleBackColor = true;
446 this.remoteTriggerButton.Click += new System.EventHandler(this.remoteTriggerButton_Click);
447 //
448 // localEventTriggerCombo
449 //
450 this.localEventTriggerCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
451 this.localEventTriggerCombo.FormattingEnabled = true;
452 this.localEventTriggerCombo.Location = new System.Drawing.Point(136, 42);
453 this.localEventTriggerCombo.Name = "localEventTriggerCombo";
454 this.localEventTriggerCombo.Size = new System.Drawing.Size(159, 21);
455 this.localEventTriggerCombo.TabIndex = 4;
456 //
457 // label9
458 //
459 this.label9.AutoSize = true;
460 this.label9.ForeColor = System.Drawing.Color.White;
461 this.label9.Location = new System.Drawing.Point(9, 45);
462 this.label9.Name = "label9";
463 this.label9.Size = new System.Drawing.Size(101, 13);
464 this.label9.TabIndex = 3;
465 this.label9.Text = "Local Event/param:";
466 //
467 // label10
468 //
469 this.label10.AutoSize = true;
470 this.label10.ForeColor = System.Drawing.Color.White;
471 this.label10.Location = new System.Drawing.Point(9, 16);
472 this.label10.Name = "label10";
473 this.label10.Size = new System.Drawing.Size(113, 13);
474 this.label10.TabIndex = 2;
475 this.label10.Text = "Remote Event/Param:";
476 //
477 // remoteEventTriggerCombo
478 //
479 this.remoteEventTriggerCombo.FormattingEnabled = true;
480 this.remoteEventTriggerCombo.Location = new System.Drawing.Point(135, 13);
481 this.remoteEventTriggerCombo.Name = "remoteEventTriggerCombo";
482 this.remoteEventTriggerCombo.Size = new System.Drawing.Size(160, 21);
483 this.remoteEventTriggerCombo.TabIndex = 0;
484 //
485 // toolsToolStripMenuItem
486 //
487 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
488 this.logViewerToolStripMenuItem,
489 this.schemaBuiToolStripMenuItem});
490 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
491 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
492 this.toolsToolStripMenuItem.Text = "Tools";
493 //
494 // logViewerToolStripMenuItem
495 //
496 this.logViewerToolStripMenuItem.Name = "logViewerToolStripMenuItem";
497 this.logViewerToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
498 this.logViewerToolStripMenuItem.Text = "Log Viewer";
499 this.logViewerToolStripMenuItem.Click += new System.EventHandler(this.logViewerToolStripMenuItem_Click);
500 //
501 // schemaBuiToolStripMenuItem
502 //
503 this.schemaBuiToolStripMenuItem.Name = "schemaBuiToolStripMenuItem";
504 this.schemaBuiToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
505 this.schemaBuiToolStripMenuItem.Text = "Schema Builder";
506 //
507 // WindowsApplicationMainWindow
508 //
509 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
510 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
511 this.BackColor = System.Drawing.Color.Gray;
512 this.ClientSize = new System.Drawing.Size(594, 668);
513 this.Controls.Add(this.label8);
514 this.Controls.Add(this.panel3);
515 this.Controls.Add(this.label5);
516 this.Controls.Add(this.panel2);
517 this.Controls.Add(this.refreshButton);
518 this.Controls.Add(this.label1);
519 this.Controls.Add(this.label2);
520 this.Controls.Add(this.controlPanel);
521 this.Controls.Add(this.panel1);
522 this.Controls.Add(this.menuStrip1);
523 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
524 this.MainMenuStrip = this.menuStrip1;
525 this.Name = "WindowsApplicationMainWindow";
526 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
527 this.Text = "WindowsApplicationMainWindow";
528 this.Load += new System.EventHandler(this.WindowsApplicationMainWindow_Load);
529 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WindowsApplicationMainWindow_FormClosing);
530 this.panel1.ResumeLayout(false);
531 this.panel1.PerformLayout();
532 this.menuStrip1.ResumeLayout(false);
533 this.menuStrip1.PerformLayout();
534 this.panel2.ResumeLayout(false);
535 this.panel2.PerformLayout();
536 this.panel3.ResumeLayout(false);
537 this.panel3.PerformLayout();
538 this.ResumeLayout(false);
539 this.PerformLayout();
540
541 }
542
543 #endregion
544
545 private System.Windows.Forms.Panel panel1;
546 private System.Windows.Forms.Panel controlPanel;
547 private System.Windows.Forms.MenuStrip menuStrip1;
548 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
549 private System.Windows.Forms.Label label2;
550 private System.Windows.Forms.Label label1;
551 private System.Windows.Forms.Label label3;
552 private System.Windows.Forms.Button findButton;
553 private System.Windows.Forms.ComboBox patientCombo;
554 private System.Windows.Forms.Button resetButton;
555 private System.Windows.Forms.ComboBox visitComboBox;
556 private System.Windows.Forms.Label label4;
557 private System.Windows.Forms.CheckBox currentCheckBox;
558 private System.Windows.Forms.Button refreshButton;
559 private System.Windows.Forms.Button divisionButton;
560 private System.Windows.Forms.Label label5;
561 private System.Windows.Forms.Panel panel2;
562 private System.Windows.Forms.Label label7;
563 private System.Windows.Forms.Button keyButton;
564 private System.Windows.Forms.TextBox keyEntry;
565 private System.Windows.Forms.ToolStripMenuItem aboutDialogToolStripMenuItem;
566 private System.Windows.Forms.ToolStripMenuItem bMXVersionInfoToolStripMenuItem;
567 private System.Windows.Forms.Label label6;
568 private System.Windows.Forms.Label label8;
569 private System.Windows.Forms.Panel panel3;
570 private System.Windows.Forms.Button localTriggerButton;
571 private System.Windows.Forms.ComboBox localParamTriggerCombo;
572 private System.Windows.Forms.ComboBox remoteParamTriggerCombo;
573 private System.Windows.Forms.Button remoteTriggerButton;
574 private System.Windows.Forms.ComboBox localEventTriggerCombo;
575 private System.Windows.Forms.Label label9;
576 private System.Windows.Forms.Label label10;
577 private System.Windows.Forms.ComboBox remoteEventTriggerCombo;
578 private System.Windows.Forms.ToolStripMenuItem sessionsToolStripMenuItem;
579 private System.Windows.Forms.ToolStripMenuItem spawnSessionToolStripMenuItem;
580 private System.Windows.Forms.ToolStripMenuItem closeRemoteSessionToolStripMenuItem;
581 private System.Windows.Forms.CheckBox remoteCallBackCheck;
582 private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
583 private System.Windows.Forms.ToolStripMenuItem logViewerToolStripMenuItem;
584 private System.Windows.Forms.ToolStripMenuItem schemaBuiToolStripMenuItem;
585 }
586}
Note: See TracBrowser for help on using the repository browser.