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