forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckNpgsqlForm.Designer.cs
More file actions
406 lines (400 loc) · 20.3 KB
/
CheckNpgsqlForm.Designer.cs
File metadata and controls
406 lines (400 loc) · 20.3 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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
namespace Npgsql.VisualStudio.Provider {
partial class CheckNpgsqlForm {
/// <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() {
System.Windows.Forms.ToolStripButton bEFv5;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckNpgsqlForm));
System.Windows.Forms.ToolStripButton bEFv6;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripButton bCopy;
System.Windows.Forms.ToolStrip toolStrip1;
this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.miniToolStrip = new System.Windows.Forms.ToolStrip();
this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.b6 = new System.Windows.Forms.Button();
this.b5 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.rtb = new System.Windows.Forms.RichTextBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.llBuild = new System.Windows.Forms.LinkLabel();
this.llRestart = new System.Windows.Forms.LinkLabel();
this.llEFv5 = new System.Windows.Forms.LinkLabel();
this.llEFv6 = new System.Windows.Forms.LinkLabel();
this.llProvider = new System.Windows.Forms.LinkLabel();
this.llADONet = new System.Windows.Forms.LinkLabel();
this.llGrab = new System.Windows.Forms.LinkLabel();
this.llConfigSections = new System.Windows.Forms.LinkLabel();
bEFv5 = new System.Windows.Forms.ToolStripButton();
bEFv6 = new System.Windows.Forms.ToolStripButton();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
bCopy = new System.Windows.Forms.ToolStripButton();
toolStrip1 = new System.Windows.Forms.ToolStrip();
toolStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// bEFv5
//
bEFv5.Image = ((System.Drawing.Image)(resources.GetObject("bEFv5.Image")));
bEFv5.ImageTransparentColor = System.Drawing.Color.Magenta;
bEFv5.Name = "bEFv5";
bEFv5.Size = new System.Drawing.Size(107, 24);
bEFv5.Text = "Test EFv5";
bEFv5.Click += new System.EventHandler(this.bEFv5_Click);
//
// bEFv6
//
bEFv6.Image = ((System.Drawing.Image)(resources.GetObject("bEFv6.Image")));
bEFv6.ImageTransparentColor = System.Drawing.Color.Magenta;
bEFv6.Name = "bEFv6";
bEFv6.Size = new System.Drawing.Size(107, 24);
bEFv6.Text = "Test EFv6";
bEFv6.Click += new System.EventHandler(this.bEFv6_Click);
//
// toolStripSeparator1
//
toolStripSeparator1.Name = "toolStripSeparator1";
toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
//
// bCopy
//
bCopy.Image = ((System.Drawing.Image)(resources.GetObject("bCopy.Image")));
bCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
bCopy.Name = "bCopy";
bCopy.Size = new System.Drawing.Size(112, 29);
bCopy.Text = "&Copy text";
bCopy.Click += new System.EventHandler(this.bCopy_Click);
//
// toolStrip1
//
toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
bEFv5,
bEFv6,
toolStripSeparator1,
bCopy});
toolStrip1.Location = new System.Drawing.Point(3, 0);
toolStrip1.Name = "toolStrip1";
toolStrip1.Size = new System.Drawing.Size(298, 27);
toolStrip1.TabIndex = 0;
//
// BottomToolStripPanel
//
this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.BottomToolStripPanel.Name = "BottomToolStripPanel";
this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// TopToolStripPanel
//
this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.TopToolStripPanel.Name = "TopToolStripPanel";
this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// miniToolStrip
//
this.miniToolStrip.AutoSize = false;
this.miniToolStrip.CanOverflow = false;
this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None;
this.miniToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.miniToolStrip.Location = new System.Drawing.Point(295, 1);
this.miniToolStrip.Name = "miniToolStrip";
this.miniToolStrip.Size = new System.Drawing.Size(298, 27);
this.miniToolStrip.TabIndex = 0;
//
// RightToolStripPanel
//
this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.RightToolStripPanel.Name = "RightToolStripPanel";
this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// LeftToolStripPanel
//
this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
this.LeftToolStripPanel.Name = "LeftToolStripPanel";
this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
//
// ContentPanel
//
this.ContentPanel.Size = new System.Drawing.Size(1005, 383);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(900, 563);
this.tabControl1.TabIndex = 4;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.b6);
this.tabPage1.Controls.Add(this.b5);
this.tabPage1.Location = new System.Drawing.Point(4, 28);
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
this.tabPage1.Size = new System.Drawing.Size(892, 531);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Welcome!";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 42);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(220, 18);
this.label1.TabIndex = 0;
this.label1.Text = "Select a test for your needs:";
//
// b6
//
this.b6.Location = new System.Drawing.Point(10, 197);
this.b6.Margin = new System.Windows.Forms.Padding(4);
this.b6.Name = "b6";
this.b6.Size = new System.Drawing.Size(375, 55);
this.b6.TabIndex = 2;
this.b6.Text = "Check if EntityFramework6 is ready";
this.b6.UseVisualStyleBackColor = true;
this.b6.Click += new System.EventHandler(this.bEFv6_Click);
//
// b5
//
this.b5.Location = new System.Drawing.Point(10, 101);
this.b5.Margin = new System.Windows.Forms.Padding(4);
this.b5.Name = "b5";
this.b5.Size = new System.Drawing.Size(375, 55);
this.b5.TabIndex = 1;
this.b5.Text = "Check if EntityFramework5 is ready";
this.b5.UseVisualStyleBackColor = true;
this.b5.Click += new System.EventHandler(this.bEFv5_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.rtb);
this.tabPage2.Location = new System.Drawing.Point(4, 28);
this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
this.tabPage2.Size = new System.Drawing.Size(892, 531);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Test and result";
this.tabPage2.UseVisualStyleBackColor = true;
//
// rtb
//
this.rtb.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtb.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.rtb.Location = new System.Drawing.Point(4, 4);
this.rtb.Margin = new System.Windows.Forms.Padding(4);
this.rtb.Name = "rtb";
this.rtb.Size = new System.Drawing.Size(884, 523);
this.rtb.TabIndex = 3;
this.rtb.Text = "";
this.rtb.WordWrap = false;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.llConfigSections);
this.tabPage3.Controls.Add(this.llBuild);
this.tabPage3.Controls.Add(this.llRestart);
this.tabPage3.Controls.Add(this.llEFv5);
this.tabPage3.Controls.Add(this.llEFv6);
this.tabPage3.Controls.Add(this.llProvider);
this.tabPage3.Controls.Add(this.llADONet);
this.tabPage3.Controls.Add(this.llGrab);
this.tabPage3.Location = new System.Drawing.Point(4, 28);
this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(4);
this.tabPage3.Size = new System.Drawing.Size(892, 531);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Suggestions";
this.tabPage3.UseVisualStyleBackColor = true;
//
// llBuild
//
this.llBuild.AutoSize = true;
this.llBuild.Location = new System.Drawing.Point(10, 379);
this.llBuild.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llBuild.Name = "llBuild";
this.llBuild.Size = new System.Drawing.Size(487, 18);
this.llBuild.TabIndex = 6;
this.llBuild.TabStop = true;
this.llBuild.Text = " Build your project once, in order to update Npgsql.dll in bin\\xxx";
//
// llRestart
//
this.llRestart.AutoSize = true;
this.llRestart.Location = new System.Drawing.Point(10, 322);
this.llRestart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llRestart.Name = "llRestart";
this.llRestart.Size = new System.Drawing.Size(383, 18);
this.llRestart.TabIndex = 5;
this.llRestart.TabStop = true;
this.llRestart.Text = " Restart VisualStudio. Npgsql assembly hook fails.";
//
// llEFv5
//
this.llEFv5.AutoSize = true;
this.llEFv5.Location = new System.Drawing.Point(10, 208);
this.llEFv5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llEFv5.Name = "llEFv5";
this.llEFv5.Size = new System.Drawing.Size(288, 18);
this.llEFv5.TabIndex = 3;
this.llEFv5.TabStop = true;
this.llEFv5.Text = " Add EntityFramework5.Npgsql %ver%";
this.llEFv5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEFv5_LinkClicked);
//
// llEFv6
//
this.llEFv6.AutoSize = true;
this.llEFv6.Location = new System.Drawing.Point(10, 265);
this.llEFv6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llEFv6.Name = "llEFv6";
this.llEFv6.Size = new System.Drawing.Size(288, 18);
this.llEFv6.TabIndex = 4;
this.llEFv6.TabStop = true;
this.llEFv6.Text = " Add EntityFramework6.Npgsql %ver%";
this.llEFv6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEFv6_LinkClicked);
//
// llProvider
//
this.llProvider.AutoSize = true;
this.llProvider.Location = new System.Drawing.Point(10, 151);
this.llProvider.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llProvider.Name = "llProvider";
this.llProvider.Size = new System.Drawing.Size(417, 18);
this.llProvider.TabIndex = 2;
this.llProvider.TabStop = true;
this.llProvider.Text = " Add EFv6 Npgsql provider to App.config or Web.config";
this.llProvider.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llProvider_LinkClicked);
//
// llADONet
//
this.llADONet.AutoSize = true;
this.llADONet.Location = new System.Drawing.Point(10, 94);
this.llADONet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llADONet.Name = "llADONet";
this.llADONet.Size = new System.Drawing.Size(443, 18);
this.llADONet.TabIndex = 1;
this.llADONet.TabStop = true;
this.llADONet.Text = " Add Npgsql ADO.net provider to App.config or Web.config";
this.llADONet.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llADONet_LinkClicked);
//
// llGrab
//
this.llGrab.AutoSize = true;
this.llGrab.Location = new System.Drawing.Point(10, 37);
this.llGrab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llGrab.Name = "llGrab";
this.llGrab.Size = new System.Drawing.Size(803, 18);
this.llGrab.TabIndex = 0;
this.llGrab.TabStop = true;
this.llGrab.Text = " Grab NpgsqlDdexProvider %ver%, and install it. And then [Tool] -> [Setup Npgs" +
"ql DbProviderFactories...]";
this.llGrab.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llGrab_LinkClicked);
//
// llConfigSections
//
this.llConfigSections.AutoSize = true;
this.llConfigSections.Location = new System.Drawing.Point(10, 436);
this.llConfigSections.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.llConfigSections.Name = "llConfigSections";
this.llConfigSections.Size = new System.Drawing.Size(509, 18);
this.llConfigSections.TabIndex = 7;
this.llConfigSections.TabStop = true;
this.llConfigSections.Text = " <configSections> in App.config/Web.config has to be first element!";
this.llConfigSections.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llConfigSections_LinkClicked);
//
// CheckNpgsqlForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(900, 563);
this.Controls.Add(this.tabControl1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "CheckNpgsqlForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Check NpgsqlDdexProvider";
this.Load += new System.EventHandler(this.CheckNpgsqlForm_Load);
toolStrip1.ResumeLayout(false);
toolStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
private System.Windows.Forms.ToolStrip miniToolStrip;
private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
private System.Windows.Forms.ToolStripContentPanel ContentPanel;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.RichTextBox rtb;
private System.Windows.Forms.Button b6;
private System.Windows.Forms.Button b5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.LinkLabel llGrab;
private System.Windows.Forms.LinkLabel llADONet;
private System.Windows.Forms.LinkLabel llProvider;
private System.Windows.Forms.LinkLabel llEFv5;
private System.Windows.Forms.LinkLabel llEFv6;
private System.Windows.Forms.LinkLabel llRestart;
private System.Windows.Forms.LinkLabel llBuild;
private System.Windows.Forms.LinkLabel llConfigSections;
}
}