您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

55 行
1.6 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.labelTimestamps = new System.Windows.Forms.Label();
  24. this.SuspendLayout();
  25. //
  26. // labelTimestamps
  27. //
  28. this.labelTimestamps.Dock = System.Windows.Forms.DockStyle.Fill;
  29. this.labelTimestamps.Location = new System.Drawing.Point(0, 0);
  30. this.labelTimestamps.Name = "labelTimestamps";
  31. this.labelTimestamps.Size = new System.Drawing.Size(486, 358);
  32. this.labelTimestamps.TabIndex = 0;
  33. //
  34. // FormMain
  35. //
  36. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  37. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  38. this.ClientSize = new System.Drawing.Size(486, 358);
  39. this.Controls.Add(this.labelTimestamps);
  40. this.Name = "FormMain";
  41. this.Text = "Thunderbolt Time Sync";
  42. this.ResumeLayout(false);
  43. }
  44. #endregion
  45. private System.Windows.Forms.Label labelTimestamps;
  46. }
  47. }