~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to vsplugin/src/IceCppConfigurationDialog.Designer.cs

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// **********************************************************************
2
 
//
3
 
// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
4
 
//
5
 
// This copy of Ice is licensed to you under the terms described in the
6
 
// ICE_LICENSE file included in this distribution.
7
 
//
8
 
// **********************************************************************
9
 
 
10
 
namespace Ice.VisualStudio
11
 
{
12
 
    partial class IceCppConfigurationDialog
13
 
    {
14
 
        /// <summary>
15
 
        /// Required designer variable.
16
 
        /// </summary>
17
 
        private System.ComponentModel.IContainer components = null;
18
 
 
19
 
        /// <summary>
20
 
        /// Clean up any resources being used.
21
 
        /// </summary>
22
 
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
23
 
        protected override void Dispose(bool disposing)
24
 
        {
25
 
            if (disposing && (components != null))
26
 
            {
27
 
                components.Dispose();
28
 
            }
29
 
            base.Dispose(disposing);
30
 
        }
31
 
 
32
 
        #region Windows Form Designer generated code
33
 
 
34
 
        /// <summary>
35
 
        /// Required method for Designer support - do not modify
36
 
        /// the contents of this method with the code editor.
37
 
        /// </summary>
38
 
        private void InitializeComponent()
39
 
        {
40
 
            this.components = new System.ComponentModel.Container();
41
 
            this.chkEnableBuilder = new System.Windows.Forms.CheckBox();
42
 
            this.groupBox1 = new System.Windows.Forms.GroupBox();
43
 
            this.btnEditInclude = new System.Windows.Forms.Button();
44
 
            this.includeInfo = new System.Windows.Forms.Label();
45
 
            this.btnMoveIncludeDown = new System.Windows.Forms.Button();
46
 
            this.btnMoveIncludeUp = new System.Windows.Forms.Button();
47
 
            this.btnRemoveInclude = new System.Windows.Forms.Button();
48
 
            this.btnAddInclude = new System.Windows.Forms.Button();
49
 
            this.includeDirList = new System.Windows.Forms.CheckedListBox();
50
 
            this.groupBox2 = new System.Windows.Forms.GroupBox();
51
 
            this.txtExtraOptions = new System.Windows.Forms.TextBox();
52
 
            this.groupBox3 = new System.Windows.Forms.GroupBox();
53
 
            this.chkIceUtil = new System.Windows.Forms.CheckBox();
54
 
            this.chkFreeze = new System.Windows.Forms.CheckBox();
55
 
            this.chkIceStorm = new System.Windows.Forms.CheckBox();
56
 
            this.chkIceSSL = new System.Windows.Forms.CheckBox();
57
 
            this.chkIcePatch2 = new System.Windows.Forms.CheckBox();
58
 
            this.chkIceGrid = new System.Windows.Forms.CheckBox();
59
 
            this.chkIceBox = new System.Windows.Forms.CheckBox();
60
 
            this.chkGlacier2 = new System.Windows.Forms.CheckBox();
61
 
            this.chkIce = new System.Windows.Forms.CheckBox();
62
 
            this.groupBox4 = new System.Windows.Forms.GroupBox();
63
 
            this.chkChecksum = new System.Windows.Forms.CheckBox();
64
 
            this.chkConsole = new System.Windows.Forms.CheckBox();
65
 
            this.chkIcePrefix = new System.Windows.Forms.CheckBox();
66
 
            this.chkStreaming = new System.Windows.Forms.CheckBox();
67
 
            this.btnClose = new System.Windows.Forms.Button();
68
 
            this.groupBox5 = new System.Windows.Forms.GroupBox();
69
 
            this.btnSelectIceHome = new System.Windows.Forms.Button();
70
 
            this.txtIceHome = new System.Windows.Forms.TextBox();
71
 
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
72
 
            this.grouDllExportSymbol = new System.Windows.Forms.GroupBox();
73
 
            this.txtDllExportSymbol = new System.Windows.Forms.TextBox();
74
 
            this.groupBox1.SuspendLayout();
75
 
            this.groupBox2.SuspendLayout();
76
 
            this.groupBox3.SuspendLayout();
77
 
            this.groupBox4.SuspendLayout();
78
 
            this.groupBox5.SuspendLayout();
79
 
            this.grouDllExportSymbol.SuspendLayout();
80
 
            this.SuspendLayout();
81
 
            // 
82
 
            // chkEnableBuilder
83
 
            // 
84
 
            this.chkEnableBuilder.AutoSize = true;
85
 
            this.chkEnableBuilder.Location = new System.Drawing.Point(12, 13);
86
 
            this.chkEnableBuilder.Name = "chkEnableBuilder";
87
 
            this.chkEnableBuilder.Size = new System.Drawing.Size(112, 17);
88
 
            this.chkEnableBuilder.TabIndex = 0;
89
 
            this.chkEnableBuilder.Text = "Enable Ice Builder";
90
 
            this.chkEnableBuilder.UseVisualStyleBackColor = true;
91
 
            this.chkEnableBuilder.CheckedChanged += new System.EventHandler(this.chkEnableBuilder_CheckedChanged);
92
 
            // 
93
 
            // groupBox1
94
 
            // 
95
 
            this.groupBox1.Controls.Add(this.btnEditInclude);
96
 
            this.groupBox1.Controls.Add(this.includeInfo);
97
 
            this.groupBox1.Controls.Add(this.btnMoveIncludeDown);
98
 
            this.groupBox1.Controls.Add(this.btnMoveIncludeUp);
99
 
            this.groupBox1.Controls.Add(this.btnRemoveInclude);
100
 
            this.groupBox1.Controls.Add(this.btnAddInclude);
101
 
            this.groupBox1.Controls.Add(this.includeDirList);
102
 
            this.groupBox1.Location = new System.Drawing.Point(12, 214);
103
 
            this.groupBox1.Name = "groupBox1";
104
 
            this.groupBox1.Size = new System.Drawing.Size(487, 169);
105
 
            this.groupBox1.TabIndex = 1;
106
 
            this.groupBox1.TabStop = false;
107
 
            this.groupBox1.Text = "Slice Include Path";
108
 
            // 
109
 
            // btnEditInclude
110
 
            // 
111
 
            this.btnEditInclude.Location = new System.Drawing.Point(405, 46);
112
 
            this.btnEditInclude.Name = "btnEditInclude";
113
 
            this.btnEditInclude.Size = new System.Drawing.Size(75, 23);
114
 
            this.btnEditInclude.TabIndex = 13;
115
 
            this.btnEditInclude.Text = "Edit";
116
 
            this.btnEditInclude.UseVisualStyleBackColor = true;
117
 
            this.btnEditInclude.Click += new System.EventHandler(this.btnEdit_Click);
118
 
            // 
119
 
            // includeInfo
120
 
            // 
121
 
            this.includeInfo.AutoSize = true;
122
 
            this.includeInfo.Location = new System.Drawing.Point(7, 146);
123
 
            this.includeInfo.Name = "includeInfo";
124
 
            this.includeInfo.Size = new System.Drawing.Size(315, 13);
125
 
            this.includeInfo.TabIndex = 12;
126
 
            this.includeInfo.Text = "Select checkboxes for absolute paths, deselect for relative paths.";
127
 
            // 
128
 
            // btnMoveIncludeDown
129
 
            // 
130
 
            this.btnMoveIncludeDown.Location = new System.Drawing.Point(405, 127);
131
 
            this.btnMoveIncludeDown.Name = "btnMoveIncludeDown";
132
 
            this.btnMoveIncludeDown.Size = new System.Drawing.Size(75, 23);
133
 
            this.btnMoveIncludeDown.TabIndex = 11;
134
 
            this.btnMoveIncludeDown.Text = "Down";
135
 
            this.btnMoveIncludeDown.UseVisualStyleBackColor = true;
136
 
            this.btnMoveIncludeDown.Click += new System.EventHandler(this.btnMoveIncludeDown_Click);
137
 
            // 
138
 
            // btnMoveIncludeUp
139
 
            // 
140
 
            this.btnMoveIncludeUp.Location = new System.Drawing.Point(405, 100);
141
 
            this.btnMoveIncludeUp.Name = "btnMoveIncludeUp";
142
 
            this.btnMoveIncludeUp.Size = new System.Drawing.Size(75, 23);
143
 
            this.btnMoveIncludeUp.TabIndex = 10;
144
 
            this.btnMoveIncludeUp.Text = "Up";
145
 
            this.btnMoveIncludeUp.UseVisualStyleBackColor = true;
146
 
            this.btnMoveIncludeUp.Click += new System.EventHandler(this.btnMoveIncludeUp_Click);
147
 
            // 
148
 
            // btnRemoveInclude
149
 
            // 
150
 
            this.btnRemoveInclude.Location = new System.Drawing.Point(405, 73);
151
 
            this.btnRemoveInclude.Name = "btnRemoveInclude";
152
 
            this.btnRemoveInclude.Size = new System.Drawing.Size(75, 23);
153
 
            this.btnRemoveInclude.TabIndex = 9;
154
 
            this.btnRemoveInclude.Text = "Remove";
155
 
            this.btnRemoveInclude.UseVisualStyleBackColor = true;
156
 
            this.btnRemoveInclude.Click += new System.EventHandler(this.btnRemoveInclude_Click);
157
 
            // 
158
 
            // btnAddInclude
159
 
            // 
160
 
            this.btnAddInclude.Location = new System.Drawing.Point(405, 19);
161
 
            this.btnAddInclude.Name = "btnAddInclude";
162
 
            this.btnAddInclude.Size = new System.Drawing.Size(75, 23);
163
 
            this.btnAddInclude.TabIndex = 8;
164
 
            this.btnAddInclude.Text = "Add";
165
 
            this.btnAddInclude.UseVisualStyleBackColor = true;
166
 
            this.btnAddInclude.Click += new System.EventHandler(this.btnAddInclude_Click);
167
 
            // 
168
 
            // includeDirList
169
 
            // 
170
 
            this.includeDirList.FormattingEnabled = true;
171
 
            this.includeDirList.Location = new System.Drawing.Point(10, 19);
172
 
            this.includeDirList.Name = "includeDirList";
173
 
            this.includeDirList.Size = new System.Drawing.Size(390, 124);
174
 
            this.includeDirList.TabIndex = 7;
175
 
            this.includeDirList.SelectedIndexChanged += new System.EventHandler(this.includeDirList_SelectedIndexChanged);
176
 
            this.includeDirList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.includeDirList_ItemCheck);
177
 
            // 
178
 
            // groupBox2
179
 
            // 
180
 
            this.groupBox2.Controls.Add(this.txtExtraOptions);
181
 
            this.groupBox2.Location = new System.Drawing.Point(12, 138);
182
 
            this.groupBox2.Name = "groupBox2";
183
 
            this.groupBox2.Size = new System.Drawing.Size(487, 70);
184
 
            this.groupBox2.TabIndex = 2;
185
 
            this.groupBox2.TabStop = false;
186
 
            this.groupBox2.Text = "Extra Compiler Options";
187
 
            // 
188
 
            // txtExtraOptions
189
 
            // 
190
 
            this.txtExtraOptions.Location = new System.Drawing.Point(6, 19);
191
 
            this.txtExtraOptions.Multiline = true;
192
 
            this.txtExtraOptions.Name = "txtExtraOptions";
193
 
            this.txtExtraOptions.Size = new System.Drawing.Size(474, 40);
194
 
            this.txtExtraOptions.TabIndex = 6;
195
 
            this.txtExtraOptions.LostFocus += new System.EventHandler(this.txtExtraOptions_LostFocus);
196
 
            this.txtExtraOptions.Enter += new System.EventHandler(this.txtExtraOptions_Focus);
197
 
            // 
198
 
            // groupBox3
199
 
            // 
200
 
            this.groupBox3.Controls.Add(this.chkIceUtil);
201
 
            this.groupBox3.Controls.Add(this.chkFreeze);
202
 
            this.groupBox3.Controls.Add(this.chkIceStorm);
203
 
            this.groupBox3.Controls.Add(this.chkIceSSL);
204
 
            this.groupBox3.Controls.Add(this.chkIcePatch2);
205
 
            this.groupBox3.Controls.Add(this.chkIceGrid);
206
 
            this.groupBox3.Controls.Add(this.chkIceBox);
207
 
            this.groupBox3.Controls.Add(this.chkGlacier2);
208
 
            this.groupBox3.Controls.Add(this.chkIce);
209
 
            this.groupBox3.Location = new System.Drawing.Point(12, 438);
210
 
            this.groupBox3.Name = "groupBox3";
211
 
            this.groupBox3.Size = new System.Drawing.Size(486, 62);
212
 
            this.groupBox3.TabIndex = 3;
213
 
            this.groupBox3.TabStop = false;
214
 
            this.groupBox3.Text = "Ice Components";
215
 
            // 
216
 
            // chkIceUtil
217
 
            // 
218
 
            this.chkIceUtil.AutoSize = true;
219
 
            this.chkIceUtil.Location = new System.Drawing.Point(74, 39);
220
 
            this.chkIceUtil.Name = "chkIceUtil";
221
 
            this.chkIceUtil.Size = new System.Drawing.Size(56, 17);
222
 
            this.chkIceUtil.TabIndex = 8;
223
 
            this.chkIceUtil.TabStop = false;
224
 
            this.chkIceUtil.Text = "IceUtil";
225
 
            this.chkIceUtil.UseVisualStyleBackColor = true;
226
 
            this.chkIceUtil.CheckedChanged += new System.EventHandler(this.chkIceUtil_CheckedChanged);
227
 
            // 
228
 
            // chkFreeze
229
 
            // 
230
 
            this.chkFreeze.AutoSize = true;
231
 
            this.chkFreeze.Location = new System.Drawing.Point(7, 19);
232
 
            this.chkFreeze.Name = "chkFreeze";
233
 
            this.chkFreeze.Size = new System.Drawing.Size(58, 17);
234
 
            this.chkFreeze.TabIndex = 7;
235
 
            this.chkFreeze.Text = "Freeze";
236
 
            this.chkFreeze.UseVisualStyleBackColor = true;
237
 
            this.chkFreeze.CheckedChanged += new System.EventHandler(this.chkFreeze_CheckedChanged);
238
 
            // 
239
 
            // chkIceStorm
240
 
            // 
241
 
            this.chkIceStorm.AutoSize = true;
242
 
            this.chkIceStorm.Location = new System.Drawing.Point(7, 39);
243
 
            this.chkIceStorm.Name = "chkIceStorm";
244
 
            this.chkIceStorm.Size = new System.Drawing.Size(68, 17);
245
 
            this.chkIceStorm.TabIndex = 6;
246
 
            this.chkIceStorm.TabStop = false;
247
 
            this.chkIceStorm.Text = "IceStorm";
248
 
            this.chkIceStorm.UseVisualStyleBackColor = true;
249
 
            this.chkIceStorm.CheckedChanged += new System.EventHandler(this.chkIceStorm_CheckedChanged);
250
 
            // 
251
 
            // chkIceSSL
252
 
            // 
253
 
            this.chkIceSSL.AutoSize = true;
254
 
            this.chkIceSSL.Location = new System.Drawing.Point(419, 19);
255
 
            this.chkIceSSL.Name = "chkIceSSL";
256
 
            this.chkIceSSL.Size = new System.Drawing.Size(61, 17);
257
 
            this.chkIceSSL.TabIndex = 5;
258
 
            this.chkIceSSL.TabStop = false;
259
 
            this.chkIceSSL.Text = "IceSSL";
260
 
            this.chkIceSSL.UseVisualStyleBackColor = true;
261
 
            this.chkIceSSL.CheckedChanged += new System.EventHandler(this.chkIceSSL_CheckedChanged);
262
 
            // 
263
 
            // chkIcePatch2
264
 
            // 
265
 
            this.chkIcePatch2.AutoSize = true;
266
 
            this.chkIcePatch2.Location = new System.Drawing.Point(335, 19);
267
 
            this.chkIcePatch2.Name = "chkIcePatch2";
268
 
            this.chkIcePatch2.Size = new System.Drawing.Size(75, 17);
269
 
            this.chkIcePatch2.TabIndex = 4;
270
 
            this.chkIcePatch2.TabStop = false;
271
 
            this.chkIcePatch2.Text = "IcePatch2";
272
 
            this.chkIcePatch2.UseVisualStyleBackColor = true;
273
 
            this.chkIcePatch2.CheckedChanged += new System.EventHandler(this.chkIcePatch2_CheckedChanged);
274
 
            // 
275
 
            // chkIceGrid
276
 
            // 
277
 
            this.chkIceGrid.AutoSize = true;
278
 
            this.chkIceGrid.Location = new System.Drawing.Point(266, 19);
279
 
            this.chkIceGrid.Name = "chkIceGrid";
280
 
            this.chkIceGrid.Size = new System.Drawing.Size(60, 17);
281
 
            this.chkIceGrid.TabIndex = 3;
282
 
            this.chkIceGrid.TabStop = false;
283
 
            this.chkIceGrid.Text = "IceGrid";
284
 
            this.chkIceGrid.UseVisualStyleBackColor = true;
285
 
            this.chkIceGrid.CheckedChanged += new System.EventHandler(this.chkIceGrid_CheckedChanged);
286
 
            // 
287
 
            // chkIceBox
288
 
            // 
289
 
            this.chkIceBox.AutoSize = true;
290
 
            this.chkIceBox.Location = new System.Drawing.Point(198, 19);
291
 
            this.chkIceBox.Name = "chkIceBox";
292
 
            this.chkIceBox.Size = new System.Drawing.Size(59, 17);
293
 
            this.chkIceBox.TabIndex = 2;
294
 
            this.chkIceBox.TabStop = false;
295
 
            this.chkIceBox.Text = "IceBox";
296
 
            this.chkIceBox.UseVisualStyleBackColor = true;
297
 
            this.chkIceBox.CheckedChanged += new System.EventHandler(this.chkIceBox_CheckedChanged);
298
 
            // 
299
 
            // chkGlacier2
300
 
            // 
301
 
            this.chkGlacier2.AutoSize = true;
302
 
            this.chkGlacier2.Location = new System.Drawing.Point(74, 19);
303
 
            this.chkGlacier2.Name = "chkGlacier2";
304
 
            this.chkGlacier2.Size = new System.Drawing.Size(65, 17);
305
 
            this.chkGlacier2.TabIndex = 0;
306
 
            this.chkGlacier2.TabStop = false;
307
 
            this.chkGlacier2.Text = "Glacier2";
308
 
            this.chkGlacier2.UseVisualStyleBackColor = true;
309
 
            this.chkGlacier2.CheckedChanged += new System.EventHandler(this.chkGlacier2_CheckedChanged);
310
 
            // 
311
 
            // chkIce
312
 
            // 
313
 
            this.chkIce.AutoSize = true;
314
 
            this.chkIce.Location = new System.Drawing.Point(148, 19);
315
 
            this.chkIce.Name = "chkIce";
316
 
            this.chkIce.Size = new System.Drawing.Size(41, 17);
317
 
            this.chkIce.TabIndex = 1;
318
 
            this.chkIce.TabStop = false;
319
 
            this.chkIce.Text = "Ice";
320
 
            this.chkIce.UseVisualStyleBackColor = true;
321
 
            this.chkIce.CheckedChanged += new System.EventHandler(this.chkIce_CheckedChanged);
322
 
            // 
323
 
            // groupBox4
324
 
            // 
325
 
            this.groupBox4.Controls.Add(this.chkChecksum);
326
 
            this.groupBox4.Controls.Add(this.chkConsole);
327
 
            this.groupBox4.Controls.Add(this.chkIcePrefix);
328
 
            this.groupBox4.Controls.Add(this.chkStreaming);
329
 
            this.groupBox4.Location = new System.Drawing.Point(12, 88);
330
 
            this.groupBox4.Name = "groupBox4";
331
 
            this.groupBox4.Size = new System.Drawing.Size(487, 44);
332
 
            this.groupBox4.TabIndex = 4;
333
 
            this.groupBox4.TabStop = false;
334
 
            this.groupBox4.Text = "Slice Compiler Options";
335
 
            // 
336
 
            // chkChecksum
337
 
            // 
338
 
            this.chkChecksum.AutoSize = true;
339
 
            this.chkChecksum.Location = new System.Drawing.Point(181, 19);
340
 
            this.chkChecksum.Name = "chkChecksum";
341
 
            this.chkChecksum.Size = new System.Drawing.Size(76, 17);
342
 
            this.chkChecksum.TabIndex = 4;
343
 
            this.chkChecksum.Text = "Checksum";
344
 
            this.chkChecksum.UseVisualStyleBackColor = true;
345
 
            this.chkChecksum.CheckedChanged += new System.EventHandler(this.chkChecksum_CheckedChanged);
346
 
            // 
347
 
            // chkConsole
348
 
            // 
349
 
            this.chkConsole.AutoSize = true;
350
 
            this.chkConsole.Location = new System.Drawing.Point(275, 19);
351
 
            this.chkConsole.Name = "chkConsole";
352
 
            this.chkConsole.Size = new System.Drawing.Size(99, 17);
353
 
            this.chkConsole.TabIndex = 3;
354
 
            this.chkConsole.Text = "Console Output";
355
 
            this.chkConsole.UseVisualStyleBackColor = true;
356
 
            this.chkConsole.CheckedChanged += new System.EventHandler(this.chkConsole_CheckedChanged);
357
 
            // 
358
 
            // chkIcePrefix
359
 
            // 
360
 
            this.chkIcePrefix.AutoSize = true;
361
 
            this.chkIcePrefix.Location = new System.Drawing.Point(10, 19);
362
 
            this.chkIcePrefix.Name = "chkIcePrefix";
363
 
            this.chkIcePrefix.Size = new System.Drawing.Size(41, 17);
364
 
            this.chkIcePrefix.TabIndex = 2;
365
 
            this.chkIcePrefix.Text = "Ice";
366
 
            this.chkIcePrefix.UseVisualStyleBackColor = true;
367
 
            this.chkIcePrefix.CheckedChanged += new System.EventHandler(this.chkIcePrefix_CheckedChanged);
368
 
            // 
369
 
            // chkStreaming
370
 
            // 
371
 
            this.chkStreaming.AutoSize = true;
372
 
            this.chkStreaming.Location = new System.Drawing.Point(86, 19);
373
 
            this.chkStreaming.Name = "chkStreaming";
374
 
            this.chkStreaming.Size = new System.Drawing.Size(73, 17);
375
 
            this.chkStreaming.TabIndex = 1;
376
 
            this.chkStreaming.Text = "Streaming";
377
 
            this.chkStreaming.UseVisualStyleBackColor = true;
378
 
            this.chkStreaming.CheckedChanged += new System.EventHandler(this.chkStreaming_CheckedChanged);
379
 
            // 
380
 
            // btnClose
381
 
            // 
382
 
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
383
 
            this.btnClose.Location = new System.Drawing.Point(424, 506);
384
 
            this.btnClose.Name = "btnClose";
385
 
            this.btnClose.Size = new System.Drawing.Size(75, 23);
386
 
            this.btnClose.TabIndex = 5;
387
 
            this.btnClose.Text = "Close";
388
 
            this.btnClose.UseVisualStyleBackColor = true;
389
 
            this.btnClose.Click += new System.EventHandler(this.btnCancel_Click);
390
 
            // 
391
 
            // groupBox5
392
 
            // 
393
 
            this.groupBox5.Controls.Add(this.btnSelectIceHome);
394
 
            this.groupBox5.Controls.Add(this.txtIceHome);
395
 
            this.groupBox5.Location = new System.Drawing.Point(12, 37);
396
 
            this.groupBox5.Name = "groupBox5";
397
 
            this.groupBox5.Size = new System.Drawing.Size(486, 45);
398
 
            this.groupBox5.TabIndex = 6;
399
 
            this.groupBox5.TabStop = false;
400
 
            this.groupBox5.Text = "Ice Home";
401
 
            // 
402
 
            // btnSelectIceHome
403
 
            // 
404
 
            this.btnSelectIceHome.Location = new System.Drawing.Point(405, 16);
405
 
            this.btnSelectIceHome.Name = "btnSelectIceHome";
406
 
            this.btnSelectIceHome.Size = new System.Drawing.Size(75, 23);
407
 
            this.btnSelectIceHome.TabIndex = 1;
408
 
            this.btnSelectIceHome.Text = "....";
409
 
            this.btnSelectIceHome.UseVisualStyleBackColor = true;
410
 
            this.btnSelectIceHome.Click += new System.EventHandler(this.btnSelectIceHome_Click);
411
 
            // 
412
 
            // txtIceHome
413
 
            // 
414
 
            this.txtIceHome.Location = new System.Drawing.Point(10, 20);
415
 
            this.txtIceHome.Name = "txtIceHome";
416
 
            this.txtIceHome.Size = new System.Drawing.Size(386, 20);
417
 
            this.txtIceHome.TabIndex = 0;
418
 
            this.txtIceHome.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtIceHome_KeyPress);
419
 
            this.txtIceHome.LostFocus += new System.EventHandler(this.txtIceHome_LostFocus);
420
 
            this.txtIceHome.Enter += new System.EventHandler(this.txtIceHome_Focus);
421
 
            // 
422
 
            // grouDllExportSymbol
423
 
            // 
424
 
            this.grouDllExportSymbol.Controls.Add(this.txtDllExportSymbol);
425
 
            this.grouDllExportSymbol.Location = new System.Drawing.Point(12, 389);
426
 
            this.grouDllExportSymbol.Name = "grouDllExportSymbol";
427
 
            this.grouDllExportSymbol.Size = new System.Drawing.Size(486, 43);
428
 
            this.grouDllExportSymbol.TabIndex = 7;
429
 
            this.grouDllExportSymbol.TabStop = false;
430
 
            this.grouDllExportSymbol.Text = "DLL Export Symbol";
431
 
            // 
432
 
            // txtDllExportSymbol
433
 
            // 
434
 
            this.txtDllExportSymbol.Location = new System.Drawing.Point(6, 16);
435
 
            this.txtDllExportSymbol.Name = "txtDllExportSymbol";
436
 
            this.txtDllExportSymbol.Size = new System.Drawing.Size(474, 20);
437
 
            this.txtDllExportSymbol.TabIndex = 1;
438
 
            this.txtDllExportSymbol.LostFocus += new System.EventHandler(this.txtDllExportSymbol_LostFocus);
439
 
            this.txtDllExportSymbol.Enter += new System.EventHandler(this.txtDllExportSymbol_Focus);
440
 
            // 
441
 
            // IceCppConfigurationDialog
442
 
            // 
443
 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
444
 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
445
 
            this.CancelButton = this.btnClose;
446
 
            this.ClientSize = new System.Drawing.Size(515, 536);
447
 
            this.Controls.Add(this.grouDllExportSymbol);
448
 
            this.Controls.Add(this.groupBox3);
449
 
            this.Controls.Add(this.groupBox5);
450
 
            this.Controls.Add(this.btnClose);
451
 
            this.Controls.Add(this.groupBox4);
452
 
            this.Controls.Add(this.groupBox2);
453
 
            this.Controls.Add(this.groupBox1);
454
 
            this.Controls.Add(this.chkEnableBuilder);
455
 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
456
 
            this.MaximizeBox = false;
457
 
            this.Name = "IceCppConfigurationDialog";
458
 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
459
 
            this.Text = "Ice Configuration";
460
 
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.formClosing);
461
 
            this.groupBox1.ResumeLayout(false);
462
 
            this.groupBox1.PerformLayout();
463
 
            this.groupBox2.ResumeLayout(false);
464
 
            this.groupBox2.PerformLayout();
465
 
            this.groupBox3.ResumeLayout(false);
466
 
            this.groupBox3.PerformLayout();
467
 
            this.groupBox4.ResumeLayout(false);
468
 
            this.groupBox4.PerformLayout();
469
 
            this.groupBox5.ResumeLayout(false);
470
 
            this.groupBox5.PerformLayout();
471
 
            this.grouDllExportSymbol.ResumeLayout(false);
472
 
            this.grouDllExportSymbol.PerformLayout();
473
 
            this.ResumeLayout(false);
474
 
            this.PerformLayout();
475
 
 
476
 
       } 
477
 
 
478
 
        #endregion
479
 
 
480
 
        private System.Windows.Forms.CheckBox chkEnableBuilder;
481
 
        private System.Windows.Forms.GroupBox groupBox1;
482
 
        private System.Windows.Forms.Button btnMoveIncludeDown;
483
 
        private System.Windows.Forms.Button btnMoveIncludeUp;
484
 
        private System.Windows.Forms.Button btnRemoveInclude;
485
 
        private System.Windows.Forms.Button btnAddInclude;
486
 
        private System.Windows.Forms.CheckedListBox includeDirList;
487
 
        private System.Windows.Forms.GroupBox groupBox2;
488
 
        private System.Windows.Forms.TextBox txtExtraOptions;
489
 
        private System.Windows.Forms.GroupBox groupBox3;
490
 
        private System.Windows.Forms.CheckBox chkIceStorm;
491
 
        private System.Windows.Forms.CheckBox chkIceSSL;
492
 
        private System.Windows.Forms.CheckBox chkIcePatch2;
493
 
        private System.Windows.Forms.CheckBox chkIceGrid;
494
 
        private System.Windows.Forms.CheckBox chkIceBox;
495
 
        private System.Windows.Forms.CheckBox chkGlacier2;
496
 
        private System.Windows.Forms.CheckBox chkIce;
497
 
        private System.Windows.Forms.GroupBox groupBox4;
498
 
        private System.Windows.Forms.CheckBox chkIcePrefix;
499
 
        private System.Windows.Forms.CheckBox chkStreaming;
500
 
        private System.Windows.Forms.Button btnClose;
501
 
        private System.Windows.Forms.GroupBox groupBox5;
502
 
        private System.Windows.Forms.Button btnSelectIceHome;
503
 
        private System.Windows.Forms.TextBox txtIceHome;
504
 
        private System.Windows.Forms.ToolTip toolTip;
505
 
        private System.Windows.Forms.CheckBox chkFreeze;
506
 
        private System.Windows.Forms.CheckBox chkIceUtil;
507
 
        private System.Windows.Forms.CheckBox chkConsole;
508
 
        private System.Windows.Forms.GroupBox grouDllExportSymbol;
509
 
        private System.Windows.Forms.TextBox txtDllExportSymbol;
510
 
        private System.Windows.Forms.CheckBox chkChecksum;
511
 
        private System.Windows.Forms.Label includeInfo;
512
 
        private System.Windows.Forms.Button btnEditInclude;
513
 
    }
514
 
}