Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

43 rader
1.1 KiB

  1. namespace ThunderboltTimeSync {
  2. partial class FormMain {
  3. /// <summary>
  4. /// Required designer variable.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// Clean up any resources being used.
  9. /// </summary>
  10. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.SuspendLayout();
  24. //
  25. // FormMain
  26. //
  27. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  28. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  29. this.ClientSize = new System.Drawing.Size(312, 316);
  30. this.Name = "FormMain";
  31. this.Text = "Thunderbolt Time Sync";
  32. this.ResumeLayout(false);
  33. }
  34. #endregion
  35. }
  36. }