namespace AGVSystem { partial class AboutBox1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1)); this.labelVersion = new System.Windows.Forms.Label(); this.labelCopyright = new System.Windows.Forms.Label(); this.labelCompanyName = new System.Windows.Forms.Label(); this.okButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labelVersion // this.labelVersion.Location = new System.Drawing.Point(175, 46); this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelVersion.MaximumSize = new System.Drawing.Size(0, 16); this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(0, 16); this.labelVersion.TabIndex = 0; this.labelVersion.Text = " 版本:Ver 4.0"; this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelCopyright // this.labelCopyright.Location = new System.Drawing.Point(175, 79); this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 16); this.labelCopyright.Name = "labelCopyright"; this.labelCopyright.Size = new System.Drawing.Size(0, 16); this.labelCopyright.TabIndex = 21; this.labelCopyright.Text = "Copyright @ Huaxiao 2015"; this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelCompanyName // this.labelCompanyName.Location = new System.Drawing.Point(175, 120); this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 16); this.labelCompanyName.Name = "labelCompanyName"; this.labelCompanyName.Size = new System.Drawing.Size(0, 16); this.labelCompanyName.TabIndex = 22; this.labelCompanyName.Text = "公司名称:华晓精密工业(苏州)有限公司"; this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.okButton.Location = new System.Drawing.Point(355, 265); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 21); this.okButton.TabIndex = 24; this.okButton.Text = "确定(&O)"; // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label1.Location = new System.Drawing.Point(177, 154); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(258, 84); this.label1.TabIndex = 25; this.label1.Text = "\r\n 本软件的版权由华晓精密工业(苏州)有限公司所有, 未经许可擅自使用该软件的单位或个人,将要承担相应的法律责任!\r\n\r\n地址 : 苏州高新区科憬路110" + "号\r\n\r\n网址 : www.huaxiao.com.cn"; // // panel1 // this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage"))); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(9, 8); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(150, 281); this.panel1.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(175, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(155, 12); this.label2.TabIndex = 0; this.label2.Text = "产品名称:AGV调度管理系统"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(175, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(107, 12); this.label3.TabIndex = 26; this.label3.Text = " 版本:Ver 4.0"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(175, 83); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(179, 12); this.label4.TabIndex = 27; this.label4.Text = "Copyright @ 华晓精密工业 2015"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(175, 124); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(233, 12); this.label5.TabIndex = 28; this.label5.Text = "公司名称:华晓精密工业(苏州)有限公司"; // // AboutBox1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(462, 297); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.okButton); this.Controls.Add(this.labelCompanyName); this.Controls.Add(this.label1); this.Controls.Add(this.labelCopyright); this.Controls.Add(this.labelVersion); this.Controls.Add(this.panel1); this.Controls.Add(this.label2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutBox1"; this.Padding = new System.Windows.Forms.Padding(9, 8, 9, 8); this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "关于"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelVersion; private System.Windows.Forms.Label labelCopyright; private System.Windows.Forms.Label labelCompanyName; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; } }