namespace PcgDrawR { partial class FrmAbout { /// /// 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(FrmAbout)); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.lblVersion = new DevExpress.XtraEditors.LabelControl(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40))))); this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseBackColor = true; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.labelControl1.Location = new System.Drawing.Point(214, 292); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(272, 17); this.labelControl1.TabIndex = 9; this.labelControl1.Text = "大庆市金东方石油技术开发有限公司 © 2010-2023"; // // lblVersion // this.lblVersion.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(134)))), ((int)(((byte)(7))))); this.lblVersion.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblVersion.Appearance.ForeColor = System.Drawing.Color.White; this.lblVersion.Appearance.Options.UseBackColor = true; this.lblVersion.Appearance.Options.UseFont = true; this.lblVersion.Appearance.Options.UseForeColor = true; this.lblVersion.Location = new System.Drawing.Point(409, 214); this.lblVersion.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(48, 17); this.lblVersion.TabIndex = 14; this.lblVersion.Text = "Version "; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, -2); this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(702, 355); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 15; this.pictureBox1.TabStop = false; this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FrmAbout_MouseClick); // // FrmAbout // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(701, 350); this.Controls.Add(this.labelControl1); this.Controls.Add(this.lblVersion); this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmAbout"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "关于"; this.TopMost = true; this.Deactivate += new System.EventHandler(this.FrmAbout_Deactivate); this.Load += new System.EventHandler(this.FrmAbout_Load); this.Leave += new System.EventHandler(this.FrmAbout_Leave); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FrmAbout_MouseClick); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl lblVersion; private System.Windows.Forms.PictureBox pictureBox1; } }