-
Notifications
You must be signed in to change notification settings - Fork 1
/
frmChecksumIncorrect.Designer.cs
213 lines (207 loc) · 11.1 KB
/
frmChecksumIncorrect.Designer.cs
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
namespace VAGSuite
{
partial class frmChecksumIncorrect
{
/// <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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.Location = new System.Drawing.Point(12, 22);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(268, 27);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "Checksum verification failed.";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(14, 67);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(73, 13);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Checksum type";
//
// textEdit1
//
this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textEdit1.Location = new System.Drawing.Point(125, 64);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Properties.ReadOnly = true;
this.textEdit1.Size = new System.Drawing.Size(154, 20);
this.textEdit1.TabIndex = 2;
//
// textEdit2
//
this.textEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textEdit2.Location = new System.Drawing.Point(125, 90);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Properties.ReadOnly = true;
this.textEdit2.Size = new System.Drawing.Size(154, 20);
this.textEdit2.TabIndex = 4;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(14, 93);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(104, 13);
this.labelControl3.TabIndex = 3;
this.labelControl3.Text = "Number of checksums";
//
// textEdit3
//
this.textEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textEdit3.Location = new System.Drawing.Point(125, 116);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Properties.ReadOnly = true;
this.textEdit3.Size = new System.Drawing.Size(154, 20);
this.textEdit3.TabIndex = 6;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(14, 119);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(82, 13);
this.labelControl4.TabIndex = 5;
this.labelControl4.Text = "Checksums failed";
//
// textEdit4
//
this.textEdit4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textEdit4.Location = new System.Drawing.Point(125, 142);
this.textEdit4.Name = "textEdit4";
this.textEdit4.Properties.ReadOnly = true;
this.textEdit4.Size = new System.Drawing.Size(154, 20);
this.textEdit4.TabIndex = 8;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(14, 145);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(90, 13);
this.labelControl5.TabIndex = 7;
this.labelControl5.Text = "Checksums passed";
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton1.Location = new System.Drawing.Point(204, 231);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 9;
this.simpleButton1.Text = "Yes";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton2.Location = new System.Drawing.Point(123, 231);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 10;
this.simpleButton2.Text = "No";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// labelControl6
//
this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelControl6.Location = new System.Drawing.Point(14, 211);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(186, 13);
this.labelControl6.TabIndex = 11;
this.labelControl6.Text = "Do you wish to correct the checksums?";
//
// frmChecksumIncorrect
//
this.AcceptButton = this.simpleButton1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.simpleButton2;
this.ClientSize = new System.Drawing.Size(291, 266);
this.ControlBox = false;
this.Controls.Add(this.labelControl6);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.textEdit4);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.textEdit3);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.textEdit2);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.textEdit1);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "frmChecksumIncorrect";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Checksum verification... ";
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit3;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit textEdit4;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.LabelControl labelControl6;
}
}