/AnalogDemo/Form1.Designer.cs

https://github.com/lucadentella/AnalogDemo · C# · 207 lines · 150 code · 7 blank · 50 comment · 3 complexity · 324cfe04f26ac26c00c1db1eb16d20e9 MD5 · raw file

  1. namespace AnalogDemo
  2. {
  3. partial class Form1
  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. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.btConnect = new System.Windows.Forms.Button();
  33. this.cbSerialPort = new System.Windows.Forms.ComboBox();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.cbSendData = new System.Windows.Forms.CheckBox();
  36. this.tbAPIKey = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.tbFeedId = new System.Windows.Forms.TextBox();
  41. this.tbDatastreamId = new System.Windows.Forms.TextBox();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.groupBox1.SuspendLayout();
  44. this.groupBox2.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // groupBox1
  49. //
  50. this.groupBox1.Controls.Add(this.btConnect);
  51. this.groupBox1.Controls.Add(this.cbSerialPort);
  52. this.groupBox1.Location = new System.Drawing.Point(13, 275);
  53. this.groupBox1.Name = "groupBox1";
  54. this.groupBox1.Size = new System.Drawing.Size(135, 75);
  55. this.groupBox1.TabIndex = 0;
  56. this.groupBox1.TabStop = false;
  57. this.groupBox1.Text = "Serial port";
  58. //
  59. // btConnect
  60. //
  61. this.btConnect.Location = new System.Drawing.Point(6, 46);
  62. this.btConnect.Name = "btConnect";
  63. this.btConnect.Size = new System.Drawing.Size(121, 23);
  64. this.btConnect.TabIndex = 1;
  65. this.btConnect.Text = "Connect";
  66. this.btConnect.UseVisualStyleBackColor = true;
  67. this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
  68. //
  69. // cbSerialPort
  70. //
  71. this.cbSerialPort.FormattingEnabled = true;
  72. this.cbSerialPort.Location = new System.Drawing.Point(6, 19);
  73. this.cbSerialPort.Name = "cbSerialPort";
  74. this.cbSerialPort.Size = new System.Drawing.Size(121, 21);
  75. this.cbSerialPort.TabIndex = 0;
  76. //
  77. // groupBox2
  78. //
  79. this.groupBox2.Controls.Add(this.tbDatastreamId);
  80. this.groupBox2.Controls.Add(this.label3);
  81. this.groupBox2.Controls.Add(this.tbFeedId);
  82. this.groupBox2.Controls.Add(this.label2);
  83. this.groupBox2.Controls.Add(this.cbSendData);
  84. this.groupBox2.Controls.Add(this.tbAPIKey);
  85. this.groupBox2.Controls.Add(this.label1);
  86. this.groupBox2.Location = new System.Drawing.Point(154, 275);
  87. this.groupBox2.Name = "groupBox2";
  88. this.groupBox2.Size = new System.Drawing.Size(468, 74);
  89. this.groupBox2.TabIndex = 1;
  90. this.groupBox2.TabStop = false;
  91. this.groupBox2.Text = "Pachube";
  92. //
  93. // cbSendData
  94. //
  95. this.cbSendData.AutoSize = true;
  96. this.cbSendData.Location = new System.Drawing.Point(387, 20);
  97. this.cbSendData.Name = "cbSendData";
  98. this.cbSendData.Size = new System.Drawing.Size(75, 17);
  99. this.cbSendData.TabIndex = 2;
  100. this.cbSendData.Text = "Send data";
  101. this.cbSendData.UseVisualStyleBackColor = true;
  102. //
  103. // tbAPIKey
  104. //
  105. this.tbAPIKey.Location = new System.Drawing.Point(57, 20);
  106. this.tbAPIKey.Name = "tbAPIKey";
  107. this.tbAPIKey.Size = new System.Drawing.Size(324, 20);
  108. this.tbAPIKey.TabIndex = 1;
  109. //
  110. // label1
  111. //
  112. this.label1.AutoSize = true;
  113. this.label1.Location = new System.Drawing.Point(6, 23);
  114. this.label1.Name = "label1";
  115. this.label1.Size = new System.Drawing.Size(45, 13);
  116. this.label1.TabIndex = 0;
  117. this.label1.Text = "API Key";
  118. //
  119. // chart1
  120. //
  121. chartArea1.Name = "ChartArea1";
  122. this.chart1.ChartAreas.Add(chartArea1);
  123. legend1.Enabled = false;
  124. legend1.Name = "Legend1";
  125. this.chart1.Legends.Add(legend1);
  126. this.chart1.Location = new System.Drawing.Point(13, 13);
  127. this.chart1.Name = "chart1";
  128. series1.ChartArea = "ChartArea1";
  129. series1.Legend = "Legend1";
  130. series1.Name = "Series1";
  131. this.chart1.Series.Add(series1);
  132. this.chart1.Size = new System.Drawing.Size(603, 256);
  133. this.chart1.TabIndex = 2;
  134. this.chart1.Text = "chart1";
  135. //
  136. // label2
  137. //
  138. this.label2.AutoSize = true;
  139. this.label2.Location = new System.Drawing.Point(6, 51);
  140. this.label2.Name = "label2";
  141. this.label2.Size = new System.Drawing.Size(45, 13);
  142. this.label2.TabIndex = 3;
  143. this.label2.Text = "Feed ID";
  144. //
  145. // tbFeedId
  146. //
  147. this.tbFeedId.Location = new System.Drawing.Point(57, 48);
  148. this.tbFeedId.Name = "tbFeedId";
  149. this.tbFeedId.Size = new System.Drawing.Size(156, 20);
  150. this.tbFeedId.TabIndex = 4;
  151. //
  152. // tbDatastreamId
  153. //
  154. this.tbDatastreamId.Location = new System.Drawing.Point(300, 48);
  155. this.tbDatastreamId.Name = "tbDatastreamId";
  156. this.tbDatastreamId.Size = new System.Drawing.Size(162, 20);
  157. this.tbDatastreamId.TabIndex = 6;
  158. //
  159. // label3
  160. //
  161. this.label3.AutoSize = true;
  162. this.label3.Location = new System.Drawing.Point(219, 51);
  163. this.label3.Name = "label3";
  164. this.label3.Size = new System.Drawing.Size(75, 13);
  165. this.label3.TabIndex = 5;
  166. this.label3.Text = "Datastream ID";
  167. //
  168. // Form1
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(634, 362);
  173. this.Controls.Add(this.chart1);
  174. this.Controls.Add(this.groupBox2);
  175. this.Controls.Add(this.groupBox1);
  176. this.Name = "Form1";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "AnalogDemo 1.0";
  179. this.Load += new System.EventHandler(this.Form1_Load);
  180. this.groupBox1.ResumeLayout(false);
  181. this.groupBox2.ResumeLayout(false);
  182. this.groupBox2.PerformLayout();
  183. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  184. this.ResumeLayout(false);
  185. }
  186. #endregion
  187. private System.Windows.Forms.GroupBox groupBox1;
  188. private System.Windows.Forms.Button btConnect;
  189. private System.Windows.Forms.ComboBox cbSerialPort;
  190. private System.Windows.Forms.GroupBox groupBox2;
  191. private System.Windows.Forms.CheckBox cbSendData;
  192. private System.Windows.Forms.TextBox tbAPIKey;
  193. private System.Windows.Forms.Label label1;
  194. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  195. private System.Windows.Forms.TextBox tbDatastreamId;
  196. private System.Windows.Forms.Label label3;
  197. private System.Windows.Forms.TextBox tbFeedId;
  198. private System.Windows.Forms.Label label2;
  199. }
  200. }