FrmCreateLicence.Designer.cs
15.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
namespace CreateLicence
{
partial class FrmCreateLicence
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCreateLicence));
this.label6 = new System.Windows.Forms.Label();
this.cmbProductName = new System.Windows.Forms.ComboBox();
this.txtCompanyName = new System.Windows.Forms.TextBox();
this.txtCurSerialNo = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.LabCompanyName = new System.Windows.Forms.Label();
this.BtnCancel = new System.Windows.Forms.Button();
this.BtnOK = new System.Windows.Forms.Button();
this.BtnPath = new System.Windows.Forms.Button();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.LabSaveFile = new System.Windows.Forms.Label();
this.DTPTo = new System.Windows.Forms.DateTimePicker();
this.LabDataTo = new System.Windows.Forms.Label();
this.DTPFrom = new System.Windows.Forms.DateTimePicker();
this.LabDataFrom = new System.Windows.Forms.Label();
this.txtVerify = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtVersionNumber = new System.Windows.Forms.TextBox();
this.txtUserCount = new System.Windows.Forms.TextBox();
this.pConfige = new System.Windows.Forms.Panel();
this.rbBoth = new System.Windows.Forms.RadioButton();
this.rbVSS = new System.Windows.Forms.RadioButton();
this.rbCVS = new System.Windows.Forms.RadioButton();
this.pConfige.SuspendLayout();
this.SuspendLayout();
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 259);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 21;
this.label6.Text = "配置库";
this.label6.Visible = false;
//
// cmbProductName
//
this.cmbProductName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbProductName.Items.AddRange(new object[] {
"Contamination Explorer"});
this.cmbProductName.Location = new System.Drawing.Point(136, 119);
this.cmbProductName.Name = "cmbProductName";
this.cmbProductName.Size = new System.Drawing.Size(196, 20);
this.cmbProductName.TabIndex = 3;
//
// txtCompanyName
//
this.txtCompanyName.Location = new System.Drawing.Point(136, 63);
this.txtCompanyName.Name = "txtCompanyName";
this.txtCompanyName.Size = new System.Drawing.Size(196, 21);
this.txtCompanyName.TabIndex = 1;
//
// txtCurSerialNo
//
this.txtCurSerialNo.Location = new System.Drawing.Point(136, 7);
this.txtCurSerialNo.Name = "txtCurSerialNo";
this.txtCurSerialNo.ReadOnly = true;
this.txtCurSerialNo.Size = new System.Drawing.Size(196, 21);
this.txtCurSerialNo.TabIndex = 22;
//
// label5
//
this.label5.Location = new System.Drawing.Point(20, 11);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 20);
this.label5.TabIndex = 12;
this.label5.Text = "本机序列号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(20, 123);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 16;
this.label4.Text = "产品名称";
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// LabCompanyName
//
this.LabCompanyName.AutoSize = true;
this.LabCompanyName.Location = new System.Drawing.Point(20, 67);
this.LabCompanyName.Name = "LabCompanyName";
this.LabCompanyName.Size = new System.Drawing.Size(53, 12);
this.LabCompanyName.TabIndex = 14;
this.LabCompanyName.Text = "公司名称";
//
// BtnCancel
//
this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.BtnCancel.Location = new System.Drawing.Point(232, 303);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(75, 23);
this.BtnCancel.TabIndex = 11;
this.BtnCancel.Text = "取消";
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// BtnOK
//
this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.BtnOK.Location = new System.Drawing.Point(136, 303);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 23);
this.BtnOK.TabIndex = 10;
this.BtnOK.Text = "生成";
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// BtnPath
//
this.BtnPath.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.BtnPath.Font = new System.Drawing.Font("宋体", 5.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnPath.Location = new System.Drawing.Point(332, 231);
this.BtnPath.Name = "BtnPath";
this.BtnPath.Size = new System.Drawing.Size(24, 23);
this.BtnPath.TabIndex = 8;
this.BtnPath.Text = "...";
this.BtnPath.Click += new System.EventHandler(this.BtnPath_Click);
//
// txtFilePath
//
this.txtFilePath.Location = new System.Drawing.Point(136, 231);
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.Size = new System.Drawing.Size(196, 21);
this.txtFilePath.TabIndex = 7;
//
// LabSaveFile
//
this.LabSaveFile.AutoSize = true;
this.LabSaveFile.Location = new System.Drawing.Point(20, 235);
this.LabSaveFile.Name = "LabSaveFile";
this.LabSaveFile.Size = new System.Drawing.Size(107, 12);
this.LabSaveFile.TabIndex = 20;
this.LabSaveFile.Text = "Licence文件存放到";
//
// DTPTo
//
this.DTPTo.Location = new System.Drawing.Point(136, 203);
this.DTPTo.Name = "DTPTo";
this.DTPTo.Size = new System.Drawing.Size(196, 21);
this.DTPTo.TabIndex = 6;
//
// LabDataTo
//
this.LabDataTo.AutoSize = true;
this.LabDataTo.Location = new System.Drawing.Point(20, 207);
this.LabDataTo.Name = "LabDataTo";
this.LabDataTo.Size = new System.Drawing.Size(101, 12);
this.LabDataTo.TabIndex = 19;
this.LabDataTo.Text = "授权使用结束日期";
//
// DTPFrom
//
this.DTPFrom.Location = new System.Drawing.Point(136, 175);
this.DTPFrom.Name = "DTPFrom";
this.DTPFrom.Size = new System.Drawing.Size(196, 21);
this.DTPFrom.TabIndex = 5;
//
// LabDataFrom
//
this.LabDataFrom.AutoSize = true;
this.LabDataFrom.Location = new System.Drawing.Point(20, 179);
this.LabDataFrom.Name = "LabDataFrom";
this.LabDataFrom.Size = new System.Drawing.Size(101, 12);
this.LabDataFrom.TabIndex = 18;
this.LabDataFrom.Text = "授权使用起始日期";
//
// txtVerify
//
this.txtVerify.Location = new System.Drawing.Point(136, 35);
this.txtVerify.Name = "txtVerify";
this.txtVerify.Size = new System.Drawing.Size(196, 21);
this.txtVerify.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 13;
this.label2.Text = "硬盘序列号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 151);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 17;
this.label1.Text = "版本号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 95);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 15;
this.label3.Text = "用户数量";
//
// txtVersionNumber
//
this.txtVersionNumber.Location = new System.Drawing.Point(136, 147);
this.txtVersionNumber.Name = "txtVersionNumber";
this.txtVersionNumber.Size = new System.Drawing.Size(196, 21);
this.txtVersionNumber.TabIndex = 4;
//
// txtUserCount
//
this.txtUserCount.Location = new System.Drawing.Point(136, 91);
this.txtUserCount.Name = "txtUserCount";
this.txtUserCount.Size = new System.Drawing.Size(196, 21);
this.txtUserCount.TabIndex = 2;
//
// pConfige
//
this.pConfige.Controls.Add(this.rbBoth);
this.pConfige.Controls.Add(this.rbVSS);
this.pConfige.Controls.Add(this.rbCVS);
this.pConfige.Location = new System.Drawing.Point(136, 251);
this.pConfige.Name = "pConfige";
this.pConfige.Size = new System.Drawing.Size(192, 36);
this.pConfige.TabIndex = 9;
this.pConfige.Visible = false;
//
// rbBoth
//
this.rbBoth.Location = new System.Drawing.Point(116, 4);
this.rbBoth.Name = "rbBoth";
this.rbBoth.Size = new System.Drawing.Size(72, 28);
this.rbBoth.TabIndex = 2;
this.rbBoth.Text = "CVS&VSS";
//
// rbVSS
//
this.rbVSS.Location = new System.Drawing.Point(64, 4);
this.rbVSS.Name = "rbVSS";
this.rbVSS.Size = new System.Drawing.Size(44, 28);
this.rbVSS.TabIndex = 1;
this.rbVSS.Text = "VSS";
//
// rbCVS
//
this.rbCVS.Location = new System.Drawing.Point(4, 4);
this.rbCVS.Name = "rbCVS";
this.rbCVS.Size = new System.Drawing.Size(52, 28);
this.rbCVS.TabIndex = 0;
this.rbCVS.Text = "CVS";
//
// FrmCreateLicence
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(376, 333);
this.Controls.Add(this.label6);
this.Controls.Add(this.cmbProductName);
this.Controls.Add(this.txtCompanyName);
this.Controls.Add(this.txtCurSerialNo);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.LabCompanyName);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.BtnPath);
this.Controls.Add(this.txtFilePath);
this.Controls.Add(this.LabSaveFile);
this.Controls.Add(this.DTPTo);
this.Controls.Add(this.LabDataTo);
this.Controls.Add(this.DTPFrom);
this.Controls.Add(this.LabDataFrom);
this.Controls.Add(this.txtVerify);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtVersionNumber);
this.Controls.Add(this.txtUserCount);
this.Controls.Add(this.pConfige);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FrmCreateLicence";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "创建许可证";
this.pConfige.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cmbProductName;
private System.Windows.Forms.TextBox txtCompanyName;
private System.Windows.Forms.TextBox txtCurSerialNo;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label LabCompanyName;
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.Button BtnPath;
private System.Windows.Forms.TextBox txtFilePath;
private System.Windows.Forms.Label LabSaveFile;
private System.Windows.Forms.DateTimePicker DTPTo;
private System.Windows.Forms.Label LabDataTo;
private System.Windows.Forms.DateTimePicker DTPFrom;
private System.Windows.Forms.Label LabDataFrom;
private System.Windows.Forms.TextBox txtVerify;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtVersionNumber;
private System.Windows.Forms.TextBox txtUserCount;
private System.Windows.Forms.Panel pConfige;
private System.Windows.Forms.RadioButton rbBoth;
private System.Windows.Forms.RadioButton rbVSS;
private System.Windows.Forms.RadioButton rbCVS;
}
}