123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
-
- namespace OTSMeasureApp
- {
- partial class About
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
- this.button_OK = new System.Windows.Forms.Button();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.richTextBox2 = new System.Windows.Forms.RichTextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // button_OK
- //
- this.button_OK.Location = new System.Drawing.Point(299, 119);
- this.button_OK.Margin = new System.Windows.Forms.Padding(2);
- this.button_OK.Name = "button_OK";
- this.button_OK.Size = new System.Drawing.Size(77, 25);
- this.button_OK.TabIndex = 0;
- this.button_OK.Text = "OK";
- this.button_OK.UseVisualStyleBackColor = true;
- this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
- //
- // richTextBox1
- //
- this.richTextBox1.BackColor = System.Drawing.SystemColors.Menu;
- this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.richTextBox1.Cursor = System.Windows.Forms.Cursors.No;
- this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.richTextBox1.ForeColor = System.Drawing.SystemColors.HotTrack;
- this.richTextBox1.Location = new System.Drawing.Point(11, 14);
- this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(136, 30);
- this.richTextBox1.TabIndex = 1;
- this.richTextBox1.Text = "Version : 3.1";
- //
- // richTextBox2
- //
- this.richTextBox2.BackColor = System.Drawing.SystemColors.Menu;
- this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.richTextBox2.Cursor = System.Windows.Forms.Cursors.No;
- this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.richTextBox2.ForeColor = System.Drawing.SystemColors.HotTrack;
- this.richTextBox2.Location = new System.Drawing.Point(11, 73);
- this.richTextBox2.Margin = new System.Windows.Forms.Padding(2);
- this.richTextBox2.Name = "richTextBox2";
- this.richTextBox2.Size = new System.Drawing.Size(262, 30);
- this.richTextBox2.TabIndex = 1;
- this.richTextBox2.Text = "Opton Copyright © 2024";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(289, 73);
- this.button1.Margin = new System.Windows.Forms.Padding(2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(77, 25);
- this.button1.TabIndex = 2;
- this.button1.Text = "update log";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // About
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(377, 143);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.richTextBox2);
- this.Controls.Add(this.richTextBox1);
- this.Controls.Add(this.button_OK);
- this.DoubleBuffered = true;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "About";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "About";
- this.Load += new System.EventHandler(this.About_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button_OK;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.RichTextBox richTextBox2;
- private System.Windows.Forms.Button button1;
- }
- }
|