FrmAboutAny.designer.cs
6.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
namespace SunVoteARSPPT
{
partial class FrmAboutAny
{
/// <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()
{
this.lblSysSoftName = new System.Windows.Forms.Label();
this.picLogo = new System.Windows.Forms.PictureBox();
this.lblVer = new System.Windows.Forms.Label();
this.lblVerNoInfo = new System.Windows.Forms.Label();
this.pnlParam = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
this.pnlParam.SuspendLayout();
this.SuspendLayout();
//
// lblSysSoftName
//
this.lblSysSoftName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSysSoftName.Location = new System.Drawing.Point(0, 139);
this.lblSysSoftName.Name = "lblSysSoftName";
this.lblSysSoftName.Size = new System.Drawing.Size(532, 19);
this.lblSysSoftName.TabIndex = 31;
this.lblSysSoftName.Text = "ARS PPT";
this.lblSysSoftName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// picLogo
//
this.picLogo.BackColor = System.Drawing.Color.Transparent;
this.picLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picLogo.Location = new System.Drawing.Point(52, 12);
this.picLogo.Name = "picLogo";
this.picLogo.Size = new System.Drawing.Size(437, 111);
this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picLogo.TabIndex = 13;
this.picLogo.TabStop = false;
//
// lblVer
//
this.lblVer.AutoSize = true;
this.lblVer.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblVer.Location = new System.Drawing.Point(3, 3);
this.lblVer.Margin = new System.Windows.Forms.Padding(3);
this.lblVer.Name = "lblVer";
this.lblVer.Size = new System.Drawing.Size(63, 24);
this.lblVer.TabIndex = 16;
this.lblVer.Text = "Version:";
this.lblVer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblVerNoInfo
//
this.lblVerNoInfo.AutoSize = true;
this.lblVerNoInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblVerNoInfo.Location = new System.Drawing.Point(72, 3);
this.lblVerNoInfo.Margin = new System.Windows.Forms.Padding(3);
this.lblVerNoInfo.Name = "lblVerNoInfo";
this.lblVerNoInfo.Size = new System.Drawing.Size(435, 24);
this.lblVerNoInfo.TabIndex = 50;
this.lblVerNoInfo.Text = "V 0.0.0.0_32bit";
this.lblVerNoInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlParam
//
this.pnlParam.ColumnCount = 2;
this.pnlParam.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.pnlParam.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.pnlParam.Controls.Add(this.lblVer, 0, 0);
this.pnlParam.Controls.Add(this.lblVerNoInfo, 1, 0);
this.pnlParam.Location = new System.Drawing.Point(12, 161);
this.pnlParam.Name = "pnlParam";
this.pnlParam.RowCount = 2;
this.pnlParam.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.pnlParam.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.pnlParam.Size = new System.Drawing.Size(510, 60);
this.pnlParam.TabIndex = 51;
//
// FrmAboutAny
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(534, 354);
this.Controls.Add(this.pnlParam);
this.Controls.Add(this.lblSysSoftName);
this.Controls.Add(this.picLogo);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAboutAny";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About";
this.Load += new System.EventHandler(this.FrmAboutAny_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAboutUs_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
this.pnlParam.ResumeLayout(false);
this.pnlParam.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picLogo;
private System.Windows.Forms.Label lblSysSoftName;
private System.Windows.Forms.Label lblVer;
private System.Windows.Forms.Label lblVerNoInfo;
private System.Windows.Forms.TableLayoutPanel pnlParam;
}
}