namespace DataMirrorTools { partial class DataMirrorToolsVersionsInformation { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataMirrorToolsVersionsInformation)); this.label_CompanyInfo = new System.Windows.Forms.Label(); this.label_AboutMES = new System.Windows.Forms.Label(); this.pictureBox_MESLOGO = new System.Windows.Forms.PictureBox(); this.label_Copyright = new System.Windows.Forms.Label(); this.label_Version = new System.Windows.Forms.Label(); this.label_SoftWareName = new System.Windows.Forms.Label(); this.button_OK = new System.Windows.Forms.Button(); this.groupBox_Depart = new System.Windows.Forms.GroupBox(); this.label_Email = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox_MESLOGO)).BeginInit(); this.SuspendLayout(); // // label_CompanyInfo // this.label_CompanyInfo.AutoSize = true; this.label_CompanyInfo.Location = new System.Drawing.Point(79, 179); this.label_CompanyInfo.Name = "label_CompanyInfo"; this.label_CompanyInfo.Size = new System.Drawing.Size(53, 12); this.label_CompanyInfo.TabIndex = 1686; this.label_CompanyInfo.Text = "公司信息"; // // label_AboutMES // this.label_AboutMES.AutoSize = true; this.label_AboutMES.Location = new System.Drawing.Point(12, 240); this.label_AboutMES.Name = "label_AboutMES"; this.label_AboutMES.Size = new System.Drawing.Size(53, 12); this.label_AboutMES.TabIndex = 1685; this.label_AboutMES.Text = "关于迈思"; this.label_AboutMES.Click += new System.EventHandler(this.Label_AboutMES_Click); // // pictureBox_MESLOGO // this.pictureBox_MESLOGO.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_MESLOGO.Image"))); this.pictureBox_MESLOGO.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox_MESLOGO.InitialImage"))); this.pictureBox_MESLOGO.Location = new System.Drawing.Point(28, 11); this.pictureBox_MESLOGO.Margin = new System.Windows.Forms.Padding(2); this.pictureBox_MESLOGO.Name = "pictureBox_MESLOGO"; this.pictureBox_MESLOGO.Size = new System.Drawing.Size(154, 50); this.pictureBox_MESLOGO.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox_MESLOGO.TabIndex = 1684; this.pictureBox_MESLOGO.TabStop = false; // // label_Copyright // this.label_Copyright.AutoSize = true; this.label_Copyright.Location = new System.Drawing.Point(78, 153); this.label_Copyright.Name = "label_Copyright"; this.label_Copyright.Size = new System.Drawing.Size(53, 12); this.label_Copyright.TabIndex = 1681; this.label_Copyright.Text = "版权信息"; // // label_Version // this.label_Version.AutoSize = true; this.label_Version.Location = new System.Drawing.Point(78, 127); this.label_Version.Name = "label_Version"; this.label_Version.Size = new System.Drawing.Size(53, 12); this.label_Version.TabIndex = 1682; this.label_Version.Text = "版本信息"; // // label_SoftWareName // this.label_SoftWareName.AutoSize = true; this.label_SoftWareName.Location = new System.Drawing.Point(79, 102); this.label_SoftWareName.Name = "label_SoftWareName"; this.label_SoftWareName.Size = new System.Drawing.Size(53, 12); this.label_SoftWareName.TabIndex = 1683; this.label_SoftWareName.Text = "软件名称"; // // button_OK // this.button_OK.Location = new System.Drawing.Point(378, 227); this.button_OK.Name = "button_OK"; this.button_OK.Size = new System.Drawing.Size(75, 23); this.button_OK.TabIndex = 1678; this.button_OK.Text = "确定"; this.button_OK.UseVisualStyleBackColor = true; this.button_OK.Click += new System.EventHandler(this.Button_OK_Click); // // groupBox_Depart // this.groupBox_Depart.Location = new System.Drawing.Point(13, 85); this.groupBox_Depart.Name = "groupBox_Depart"; this.groupBox_Depart.Size = new System.Drawing.Size(440, 1); this.groupBox_Depart.TabIndex = 1677; this.groupBox_Depart.TabStop = false; // // label_Email // this.label_Email.AutoSize = true; this.label_Email.Location = new System.Drawing.Point(80, 201); this.label_Email.Name = "label_Email"; this.label_Email.Size = new System.Drawing.Size(53, 12); this.label_Email.TabIndex = 1687; this.label_Email.Text = "电子邮件"; // // VersionsInformation // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(468, 264); this.Controls.Add(this.label_Email); this.Controls.Add(this.label_CompanyInfo); this.Controls.Add(this.label_AboutMES); this.Controls.Add(this.pictureBox_MESLOGO); this.Controls.Add(this.label_Copyright); this.Controls.Add(this.label_Version); this.Controls.Add(this.label_SoftWareName); this.Controls.Add(this.button_OK); this.Controls.Add(this.groupBox_Depart); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(484, 303); this.MinimumSize = new System.Drawing.Size(484, 303); this.Name = "VersionsInformation"; this.Text = "版本信息"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox_MESLOGO)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label_CompanyInfo; private System.Windows.Forms.Label label_AboutMES; private System.Windows.Forms.PictureBox pictureBox_MESLOGO; private System.Windows.Forms.Label label_Copyright; private System.Windows.Forms.Label label_Version; private System.Windows.Forms.Label label_SoftWareName; private System.Windows.Forms.Button button_OK; private System.Windows.Forms.GroupBox groupBox_Depart; private System.Windows.Forms.Label label_Email; } }