Files
FG2608061/反编译CODE/华晓AGV管理系统/AboutBox1.Designer.cs
T

161 lines
7.5 KiB
C#

namespace AGVSystem
{
// Token: 0x02000004 RID: 4
internal partial class AboutBox1 : global::System.Windows.Forms.Form
{
// Token: 0x0600004E RID: 78 RVA: 0x00008E4C File Offset: 0x0000704C
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600004F RID: 79 RVA: 0x00008E84 File Offset: 0x00007084
private void InitializeComponent()
{
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.AboutBox1));
this.labelVersion = new global::System.Windows.Forms.Label();
this.labelCopyright = new global::System.Windows.Forms.Label();
this.labelCompanyName = new global::System.Windows.Forms.Label();
this.okButton = new global::System.Windows.Forms.Button();
this.label1 = new global::System.Windows.Forms.Label();
this.panel1 = new global::System.Windows.Forms.Panel();
this.label2 = new global::System.Windows.Forms.Label();
this.label3 = new global::System.Windows.Forms.Label();
this.label4 = new global::System.Windows.Forms.Label();
this.label5 = new global::System.Windows.Forms.Label();
base.SuspendLayout();
this.labelVersion.Location = new global::System.Drawing.Point(175, 46);
this.labelVersion.Margin = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelVersion.MaximumSize = new global::System.Drawing.Size(0, 16);
this.labelVersion.Name = "labelVersion";
this.labelVersion.Size = new global::System.Drawing.Size(0, 16);
this.labelVersion.TabIndex = 0;
this.labelVersion.Text = " 版本:Ver 4.0";
this.labelVersion.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
this.labelCopyright.Location = new global::System.Drawing.Point(175, 79);
this.labelCopyright.Margin = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelCopyright.MaximumSize = new global::System.Drawing.Size(0, 16);
this.labelCopyright.Name = "labelCopyright";
this.labelCopyright.Size = new global::System.Drawing.Size(0, 16);
this.labelCopyright.TabIndex = 21;
this.labelCopyright.Text = "Copyright @ Huaxiao 2015";
this.labelCopyright.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
this.labelCompanyName.Location = new global::System.Drawing.Point(175, 120);
this.labelCompanyName.Margin = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelCompanyName.MaximumSize = new global::System.Drawing.Size(0, 16);
this.labelCompanyName.Name = "labelCompanyName";
this.labelCompanyName.Size = new global::System.Drawing.Size(0, 16);
this.labelCompanyName.TabIndex = 22;
this.labelCompanyName.Text = "公司名称:华晓精密工业(苏州)有限公司";
this.labelCompanyName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
this.okButton.Anchor = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
this.okButton.DialogResult = global::System.Windows.Forms.DialogResult.Cancel;
this.okButton.Location = new global::System.Drawing.Point(355, 265);
this.okButton.Name = "okButton";
this.okButton.Size = new global::System.Drawing.Size(75, 21);
this.okButton.TabIndex = 24;
this.okButton.Text = "确定(&O)";
this.label1.BorderStyle = global::System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
this.label1.Location = new global::System.Drawing.Point(177, 154);
this.label1.Name = "label1";
this.label1.Size = new global::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";
this.panel1.BackgroundImage = (global::System.Drawing.Image)componentResourceManager.GetObject("panel1.BackgroundImage");
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new global::System.Drawing.Point(9, 8);
this.panel1.Name = "panel1";
this.panel1.Size = new global::System.Drawing.Size(150, 281);
this.panel1.TabIndex = 2;
this.label2.AutoSize = true;
this.label2.Location = new global::System.Drawing.Point(175, 12);
this.label2.Name = "label2";
this.label2.Size = new global::System.Drawing.Size(155, 12);
this.label2.TabIndex = 0;
this.label2.Text = "产品名称:AGV调度管理系统";
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(175, 48);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(107, 12);
this.label3.TabIndex = 26;
this.label3.Text = " 版本:Ver 4.0";
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(175, 83);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(179, 12);
this.label4.TabIndex = 27;
this.label4.Text = "Copyright @ 华晓精密工业 2015";
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(175, 124);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(233, 12);
this.label5.TabIndex = 28;
this.label5.Text = "公司名称:华晓精密工业(苏州)有限公司";
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(462, 297);
base.Controls.Add(this.label5);
base.Controls.Add(this.label4);
base.Controls.Add(this.label3);
base.Controls.Add(this.okButton);
base.Controls.Add(this.labelCompanyName);
base.Controls.Add(this.label1);
base.Controls.Add(this.labelCopyright);
base.Controls.Add(this.labelVersion);
base.Controls.Add(this.panel1);
base.Controls.Add(this.label2);
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "AboutBox1";
base.Padding = new global::System.Windows.Forms.Padding(9, 8, 9, 8);
base.ShowIcon = false;
base.ShowInTaskbar = false;
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "关于";
base.TopMost = true;
base.ResumeLayout(false);
base.PerformLayout();
}
// Token: 0x04000073 RID: 115
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000074 RID: 116
private global::System.Windows.Forms.Label labelVersion;
// Token: 0x04000075 RID: 117
private global::System.Windows.Forms.Label labelCopyright;
// Token: 0x04000076 RID: 118
private global::System.Windows.Forms.Label labelCompanyName;
// Token: 0x04000077 RID: 119
private global::System.Windows.Forms.Button okButton;
// Token: 0x04000078 RID: 120
private global::System.Windows.Forms.Label label1;
// Token: 0x04000079 RID: 121
private global::System.Windows.Forms.Panel panel1;
// Token: 0x0400007A RID: 122
private global::System.Windows.Forms.Label label2;
// Token: 0x0400007B RID: 123
private global::System.Windows.Forms.Label label3;
// Token: 0x0400007C RID: 124
private global::System.Windows.Forms.Label label4;
// Token: 0x0400007D RID: 125
private global::System.Windows.Forms.Label label5;
}
}