MainForm.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace Fietsclient
  2. {
  3. partial class MainForm
  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.button1 = new System.Windows.Forms.Button();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  38. this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  40. this.menuStrip1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // button1
  45. //
  46. this.button1.Location = new System.Drawing.Point(13, 48);
  47. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  48. this.button1.Name = "button1";
  49. this.button1.Size = new System.Drawing.Size(135, 28);
  50. this.button1.TabIndex = 0;
  51. this.button1.Text = "init comport";
  52. this.button1.UseVisualStyleBackColor = true;
  53. this.button1.Click += new System.EventHandler(this.button1_Click);
  54. //
  55. // textBox1
  56. //
  57. this.textBox1.BackColor = System.Drawing.Color.Black;
  58. this.textBox1.ForeColor = System.Drawing.Color.White;
  59. this.textBox1.Location = new System.Drawing.Point(13, 425);
  60. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  61. this.textBox1.Multiline = true;
  62. this.textBox1.Name = "textBox1";
  63. this.textBox1.ReadOnly = true;
  64. this.textBox1.Size = new System.Drawing.Size(1033, 201);
  65. this.textBox1.TabIndex = 1;
  66. //
  67. // button2
  68. //
  69. this.button2.Location = new System.Drawing.Point(13, 316);
  70. this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  71. this.button2.Name = "button2";
  72. this.button2.Size = new System.Drawing.Size(278, 66);
  73. this.button2.TabIndex = 2;
  74. this.button2.Text = "start asking for status";
  75. this.button2.UseVisualStyleBackColor = true;
  76. this.button2.Click += new System.EventHandler(this.button2_Click);
  77. //
  78. // button3
  79. //
  80. this.button3.Location = new System.Drawing.Point(13, 84);
  81. this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  82. this.button3.Name = "button3";
  83. this.button3.Size = new System.Drawing.Size(135, 28);
  84. this.button3.TabIndex = 3;
  85. this.button3.Text = "close comport";
  86. this.button3.UseVisualStyleBackColor = true;
  87. this.button3.Click += new System.EventHandler(this.button3_Click);
  88. //
  89. // checkedListBox1
  90. //
  91. this.checkedListBox1.FormattingEnabled = true;
  92. this.checkedListBox1.Items.AddRange(new object[] {
  93. "pulse",
  94. "rpm",
  95. "speed",
  96. "distance",
  97. "requestedpower",
  98. "energy",
  99. "time",
  100. "actualpower"});
  101. this.checkedListBox1.Location = new System.Drawing.Point(13, 141);
  102. this.checkedListBox1.Name = "checkedListBox1";
  103. this.checkedListBox1.Size = new System.Drawing.Size(278, 140);
  104. this.checkedListBox1.TabIndex = 4;
  105. //
  106. // comboBox1
  107. //
  108. this.comboBox1.FormattingEnabled = true;
  109. this.comboBox1.Location = new System.Drawing.Point(155, 51);
  110. this.comboBox1.Name = "comboBox1";
  111. this.comboBox1.Size = new System.Drawing.Size(121, 24);
  112. this.comboBox1.TabIndex = 5;
  113. //
  114. // menuStrip1
  115. //
  116. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  117. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  118. this.helpToolStripMenuItem});
  119. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  120. this.menuStrip1.Name = "menuStrip1";
  121. this.menuStrip1.Size = new System.Drawing.Size(1059, 28);
  122. this.menuStrip1.TabIndex = 6;
  123. this.menuStrip1.Text = "menuStrip1";
  124. //
  125. // helpToolStripMenuItem
  126. //
  127. this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  128. this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
  129. this.helpToolStripMenuItem.Text = "Help";
  130. //
  131. // chart1
  132. //
  133. chartArea1.Name = "ChartArea1";
  134. this.chart1.ChartAreas.Add(chartArea1);
  135. legend1.Name = "Legend1";
  136. this.chart1.Legends.Add(legend1);
  137. this.chart1.Location = new System.Drawing.Point(316, 48);
  138. this.chart1.Name = "chart1";
  139. series1.ChartArea = "ChartArea1";
  140. series1.Legend = "Legend1";
  141. series1.Name = "Series1";
  142. this.chart1.Series.Add(series1);
  143. this.chart1.Size = new System.Drawing.Size(730, 358);
  144. this.chart1.TabIndex = 7;
  145. this.chart1.Text = "chart1";
  146. this.chart1.Click += new System.EventHandler(this.chart1_Click);
  147. //
  148. // MainForm
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.AutoScroll = true;
  153. this.ClientSize = new System.Drawing.Size(1059, 639);
  154. this.Controls.Add(this.chart1);
  155. this.Controls.Add(this.comboBox1);
  156. this.Controls.Add(this.checkedListBox1);
  157. this.Controls.Add(this.button3);
  158. this.Controls.Add(this.button2);
  159. this.Controls.Add(this.textBox1);
  160. this.Controls.Add(this.button1);
  161. this.Controls.Add(this.menuStrip1);
  162. this.MainMenuStrip = this.menuStrip1;
  163. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  164. this.Name = "MainForm";
  165. this.Text = "Form1";
  166. this.menuStrip1.ResumeLayout(false);
  167. this.menuStrip1.PerformLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.Button button1;
  174. private System.Windows.Forms.TextBox textBox1;
  175. private System.Windows.Forms.Button button2;
  176. private System.Windows.Forms.Button button3;
  177. private System.Windows.Forms.CheckedListBox checkedListBox1;
  178. private System.Windows.Forms.ComboBox comboBox1;
  179. private System.Windows.Forms.MenuStrip menuStrip1;
  180. private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  181. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  182. }
  183. }