Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

81 Zeilen
2.7 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.statusStrip = new System.Windows.Forms.StatusStrip();
  25. this.latestLogMessage = new System.Windows.Forms.ToolStripStatusLabel();
  26. this.statusStrip.SuspendLayout();
  27. this.SuspendLayout();
  28. //
  29. // labelTimestamps
  30. //
  31. this.labelTimestamps.Dock = System.Windows.Forms.DockStyle.Fill;
  32. this.labelTimestamps.Location = new System.Drawing.Point(0, 0);
  33. this.labelTimestamps.Name = "labelTimestamps";
  34. this.labelTimestamps.Size = new System.Drawing.Size(486, 358);
  35. this.labelTimestamps.TabIndex = 0;
  36. //
  37. // statusStrip
  38. //
  39. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  40. this.latestLogMessage});
  41. this.statusStrip.Location = new System.Drawing.Point(0, 336);
  42. this.statusStrip.Name = "statusStrip";
  43. this.statusStrip.Size = new System.Drawing.Size(486, 22);
  44. this.statusStrip.TabIndex = 1;
  45. this.statusStrip.Text = "statusStrip1";
  46. //
  47. // latestLogMessage
  48. //
  49. this.latestLogMessage.Name = "latestLogMessage";
  50. this.latestLogMessage.Size = new System.Drawing.Size(66, 17);
  51. this.latestLogMessage.Text = "{RUNTIME}";
  52. //
  53. // FormMain
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.ClientSize = new System.Drawing.Size(486, 358);
  58. this.Controls.Add(this.statusStrip);
  59. this.Controls.Add(this.labelTimestamps);
  60. this.Name = "FormMain";
  61. this.Text = "Thunderbolt Time Sync";
  62. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  63. this.statusStrip.ResumeLayout(false);
  64. this.statusStrip.PerformLayout();
  65. this.ResumeLayout(false);
  66. this.PerformLayout();
  67. }
  68. #endregion
  69. private System.Windows.Forms.Label labelTimestamps;
  70. private System.Windows.Forms.StatusStrip statusStrip;
  71. private System.Windows.Forms.ToolStripStatusLabel latestLogMessage;
  72. }
  73. }