1 | namespace IndianHealthService.BMXNet.TestBench
|
---|
2 | {
|
---|
3 | partial class ComponentTester
|
---|
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.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
---|
32 | this.rPMSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
33 | this.loginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
34 | this.logoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
35 | this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
|
---|
36 | this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
---|
37 | this.contextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
38 | this.changePatientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
39 | this.changeVisitToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
|
---|
40 | this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
41 | this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
42 | this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
43 | this.tabs = new System.Windows.Forms.TabControl();
|
---|
44 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
45 | this.contextLabel = new System.Windows.Forms.Label();
|
---|
46 | this.componentHolder = new System.Windows.Forms.Panel();
|
---|
47 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
48 | this.transcript = new IndianHealthService.BMXNet.TestBench.LogTranscriptControl();
|
---|
49 | this.tabPage3 = new System.Windows.Forms.TabPage();
|
---|
50 | this.menuStrip1.SuspendLayout();
|
---|
51 | this.tabs.SuspendLayout();
|
---|
52 | this.tabPage1.SuspendLayout();
|
---|
53 | this.tabPage2.SuspendLayout();
|
---|
54 | this.SuspendLayout();
|
---|
55 | //
|
---|
56 | // menuStrip1
|
---|
57 | //
|
---|
58 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
59 | this.rPMSToolStripMenuItem,
|
---|
60 | this.contextToolStripMenuItem,
|
---|
61 | this.helpToolStripMenuItem});
|
---|
62 | this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
---|
63 | this.menuStrip1.Name = "menuStrip1";
|
---|
64 | this.menuStrip1.Size = new System.Drawing.Size(513, 24);
|
---|
65 | this.menuStrip1.TabIndex = 0;
|
---|
66 | this.menuStrip1.Text = "menuStrip1";
|
---|
67 | //
|
---|
68 | // rPMSToolStripMenuItem
|
---|
69 | //
|
---|
70 | this.rPMSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
71 | this.loginToolStripMenuItem,
|
---|
72 | this.logoutToolStripMenuItem,
|
---|
73 | this.exitToolStripMenuItem,
|
---|
74 | this.exitToolStripMenuItem1});
|
---|
75 | this.rPMSToolStripMenuItem.Name = "rPMSToolStripMenuItem";
|
---|
76 | this.rPMSToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
---|
77 | this.rPMSToolStripMenuItem.Text = "RPMS";
|
---|
78 | //
|
---|
79 | // loginToolStripMenuItem
|
---|
80 | //
|
---|
81 | this.loginToolStripMenuItem.Name = "loginToolStripMenuItem";
|
---|
82 | this.loginToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
|
---|
83 | this.loginToolStripMenuItem.Text = "Login";
|
---|
84 | this.loginToolStripMenuItem.Click += new System.EventHandler(this.loginToolStripMenuItem_Click);
|
---|
85 | //
|
---|
86 | // logoutToolStripMenuItem
|
---|
87 | //
|
---|
88 | this.logoutToolStripMenuItem.Name = "logoutToolStripMenuItem";
|
---|
89 | this.logoutToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
|
---|
90 | this.logoutToolStripMenuItem.Text = "Logout";
|
---|
91 | this.logoutToolStripMenuItem.Click += new System.EventHandler(this.logoutToolStripMenuItem_Click);
|
---|
92 | //
|
---|
93 | // exitToolStripMenuItem
|
---|
94 | //
|
---|
95 | this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
---|
96 | this.exitToolStripMenuItem.Size = new System.Drawing.Size(115, 6);
|
---|
97 | //
|
---|
98 | // exitToolStripMenuItem1
|
---|
99 | //
|
---|
100 | this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
|
---|
101 | this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
|
---|
102 | this.exitToolStripMenuItem1.Text = "Exit";
|
---|
103 | this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
|
---|
104 | //
|
---|
105 | // contextToolStripMenuItem
|
---|
106 | //
|
---|
107 | this.contextToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
108 | this.changePatientToolStripMenuItem,
|
---|
109 | this.changeVisitToolStripMenuItem,
|
---|
110 | this.resetToolStripMenuItem});
|
---|
111 | this.contextToolStripMenuItem.Name = "contextToolStripMenuItem";
|
---|
112 | this.contextToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
|
---|
113 | this.contextToolStripMenuItem.Text = "Context";
|
---|
114 | //
|
---|
115 | // changePatientToolStripMenuItem
|
---|
116 | //
|
---|
117 | this.changePatientToolStripMenuItem.Name = "changePatientToolStripMenuItem";
|
---|
118 | this.changePatientToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
---|
119 | | System.Windows.Forms.Keys.P)));
|
---|
120 | this.changePatientToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
|
---|
121 | this.changePatientToolStripMenuItem.Text = "Change Patient/Visit";
|
---|
122 | this.changePatientToolStripMenuItem.Click += new System.EventHandler(this.changePatientToolStripMenuItem_Click);
|
---|
123 | //
|
---|
124 | // changeVisitToolStripMenuItem
|
---|
125 | //
|
---|
126 | this.changeVisitToolStripMenuItem.Name = "changeVisitToolStripMenuItem";
|
---|
127 | this.changeVisitToolStripMenuItem.Size = new System.Drawing.Size(247, 6);
|
---|
128 | //
|
---|
129 | // resetToolStripMenuItem
|
---|
130 | //
|
---|
131 | this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
|
---|
132 | this.resetToolStripMenuItem.Size = new System.Drawing.Size(250, 22);
|
---|
133 | this.resetToolStripMenuItem.Text = "Reset";
|
---|
134 | this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
|
---|
135 | //
|
---|
136 | // helpToolStripMenuItem
|
---|
137 | //
|
---|
138 | this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
139 | this.aboutToolStripMenuItem});
|
---|
140 | this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
---|
141 | this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
|
---|
142 | this.helpToolStripMenuItem.Text = "Help";
|
---|
143 | //
|
---|
144 | // aboutToolStripMenuItem
|
---|
145 | //
|
---|
146 | this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
---|
147 | this.aboutToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
---|
148 | this.aboutToolStripMenuItem.Text = "About...";
|
---|
149 | this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
---|
150 | //
|
---|
151 | // tabs
|
---|
152 | //
|
---|
153 | this.tabs.Controls.Add(this.tabPage1);
|
---|
154 | this.tabs.Controls.Add(this.tabPage2);
|
---|
155 | this.tabs.Controls.Add(this.tabPage3);
|
---|
156 | this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
157 | this.tabs.Location = new System.Drawing.Point(0, 24);
|
---|
158 | this.tabs.Name = "tabs";
|
---|
159 | this.tabs.SelectedIndex = 0;
|
---|
160 | this.tabs.Size = new System.Drawing.Size(513, 321);
|
---|
161 | this.tabs.TabIndex = 1;
|
---|
162 | //
|
---|
163 | // tabPage1
|
---|
164 | //
|
---|
165 | this.tabPage1.BackColor = System.Drawing.Color.DimGray;
|
---|
166 | this.tabPage1.Controls.Add(this.contextLabel);
|
---|
167 | this.tabPage1.Controls.Add(this.componentHolder);
|
---|
168 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
169 | this.tabPage1.Name = "tabPage1";
|
---|
170 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
171 | this.tabPage1.Size = new System.Drawing.Size(505, 295);
|
---|
172 | this.tabPage1.TabIndex = 0;
|
---|
173 | this.tabPage1.Text = "Component";
|
---|
174 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
175 | //
|
---|
176 | // contextLabel
|
---|
177 | //
|
---|
178 | this.contextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
180 | this.contextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
181 | this.contextLabel.ForeColor = System.Drawing.Color.White;
|
---|
182 | this.contextLabel.Location = new System.Drawing.Point(8, 11);
|
---|
183 | this.contextLabel.Name = "contextLabel";
|
---|
184 | this.contextLabel.Size = new System.Drawing.Size(489, 26);
|
---|
185 | this.contextLabel.TabIndex = 4;
|
---|
186 | this.contextLabel.Click += new System.EventHandler(this.contextLabel_Click);
|
---|
187 | //
|
---|
188 | // componentHolder
|
---|
189 | //
|
---|
190 | this.componentHolder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
191 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
192 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
193 | this.componentHolder.BackColor = System.Drawing.SystemColors.Control;
|
---|
194 | this.componentHolder.Location = new System.Drawing.Point(5, 42);
|
---|
195 | this.componentHolder.Margin = new System.Windows.Forms.Padding(0);
|
---|
196 | this.componentHolder.Name = "componentHolder";
|
---|
197 | this.componentHolder.Size = new System.Drawing.Size(495, 250);
|
---|
198 | this.componentHolder.TabIndex = 3;
|
---|
199 | //
|
---|
200 | // tabPage2
|
---|
201 | //
|
---|
202 | this.tabPage2.Controls.Add(this.transcript);
|
---|
203 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
204 | this.tabPage2.Name = "tabPage2";
|
---|
205 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
206 | this.tabPage2.Size = new System.Drawing.Size(505, 295);
|
---|
207 | this.tabPage2.TabIndex = 1;
|
---|
208 | this.tabPage2.Text = "Logging";
|
---|
209 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
210 | //
|
---|
211 | // transcript
|
---|
212 | //
|
---|
213 | this.transcript.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
214 | this.transcript.Location = new System.Drawing.Point(3, 3);
|
---|
215 | this.transcript.Name = "transcript";
|
---|
216 | this.transcript.Size = new System.Drawing.Size(499, 289);
|
---|
217 | this.transcript.TabIndex = 0;
|
---|
218 | //
|
---|
219 | // tabPage3
|
---|
220 | //
|
---|
221 | this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
---|
222 | this.tabPage3.Name = "tabPage3";
|
---|
223 | this.tabPage3.Size = new System.Drawing.Size(505, 295);
|
---|
224 | this.tabPage3.TabIndex = 2;
|
---|
225 | this.tabPage3.Text = "Subscriptions";
|
---|
226 | this.tabPage3.UseVisualStyleBackColor = true;
|
---|
227 | //
|
---|
228 | // ComponentTester
|
---|
229 | //
|
---|
230 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
231 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
232 | this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
233 | this.ClientSize = new System.Drawing.Size(513, 345);
|
---|
234 | this.Controls.Add(this.tabs);
|
---|
235 | this.Controls.Add(this.menuStrip1);
|
---|
236 | this.MainMenuStrip = this.menuStrip1;
|
---|
237 | this.Name = "ComponentTester";
|
---|
238 | this.ShowIcon = false;
|
---|
239 | this.Text = "Component Tester";
|
---|
240 | this.Load += new System.EventHandler(this.ComponentTester_Load);
|
---|
241 | this.menuStrip1.ResumeLayout(false);
|
---|
242 | this.menuStrip1.PerformLayout();
|
---|
243 | this.tabs.ResumeLayout(false);
|
---|
244 | this.tabPage1.ResumeLayout(false);
|
---|
245 | this.tabPage2.ResumeLayout(false);
|
---|
246 | this.ResumeLayout(false);
|
---|
247 | this.PerformLayout();
|
---|
248 |
|
---|
249 | }
|
---|
250 |
|
---|
251 | #endregion
|
---|
252 |
|
---|
253 | private System.Windows.Forms.MenuStrip menuStrip1;
|
---|
254 | private System.Windows.Forms.ToolStripMenuItem contextToolStripMenuItem;
|
---|
255 | private System.Windows.Forms.ToolStripMenuItem changePatientToolStripMenuItem;
|
---|
256 | private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem;
|
---|
257 | private System.Windows.Forms.ToolStripMenuItem rPMSToolStripMenuItem;
|
---|
258 | private System.Windows.Forms.ToolStripMenuItem loginToolStripMenuItem;
|
---|
259 | private System.Windows.Forms.ToolStripSeparator exitToolStripMenuItem;
|
---|
260 | private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
|
---|
261 | private System.Windows.Forms.ToolStripSeparator changeVisitToolStripMenuItem;
|
---|
262 | private System.Windows.Forms.ToolStripMenuItem logoutToolStripMenuItem;
|
---|
263 | private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
---|
264 | private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
---|
265 | private System.Windows.Forms.TabControl tabs;
|
---|
266 | private System.Windows.Forms.TabPage tabPage1;
|
---|
267 | private System.Windows.Forms.Label contextLabel;
|
---|
268 | private System.Windows.Forms.Panel componentHolder;
|
---|
269 | private System.Windows.Forms.TabPage tabPage2;
|
---|
270 | private System.Windows.Forms.TabPage tabPage3;
|
---|
271 | public LogTranscriptControl transcript;
|
---|
272 | }
|
---|
273 | }
|
---|
274 |
|
---|