About.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. 
  2. namespace OTSMeasureApp
  3. {
  4. partial class About
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
  30. this.button_OK = new System.Windows.Forms.Button();
  31. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  32. this.richTextBox2 = new System.Windows.Forms.RichTextBox();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // button_OK
  37. //
  38. this.button_OK.Location = new System.Drawing.Point(299, 119);
  39. this.button_OK.Margin = new System.Windows.Forms.Padding(2);
  40. this.button_OK.Name = "button_OK";
  41. this.button_OK.Size = new System.Drawing.Size(77, 25);
  42. this.button_OK.TabIndex = 0;
  43. this.button_OK.Text = "OK";
  44. this.button_OK.UseVisualStyleBackColor = true;
  45. this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
  46. //
  47. // richTextBox1
  48. //
  49. this.richTextBox1.BackColor = System.Drawing.SystemColors.Menu;
  50. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  51. this.richTextBox1.Cursor = System.Windows.Forms.Cursors.No;
  52. this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.richTextBox1.ForeColor = System.Drawing.SystemColors.HotTrack;
  54. this.richTextBox1.Location = new System.Drawing.Point(11, 14);
  55. this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
  56. this.richTextBox1.Name = "richTextBox1";
  57. this.richTextBox1.Size = new System.Drawing.Size(136, 30);
  58. this.richTextBox1.TabIndex = 1;
  59. this.richTextBox1.Text = "Version : 3.1";
  60. //
  61. // richTextBox2
  62. //
  63. this.richTextBox2.BackColor = System.Drawing.SystemColors.Menu;
  64. this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
  65. this.richTextBox2.Cursor = System.Windows.Forms.Cursors.No;
  66. this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.richTextBox2.ForeColor = System.Drawing.SystemColors.HotTrack;
  68. this.richTextBox2.Location = new System.Drawing.Point(11, 73);
  69. this.richTextBox2.Margin = new System.Windows.Forms.Padding(2);
  70. this.richTextBox2.Name = "richTextBox2";
  71. this.richTextBox2.Size = new System.Drawing.Size(262, 30);
  72. this.richTextBox2.TabIndex = 1;
  73. this.richTextBox2.Text = "Opton Copyright © 2024";
  74. //
  75. // button1
  76. //
  77. this.button1.Location = new System.Drawing.Point(289, 73);
  78. this.button1.Margin = new System.Windows.Forms.Padding(2);
  79. this.button1.Name = "button1";
  80. this.button1.Size = new System.Drawing.Size(77, 25);
  81. this.button1.TabIndex = 2;
  82. this.button1.Text = "update log";
  83. this.button1.UseVisualStyleBackColor = true;
  84. this.button1.Click += new System.EventHandler(this.button1_Click);
  85. //
  86. // About
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  91. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  92. this.ClientSize = new System.Drawing.Size(377, 143);
  93. this.Controls.Add(this.button1);
  94. this.Controls.Add(this.richTextBox2);
  95. this.Controls.Add(this.richTextBox1);
  96. this.Controls.Add(this.button_OK);
  97. this.DoubleBuffered = true;
  98. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  99. this.Margin = new System.Windows.Forms.Padding(2);
  100. this.MaximizeBox = false;
  101. this.MinimizeBox = false;
  102. this.Name = "About";
  103. this.ShowIcon = false;
  104. this.ShowInTaskbar = false;
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  106. this.Text = "About";
  107. this.Load += new System.EventHandler(this.About_Load);
  108. this.ResumeLayout(false);
  109. }
  110. #endregion
  111. private System.Windows.Forms.Button button_OK;
  112. private System.Windows.Forms.RichTextBox richTextBox1;
  113. private System.Windows.Forms.RichTextBox richTextBox2;
  114. private System.Windows.Forms.Button button1;
  115. }
  116. }