ucSettings.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace Fietsclient.User_Controls
  2. {
  3. partial class UcSettings
  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 Component 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.cmbChooseCom = new System.Windows.Forms.ComboBox();
  29. this.pgbInit = new System.Windows.Forms.ProgressBar();
  30. this.btnCloseCom = new System.Windows.Forms.Button();
  31. this.btnStartAsking = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.cmbMode = new System.Windows.Forms.ComboBox();
  34. this.setModeBTN = new System.Windows.Forms.Button();
  35. this.modeField = new System.Windows.Forms.Label();
  36. this.modeTXTBox = new System.Windows.Forms.TextBox();
  37. this.modeSeconds = new System.Windows.Forms.TextBox();
  38. this.modeMinutes = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.pwrBox = new System.Windows.Forms.TextBox();
  41. this.setPWRBTN = new System.Windows.Forms.Button();
  42. this.reset = new System.Windows.Forms.Button();
  43. this.SuspendLayout();
  44. //
  45. // cmbChooseCom
  46. //
  47. this.cmbChooseCom.FormattingEnabled = true;
  48. this.cmbChooseCom.Location = new System.Drawing.Point(21, 28);
  49. this.cmbChooseCom.Margin = new System.Windows.Forms.Padding(2);
  50. this.cmbChooseCom.Name = "cmbChooseCom";
  51. this.cmbChooseCom.Size = new System.Drawing.Size(98, 21);
  52. this.cmbChooseCom.TabIndex = 0;
  53. this.cmbChooseCom.SelectionChangeCommitted += new System.EventHandler(this.cmbChooseCom_SelectionChangeCommitted);
  54. //
  55. // pgbInit
  56. //
  57. this.pgbInit.Location = new System.Drawing.Point(21, 52);
  58. this.pgbInit.Margin = new System.Windows.Forms.Padding(2);
  59. this.pgbInit.Name = "pgbInit";
  60. this.pgbInit.Size = new System.Drawing.Size(97, 19);
  61. this.pgbInit.TabIndex = 1;
  62. //
  63. // btnCloseCom
  64. //
  65. this.btnCloseCom.Location = new System.Drawing.Point(133, 52);
  66. this.btnCloseCom.Margin = new System.Windows.Forms.Padding(2);
  67. this.btnCloseCom.Name = "btnCloseCom";
  68. this.btnCloseCom.Size = new System.Drawing.Size(136, 19);
  69. this.btnCloseCom.TabIndex = 3;
  70. this.btnCloseCom.Text = "Close Comport";
  71. this.btnCloseCom.UseVisualStyleBackColor = true;
  72. this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click);
  73. //
  74. // btnStartAsking
  75. //
  76. this.btnStartAsking.Location = new System.Drawing.Point(133, 28);
  77. this.btnStartAsking.Margin = new System.Windows.Forms.Padding(2);
  78. this.btnStartAsking.Name = "btnStartAsking";
  79. this.btnStartAsking.Size = new System.Drawing.Size(136, 19);
  80. this.btnStartAsking.TabIndex = 4;
  81. this.btnStartAsking.Text = "Start Asking Status";
  82. this.btnStartAsking.UseVisualStyleBackColor = true;
  83. this.btnStartAsking.Click += new System.EventHandler(this.btnStartAsking_Click);
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Location = new System.Drawing.Point(19, 112);
  89. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(81, 13);
  92. this.label1.TabIndex = 5;
  93. this.label1.Text = "Choose mode...";
  94. //
  95. // cmbMode
  96. //
  97. this.cmbMode.FormattingEnabled = true;
  98. this.cmbMode.Items.AddRange(new object[] {
  99. "Distance",
  100. "Time"});
  101. this.cmbMode.Location = new System.Drawing.Point(116, 110);
  102. this.cmbMode.Margin = new System.Windows.Forms.Padding(2);
  103. this.cmbMode.Name = "cmbMode";
  104. this.cmbMode.Size = new System.Drawing.Size(130, 21);
  105. this.cmbMode.TabIndex = 6;
  106. this.cmbMode.SelectedIndexChanged += new System.EventHandler(this.cmbMode_SelectedIndexChanged);
  107. //
  108. // setModeBTN
  109. //
  110. this.setModeBTN.Location = new System.Drawing.Point(116, 180);
  111. this.setModeBTN.Margin = new System.Windows.Forms.Padding(2);
  112. this.setModeBTN.Name = "setModeBTN";
  113. this.setModeBTN.Size = new System.Drawing.Size(129, 27);
  114. this.setModeBTN.TabIndex = 7;
  115. this.setModeBTN.Text = "Set Mode";
  116. this.setModeBTN.UseVisualStyleBackColor = true;
  117. this.setModeBTN.Click += new System.EventHandler(this.setModeBTN_Click);
  118. //
  119. // modeField
  120. //
  121. this.modeField.AutoSize = true;
  122. this.modeField.Location = new System.Drawing.Point(10, 150);
  123. this.modeField.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  124. this.modeField.Name = "modeField";
  125. this.modeField.RightToLeft = System.Windows.Forms.RightToLeft.No;
  126. this.modeField.Size = new System.Drawing.Size(0, 13);
  127. this.modeField.TabIndex = 9;
  128. this.modeField.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  129. //
  130. // modeTXTBox
  131. //
  132. this.modeTXTBox.Location = new System.Drawing.Point(116, 147);
  133. this.modeTXTBox.Margin = new System.Windows.Forms.Padding(2);
  134. this.modeTXTBox.Name = "modeTXTBox";
  135. this.modeTXTBox.Size = new System.Drawing.Size(130, 20);
  136. this.modeTXTBox.TabIndex = 11;
  137. this.modeTXTBox.Visible = false;
  138. //
  139. // modeSeconds
  140. //
  141. this.modeSeconds.Location = new System.Drawing.Point(179, 147);
  142. this.modeSeconds.Margin = new System.Windows.Forms.Padding(2);
  143. this.modeSeconds.Name = "modeSeconds";
  144. this.modeSeconds.Size = new System.Drawing.Size(66, 20);
  145. this.modeSeconds.TabIndex = 12;
  146. this.modeSeconds.Visible = false;
  147. //
  148. // modeMinutes
  149. //
  150. this.modeMinutes.Location = new System.Drawing.Point(116, 147);
  151. this.modeMinutes.Margin = new System.Windows.Forms.Padding(2);
  152. this.modeMinutes.Name = "modeMinutes";
  153. this.modeMinutes.Size = new System.Drawing.Size(60, 20);
  154. this.modeMinutes.TabIndex = 13;
  155. this.modeMinutes.Visible = false;
  156. //
  157. // label2
  158. //
  159. this.label2.AutoSize = true;
  160. this.label2.Location = new System.Drawing.Point(303, 111);
  161. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(37, 13);
  164. this.label2.TabIndex = 14;
  165. this.label2.Text = "Power";
  166. //
  167. // pwrBox
  168. //
  169. this.pwrBox.Location = new System.Drawing.Point(343, 109);
  170. this.pwrBox.Margin = new System.Windows.Forms.Padding(2);
  171. this.pwrBox.Name = "pwrBox";
  172. this.pwrBox.Size = new System.Drawing.Size(76, 20);
  173. this.pwrBox.TabIndex = 15;
  174. //
  175. // setPWRBTN
  176. //
  177. this.setPWRBTN.Location = new System.Drawing.Point(343, 132);
  178. this.setPWRBTN.Margin = new System.Windows.Forms.Padding(2);
  179. this.setPWRBTN.Name = "setPWRBTN";
  180. this.setPWRBTN.Size = new System.Drawing.Size(75, 32);
  181. this.setPWRBTN.TabIndex = 16;
  182. this.setPWRBTN.Text = "Set Power";
  183. this.setPWRBTN.UseVisualStyleBackColor = true;
  184. this.setPWRBTN.Click += new System.EventHandler(this.setPWRBTN_Click);
  185. //
  186. // reset
  187. //
  188. this.reset.Location = new System.Drawing.Point(116, 212);
  189. this.reset.Name = "reset";
  190. this.reset.Size = new System.Drawing.Size(129, 22);
  191. this.reset.TabIndex = 17;
  192. this.reset.Text = "Reset";
  193. this.reset.UseVisualStyleBackColor = true;
  194. this.reset.Click += new System.EventHandler(this.reset_Click);
  195. //
  196. // UcSettings
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.Controls.Add(this.reset);
  201. this.Controls.Add(this.setPWRBTN);
  202. this.Controls.Add(this.pwrBox);
  203. this.Controls.Add(this.label2);
  204. this.Controls.Add(this.modeMinutes);
  205. this.Controls.Add(this.modeSeconds);
  206. this.Controls.Add(this.modeTXTBox);
  207. this.Controls.Add(this.modeField);
  208. this.Controls.Add(this.setModeBTN);
  209. this.Controls.Add(this.cmbMode);
  210. this.Controls.Add(this.label1);
  211. this.Controls.Add(this.btnStartAsking);
  212. this.Controls.Add(this.btnCloseCom);
  213. this.Controls.Add(this.pgbInit);
  214. this.Controls.Add(this.cmbChooseCom);
  215. this.Margin = new System.Windows.Forms.Padding(2);
  216. this.Name = "UcSettings";
  217. this.Size = new System.Drawing.Size(776, 484);
  218. this.ResumeLayout(false);
  219. this.PerformLayout();
  220. }
  221. #endregion
  222. private System.Windows.Forms.ComboBox cmbChooseCom;
  223. private System.Windows.Forms.ProgressBar pgbInit;
  224. private System.Windows.Forms.Button btnCloseCom;
  225. private System.Windows.Forms.Button btnStartAsking;
  226. private System.Windows.Forms.Label label1;
  227. private System.Windows.Forms.ComboBox cmbMode;
  228. private System.Windows.Forms.Button setModeBTN;
  229. private System.Windows.Forms.Label modeField;
  230. private System.Windows.Forms.TextBox modeTXTBox;
  231. private System.Windows.Forms.TextBox modeSeconds;
  232. private System.Windows.Forms.TextBox modeMinutes;
  233. private System.Windows.Forms.Label label2;
  234. private System.Windows.Forms.TextBox pwrBox;
  235. private System.Windows.Forms.Button setPWRBTN;
  236. private System.Windows.Forms.Button reset;
  237. }
  238. }