ucSettings.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.SuspendLayout();
  33. //
  34. // cmbChooseCom
  35. //
  36. this.cmbChooseCom.FormattingEnabled = true;
  37. this.cmbChooseCom.Location = new System.Drawing.Point(283, 194);
  38. this.cmbChooseCom.Name = "cmbChooseCom";
  39. this.cmbChooseCom.Size = new System.Drawing.Size(129, 24);
  40. this.cmbChooseCom.TabIndex = 0;
  41. this.cmbChooseCom.SelectionChangeCommitted += new System.EventHandler(this.cmbChooseCom_SelectionChangeCommitted);
  42. //
  43. // pgbInit
  44. //
  45. this.pgbInit.Location = new System.Drawing.Point(283, 224);
  46. this.pgbInit.Name = "pgbInit";
  47. this.pgbInit.Size = new System.Drawing.Size(129, 23);
  48. this.pgbInit.TabIndex = 1;
  49. //
  50. // btnCloseCom
  51. //
  52. this.btnCloseCom.Location = new System.Drawing.Point(432, 224);
  53. this.btnCloseCom.Name = "btnCloseCom";
  54. this.btnCloseCom.Size = new System.Drawing.Size(181, 23);
  55. this.btnCloseCom.TabIndex = 3;
  56. this.btnCloseCom.Text = "Close Comport";
  57. this.btnCloseCom.UseVisualStyleBackColor = true;
  58. this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click);
  59. //
  60. // btnStartAsking
  61. //
  62. this.btnStartAsking.Location = new System.Drawing.Point(432, 194);
  63. this.btnStartAsking.Name = "btnStartAsking";
  64. this.btnStartAsking.Size = new System.Drawing.Size(181, 23);
  65. this.btnStartAsking.TabIndex = 4;
  66. this.btnStartAsking.Text = "Start Asking Status";
  67. this.btnStartAsking.UseVisualStyleBackColor = true;
  68. this.btnStartAsking.Click += new System.EventHandler(this.btnStartAsking_Click);
  69. //
  70. // UcSettings
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.Controls.Add(this.btnStartAsking);
  75. this.Controls.Add(this.btnCloseCom);
  76. this.Controls.Add(this.pgbInit);
  77. this.Controls.Add(this.cmbChooseCom);
  78. this.Name = "UcSettings";
  79. this.Size = new System.Drawing.Size(1035, 596);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.ComboBox cmbChooseCom;
  84. private System.Windows.Forms.ProgressBar pgbInit;
  85. private System.Windows.Forms.Button btnCloseCom;
  86. private System.Windows.Forms.Button btnStartAsking;
  87. }
  88. }