Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DataLoggerSettings.Designer.cs 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. namespace Project1HostApp
  2. {
  3. partial class frmDataloggerSettings
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnSetValues = new System.Windows.Forms.Button();
  29. this.dtpTime = new System.Windows.Forms.DateTimePicker();
  30. this.lblTime = new System.Windows.Forms.Label();
  31. this.lblLoggingInterval = new System.Windows.Forms.Label();
  32. this.nudLogInterval = new System.Windows.Forms.NumericUpDown();
  33. this.lblSeconds = new System.Windows.Forms.Label();
  34. this.btnGetValues = new System.Windows.Forms.Button();
  35. this.lblDate = new System.Windows.Forms.Label();
  36. this.dtpDate = new System.Windows.Forms.DateTimePicker();
  37. ((System.ComponentModel.ISupportInitialize)(this.nudLogInterval)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // btnSetValues
  41. //
  42. this.btnSetValues.Location = new System.Drawing.Point(168, 136);
  43. this.btnSetValues.Name = "btnSetValues";
  44. this.btnSetValues.Size = new System.Drawing.Size(90, 35);
  45. this.btnSetValues.TabIndex = 0;
  46. this.btnSetValues.Text = "Set Values";
  47. this.btnSetValues.UseVisualStyleBackColor = true;
  48. this.btnSetValues.Click += new System.EventHandler(this.btnSetValues_Click);
  49. //
  50. // dtpTime
  51. //
  52. this.dtpTime.CustomFormat = "";
  53. this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  54. this.dtpTime.Location = new System.Drawing.Point(148, 61);
  55. this.dtpTime.Name = "dtpTime";
  56. this.dtpTime.ShowUpDown = true;
  57. this.dtpTime.Size = new System.Drawing.Size(110, 20);
  58. this.dtpTime.TabIndex = 1;
  59. //
  60. // lblTime
  61. //
  62. this.lblTime.AutoSize = true;
  63. this.lblTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.lblTime.Location = new System.Drawing.Point(51, 67);
  65. this.lblTime.Name = "lblTime";
  66. this.lblTime.Size = new System.Drawing.Size(82, 13);
  67. this.lblTime.TabIndex = 2;
  68. this.lblTime.Text = "Device Time:";
  69. //
  70. // lblLoggingInterval
  71. //
  72. this.lblLoggingInterval.AutoSize = true;
  73. this.lblLoggingInterval.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.lblLoggingInterval.Location = new System.Drawing.Point(30, 101);
  75. this.lblLoggingInterval.Name = "lblLoggingInterval";
  76. this.lblLoggingInterval.Size = new System.Drawing.Size(103, 13);
  77. this.lblLoggingInterval.TabIndex = 3;
  78. this.lblLoggingInterval.Text = "Logging Interval:";
  79. //
  80. // nudLogInterval
  81. //
  82. this.nudLogInterval.Location = new System.Drawing.Point(148, 94);
  83. this.nudLogInterval.Maximum = new decimal(new int[] {
  84. 60,
  85. 0,
  86. 0,
  87. 0});
  88. this.nudLogInterval.Minimum = new decimal(new int[] {
  89. 1,
  90. 0,
  91. 0,
  92. 0});
  93. this.nudLogInterval.Name = "nudLogInterval";
  94. this.nudLogInterval.Size = new System.Drawing.Size(51, 20);
  95. this.nudLogInterval.TabIndex = 5;
  96. this.nudLogInterval.Value = new decimal(new int[] {
  97. 5,
  98. 0,
  99. 0,
  100. 0});
  101. //
  102. // lblSeconds
  103. //
  104. this.lblSeconds.AutoSize = true;
  105. this.lblSeconds.Location = new System.Drawing.Point(209, 101);
  106. this.lblSeconds.Name = "lblSeconds";
  107. this.lblSeconds.Size = new System.Drawing.Size(49, 13);
  108. this.lblSeconds.TabIndex = 6;
  109. this.lblSeconds.Text = "Seconds";
  110. //
  111. // btnGetValues
  112. //
  113. this.btnGetValues.Location = new System.Drawing.Point(30, 136);
  114. this.btnGetValues.Name = "btnGetValues";
  115. this.btnGetValues.Size = new System.Drawing.Size(90, 35);
  116. this.btnGetValues.TabIndex = 7;
  117. this.btnGetValues.Text = "Get Values";
  118. this.btnGetValues.UseVisualStyleBackColor = true;
  119. this.btnGetValues.Click += new System.EventHandler(this.btnGetValues_Click);
  120. //
  121. // lblDate
  122. //
  123. this.lblDate.AutoSize = true;
  124. this.lblDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  125. this.lblDate.Location = new System.Drawing.Point(51, 33);
  126. this.lblDate.Name = "lblDate";
  127. this.lblDate.Size = new System.Drawing.Size(82, 13);
  128. this.lblDate.TabIndex = 8;
  129. this.lblDate.Text = "Device Date:";
  130. //
  131. // dtpDate
  132. //
  133. this.dtpDate.CustomFormat = "dd/MM/yyyy";
  134. this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  135. this.dtpDate.Location = new System.Drawing.Point(148, 27);
  136. this.dtpDate.Name = "dtpDate";
  137. this.dtpDate.Size = new System.Drawing.Size(110, 20);
  138. this.dtpDate.TabIndex = 9;
  139. //
  140. // frmDataloggerSettings
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(300, 197);
  145. this.Controls.Add(this.dtpDate);
  146. this.Controls.Add(this.lblDate);
  147. this.Controls.Add(this.btnGetValues);
  148. this.Controls.Add(this.lblSeconds);
  149. this.Controls.Add(this.nudLogInterval);
  150. this.Controls.Add(this.lblLoggingInterval);
  151. this.Controls.Add(this.lblTime);
  152. this.Controls.Add(this.dtpTime);
  153. this.Controls.Add(this.btnSetValues);
  154. this.MaximizeBox = false;
  155. this.MinimizeBox = false;
  156. this.Name = "frmDataloggerSettings";
  157. this.Text = "Datalogger";
  158. this.Load += new System.EventHandler(this.frmDataloggerSettings_Load);
  159. ((System.ComponentModel.ISupportInitialize)(this.nudLogInterval)).EndInit();
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private System.Windows.Forms.Button btnSetValues;
  165. private System.Windows.Forms.DateTimePicker dtpTime;
  166. private System.Windows.Forms.Label lblTime;
  167. private System.Windows.Forms.Label lblLoggingInterval;
  168. private System.Windows.Forms.NumericUpDown nudLogInterval;
  169. private System.Windows.Forms.Label lblSeconds;
  170. private System.Windows.Forms.Button btnGetValues;
  171. private System.Windows.Forms.Label lblDate;
  172. private System.Windows.Forms.DateTimePicker dtpDate;
  173. }
  174. }