Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MAX14720 MAX30205 USBDevice
LoggingView.Designer.cs
00001 namespace HealthSensorPlatform.CustomControls 00002 { 00003 partial class DataLoggingView 00004 { 00005 /// <summary> 00006 /// Required designer variable. 00007 /// </summary> 00008 private System.ComponentModel.IContainer components = null; 00009 00010 /// <summary> 00011 /// Clean up any resources being used. 00012 /// </summary> 00013 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 00014 protected override void Dispose(bool disposing) 00015 { 00016 if (disposing && (components != null)) 00017 { 00018 components.Dispose(); 00019 } 00020 base.Dispose(disposing); 00021 } 00022 00023 #region Component Designer generated code 00024 00025 /// <summary> 00026 /// Required method for Designer support - do not modify 00027 /// the contents of this method with the code editor. 00028 /// </summary> 00029 private void InitializeComponent() 00030 { 00031 this.components = new System.ComponentModel.Container(); 00032 this.btnRead = new MaximStyle.MaximButton(); 00033 this.btnErase = new MaximStyle.MaximButton(); 00034 this.btnWrite = new MaximStyle.MaximButton(); 00035 this.ckbxRtoR = new MaximStyle.MaximCheckBox(); 00036 this.ckbxBioz = new MaximStyle.MaximCheckBox(); 00037 this.ckbxPace = new MaximStyle.MaximCheckBox(); 00038 this.ckbxEcg = new MaximStyle.MaximCheckBox(); 00039 this.ckbxTemp1 = new MaximStyle.MaximCheckBox(); 00040 this.ckbxTemp2 = new MaximStyle.MaximCheckBox(); 00041 this.tbRtoRParameters = new System.Windows.Forms.TextBox(); 00042 this.tbBiozParameters = new System.Windows.Forms.TextBox(); 00043 this.tbPaceParameters = new System.Windows.Forms.TextBox(); 00044 this.tbEcgParameters = new System.Windows.Forms.TextBox(); 00045 this.txtTemp2SampleTime = new System.Windows.Forms.TextBox(); 00046 this.txtTemp1SampleTime = new System.Windows.Forms.TextBox(); 00047 this.txtPressureSampleTime = new System.Windows.Forms.TextBox(); 00048 this.ckbxPressure = new MaximStyle.MaximCheckBox(); 00049 this.ckbxAccel = new MaximStyle.MaximCheckBox(); 00050 this.groupBox4 = new System.Windows.Forms.GroupBox(); 00051 this.label6 = new System.Windows.Forms.Label(); 00052 this.rbMulti = new System.Windows.Forms.RadioButton(); 00053 this.rbHR = new System.Windows.Forms.RadioButton(); 00054 this.rbSPO2 = new System.Windows.Forms.RadioButton(); 00055 this.ckbxOpticalSensor = new System.Windows.Forms.CheckBox(); 00056 this.tbMultiParameters = new System.Windows.Forms.TextBox(); 00057 this.tbHRParameters = new System.Windows.Forms.TextBox(); 00058 this.tbSpO2Parameters = new System.Windows.Forms.TextBox(); 00059 this.btnTestMission = new System.Windows.Forms.Button(); 00060 this.btnTestWriteLogMemory = new System.Windows.Forms.Button(); 00061 this.btnTestReadLogMemory = new System.Windows.Forms.Button(); 00062 this.btnBulkErase = new System.Windows.Forms.Button(); 00063 this.btnLogSectorsErase = new System.Windows.Forms.Button(); 00064 this.grpPrePostCommands = new MaximStyle.MaximGroupBox(); 00065 this.label8 = new System.Windows.Forms.Label(); 00066 this.label7 = new System.Windows.Forms.Label(); 00067 this.tbPostCmd = new System.Windows.Forms.TextBox(); 00068 this.tbPreCmd = new System.Windows.Forms.TextBox(); 00069 this.maximGroupBox1 = new MaximStyle.MaximGroupBox(); 00070 this.maximGroupBox2 = new MaximStyle.MaximGroupBox(); 00071 this.cboAccelSampleRate = new MaximStyle.MaximComboBox(); 00072 this.label14 = new System.Windows.Forms.Label(); 00073 this.label13 = new System.Windows.Forms.Label(); 00074 this.label12 = new System.Windows.Forms.Label(); 00075 this.label11 = new System.Windows.Forms.Label(); 00076 this.label10 = new System.Windows.Forms.Label(); 00077 this.label9 = new System.Windows.Forms.Label(); 00078 this.maximGroupBox3 = new MaximStyle.MaximGroupBox(); 00079 this.cboOpticalMode = new MaximStyle.MaximComboBox(); 00080 this.label15 = new System.Windows.Forms.Label(); 00081 this.grpParameters = new MaximStyle.MaximGroupBox(); 00082 this.tbFMSTRParameters = new System.Windows.Forms.TextBox(); 00083 this.label23 = new System.Windows.Forms.Label(); 00084 this.label21 = new System.Windows.Forms.Label(); 00085 this.label20 = new System.Windows.Forms.Label(); 00086 this.label1 = new System.Windows.Forms.Label(); 00087 this.lblRToR = new System.Windows.Forms.Label(); 00088 this.lblBioZ = new System.Windows.Forms.Label(); 00089 this.lblPace = new System.Windows.Forms.Label(); 00090 this.label16 = new System.Windows.Forms.Label(); 00091 this.btnAdvanced = new MaximStyle.MaximButton(); 00092 this.btnSaveToFile = new MaximStyle.MaximButton(); 00093 this.maximGroupBox4 = new MaximStyle.MaximGroupBox(); 00094 this.label22 = new System.Windows.Forms.Label(); 00095 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); 00096 this.groupBox4.SuspendLayout(); 00097 this.grpPrePostCommands.SuspendLayout(); 00098 this.maximGroupBox1.SuspendLayout(); 00099 this.maximGroupBox2.SuspendLayout(); 00100 this.maximGroupBox3.SuspendLayout(); 00101 this.grpParameters.SuspendLayout(); 00102 this.maximGroupBox4.SuspendLayout(); 00103 this.SuspendLayout(); 00104 // 00105 // btnRead 00106 // 00107 this.btnRead.Location = new System.Drawing.Point(43, 179); 00108 this.btnRead.Name = "btnRead"; 00109 this.btnRead.Size = new System.Drawing.Size(75, 23); 00110 this.btnRead.TabIndex = 0; 00111 this.btnRead.Text = "Read"; 00112 this.toolTip1.SetToolTip(this.btnRead, "Read mission settings and apply settings to device registers"); 00113 this.btnRead.UseVisualStyleBackColor = true; 00114 this.btnRead.Click += new System.EventHandler(this.btnRead_Click); 00115 // 00116 // btnErase 00117 // 00118 this.btnErase.Location = new System.Drawing.Point(156, 179); 00119 this.btnErase.Name = "btnErase"; 00120 this.btnErase.Size = new System.Drawing.Size(75, 23); 00121 this.btnErase.TabIndex = 1; 00122 this.btnErase.Text = "Erase"; 00123 this.toolTip1.SetToolTip(this.btnErase, "Erase mission"); 00124 this.btnErase.UseVisualStyleBackColor = true; 00125 this.btnErase.Click += new System.EventHandler(this.btnErase_Click); 00126 // 00127 // btnWrite 00128 // 00129 this.btnWrite.Location = new System.Drawing.Point(271, 179); 00130 this.btnWrite.Name = "btnWrite"; 00131 this.btnWrite.Size = new System.Drawing.Size(75, 23); 00132 this.btnWrite.TabIndex = 2; 00133 this.btnWrite.Text = "Write"; 00134 this.toolTip1.SetToolTip(this.btnWrite, "Write mission settings to flash and erase flash memory"); 00135 this.btnWrite.UseVisualStyleBackColor = true; 00136 this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); 00137 // 00138 // ckbxRtoR 00139 // 00140 this.ckbxRtoR.AutoSize = true; 00141 this.ckbxRtoR.Enabled = false; 00142 this.ckbxRtoR.Location = new System.Drawing.Point(121, 64); 00143 this.ckbxRtoR.Name = "ckbxRtoR"; 00144 this.ckbxRtoR.Size = new System.Drawing.Size(57, 17); 00145 this.ckbxRtoR.TabIndex = 68; 00146 this.ckbxRtoR.Text = "R-to-R"; 00147 this.ckbxRtoR.UseVisualStyleBackColor = true; 00148 this.ckbxRtoR.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged); 00149 // 00150 // ckbxBioz 00151 // 00152 this.ckbxBioz.AutoSize = true; 00153 this.ckbxBioz.Location = new System.Drawing.Point(121, 32); 00154 this.ckbxBioz.Name = "ckbxBioz"; 00155 this.ckbxBioz.Size = new System.Drawing.Size(48, 17); 00156 this.ckbxBioz.TabIndex = 67; 00157 this.ckbxBioz.Text = "BioZ"; 00158 this.ckbxBioz.UseVisualStyleBackColor = true; 00159 this.ckbxBioz.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged); 00160 // 00161 // ckbxPace 00162 // 00163 this.ckbxPace.AutoSize = true; 00164 this.ckbxPace.Location = new System.Drawing.Point(22, 64); 00165 this.ckbxPace.Name = "ckbxPace"; 00166 this.ckbxPace.Size = new System.Drawing.Size(51, 17); 00167 this.ckbxPace.TabIndex = 66; 00168 this.ckbxPace.Text = "Pace"; 00169 this.ckbxPace.UseVisualStyleBackColor = true; 00170 this.ckbxPace.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged); 00171 // 00172 // ckbxEcg 00173 // 00174 this.ckbxEcg.AutoSize = true; 00175 this.ckbxEcg.Location = new System.Drawing.Point(22, 32); 00176 this.ckbxEcg.Name = "ckbxEcg"; 00177 this.ckbxEcg.Size = new System.Drawing.Size(48, 17); 00178 this.ckbxEcg.TabIndex = 65; 00179 this.ckbxEcg.Text = "ECG"; 00180 this.ckbxEcg.UseVisualStyleBackColor = true; 00181 this.ckbxEcg.CheckedChanged += new System.EventHandler(this.ckbxBioz_CheckedChanged); 00182 // 00183 // ckbxTemp1 00184 // 00185 this.ckbxTemp1.AutoSize = true; 00186 this.ckbxTemp1.Location = new System.Drawing.Point(18, 50); 00187 this.ckbxTemp1.Name = "ckbxTemp1"; 00188 this.ckbxTemp1.Size = new System.Drawing.Size(95, 17); 00189 this.ckbxTemp1.TabIndex = 69; 00190 this.ckbxTemp1.Text = "Temperature 1"; 00191 this.ckbxTemp1.UseVisualStyleBackColor = true; 00192 // 00193 // ckbxTemp2 00194 // 00195 this.ckbxTemp2.AutoSize = true; 00196 this.ckbxTemp2.Location = new System.Drawing.Point(18, 77); 00197 this.ckbxTemp2.Name = "ckbxTemp2"; 00198 this.ckbxTemp2.Size = new System.Drawing.Size(95, 17); 00199 this.ckbxTemp2.TabIndex = 70; 00200 this.ckbxTemp2.Text = "Temperature 2"; 00201 this.ckbxTemp2.UseVisualStyleBackColor = true; 00202 // 00203 // tbRtoRParameters 00204 // 00205 this.tbRtoRParameters.Location = new System.Drawing.Point(76, 100); 00206 this.tbRtoRParameters.Name = "tbRtoRParameters"; 00207 this.tbRtoRParameters.ReadOnly = true; 00208 this.tbRtoRParameters.Size = new System.Drawing.Size(350, 20); 00209 this.tbRtoRParameters.TabIndex = 80; 00210 this.tbRtoRParameters.Text = "01 03 0F 00 03 01 00 00 01"; 00211 this.tbRtoRParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00212 // 00213 // tbBiozParameters 00214 // 00215 this.tbBiozParameters.Location = new System.Drawing.Point(76, 75); 00216 this.tbBiozParameters.Name = "tbBiozParameters"; 00217 this.tbBiozParameters.ReadOnly = true; 00218 this.tbBiozParameters.Size = new System.Drawing.Size(350, 20); 00219 this.tbBiozParameters.TabIndex = 79; 00220 this.tbBiozParameters.Text = "01 01 01 02 03 00 07 00 07 00 02 00 00 01 00 07 00"; 00221 this.tbBiozParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00222 // 00223 // tbPaceParameters 00224 // 00225 this.tbPaceParameters.Location = new System.Drawing.Point(76, 50); 00226 this.tbPaceParameters.Name = "tbPaceParameters"; 00227 this.tbPaceParameters.ReadOnly = true; 00228 this.tbPaceParameters.Size = new System.Drawing.Size(350, 20); 00229 this.tbPaceParameters.TabIndex = 78; 00230 this.tbPaceParameters.Text = "01 00 00 01 00 00 00 00 00"; 00231 this.tbPaceParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00232 // 00233 // tbEcgParameters 00234 // 00235 this.tbEcgParameters.Location = new System.Drawing.Point(76, 25); 00236 this.tbEcgParameters.Name = "tbEcgParameters"; 00237 this.tbEcgParameters.ReadOnly = true; 00238 this.tbEcgParameters.Size = new System.Drawing.Size(350, 20); 00239 this.tbEcgParameters.TabIndex = 76; 00240 this.tbEcgParameters.Text = "01 01 01 00 02 03 1F 00 02 00 01"; 00241 this.tbEcgParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00242 // 00243 // txtTemp2SampleTime 00244 // 00245 this.txtTemp2SampleTime.Location = new System.Drawing.Point(126, 75); 00246 this.txtTemp2SampleTime.Name = "txtTemp2SampleTime"; 00247 this.txtTemp2SampleTime.Size = new System.Drawing.Size(52, 20); 00248 this.txtTemp2SampleTime.TabIndex = 77; 00249 this.txtTemp2SampleTime.Text = "10"; 00250 this.txtTemp2SampleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00251 // 00252 // txtTemp1SampleTime 00253 // 00254 this.txtTemp1SampleTime.Location = new System.Drawing.Point(126, 49); 00255 this.txtTemp1SampleTime.Name = "txtTemp1SampleTime"; 00256 this.txtTemp1SampleTime.Size = new System.Drawing.Size(52, 20); 00257 this.txtTemp1SampleTime.TabIndex = 75; 00258 this.txtTemp1SampleTime.Text = "10"; 00259 this.txtTemp1SampleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00260 // 00261 // txtPressureSampleTime 00262 // 00263 this.txtPressureSampleTime.Location = new System.Drawing.Point(126, 101); 00264 this.txtPressureSampleTime.Name = "txtPressureSampleTime"; 00265 this.txtPressureSampleTime.Size = new System.Drawing.Size(52, 20); 00266 this.txtPressureSampleTime.TabIndex = 79; 00267 this.txtPressureSampleTime.Text = "30"; 00268 this.txtPressureSampleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00269 // 00270 // ckbxPressure 00271 // 00272 this.ckbxPressure.AutoSize = true; 00273 this.ckbxPressure.Location = new System.Drawing.Point(18, 103); 00274 this.ckbxPressure.Name = "ckbxPressure"; 00275 this.ckbxPressure.Size = new System.Drawing.Size(74, 17); 00276 this.ckbxPressure.TabIndex = 72; 00277 this.ckbxPressure.Text = "Barometer"; 00278 this.ckbxPressure.UseVisualStyleBackColor = true; 00279 // 00280 // ckbxAccel 00281 // 00282 this.ckbxAccel.AutoSize = true; 00283 this.ckbxAccel.Location = new System.Drawing.Point(18, 129); 00284 this.ckbxAccel.Name = "ckbxAccel"; 00285 this.ckbxAccel.Size = new System.Drawing.Size(94, 17); 00286 this.ckbxAccel.TabIndex = 71; 00287 this.ckbxAccel.Text = "Accelerometer"; 00288 this.ckbxAccel.UseVisualStyleBackColor = true; 00289 // 00290 // groupBox4 00291 // 00292 this.groupBox4.Controls.Add(this.label6); 00293 this.groupBox4.Controls.Add(this.rbMulti); 00294 this.groupBox4.Controls.Add(this.rbHR); 00295 this.groupBox4.Controls.Add(this.rbSPO2); 00296 this.groupBox4.Controls.Add(this.ckbxOpticalSensor); 00297 this.groupBox4.Location = new System.Drawing.Point(24, 568); 00298 this.groupBox4.Name = "groupBox4"; 00299 this.groupBox4.Size = new System.Drawing.Size(538, 128); 00300 this.groupBox4.TabIndex = 74; 00301 this.groupBox4.TabStop = false; 00302 this.groupBox4.Text = "Optical"; 00303 this.groupBox4.Visible = false; 00304 // 00305 // label6 00306 // 00307 this.label6.AutoSize = true; 00308 this.label6.Location = new System.Drawing.Point(215, 22); 00309 this.label6.Name = "label6"; 00310 this.label6.Size = new System.Drawing.Size(60, 13); 00311 this.label6.TabIndex = 81; 00312 this.label6.Text = "Parameters"; 00313 // 00314 // rbMulti 00315 // 00316 this.rbMulti.AutoSize = true; 00317 this.rbMulti.Location = new System.Drawing.Point(130, 88); 00318 this.rbMulti.Name = "rbMulti"; 00319 this.rbMulti.Size = new System.Drawing.Size(77, 17); 00320 this.rbMulti.TabIndex = 75; 00321 this.rbMulti.TabStop = true; 00322 this.rbMulti.Text = "Multi Mode"; 00323 this.rbMulti.UseVisualStyleBackColor = true; 00324 // 00325 // rbHR 00326 // 00327 this.rbHR.AutoSize = true; 00328 this.rbHR.Location = new System.Drawing.Point(130, 65); 00329 this.rbHR.Name = "rbHR"; 00330 this.rbHR.Size = new System.Drawing.Size(71, 17); 00331 this.rbHR.TabIndex = 74; 00332 this.rbHR.TabStop = true; 00333 this.rbHR.Text = "HR Mode"; 00334 this.rbHR.UseVisualStyleBackColor = true; 00335 // 00336 // rbSPO2 00337 // 00338 this.rbSPO2.AutoSize = true; 00339 this.rbSPO2.Location = new System.Drawing.Point(130, 42); 00340 this.rbSPO2.Name = "rbSPO2"; 00341 this.rbSPO2.Size = new System.Drawing.Size(82, 17); 00342 this.rbSPO2.TabIndex = 73; 00343 this.rbSPO2.TabStop = true; 00344 this.rbSPO2.Text = "SpO2 Mode"; 00345 this.rbSPO2.UseVisualStyleBackColor = true; 00346 // 00347 // ckbxOpticalSensor 00348 // 00349 this.ckbxOpticalSensor.AutoSize = true; 00350 this.ckbxOpticalSensor.Location = new System.Drawing.Point(18, 22); 00351 this.ckbxOpticalSensor.Name = "ckbxOpticalSensor"; 00352 this.ckbxOpticalSensor.Size = new System.Drawing.Size(95, 17); 00353 this.ckbxOpticalSensor.TabIndex = 72; 00354 this.ckbxOpticalSensor.Text = "Optical Sensor"; 00355 this.ckbxOpticalSensor.UseVisualStyleBackColor = true; 00356 // 00357 // tbMultiParameters 00358 // 00359 this.tbMultiParameters.Location = new System.Drawing.Point(76, 200); 00360 this.tbMultiParameters.Name = "tbMultiParameters"; 00361 this.tbMultiParameters.ReadOnly = true; 00362 this.tbMultiParameters.Size = new System.Drawing.Size(350, 20); 00363 this.tbMultiParameters.TabIndex = 83; 00364 this.tbMultiParameters.Text = "00 02 01 02 7F 7F 7F 03 01 03 02"; 00365 this.tbMultiParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00366 // 00367 // tbHRParameters 00368 // 00369 this.tbHRParameters.Location = new System.Drawing.Point(76, 175); 00370 this.tbHRParameters.Name = "tbHRParameters"; 00371 this.tbHRParameters.ReadOnly = true; 00372 this.tbHRParameters.Size = new System.Drawing.Size(350, 20); 00373 this.tbHRParameters.TabIndex = 82; 00374 this.tbHRParameters.Text = "00 02 01 02 1F"; 00375 this.tbHRParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00376 // 00377 // tbSpO2Parameters 00378 // 00379 this.tbSpO2Parameters.Location = new System.Drawing.Point(76, 150); 00380 this.tbSpO2Parameters.Name = "tbSpO2Parameters"; 00381 this.tbSpO2Parameters.ReadOnly = true; 00382 this.tbSpO2Parameters.Size = new System.Drawing.Size(350, 20); 00383 this.tbSpO2Parameters.TabIndex = 81; 00384 this.tbSpO2Parameters.Text = "0F 02 01 02 1F 1F"; 00385 this.tbSpO2Parameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00386 // 00387 // btnTestMission 00388 // 00389 this.btnTestMission.Location = new System.Drawing.Point(579, 404); 00390 this.btnTestMission.Name = "btnTestMission"; 00391 this.btnTestMission.Size = new System.Drawing.Size(135, 23); 00392 this.btnTestMission.TabIndex = 75; 00393 this.btnTestMission.Text = "Test Mission"; 00394 this.btnTestMission.UseVisualStyleBackColor = true; 00395 this.btnTestMission.Visible = false; 00396 this.btnTestMission.Click += new System.EventHandler(this.btnTestMission_Click); 00397 // 00398 // btnTestWriteLogMemory 00399 // 00400 this.btnTestWriteLogMemory.Location = new System.Drawing.Point(579, 433); 00401 this.btnTestWriteLogMemory.Name = "btnTestWriteLogMemory"; 00402 this.btnTestWriteLogMemory.Size = new System.Drawing.Size(135, 23); 00403 this.btnTestWriteLogMemory.TabIndex = 76; 00404 this.btnTestWriteLogMemory.Text = "Test Write Log Memory"; 00405 this.btnTestWriteLogMemory.UseVisualStyleBackColor = true; 00406 this.btnTestWriteLogMemory.Visible = false; 00407 this.btnTestWriteLogMemory.Click += new System.EventHandler(this.btnTestWriteLogMemory_Click); 00408 // 00409 // btnTestReadLogMemory 00410 // 00411 this.btnTestReadLogMemory.Location = new System.Drawing.Point(579, 462); 00412 this.btnTestReadLogMemory.Name = "btnTestReadLogMemory"; 00413 this.btnTestReadLogMemory.Size = new System.Drawing.Size(135, 23); 00414 this.btnTestReadLogMemory.TabIndex = 77; 00415 this.btnTestReadLogMemory.Text = "Test Read Log Memory"; 00416 this.btnTestReadLogMemory.UseVisualStyleBackColor = true; 00417 this.btnTestReadLogMemory.Visible = false; 00418 this.btnTestReadLogMemory.Click += new System.EventHandler(this.btnTestReadLogMemory_Click); 00419 // 00420 // btnBulkErase 00421 // 00422 this.btnBulkErase.Location = new System.Drawing.Point(579, 491); 00423 this.btnBulkErase.Name = "btnBulkErase"; 00424 this.btnBulkErase.Size = new System.Drawing.Size(135, 23); 00425 this.btnBulkErase.TabIndex = 78; 00426 this.btnBulkErase.Text = "Bulk Erase"; 00427 this.btnBulkErase.UseVisualStyleBackColor = true; 00428 this.btnBulkErase.Visible = false; 00429 this.btnBulkErase.Click += new System.EventHandler(this.btnBulkErase_Click); 00430 // 00431 // btnLogSectorsErase 00432 // 00433 this.btnLogSectorsErase.Location = new System.Drawing.Point(579, 520); 00434 this.btnLogSectorsErase.Name = "btnLogSectorsErase"; 00435 this.btnLogSectorsErase.Size = new System.Drawing.Size(135, 23); 00436 this.btnLogSectorsErase.TabIndex = 79; 00437 this.btnLogSectorsErase.Text = "Log Sectors Erase"; 00438 this.btnLogSectorsErase.UseVisualStyleBackColor = true; 00439 this.btnLogSectorsErase.Visible = false; 00440 this.btnLogSectorsErase.Click += new System.EventHandler(this.btnLogSectorsErase_Click); 00441 // 00442 // grpPrePostCommands 00443 // 00444 this.grpPrePostCommands.BackgroundColor = System.Drawing.Color.White; 00445 this.grpPrePostCommands.Controls.Add(this.label8); 00446 this.grpPrePostCommands.Controls.Add(this.label7); 00447 this.grpPrePostCommands.Controls.Add(this.tbPostCmd); 00448 this.grpPrePostCommands.Controls.Add(this.tbPreCmd); 00449 this.grpPrePostCommands.Location = new System.Drawing.Point(15, 440); 00450 this.grpPrePostCommands.Name = "grpPrePostCommands"; 00451 this.grpPrePostCommands.Size = new System.Drawing.Size(462, 74); 00452 this.grpPrePostCommands.TabIndex = 80; 00453 this.grpPrePostCommands.TabStop = false; 00454 this.grpPrePostCommands.Text = "Pre/Post RPC Commands"; 00455 this.grpPrePostCommands.Visible = false; 00456 // 00457 // label8 00458 // 00459 this.label8.AutoSize = true; 00460 this.label8.Location = new System.Drawing.Point(6, 53); 00461 this.label8.Name = "label8"; 00462 this.label8.Size = new System.Drawing.Size(33, 13); 00463 this.label8.TabIndex = 85; 00464 this.label8.Text = "Suffix"; 00465 // 00466 // label7 00467 // 00468 this.label7.AutoSize = true; 00469 this.label7.Location = new System.Drawing.Point(6, 27); 00470 this.label7.Name = "label7"; 00471 this.label7.Size = new System.Drawing.Size(33, 13); 00472 this.label7.TabIndex = 79; 00473 this.label7.Text = "Prefix"; 00474 // 00475 // tbPostCmd 00476 // 00477 this.tbPostCmd.Location = new System.Drawing.Point(76, 50); 00478 this.tbPostCmd.Name = "tbPostCmd"; 00479 this.tbPostCmd.Size = new System.Drawing.Size(350, 20); 00480 this.tbPostCmd.TabIndex = 84; 00481 this.tbPostCmd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00482 // 00483 // tbPreCmd 00484 // 00485 this.tbPreCmd.Location = new System.Drawing.Point(76, 24); 00486 this.tbPreCmd.Name = "tbPreCmd"; 00487 this.tbPreCmd.Size = new System.Drawing.Size(350, 20); 00488 this.tbPreCmd.TabIndex = 82; 00489 this.tbPreCmd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00490 // 00491 // maximGroupBox1 00492 // 00493 this.maximGroupBox1.BackgroundColor = System.Drawing.Color.White; 00494 this.maximGroupBox1.Controls.Add(this.ckbxEcg); 00495 this.maximGroupBox1.Controls.Add(this.ckbxPace); 00496 this.maximGroupBox1.Controls.Add(this.ckbxBioz); 00497 this.maximGroupBox1.Controls.Add(this.ckbxRtoR); 00498 this.maximGroupBox1.Location = new System.Drawing.Point(21, 5); 00499 this.maximGroupBox1.Name = "maximGroupBox1"; 00500 this.maximGroupBox1.Size = new System.Drawing.Size(220, 100); 00501 this.maximGroupBox1.TabIndex = 81; 00502 this.maximGroupBox1.TabStop = false; 00503 this.maximGroupBox1.Text = "ECG Channel Log Enable"; 00504 // 00505 // maximGroupBox2 00506 // 00507 this.maximGroupBox2.BackgroundColor = System.Drawing.Color.White; 00508 this.maximGroupBox2.Controls.Add(this.cboAccelSampleRate); 00509 this.maximGroupBox2.Controls.Add(this.label14); 00510 this.maximGroupBox2.Controls.Add(this.label13); 00511 this.maximGroupBox2.Controls.Add(this.label12); 00512 this.maximGroupBox2.Controls.Add(this.label11); 00513 this.maximGroupBox2.Controls.Add(this.ckbxAccel); 00514 this.maximGroupBox2.Controls.Add(this.txtPressureSampleTime); 00515 this.maximGroupBox2.Controls.Add(this.label10); 00516 this.maximGroupBox2.Controls.Add(this.label9); 00517 this.maximGroupBox2.Controls.Add(this.ckbxPressure); 00518 this.maximGroupBox2.Controls.Add(this.ckbxTemp1); 00519 this.maximGroupBox2.Controls.Add(this.txtTemp2SampleTime); 00520 this.maximGroupBox2.Controls.Add(this.ckbxTemp2); 00521 this.maximGroupBox2.Controls.Add(this.txtTemp1SampleTime); 00522 this.maximGroupBox2.Location = new System.Drawing.Point(247, 5); 00523 this.maximGroupBox2.Name = "maximGroupBox2"; 00524 this.maximGroupBox2.Size = new System.Drawing.Size(230, 168); 00525 this.maximGroupBox2.TabIndex = 82; 00526 this.maximGroupBox2.TabStop = false; 00527 this.maximGroupBox2.Text = "Other Channel Log Enable"; 00528 // 00529 // cboAccelSampleRate 00530 // 00531 this.cboAccelSampleRate.BackColor = System.Drawing.Color.White; 00532 this.cboAccelSampleRate.DropDownHeight = 200; 00533 this.cboAccelSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 00534 this.cboAccelSampleRate.DropDownWidth = 52; 00535 this.cboAccelSampleRate.Items.AddRange(new object[] { 00536 "1", 00537 "10", 00538 "25", 00539 "50", 00540 "100", 00541 "200", 00542 "400"}); 00543 this.cboAccelSampleRate.Location = new System.Drawing.Point(126, 127); 00544 this.cboAccelSampleRate.Name = "cboAccelSampleRate"; 00545 this.cboAccelSampleRate.Size = new System.Drawing.Size(52, 21); 00546 this.cboAccelSampleRate.TabIndex = 86; 00547 this.cboAccelSampleRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00548 this.cboAccelSampleRate.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; 00549 // 00550 // label14 00551 // 00552 this.label14.AutoSize = true; 00553 this.label14.Location = new System.Drawing.Point(184, 130); 00554 this.label14.Name = "label14"; 00555 this.label14.Size = new System.Drawing.Size(20, 13); 00556 this.label14.TabIndex = 83; 00557 this.label14.Text = "Hz"; 00558 // 00559 // label13 00560 // 00561 this.label13.AutoSize = true; 00562 this.label13.Location = new System.Drawing.Point(184, 104); 00563 this.label13.Name = "label13"; 00564 this.label13.Size = new System.Drawing.Size(12, 13); 00565 this.label13.TabIndex = 82; 00566 this.label13.Text = "s"; 00567 // 00568 // label12 00569 // 00570 this.label12.AutoSize = true; 00571 this.label12.Location = new System.Drawing.Point(184, 80); 00572 this.label12.Name = "label12"; 00573 this.label12.Size = new System.Drawing.Size(12, 13); 00574 this.label12.TabIndex = 81; 00575 this.label12.Text = "s"; 00576 // 00577 // label11 00578 // 00579 this.label11.AutoSize = true; 00580 this.label11.Location = new System.Drawing.Point(184, 52); 00581 this.label11.Name = "label11"; 00582 this.label11.Size = new System.Drawing.Size(12, 13); 00583 this.label11.TabIndex = 80; 00584 this.label11.Text = "s"; 00585 // 00586 // label10 00587 // 00588 this.label10.AutoSize = true; 00589 this.label10.Location = new System.Drawing.Point(123, 26); 00590 this.label10.Name = "label10"; 00591 this.label10.Size = new System.Drawing.Size(30, 13); 00592 this.label10.TabIndex = 79; 00593 this.label10.Text = "Rate"; 00594 // 00595 // label9 00596 // 00597 this.label9.AutoSize = true; 00598 this.label9.Location = new System.Drawing.Point(30, 26); 00599 this.label9.Name = "label9"; 00600 this.label9.Size = new System.Drawing.Size(40, 13); 00601 this.label9.TabIndex = 78; 00602 this.label9.Text = "Sensor"; 00603 // 00604 // maximGroupBox3 00605 // 00606 this.maximGroupBox3.BackgroundColor = System.Drawing.Color.White; 00607 this.maximGroupBox3.Controls.Add(this.cboOpticalMode); 00608 this.maximGroupBox3.Controls.Add(this.label15); 00609 this.maximGroupBox3.Location = new System.Drawing.Point(21, 111); 00610 this.maximGroupBox3.Name = "maximGroupBox3"; 00611 this.maximGroupBox3.Size = new System.Drawing.Size(220, 62); 00612 this.maximGroupBox3.TabIndex = 83; 00613 this.maximGroupBox3.TabStop = false; 00614 this.maximGroupBox3.Text = "Optical Log Enable"; 00615 // 00616 // cboOpticalMode 00617 // 00618 this.cboOpticalMode.BackColor = System.Drawing.Color.White; 00619 this.cboOpticalMode.DropDownHeight = 200; 00620 this.cboOpticalMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 00621 this.cboOpticalMode.DropDownWidth = 95; 00622 this.cboOpticalMode.Items.AddRange(new object[] { 00623 "None", 00624 "SpO2", 00625 "HR", 00626 "Multi"}); 00627 this.cboOpticalMode.Location = new System.Drawing.Point(86, 28); 00628 this.cboOpticalMode.Name = "cboOpticalMode"; 00629 this.cboOpticalMode.Size = new System.Drawing.Size(95, 21); 00630 this.cboOpticalMode.TabIndex = 1; 00631 this.cboOpticalMode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00632 this.cboOpticalMode.TextAlignDropDownList = System.Windows.Forms.HorizontalAlignment.Left; 00633 this.cboOpticalMode.SelectedIndexChanged += new System.EventHandler(this.cboOpticalMode_SelectedIndexChanged); 00634 // 00635 // label15 00636 // 00637 this.label15.AutoSize = true; 00638 this.label15.Location = new System.Drawing.Point(19, 31); 00639 this.label15.Name = "label15"; 00640 this.label15.Size = new System.Drawing.Size(34, 13); 00641 this.label15.TabIndex = 0; 00642 this.label15.Text = "Mode"; 00643 // 00644 // grpParameters 00645 // 00646 this.grpParameters.BackgroundColor = System.Drawing.Color.White; 00647 this.grpParameters.Controls.Add(this.tbFMSTRParameters); 00648 this.grpParameters.Controls.Add(this.label23); 00649 this.grpParameters.Controls.Add(this.label21); 00650 this.grpParameters.Controls.Add(this.tbMultiParameters); 00651 this.grpParameters.Controls.Add(this.label20); 00652 this.grpParameters.Controls.Add(this.tbHRParameters); 00653 this.grpParameters.Controls.Add(this.label1); 00654 this.grpParameters.Controls.Add(this.lblRToR); 00655 this.grpParameters.Controls.Add(this.lblBioZ); 00656 this.grpParameters.Controls.Add(this.tbSpO2Parameters); 00657 this.grpParameters.Controls.Add(this.lblPace); 00658 this.grpParameters.Controls.Add(this.tbRtoRParameters); 00659 this.grpParameters.Controls.Add(this.label16); 00660 this.grpParameters.Controls.Add(this.tbBiozParameters); 00661 this.grpParameters.Controls.Add(this.tbEcgParameters); 00662 this.grpParameters.Controls.Add(this.tbPaceParameters); 00663 this.grpParameters.Location = new System.Drawing.Point(15, 209); 00664 this.grpParameters.Name = "grpParameters"; 00665 this.grpParameters.Size = new System.Drawing.Size(462, 229); 00666 this.grpParameters.TabIndex = 84; 00667 this.grpParameters.TabStop = false; 00668 this.grpParameters.Text = "Parameters"; 00669 this.grpParameters.Visible = false; 00670 // 00671 // tbFMSTRParameters 00672 // 00673 this.tbFMSTRParameters.Location = new System.Drawing.Point(76, 125); 00674 this.tbFMSTRParameters.Name = "tbFMSTRParameters"; 00675 this.tbFMSTRParameters.ReadOnly = true; 00676 this.tbFMSTRParameters.Size = new System.Drawing.Size(350, 20); 00677 this.tbFMSTRParameters.TabIndex = 88; 00678 this.tbFMSTRParameters.Text = "00 02 01 01 00"; 00679 this.tbFMSTRParameters.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00680 // 00681 // label23 00682 // 00683 this.label23.AutoSize = true; 00684 this.label23.Location = new System.Drawing.Point(14, 128); 00685 this.label23.Name = "label23"; 00686 this.label23.Size = new System.Drawing.Size(44, 13); 00687 this.label23.TabIndex = 87; 00688 this.label23.Text = "FMSTR"; 00689 // 00690 // label21 00691 // 00692 this.label21.AutoSize = true; 00693 this.label21.Location = new System.Drawing.Point(14, 203); 00694 this.label21.Name = "label21"; 00695 this.label21.Size = new System.Drawing.Size(29, 13); 00696 this.label21.TabIndex = 86; 00697 this.label21.Text = "Multi"; 00698 // 00699 // label20 00700 // 00701 this.label20.AutoSize = true; 00702 this.label20.Location = new System.Drawing.Point(14, 178); 00703 this.label20.Name = "label20"; 00704 this.label20.Size = new System.Drawing.Size(23, 13); 00705 this.label20.TabIndex = 85; 00706 this.label20.Text = "HR"; 00707 // 00708 // label1 00709 // 00710 this.label1.AutoSize = true; 00711 this.label1.Location = new System.Drawing.Point(14, 153); 00712 this.label1.Name = "label1"; 00713 this.label1.Size = new System.Drawing.Size(34, 13); 00714 this.label1.TabIndex = 84; 00715 this.label1.Text = "SpO2"; 00716 // 00717 // lblRToR 00718 // 00719 this.lblRToR.AutoSize = true; 00720 this.lblRToR.Location = new System.Drawing.Point(14, 103); 00721 this.lblRToR.Name = "lblRToR"; 00722 this.lblRToR.Size = new System.Drawing.Size(38, 13); 00723 this.lblRToR.TabIndex = 83; 00724 this.lblRToR.Text = "R-to-R"; 00725 // 00726 // lblBioZ 00727 // 00728 this.lblBioZ.AutoSize = true; 00729 this.lblBioZ.Location = new System.Drawing.Point(14, 78); 00730 this.lblBioZ.Name = "lblBioZ"; 00731 this.lblBioZ.Size = new System.Drawing.Size(29, 13); 00732 this.lblBioZ.TabIndex = 82; 00733 this.lblBioZ.Text = "BioZ"; 00734 // 00735 // lblPace 00736 // 00737 this.lblPace.AutoSize = true; 00738 this.lblPace.Location = new System.Drawing.Point(14, 53); 00739 this.lblPace.Name = "lblPace"; 00740 this.lblPace.Size = new System.Drawing.Size(32, 13); 00741 this.lblPace.TabIndex = 81; 00742 this.lblPace.Text = "Pace"; 00743 // 00744 // label16 00745 // 00746 this.label16.AutoSize = true; 00747 this.label16.Location = new System.Drawing.Point(14, 28); 00748 this.label16.Name = "label16"; 00749 this.label16.Size = new System.Drawing.Size(29, 13); 00750 this.label16.TabIndex = 0; 00751 this.label16.Text = "ECG"; 00752 // 00753 // btnAdvanced 00754 // 00755 this.btnAdvanced.Location = new System.Drawing.Point(382, 179); 00756 this.btnAdvanced.Name = "btnAdvanced"; 00757 this.btnAdvanced.Size = new System.Drawing.Size(75, 23); 00758 this.btnAdvanced.TabIndex = 85; 00759 this.btnAdvanced.Text = "Advanced"; 00760 this.toolTip1.SetToolTip(this.btnAdvanced, "Show raw parameters"); 00761 this.btnAdvanced.UseVisualStyleBackColor = true; 00762 this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click); 00763 // 00764 // btnSaveToFile 00765 // 00766 this.btnSaveToFile.Location = new System.Drawing.Point(70, 64); 00767 this.btnSaveToFile.Name = "btnSaveToFile"; 00768 this.btnSaveToFile.Size = new System.Drawing.Size(75, 23); 00769 this.btnSaveToFile.TabIndex = 86; 00770 this.btnSaveToFile.Text = "Save to File"; 00771 this.toolTip1.SetToolTip(this.btnSaveToFile, "Download data to csv file."); 00772 this.btnSaveToFile.UseVisualStyleBackColor = true; 00773 this.btnSaveToFile.Click += new System.EventHandler(this.btnSaveToFile_Click); 00774 // 00775 // maximGroupBox4 00776 // 00777 this.maximGroupBox4.BackgroundColor = System.Drawing.Color.White; 00778 this.maximGroupBox4.Controls.Add(this.label22); 00779 this.maximGroupBox4.Controls.Add(this.btnSaveToFile); 00780 this.maximGroupBox4.Location = new System.Drawing.Point(483, 5); 00781 this.maximGroupBox4.Name = "maximGroupBox4"; 00782 this.maximGroupBox4.Size = new System.Drawing.Size(220, 168); 00783 this.maximGroupBox4.TabIndex = 87; 00784 this.maximGroupBox4.TabStop = false; 00785 this.maximGroupBox4.Text = "Log Export"; 00786 // 00787 // label22 00788 // 00789 this.label22.Location = new System.Drawing.Point(6, 26); 00790 this.label22.Name = "label22"; 00791 this.label22.Size = new System.Drawing.Size(208, 35); 00792 this.label22.TabIndex = 87; 00793 this.label22.Text = "Download data from flash memory."; 00794 // 00795 // DataLoggingView 00796 // 00797 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 00798 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00799 this.BackColor = System.Drawing.Color.White; 00800 this.Controls.Add(this.maximGroupBox4); 00801 this.Controls.Add(this.btnAdvanced); 00802 this.Controls.Add(this.grpParameters); 00803 this.Controls.Add(this.maximGroupBox3); 00804 this.Controls.Add(this.maximGroupBox2); 00805 this.Controls.Add(this.maximGroupBox1); 00806 this.Controls.Add(this.grpPrePostCommands); 00807 this.Controls.Add(this.btnLogSectorsErase); 00808 this.Controls.Add(this.btnBulkErase); 00809 this.Controls.Add(this.btnTestReadLogMemory); 00810 this.Controls.Add(this.btnTestWriteLogMemory); 00811 this.Controls.Add(this.btnTestMission); 00812 this.Controls.Add(this.groupBox4); 00813 this.Controls.Add(this.btnWrite); 00814 this.Controls.Add(this.btnErase); 00815 this.Controls.Add(this.btnRead); 00816 this.Name = "DataLoggingView"; 00817 this.Size = new System.Drawing.Size(714, 558); 00818 this.Load += new System.EventHandler(this.LoggingView_Load); 00819 this.groupBox4.ResumeLayout(false); 00820 this.groupBox4.PerformLayout(); 00821 this.grpPrePostCommands.ResumeLayout(false); 00822 this.grpPrePostCommands.PerformLayout(); 00823 this.maximGroupBox1.ResumeLayout(false); 00824 this.maximGroupBox1.PerformLayout(); 00825 this.maximGroupBox2.ResumeLayout(false); 00826 this.maximGroupBox2.PerformLayout(); 00827 this.maximGroupBox3.ResumeLayout(false); 00828 this.maximGroupBox3.PerformLayout(); 00829 this.grpParameters.ResumeLayout(false); 00830 this.grpParameters.PerformLayout(); 00831 this.maximGroupBox4.ResumeLayout(false); 00832 this.ResumeLayout(false); 00833 00834 } 00835 00836 #endregion 00837 00838 private MaximStyle.MaximButton btnRead; 00839 private MaximStyle.MaximButton btnErase; 00840 private MaximStyle.MaximButton btnWrite; 00841 private MaximStyle.MaximCheckBox ckbxRtoR; 00842 private MaximStyle.MaximCheckBox ckbxBioz; 00843 private MaximStyle.MaximCheckBox ckbxPace; 00844 private MaximStyle.MaximCheckBox ckbxEcg; 00845 private MaximStyle.MaximCheckBox ckbxTemp1; 00846 private MaximStyle.MaximCheckBox ckbxTemp2; 00847 private System.Windows.Forms.GroupBox groupBox4; 00848 private System.Windows.Forms.CheckBox ckbxOpticalSensor; 00849 private System.Windows.Forms.TextBox txtTemp1SampleTime; 00850 private System.Windows.Forms.TextBox txtTemp2SampleTime; 00851 private System.Windows.Forms.TextBox txtPressureSampleTime; 00852 private System.Windows.Forms.Button btnTestMission; 00853 private System.Windows.Forms.Button btnTestWriteLogMemory; 00854 private System.Windows.Forms.Button btnTestReadLogMemory; 00855 private System.Windows.Forms.Button btnBulkErase; 00856 private System.Windows.Forms.Button btnLogSectorsErase; 00857 private System.Windows.Forms.RadioButton rbMulti; 00858 private System.Windows.Forms.RadioButton rbHR; 00859 private System.Windows.Forms.RadioButton rbSPO2; 00860 private System.Windows.Forms.TextBox tbRtoRParameters; 00861 private System.Windows.Forms.TextBox tbBiozParameters; 00862 private System.Windows.Forms.TextBox tbPaceParameters; 00863 private System.Windows.Forms.TextBox tbEcgParameters; 00864 private System.Windows.Forms.Label label6; 00865 private System.Windows.Forms.TextBox tbMultiParameters; 00866 private System.Windows.Forms.TextBox tbHRParameters; 00867 private System.Windows.Forms.TextBox tbSpO2Parameters; 00868 private System.Windows.Forms.TextBox tbPostCmd; 00869 private System.Windows.Forms.TextBox tbPreCmd; 00870 private System.Windows.Forms.Label label8; 00871 private System.Windows.Forms.Label label7; 00872 private MaximStyle.MaximGroupBox maximGroupBox1; 00873 private MaximStyle.MaximCheckBox ckbxAccel; 00874 private MaximStyle.MaximCheckBox ckbxPressure; 00875 private MaximStyle.MaximGroupBox maximGroupBox2; 00876 private System.Windows.Forms.Label label14; 00877 private System.Windows.Forms.Label label13; 00878 private System.Windows.Forms.Label label12; 00879 private System.Windows.Forms.Label label11; 00880 private System.Windows.Forms.Label label10; 00881 private System.Windows.Forms.Label label9; 00882 private MaximStyle.MaximGroupBox maximGroupBox3; 00883 private MaximStyle.MaximComboBox cboOpticalMode; 00884 private System.Windows.Forms.Label label15; 00885 private MaximStyle.MaximGroupBox grpParameters; 00886 private System.Windows.Forms.Label label21; 00887 private System.Windows.Forms.Label label20; 00888 private System.Windows.Forms.Label label1; 00889 private System.Windows.Forms.Label lblRToR; 00890 private System.Windows.Forms.Label lblBioZ; 00891 private System.Windows.Forms.Label lblPace; 00892 private System.Windows.Forms.Label label16; 00893 private MaximStyle.MaximGroupBox grpPrePostCommands; 00894 private MaximStyle.MaximButton btnAdvanced; 00895 private MaximStyle.MaximComboBox cboAccelSampleRate; 00896 private MaximStyle.MaximButton btnSaveToFile; 00897 private MaximStyle.MaximGroupBox maximGroupBox4; 00898 private System.Windows.Forms.Label label22; 00899 private System.Windows.Forms.TextBox tbFMSTRParameters; 00900 private System.Windows.Forms.Label label23; 00901 private System.Windows.Forms.ToolTip toolTip1; 00902 } 00903 }
Generated on Thu Jul 28 2022 18:07:15 by
 1.7.2