-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmAbout.Designer.cs
More file actions
218 lines (215 loc) · 8.6 KB
/
frmAbout.Designer.cs
File metadata and controls
218 lines (215 loc) · 8.6 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
namespace SKS
{
partial class frmAbout
{
#region "Upgrade Support "
private static frmAbout m_vb6FormDefInstance;
private static bool m_InitializingDefInstance;
public static frmAbout DefInstance
{
get
{
if (m_vb6FormDefInstance == null || m_vb6FormDefInstance.IsDisposed)
{
m_InitializingDefInstance = true;
m_vb6FormDefInstance = CreateInstance();
m_InitializingDefInstance = false;
}
return m_vb6FormDefInstance;
}
set
{
m_vb6FormDefInstance = value;
}
}
#endregion
#region "Windows Form Designer generated code "
public static frmAbout CreateInstance()
{
frmAbout theInstance = new frmAbout();
theInstance.Form_Load();
return theInstance;
}
private string[] visualControls = new string[]{"components", "ToolTipMain", "picIcon", "cmdOK", "_Line1_1", "lblDescription", "lblTitle", "_Line1_0", "lblVersion", "lblDisclaimer", "Line1"};
//Required by the Windows Form Designer
private System.ComponentModel.IContainer components;
public System.Windows.Forms.ToolTip ToolTipMain;
public System.Windows.Forms.PictureBox picIcon;
public System.Windows.Forms.Button cmdOK;
private System.Windows.Forms.Label _Line1_1;
public System.Windows.Forms.Label lblDescription;
public System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.Label _Line1_0;
public System.Windows.Forms.Label lblVersion;
public System.Windows.Forms.Label lblDisclaimer;
public System.Windows.Forms.Label[] Line1 = new System.Windows.Forms.Label[2];
//NOTE: The following procedure is required by the Windows Form Designer
//It can be modified using the Windows Form Designer.
//Do not modify it using the code editor.
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
this.picIcon = new System.Windows.Forms.PictureBox();
this.cmdOK = new System.Windows.Forms.Button();
this._Line1_1 = new System.Windows.Forms.Label();
this.lblDescription = new System.Windows.Forms.Label();
this.lblTitle = new System.Windows.Forms.Label();
this._Line1_0 = new System.Windows.Forms.Label();
this.lblVersion = new System.Windows.Forms.Label();
this.lblDisclaimer = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// picIcon
//
this.picIcon.AllowDrop = true;
this.picIcon.BackColor = System.Drawing.SystemColors.Control;
this.picIcon.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.picIcon.CausesValidation = true;
this.picIcon.Dock = System.Windows.Forms.DockStyle.None;
this.picIcon.Enabled = true;
this.picIcon.Image = (System.Drawing.Image) resources.GetObject("picIcon.Image");
this.picIcon.Location = new System.Drawing.Point(16, 16);
this.picIcon.Name = "picIcon";
this.picIcon.Size = new System.Drawing.Size(36, 36);
this.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picIcon.TabIndex = 1;
this.picIcon.TabStop = true;
this.picIcon.Visible = true;
//
// cmdOK
//
this.cmdOK.AllowDrop = true;
this.cmdOK.BackColor = System.Drawing.SystemColors.Control;
this.cmdOK.ForeColor = System.Drawing.SystemColors.ControlText;
this.cmdOK.Location = new System.Drawing.Point(272, 208);
this.cmdOK.Name = "cmdOK";
this.cmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmdOK.Size = new System.Drawing.Size(108, 23);
this.cmdOK.TabIndex = 0;
this.cmdOK.Text = "OK";
this.cmdOK.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.cmdOK.UseVisualStyleBackColor = false;
this.cmdOK.Click += new System.EventHandler(this.cmdOk_Click);
//
// _Line1_1
//
this._Line1_1.AllowDrop = true;
this._Line1_1.BackColor = System.Drawing.Color.Gray;
this._Line1_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._Line1_1.Enabled = false;
this._Line1_1.Location = new System.Drawing.Point(5, 147);
this._Line1_1.Name = "_Line1_1";
this._Line1_1.Size = new System.Drawing.Size(294, 1);
this._Line1_1.Visible = true;
//
// lblDescription
//
this.lblDescription.AllowDrop = true;
this.lblDescription.AutoSize = true;
this.lblDescription.BackColor = System.Drawing.SystemColors.Control;
this.lblDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lblDescription.ForeColor = System.Drawing.Color.Black;
this.lblDescription.Location = new System.Drawing.Point(164, 80);
this.lblDescription.Name = "lblDescription";
this.lblDescription.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblDescription.Size = new System.Drawing.Size(199, 13);
this.lblDescription.TabIndex = 2;
this.lblDescription.Text = "Order Processing Software by Mobilize.net";
//
// lblTitle
//
this.lblTitle.AllowDrop = true;
this.lblTitle.AutoSize = true;
this.lblTitle.BackColor = System.Drawing.SystemColors.Control;
this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.lblTitle.ForeColor = System.Drawing.Color.Black;
this.lblTitle.Location = new System.Drawing.Point(163, 24);
this.lblTitle.Name = "lblTitle";
this.lblTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblTitle.Size = new System.Drawing.Size(122, 13);
this.lblTitle.TabIndex = 4;
this.lblTitle.Text = "Salmon King Seafood";
//
// _Line1_0
//
this._Line1_0.AllowDrop = true;
this._Line1_0.BackColor = System.Drawing.Color.White;
this._Line1_0.Enabled = false;
this._Line1_0.Location = new System.Drawing.Point(6, 148);
this._Line1_0.Name = "_Line1_0";
this._Line1_0.Size = new System.Drawing.Size(293, 1);
this._Line1_0.Visible = true;
//
// lblVersion
//
this.lblVersion.AllowDrop = true;
this.lblVersion.AutoSize = true;
this.lblVersion.BackColor = System.Drawing.SystemColors.Control;
this.lblVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lblVersion.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblVersion.Location = new System.Drawing.Point(163, 56);
this.lblVersion.Name = "lblVersion";
this.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblVersion.Size = new System.Drawing.Size(137, 13);
this.lblVersion.TabIndex = 5;
this.lblVersion.Text = "Version: Mobilize - WebMAP ";
//
// lblDisclaimer
//
this.lblDisclaimer.AllowDrop = true;
this.lblDisclaimer.AutoSize = true;
this.lblDisclaimer.BackColor = System.Drawing.SystemColors.Control;
this.lblDisclaimer.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lblDisclaimer.ForeColor = System.Drawing.Color.Black;
this.lblDisclaimer.Location = new System.Drawing.Point(17, 175);
this.lblDisclaimer.Name = "lblDisclaimer";
this.lblDisclaimer.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblDisclaimer.Size = new System.Drawing.Size(132, 13);
this.lblDisclaimer.TabIndex = 3;
this.lblDisclaimer.Text = "Copyright 2018 Mobilize.Net";
//
// frmAbout
//
this.AcceptButton = this.cmdOK;
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.CancelButton = this.cmdOK;
this.ClientSize = new System.Drawing.Size(394, 237);
this.Controls.Add(this.picIcon);
this.Controls.Add(this.cmdOK);
this.Controls.Add(this._Line1_1);
this.Controls.Add(this.lblDescription);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this._Line1_0);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.lblDisclaimer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Location = new System.Drawing.Point(156, 129);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAbout";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.Text = "About Salmon King Seafood";
this.Closed += new System.EventHandler(this.Form_Closed);
this.ResumeLayout(false);
}
void ReLoadForm(bool addEvents)
{
InitializeLine1();
}
void InitializeLine1()
{
this.Line1 = new System.Windows.Forms.Label[2];
this.Line1[1] = _Line1_1;
this.Line1[0] = _Line1_0;
}
#endregion
}
}