ucSettings.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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.chkChooseData = new System.Windows.Forms.CheckedListBox();
  31. this.btnCloseCom = new System.Windows.Forms.Button();
  32. this.btnStartAsking = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // cmbChooseCom
  36. //
  37. this.cmbChooseCom.FormattingEnabled = true;
  38. this.cmbChooseCom.Location = new System.Drawing.Point(283, 194);
  39. this.cmbChooseCom.Name = "cmbChooseCom";
  40. this.cmbChooseCom.Size = new System.Drawing.Size(129, 24);
  41. this.cmbChooseCom.TabIndex = 0;
  42. this.cmbChooseCom.SelectionChangeCommitted += new System.EventHandler(this.cmbChooseCom_SelectionChangeCommitted);
  43. //
  44. // pgbInit
  45. //
  46. this.pgbInit.Location = new System.Drawing.Point(283, 224);
  47. this.pgbInit.Name = "pgbInit";
  48. this.pgbInit.Size = new System.Drawing.Size(129, 23);
  49. this.pgbInit.TabIndex = 1;
  50. //
  51. // chkChooseData
  52. //
  53. this.chkChooseData.FormattingEnabled = true;
  54. this.chkChooseData.Items.AddRange(new object[] {
  55. "Pulse",
  56. "Rpm",
  57. "Speed",
  58. "Distance",
  59. "Requestedpower",
  60. "Energy",
  61. "Time",
  62. "Actualpower"});
  63. this.chkChooseData.Location = new System.Drawing.Point(23, 435);
  64. this.chkChooseData.Name = "chkChooseData";
  65. this.chkChooseData.Size = new System.Drawing.Size(153, 140);
  66. this.chkChooseData.TabIndex = 2;
  67. this.chkChooseData.SelectedIndexChanged += new System.EventHandler(this.chkChooseData_SelectedIndexChanged);
  68. //
  69. // btnCloseCom
  70. //
  71. this.btnCloseCom.Location = new System.Drawing.Point(432, 224);
  72. this.btnCloseCom.Name = "btnCloseCom";
  73. this.btnCloseCom.Size = new System.Drawing.Size(181, 23);
  74. this.btnCloseCom.TabIndex = 3;
  75. this.btnCloseCom.Text = "Close Comport";
  76. this.btnCloseCom.UseVisualStyleBackColor = true;
  77. this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click);
  78. //
  79. // btnStartAsking
  80. //
  81. this.btnStartAsking.Location = new System.Drawing.Point(432, 194);
  82. this.btnStartAsking.Name = "btnStartAsking";
  83. this.btnStartAsking.Size = new System.Drawing.Size(181, 23);
  84. this.btnStartAsking.TabIndex = 4;
  85. this.btnStartAsking.Text = "Start Asking Status";
  86. this.btnStartAsking.UseVisualStyleBackColor = true;
  87. this.btnStartAsking.Click += new System.EventHandler(this.btnStartAsking_Click);
  88. //
  89. // UcSettings
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.Controls.Add(this.btnStartAsking);
  94. this.Controls.Add(this.btnCloseCom);
  95. this.Controls.Add(this.chkChooseData);
  96. this.Controls.Add(this.pgbInit);
  97. this.Controls.Add(this.cmbChooseCom);
  98. this.Name = "UcSettings";
  99. this.Size = new System.Drawing.Size(1035, 596);
  100. this.ResumeLayout(false);
  101. }
  102. #endregion
  103. private System.Windows.Forms.ComboBox cmbChooseCom;
  104. private System.Windows.Forms.ProgressBar pgbInit;
  105. private System.Windows.Forms.CheckedListBox chkChooseData;
  106. private System.Windows.Forms.Button btnCloseCom;
  107. private System.Windows.Forms.Button btnStartAsking;
  108. }
  109. }