OSDN Git Service

#30840 画面のデザインが崩れていたのを修正,
[wptscs/wpts.git] / Wptscs / ConfigForm.Designer.cs
1 namespace Honememo.Wptscs
2 {
3     partial class ConfigForm
4     {
5         /// <summary>
6         /// 必要なデザイナ変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows フォーム デザイナで生成されたコード
24
25         /// <summary>
26         /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディタで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
34             this.buttonOk = new System.Windows.Forms.Button();
35             this.buttonCancel = new System.Windows.Forms.Button();
36             this.tabControl = new System.Windows.Forms.TabControl();
37             this.tabPageItems = new System.Windows.Forms.TabPage();
38             this.labelItemsNote = new System.Windows.Forms.Label();
39             this.dataGridViewItems = new System.Windows.Forms.DataGridView();
40             this.ColumnFromCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             this.ColumnFromTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             this.ColumnAlias = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             this.ColumnArrow = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             this.ColumnToCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             this.ColumnToTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             this.ColumnTimestamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             this.tabPageHeadings = new System.Windows.Forms.TabPage();
48             this.dataGridViewHeading = new System.Windows.Forms.DataGridView();
49             this.tabPageServer = new System.Windows.Forms.TabPage();
50             this.buttonLanguageRemove = new System.Windows.Forms.Button();
51             this.buttonLunguageAdd = new System.Windows.Forms.Button();
52             this.groupBoxLanguage = new System.Windows.Forms.GroupBox();
53             this.groupBoxLanguageName = new System.Windows.Forms.GroupBox();
54             this.dataGridViewLanguageName = new System.Windows.Forms.DataGridView();
55             this.ColumnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             this.ColumnShortName = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             this.textBoxBracket = new System.Windows.Forms.TextBox();
59             this.labelBracket = new System.Windows.Forms.Label();
60             this.groupBoxServer = new System.Windows.Forms.GroupBox();
61             this.textBoxInterlanguageApi = new System.Windows.Forms.TextBox();
62             this.labelInterlanguageApi = new System.Windows.Forms.Label();
63             this.checkBoxHasLanguagePage = new System.Windows.Forms.CheckBox();
64             this.textBoxLangFormat = new System.Windows.Forms.TextBox();
65             this.labelLangFormat = new System.Windows.Forms.Label();
66             this.textBoxLinkInterwikiFormat = new System.Windows.Forms.TextBox();
67             this.labelLinkInterwikiFormat = new System.Windows.Forms.Label();
68             this.textBoxFileNamespace = new System.Windows.Forms.TextBox();
69             this.textBoxCategoryNamespace = new System.Windows.Forms.TextBox();
70             this.labelCategoryNamespace = new System.Windows.Forms.Label();
71             this.textBoxTemplateNamespace = new System.Windows.Forms.TextBox();
72             this.labelTemplateNamespace = new System.Windows.Forms.Label();
73             this.textBoxContentApi = new System.Windows.Forms.TextBox();
74             this.labelContentApi = new System.Windows.Forms.Label();
75             this.textBoxMetaApi = new System.Windows.Forms.TextBox();
76             this.labelMetaApi = new System.Windows.Forms.Label();
77             this.textBoxLocation = new System.Windows.Forms.TextBox();
78             this.labelLocation = new System.Windows.Forms.Label();
79             this.labelFileNamespace = new System.Windows.Forms.Label();
80             this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
81             this.labelLanguage = new System.Windows.Forms.Label();
82             this.tabPageApplication = new System.Windows.Forms.TabPage();
83             this.groupBoxInformation = new System.Windows.Forms.GroupBox();
84             this.labelWebsite = new System.Windows.Forms.Label();
85             this.linkLabelWebsite = new System.Windows.Forms.LinkLabel();
86             this.labelCopyright = new System.Windows.Forms.Label();
87             this.labelApplicationName = new System.Windows.Forms.Label();
88             this.groupBoxApplicationConfig = new System.Windows.Forms.GroupBox();
89             this.labelApplicationConfigNote = new System.Windows.Forms.Label();
90             this.textBoxConnectRetryTime = new System.Windows.Forms.TextBox();
91             this.labelConnectRetryTimeNote = new System.Windows.Forms.Label();
92             this.labelConnectRetryTime = new System.Windows.Forms.Label();
93             this.textBoxMaxConnectRetries = new System.Windows.Forms.TextBox();
94             this.labelMaxConnectRetriesNote = new System.Windows.Forms.Label();
95             this.labelMaxConnectRetries = new System.Windows.Forms.Label();
96             this.checkBoxIgnoreError = new System.Windows.Forms.CheckBox();
97             this.labelRefererNote = new System.Windows.Forms.Label();
98             this.labelUserAgentNote = new System.Windows.Forms.Label();
99             this.labelCacheNote = new System.Windows.Forms.Label();
100             this.textBoxCacheExpire = new System.Windows.Forms.TextBox();
101             this.textBoxReferer = new System.Windows.Forms.TextBox();
102             this.labelReferer = new System.Windows.Forms.Label();
103             this.labelCacheExpire = new System.Windows.Forms.Label();
104             this.textBoxUserAgent = new System.Windows.Forms.TextBox();
105             this.labelUserAgent = new System.Windows.Forms.Label();
106             this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
107             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
108             this.tabControl.SuspendLayout();
109             this.tabPageItems.SuspendLayout();
110             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewItems)).BeginInit();
111             this.tabPageHeadings.SuspendLayout();
112             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewHeading)).BeginInit();
113             this.tabPageServer.SuspendLayout();
114             this.groupBoxLanguage.SuspendLayout();
115             this.groupBoxLanguageName.SuspendLayout();
116             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLanguageName)).BeginInit();
117             this.groupBoxServer.SuspendLayout();
118             this.tabPageApplication.SuspendLayout();
119             this.groupBoxInformation.SuspendLayout();
120             this.groupBoxApplicationConfig.SuspendLayout();
121             ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
122             this.SuspendLayout();
123             // 
124             // buttonOk
125             // 
126             resources.ApplyResources(this.buttonOk, "buttonOk");
127             this.errorProvider.SetError(this.buttonOk, resources.GetString("buttonOk.Error"));
128             this.errorProvider.SetIconAlignment(this.buttonOk, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("buttonOk.IconAlignment"))));
129             this.errorProvider.SetIconPadding(this.buttonOk, ((int)(resources.GetObject("buttonOk.IconPadding"))));
130             this.buttonOk.Name = "buttonOk";
131             this.toolTip.SetToolTip(this.buttonOk, resources.GetString("buttonOk.ToolTip"));
132             this.buttonOk.UseVisualStyleBackColor = true;
133             this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click);
134             // 
135             // buttonCancel
136             // 
137             resources.ApplyResources(this.buttonCancel, "buttonCancel");
138             this.buttonCancel.CausesValidation = false;
139             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
140             this.errorProvider.SetError(this.buttonCancel, resources.GetString("buttonCancel.Error"));
141             this.errorProvider.SetIconAlignment(this.buttonCancel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("buttonCancel.IconAlignment"))));
142             this.errorProvider.SetIconPadding(this.buttonCancel, ((int)(resources.GetObject("buttonCancel.IconPadding"))));
143             this.buttonCancel.Name = "buttonCancel";
144             this.toolTip.SetToolTip(this.buttonCancel, resources.GetString("buttonCancel.ToolTip"));
145             this.buttonCancel.UseVisualStyleBackColor = true;
146             // 
147             // tabControl
148             // 
149             resources.ApplyResources(this.tabControl, "tabControl");
150             this.tabControl.Controls.Add(this.tabPageItems);
151             this.tabControl.Controls.Add(this.tabPageHeadings);
152             this.tabControl.Controls.Add(this.tabPageServer);
153             this.tabControl.Controls.Add(this.tabPageApplication);
154             this.errorProvider.SetError(this.tabControl, resources.GetString("tabControl.Error"));
155             this.errorProvider.SetIconAlignment(this.tabControl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabControl.IconAlignment"))));
156             this.errorProvider.SetIconPadding(this.tabControl, ((int)(resources.GetObject("tabControl.IconPadding"))));
157             this.tabControl.Name = "tabControl";
158             this.tabControl.SelectedIndex = 0;
159             this.toolTip.SetToolTip(this.tabControl, resources.GetString("tabControl.ToolTip"));
160             // 
161             // tabPageItems
162             // 
163             resources.ApplyResources(this.tabPageItems, "tabPageItems");
164             this.tabPageItems.Controls.Add(this.labelItemsNote);
165             this.tabPageItems.Controls.Add(this.dataGridViewItems);
166             this.errorProvider.SetError(this.tabPageItems, resources.GetString("tabPageItems.Error"));
167             this.errorProvider.SetIconAlignment(this.tabPageItems, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageItems.IconAlignment"))));
168             this.errorProvider.SetIconPadding(this.tabPageItems, ((int)(resources.GetObject("tabPageItems.IconPadding"))));
169             this.tabPageItems.Name = "tabPageItems";
170             this.toolTip.SetToolTip(this.tabPageItems, resources.GetString("tabPageItems.ToolTip"));
171             this.tabPageItems.UseVisualStyleBackColor = true;
172             // 
173             // labelItemsNote
174             // 
175             resources.ApplyResources(this.labelItemsNote, "labelItemsNote");
176             this.errorProvider.SetError(this.labelItemsNote, resources.GetString("labelItemsNote.Error"));
177             this.errorProvider.SetIconAlignment(this.labelItemsNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelItemsNote.IconAlignment"))));
178             this.errorProvider.SetIconPadding(this.labelItemsNote, ((int)(resources.GetObject("labelItemsNote.IconPadding"))));
179             this.labelItemsNote.Name = "labelItemsNote";
180             this.toolTip.SetToolTip(this.labelItemsNote, resources.GetString("labelItemsNote.ToolTip"));
181             // 
182             // dataGridViewItems
183             // 
184             resources.ApplyResources(this.dataGridViewItems, "dataGridViewItems");
185             this.dataGridViewItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
186             this.dataGridViewItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
187             this.ColumnFromCode,
188             this.ColumnFromTitle,
189             this.ColumnAlias,
190             this.ColumnArrow,
191             this.ColumnToCode,
192             this.ColumnToTitle,
193             this.ColumnTimestamp});
194             this.errorProvider.SetError(this.dataGridViewItems, resources.GetString("dataGridViewItems.Error"));
195             this.errorProvider.SetIconAlignment(this.dataGridViewItems, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("dataGridViewItems.IconAlignment"))));
196             this.errorProvider.SetIconPadding(this.dataGridViewItems, ((int)(resources.GetObject("dataGridViewItems.IconPadding"))));
197             this.dataGridViewItems.Name = "dataGridViewItems";
198             this.dataGridViewItems.RowTemplate.Height = 21;
199             this.toolTip.SetToolTip(this.dataGridViewItems, resources.GetString("dataGridViewItems.ToolTip"));
200             this.dataGridViewItems.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridViewItems_CellValidated);
201             this.dataGridViewItems.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.DataGridViewItems_CellValidating);
202             this.dataGridViewItems.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridViewItems_CellValueChanged);
203             this.dataGridViewItems.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DataGridViewItems_RowsAdded);
204             this.dataGridViewItems.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResetErrorText_RowValidated);
205             this.dataGridViewItems.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.DataGridViewItems_RowValidating);
206             // 
207             // ColumnFromCode
208             // 
209             resources.ApplyResources(this.ColumnFromCode, "ColumnFromCode");
210             this.ColumnFromCode.MaxInputLength = 16;
211             this.ColumnFromCode.Name = "ColumnFromCode";
212             // 
213             // ColumnFromTitle
214             // 
215             resources.ApplyResources(this.ColumnFromTitle, "ColumnFromTitle");
216             this.ColumnFromTitle.MaxInputLength = 255;
217             this.ColumnFromTitle.Name = "ColumnFromTitle";
218             // 
219             // ColumnAlias
220             // 
221             resources.ApplyResources(this.ColumnAlias, "ColumnAlias");
222             this.ColumnAlias.MaxInputLength = 255;
223             this.ColumnAlias.Name = "ColumnAlias";
224             // 
225             // ColumnArrow
226             // 
227             resources.ApplyResources(this.ColumnArrow, "ColumnArrow");
228             this.ColumnArrow.Name = "ColumnArrow";
229             this.ColumnArrow.ReadOnly = true;
230             this.ColumnArrow.Resizable = System.Windows.Forms.DataGridViewTriState.False;
231             this.ColumnArrow.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
232             // 
233             // ColumnToCode
234             // 
235             resources.ApplyResources(this.ColumnToCode, "ColumnToCode");
236             this.ColumnToCode.MaxInputLength = 16;
237             this.ColumnToCode.Name = "ColumnToCode";
238             // 
239             // ColumnToTitle
240             // 
241             resources.ApplyResources(this.ColumnToTitle, "ColumnToTitle");
242             this.ColumnToTitle.MaxInputLength = 255;
243             this.ColumnToTitle.Name = "ColumnToTitle";
244             // 
245             // ColumnTimestamp
246             // 
247             resources.ApplyResources(this.ColumnTimestamp, "ColumnTimestamp");
248             this.ColumnTimestamp.Name = "ColumnTimestamp";
249             // 
250             // tabPageHeadings
251             // 
252             resources.ApplyResources(this.tabPageHeadings, "tabPageHeadings");
253             this.tabPageHeadings.Controls.Add(this.dataGridViewHeading);
254             this.errorProvider.SetError(this.tabPageHeadings, resources.GetString("tabPageHeadings.Error"));
255             this.errorProvider.SetIconAlignment(this.tabPageHeadings, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageHeadings.IconAlignment"))));
256             this.errorProvider.SetIconPadding(this.tabPageHeadings, ((int)(resources.GetObject("tabPageHeadings.IconPadding"))));
257             this.tabPageHeadings.Name = "tabPageHeadings";
258             this.toolTip.SetToolTip(this.tabPageHeadings, resources.GetString("tabPageHeadings.ToolTip"));
259             this.tabPageHeadings.UseVisualStyleBackColor = true;
260             // 
261             // dataGridViewHeading
262             // 
263             resources.ApplyResources(this.dataGridViewHeading, "dataGridViewHeading");
264             this.dataGridViewHeading.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
265             this.dataGridViewHeading.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
266             this.dataGridViewHeading.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
267             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
268             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
269             dataGridViewCellStyle1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
270             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
271             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
272             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
273             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
274             this.dataGridViewHeading.DefaultCellStyle = dataGridViewCellStyle1;
275             this.errorProvider.SetError(this.dataGridViewHeading, resources.GetString("dataGridViewHeading.Error"));
276             this.errorProvider.SetIconAlignment(this.dataGridViewHeading, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("dataGridViewHeading.IconAlignment"))));
277             this.errorProvider.SetIconPadding(this.dataGridViewHeading, ((int)(resources.GetObject("dataGridViewHeading.IconPadding"))));
278             this.dataGridViewHeading.Name = "dataGridViewHeading";
279             this.dataGridViewHeading.RowTemplate.Height = 21;
280             this.toolTip.SetToolTip(this.dataGridViewHeading, resources.GetString("dataGridViewHeading.ToolTip"));
281             // 
282             // tabPageServer
283             // 
284             resources.ApplyResources(this.tabPageServer, "tabPageServer");
285             this.tabPageServer.Controls.Add(this.buttonLanguageRemove);
286             this.tabPageServer.Controls.Add(this.buttonLunguageAdd);
287             this.tabPageServer.Controls.Add(this.groupBoxLanguage);
288             this.tabPageServer.Controls.Add(this.groupBoxServer);
289             this.tabPageServer.Controls.Add(this.comboBoxLanguage);
290             this.tabPageServer.Controls.Add(this.labelLanguage);
291             this.errorProvider.SetError(this.tabPageServer, resources.GetString("tabPageServer.Error"));
292             this.errorProvider.SetIconAlignment(this.tabPageServer, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageServer.IconAlignment"))));
293             this.errorProvider.SetIconPadding(this.tabPageServer, ((int)(resources.GetObject("tabPageServer.IconPadding"))));
294             this.tabPageServer.Name = "tabPageServer";
295             this.toolTip.SetToolTip(this.tabPageServer, resources.GetString("tabPageServer.ToolTip"));
296             this.tabPageServer.UseVisualStyleBackColor = true;
297             // 
298             // buttonLanguageRemove
299             // 
300             resources.ApplyResources(this.buttonLanguageRemove, "buttonLanguageRemove");
301             this.errorProvider.SetError(this.buttonLanguageRemove, resources.GetString("buttonLanguageRemove.Error"));
302             this.errorProvider.SetIconAlignment(this.buttonLanguageRemove, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("buttonLanguageRemove.IconAlignment"))));
303             this.errorProvider.SetIconPadding(this.buttonLanguageRemove, ((int)(resources.GetObject("buttonLanguageRemove.IconPadding"))));
304             this.buttonLanguageRemove.Name = "buttonLanguageRemove";
305             this.toolTip.SetToolTip(this.buttonLanguageRemove, resources.GetString("buttonLanguageRemove.ToolTip"));
306             this.buttonLanguageRemove.UseVisualStyleBackColor = true;
307             this.buttonLanguageRemove.Click += new System.EventHandler(this.ButtonLanguageRemove_Click);
308             // 
309             // buttonLunguageAdd
310             // 
311             resources.ApplyResources(this.buttonLunguageAdd, "buttonLunguageAdd");
312             this.errorProvider.SetError(this.buttonLunguageAdd, resources.GetString("buttonLunguageAdd.Error"));
313             this.errorProvider.SetIconAlignment(this.buttonLunguageAdd, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("buttonLunguageAdd.IconAlignment"))));
314             this.errorProvider.SetIconPadding(this.buttonLunguageAdd, ((int)(resources.GetObject("buttonLunguageAdd.IconPadding"))));
315             this.buttonLunguageAdd.Name = "buttonLunguageAdd";
316             this.toolTip.SetToolTip(this.buttonLunguageAdd, resources.GetString("buttonLunguageAdd.ToolTip"));
317             this.buttonLunguageAdd.UseVisualStyleBackColor = true;
318             this.buttonLunguageAdd.Click += new System.EventHandler(this.ButtonLunguageAdd_Click);
319             // 
320             // groupBoxLanguage
321             // 
322             resources.ApplyResources(this.groupBoxLanguage, "groupBoxLanguage");
323             this.groupBoxLanguage.Controls.Add(this.groupBoxLanguageName);
324             this.groupBoxLanguage.Controls.Add(this.textBoxBracket);
325             this.groupBoxLanguage.Controls.Add(this.labelBracket);
326             this.errorProvider.SetError(this.groupBoxLanguage, resources.GetString("groupBoxLanguage.Error"));
327             this.errorProvider.SetIconAlignment(this.groupBoxLanguage, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxLanguage.IconAlignment"))));
328             this.errorProvider.SetIconPadding(this.groupBoxLanguage, ((int)(resources.GetObject("groupBoxLanguage.IconPadding"))));
329             this.groupBoxLanguage.Name = "groupBoxLanguage";
330             this.groupBoxLanguage.TabStop = false;
331             this.toolTip.SetToolTip(this.groupBoxLanguage, resources.GetString("groupBoxLanguage.ToolTip"));
332             // 
333             // groupBoxLanguageName
334             // 
335             resources.ApplyResources(this.groupBoxLanguageName, "groupBoxLanguageName");
336             this.groupBoxLanguageName.Controls.Add(this.dataGridViewLanguageName);
337             this.errorProvider.SetError(this.groupBoxLanguageName, resources.GetString("groupBoxLanguageName.Error"));
338             this.errorProvider.SetIconAlignment(this.groupBoxLanguageName, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxLanguageName.IconAlignment"))));
339             this.errorProvider.SetIconPadding(this.groupBoxLanguageName, ((int)(resources.GetObject("groupBoxLanguageName.IconPadding"))));
340             this.groupBoxLanguageName.Name = "groupBoxLanguageName";
341             this.groupBoxLanguageName.TabStop = false;
342             this.toolTip.SetToolTip(this.groupBoxLanguageName, resources.GetString("groupBoxLanguageName.ToolTip"));
343             // 
344             // dataGridViewLanguageName
345             // 
346             resources.ApplyResources(this.dataGridViewLanguageName, "dataGridViewLanguageName");
347             this.dataGridViewLanguageName.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
348             this.dataGridViewLanguageName.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
349             this.dataGridViewLanguageName.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
350             this.ColumnCode,
351             this.ColumnName,
352             this.ColumnShortName});
353             this.errorProvider.SetError(this.dataGridViewLanguageName, resources.GetString("dataGridViewLanguageName.Error"));
354             this.errorProvider.SetIconAlignment(this.dataGridViewLanguageName, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("dataGridViewLanguageName.IconAlignment"))));
355             this.errorProvider.SetIconPadding(this.dataGridViewLanguageName, ((int)(resources.GetObject("dataGridViewLanguageName.IconPadding"))));
356             this.dataGridViewLanguageName.Name = "dataGridViewLanguageName";
357             this.dataGridViewLanguageName.RowTemplate.Height = 21;
358             this.toolTip.SetToolTip(this.dataGridViewLanguageName, resources.GetString("dataGridViewLanguageName.ToolTip"));
359             this.dataGridViewLanguageName.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResetErrorText_RowValidated);
360             this.dataGridViewLanguageName.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.DataGridViewLanguageName_RowValidating);
361             this.dataGridViewLanguageName.Validating += new System.ComponentModel.CancelEventHandler(this.DataGridViewLanguageName_Validating);
362             this.dataGridViewLanguageName.Validated += new System.EventHandler(this.ResetErrorText_Validated);
363             // 
364             // ColumnCode
365             // 
366             resources.ApplyResources(this.ColumnCode, "ColumnCode");
367             this.ColumnCode.MaxInputLength = 10;
368             this.ColumnCode.Name = "ColumnCode";
369             // 
370             // ColumnName
371             // 
372             resources.ApplyResources(this.ColumnName, "ColumnName");
373             this.ColumnName.MaxInputLength = 255;
374             this.ColumnName.Name = "ColumnName";
375             // 
376             // ColumnShortName
377             // 
378             resources.ApplyResources(this.ColumnShortName, "ColumnShortName");
379             this.ColumnShortName.MaxInputLength = 20;
380             this.ColumnShortName.Name = "ColumnShortName";
381             // 
382             // textBoxBracket
383             // 
384             resources.ApplyResources(this.textBoxBracket, "textBoxBracket");
385             this.errorProvider.SetError(this.textBoxBracket, resources.GetString("textBoxBracket.Error"));
386             this.errorProvider.SetIconAlignment(this.textBoxBracket, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxBracket.IconAlignment"))));
387             this.errorProvider.SetIconPadding(this.textBoxBracket, ((int)(resources.GetObject("textBoxBracket.IconPadding"))));
388             this.textBoxBracket.Name = "textBoxBracket";
389             this.toolTip.SetToolTip(this.textBoxBracket, resources.GetString("textBoxBracket.ToolTip"));
390             this.textBoxBracket.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxBracket_Validating);
391             this.textBoxBracket.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
392             // 
393             // labelBracket
394             // 
395             resources.ApplyResources(this.labelBracket, "labelBracket");
396             this.errorProvider.SetError(this.labelBracket, resources.GetString("labelBracket.Error"));
397             this.errorProvider.SetIconAlignment(this.labelBracket, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelBracket.IconAlignment"))));
398             this.errorProvider.SetIconPadding(this.labelBracket, ((int)(resources.GetObject("labelBracket.IconPadding"))));
399             this.labelBracket.Name = "labelBracket";
400             this.toolTip.SetToolTip(this.labelBracket, resources.GetString("labelBracket.ToolTip"));
401             // 
402             // groupBoxServer
403             // 
404             resources.ApplyResources(this.groupBoxServer, "groupBoxServer");
405             this.groupBoxServer.Controls.Add(this.textBoxInterlanguageApi);
406             this.groupBoxServer.Controls.Add(this.labelInterlanguageApi);
407             this.groupBoxServer.Controls.Add(this.checkBoxHasLanguagePage);
408             this.groupBoxServer.Controls.Add(this.textBoxLangFormat);
409             this.groupBoxServer.Controls.Add(this.labelLangFormat);
410             this.groupBoxServer.Controls.Add(this.textBoxLinkInterwikiFormat);
411             this.groupBoxServer.Controls.Add(this.labelLinkInterwikiFormat);
412             this.groupBoxServer.Controls.Add(this.textBoxFileNamespace);
413             this.groupBoxServer.Controls.Add(this.textBoxCategoryNamespace);
414             this.groupBoxServer.Controls.Add(this.labelCategoryNamespace);
415             this.groupBoxServer.Controls.Add(this.textBoxTemplateNamespace);
416             this.groupBoxServer.Controls.Add(this.labelTemplateNamespace);
417             this.groupBoxServer.Controls.Add(this.textBoxContentApi);
418             this.groupBoxServer.Controls.Add(this.labelContentApi);
419             this.groupBoxServer.Controls.Add(this.textBoxMetaApi);
420             this.groupBoxServer.Controls.Add(this.labelMetaApi);
421             this.groupBoxServer.Controls.Add(this.textBoxLocation);
422             this.groupBoxServer.Controls.Add(this.labelLocation);
423             this.groupBoxServer.Controls.Add(this.labelFileNamespace);
424             this.errorProvider.SetError(this.groupBoxServer, resources.GetString("groupBoxServer.Error"));
425             this.errorProvider.SetIconAlignment(this.groupBoxServer, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxServer.IconAlignment"))));
426             this.errorProvider.SetIconPadding(this.groupBoxServer, ((int)(resources.GetObject("groupBoxServer.IconPadding"))));
427             this.groupBoxServer.Name = "groupBoxServer";
428             this.groupBoxServer.TabStop = false;
429             this.toolTip.SetToolTip(this.groupBoxServer, resources.GetString("groupBoxServer.ToolTip"));
430             // 
431             // textBoxInterlanguageApi
432             // 
433             resources.ApplyResources(this.textBoxInterlanguageApi, "textBoxInterlanguageApi");
434             this.errorProvider.SetError(this.textBoxInterlanguageApi, resources.GetString("textBoxInterlanguageApi.Error"));
435             this.errorProvider.SetIconAlignment(this.textBoxInterlanguageApi, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxInterlanguageApi.IconAlignment"))));
436             this.errorProvider.SetIconPadding(this.textBoxInterlanguageApi, ((int)(resources.GetObject("textBoxInterlanguageApi.IconPadding"))));
437             this.textBoxInterlanguageApi.Name = "textBoxInterlanguageApi";
438             this.toolTip.SetToolTip(this.textBoxInterlanguageApi, resources.GetString("textBoxInterlanguageApi.ToolTip"));
439             // 
440             // labelInterlanguageApi
441             // 
442             resources.ApplyResources(this.labelInterlanguageApi, "labelInterlanguageApi");
443             this.errorProvider.SetError(this.labelInterlanguageApi, resources.GetString("labelInterlanguageApi.Error"));
444             this.errorProvider.SetIconAlignment(this.labelInterlanguageApi, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelInterlanguageApi.IconAlignment"))));
445             this.errorProvider.SetIconPadding(this.labelInterlanguageApi, ((int)(resources.GetObject("labelInterlanguageApi.IconPadding"))));
446             this.labelInterlanguageApi.Name = "labelInterlanguageApi";
447             this.toolTip.SetToolTip(this.labelInterlanguageApi, resources.GetString("labelInterlanguageApi.ToolTip"));
448             // 
449             // checkBoxHasLanguagePage
450             // 
451             resources.ApplyResources(this.checkBoxHasLanguagePage, "checkBoxHasLanguagePage");
452             this.errorProvider.SetError(this.checkBoxHasLanguagePage, resources.GetString("checkBoxHasLanguagePage.Error"));
453             this.errorProvider.SetIconAlignment(this.checkBoxHasLanguagePage, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("checkBoxHasLanguagePage.IconAlignment"))));
454             this.errorProvider.SetIconPadding(this.checkBoxHasLanguagePage, ((int)(resources.GetObject("checkBoxHasLanguagePage.IconPadding"))));
455             this.checkBoxHasLanguagePage.Name = "checkBoxHasLanguagePage";
456             this.toolTip.SetToolTip(this.checkBoxHasLanguagePage, resources.GetString("checkBoxHasLanguagePage.ToolTip"));
457             this.checkBoxHasLanguagePage.UseVisualStyleBackColor = true;
458             // 
459             // textBoxLangFormat
460             // 
461             resources.ApplyResources(this.textBoxLangFormat, "textBoxLangFormat");
462             this.errorProvider.SetError(this.textBoxLangFormat, resources.GetString("textBoxLangFormat.Error"));
463             this.errorProvider.SetIconAlignment(this.textBoxLangFormat, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxLangFormat.IconAlignment"))));
464             this.errorProvider.SetIconPadding(this.textBoxLangFormat, ((int)(resources.GetObject("textBoxLangFormat.IconPadding"))));
465             this.textBoxLangFormat.Name = "textBoxLangFormat";
466             this.toolTip.SetToolTip(this.textBoxLangFormat, resources.GetString("textBoxLangFormat.ToolTip"));
467             // 
468             // labelLangFormat
469             // 
470             resources.ApplyResources(this.labelLangFormat, "labelLangFormat");
471             this.errorProvider.SetError(this.labelLangFormat, resources.GetString("labelLangFormat.Error"));
472             this.errorProvider.SetIconAlignment(this.labelLangFormat, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelLangFormat.IconAlignment"))));
473             this.errorProvider.SetIconPadding(this.labelLangFormat, ((int)(resources.GetObject("labelLangFormat.IconPadding"))));
474             this.labelLangFormat.Name = "labelLangFormat";
475             this.toolTip.SetToolTip(this.labelLangFormat, resources.GetString("labelLangFormat.ToolTip"));
476             // 
477             // textBoxLinkInterwikiFormat
478             // 
479             resources.ApplyResources(this.textBoxLinkInterwikiFormat, "textBoxLinkInterwikiFormat");
480             this.errorProvider.SetError(this.textBoxLinkInterwikiFormat, resources.GetString("textBoxLinkInterwikiFormat.Error"));
481             this.errorProvider.SetIconAlignment(this.textBoxLinkInterwikiFormat, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxLinkInterwikiFormat.IconAlignment"))));
482             this.errorProvider.SetIconPadding(this.textBoxLinkInterwikiFormat, ((int)(resources.GetObject("textBoxLinkInterwikiFormat.IconPadding"))));
483             this.textBoxLinkInterwikiFormat.Name = "textBoxLinkInterwikiFormat";
484             this.toolTip.SetToolTip(this.textBoxLinkInterwikiFormat, resources.GetString("textBoxLinkInterwikiFormat.ToolTip"));
485             // 
486             // labelLinkInterwikiFormat
487             // 
488             resources.ApplyResources(this.labelLinkInterwikiFormat, "labelLinkInterwikiFormat");
489             this.errorProvider.SetError(this.labelLinkInterwikiFormat, resources.GetString("labelLinkInterwikiFormat.Error"));
490             this.errorProvider.SetIconAlignment(this.labelLinkInterwikiFormat, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelLinkInterwikiFormat.IconAlignment"))));
491             this.errorProvider.SetIconPadding(this.labelLinkInterwikiFormat, ((int)(resources.GetObject("labelLinkInterwikiFormat.IconPadding"))));
492             this.labelLinkInterwikiFormat.Name = "labelLinkInterwikiFormat";
493             this.toolTip.SetToolTip(this.labelLinkInterwikiFormat, resources.GetString("labelLinkInterwikiFormat.ToolTip"));
494             // 
495             // textBoxFileNamespace
496             // 
497             resources.ApplyResources(this.textBoxFileNamespace, "textBoxFileNamespace");
498             this.errorProvider.SetError(this.textBoxFileNamespace, resources.GetString("textBoxFileNamespace.Error"));
499             this.errorProvider.SetIconAlignment(this.textBoxFileNamespace, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxFileNamespace.IconAlignment"))));
500             this.errorProvider.SetIconPadding(this.textBoxFileNamespace, ((int)(resources.GetObject("textBoxFileNamespace.IconPadding"))));
501             this.textBoxFileNamespace.Name = "textBoxFileNamespace";
502             this.toolTip.SetToolTip(this.textBoxFileNamespace, resources.GetString("textBoxFileNamespace.ToolTip"));
503             this.textBoxFileNamespace.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxNamespace_Validating);
504             this.textBoxFileNamespace.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
505             // 
506             // textBoxCategoryNamespace
507             // 
508             resources.ApplyResources(this.textBoxCategoryNamespace, "textBoxCategoryNamespace");
509             this.errorProvider.SetError(this.textBoxCategoryNamespace, resources.GetString("textBoxCategoryNamespace.Error"));
510             this.errorProvider.SetIconAlignment(this.textBoxCategoryNamespace, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxCategoryNamespace.IconAlignment"))));
511             this.errorProvider.SetIconPadding(this.textBoxCategoryNamespace, ((int)(resources.GetObject("textBoxCategoryNamespace.IconPadding"))));
512             this.textBoxCategoryNamespace.Name = "textBoxCategoryNamespace";
513             this.toolTip.SetToolTip(this.textBoxCategoryNamespace, resources.GetString("textBoxCategoryNamespace.ToolTip"));
514             this.textBoxCategoryNamespace.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxNamespace_Validating);
515             this.textBoxCategoryNamespace.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
516             // 
517             // labelCategoryNamespace
518             // 
519             resources.ApplyResources(this.labelCategoryNamespace, "labelCategoryNamespace");
520             this.errorProvider.SetError(this.labelCategoryNamespace, resources.GetString("labelCategoryNamespace.Error"));
521             this.errorProvider.SetIconAlignment(this.labelCategoryNamespace, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelCategoryNamespace.IconAlignment"))));
522             this.errorProvider.SetIconPadding(this.labelCategoryNamespace, ((int)(resources.GetObject("labelCategoryNamespace.IconPadding"))));
523             this.labelCategoryNamespace.Name = "labelCategoryNamespace";
524             this.toolTip.SetToolTip(this.labelCategoryNamespace, resources.GetString("labelCategoryNamespace.ToolTip"));
525             // 
526             // textBoxTemplateNamespace
527             // 
528             resources.ApplyResources(this.textBoxTemplateNamespace, "textBoxTemplateNamespace");
529             this.errorProvider.SetError(this.textBoxTemplateNamespace, resources.GetString("textBoxTemplateNamespace.Error"));
530             this.errorProvider.SetIconAlignment(this.textBoxTemplateNamespace, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxTemplateNamespace.IconAlignment"))));
531             this.errorProvider.SetIconPadding(this.textBoxTemplateNamespace, ((int)(resources.GetObject("textBoxTemplateNamespace.IconPadding"))));
532             this.textBoxTemplateNamespace.Name = "textBoxTemplateNamespace";
533             this.toolTip.SetToolTip(this.textBoxTemplateNamespace, resources.GetString("textBoxTemplateNamespace.ToolTip"));
534             this.textBoxTemplateNamespace.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxNamespace_Validating);
535             this.textBoxTemplateNamespace.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
536             // 
537             // labelTemplateNamespace
538             // 
539             resources.ApplyResources(this.labelTemplateNamespace, "labelTemplateNamespace");
540             this.errorProvider.SetError(this.labelTemplateNamespace, resources.GetString("labelTemplateNamespace.Error"));
541             this.errorProvider.SetIconAlignment(this.labelTemplateNamespace, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelTemplateNamespace.IconAlignment"))));
542             this.errorProvider.SetIconPadding(this.labelTemplateNamespace, ((int)(resources.GetObject("labelTemplateNamespace.IconPadding"))));
543             this.labelTemplateNamespace.Name = "labelTemplateNamespace";
544             this.toolTip.SetToolTip(this.labelTemplateNamespace, resources.GetString("labelTemplateNamespace.ToolTip"));
545             // 
546             // textBoxContentApi
547             // 
548             resources.ApplyResources(this.textBoxContentApi, "textBoxContentApi");
549             this.errorProvider.SetError(this.textBoxContentApi, resources.GetString("textBoxContentApi.Error"));
550             this.errorProvider.SetIconAlignment(this.textBoxContentApi, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxContentApi.IconAlignment"))));
551             this.errorProvider.SetIconPadding(this.textBoxContentApi, ((int)(resources.GetObject("textBoxContentApi.IconPadding"))));
552             this.textBoxContentApi.Name = "textBoxContentApi";
553             this.toolTip.SetToolTip(this.textBoxContentApi, resources.GetString("textBoxContentApi.ToolTip"));
554             // 
555             // labelContentApi
556             // 
557             resources.ApplyResources(this.labelContentApi, "labelContentApi");
558             this.errorProvider.SetError(this.labelContentApi, resources.GetString("labelContentApi.Error"));
559             this.errorProvider.SetIconAlignment(this.labelContentApi, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelContentApi.IconAlignment"))));
560             this.errorProvider.SetIconPadding(this.labelContentApi, ((int)(resources.GetObject("labelContentApi.IconPadding"))));
561             this.labelContentApi.Name = "labelContentApi";
562             this.toolTip.SetToolTip(this.labelContentApi, resources.GetString("labelContentApi.ToolTip"));
563             // 
564             // textBoxMetaApi
565             // 
566             resources.ApplyResources(this.textBoxMetaApi, "textBoxMetaApi");
567             this.errorProvider.SetError(this.textBoxMetaApi, resources.GetString("textBoxMetaApi.Error"));
568             this.errorProvider.SetIconAlignment(this.textBoxMetaApi, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxMetaApi.IconAlignment"))));
569             this.errorProvider.SetIconPadding(this.textBoxMetaApi, ((int)(resources.GetObject("textBoxMetaApi.IconPadding"))));
570             this.textBoxMetaApi.Name = "textBoxMetaApi";
571             this.toolTip.SetToolTip(this.textBoxMetaApi, resources.GetString("textBoxMetaApi.ToolTip"));
572             // 
573             // labelMetaApi
574             // 
575             resources.ApplyResources(this.labelMetaApi, "labelMetaApi");
576             this.errorProvider.SetError(this.labelMetaApi, resources.GetString("labelMetaApi.Error"));
577             this.errorProvider.SetIconAlignment(this.labelMetaApi, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelMetaApi.IconAlignment"))));
578             this.errorProvider.SetIconPadding(this.labelMetaApi, ((int)(resources.GetObject("labelMetaApi.IconPadding"))));
579             this.labelMetaApi.Name = "labelMetaApi";
580             this.toolTip.SetToolTip(this.labelMetaApi, resources.GetString("labelMetaApi.ToolTip"));
581             // 
582             // textBoxLocation
583             // 
584             resources.ApplyResources(this.textBoxLocation, "textBoxLocation");
585             this.errorProvider.SetError(this.textBoxLocation, resources.GetString("textBoxLocation.Error"));
586             this.errorProvider.SetIconAlignment(this.textBoxLocation, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxLocation.IconAlignment"))));
587             this.errorProvider.SetIconPadding(this.textBoxLocation, ((int)(resources.GetObject("textBoxLocation.IconPadding"))));
588             this.textBoxLocation.Name = "textBoxLocation";
589             this.toolTip.SetToolTip(this.textBoxLocation, resources.GetString("textBoxLocation.ToolTip"));
590             // 
591             // labelLocation
592             // 
593             resources.ApplyResources(this.labelLocation, "labelLocation");
594             this.errorProvider.SetError(this.labelLocation, resources.GetString("labelLocation.Error"));
595             this.errorProvider.SetIconAlignment(this.labelLocation, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelLocation.IconAlignment"))));
596             this.errorProvider.SetIconPadding(this.labelLocation, ((int)(resources.GetObject("labelLocation.IconPadding"))));
597             this.labelLocation.Name = "labelLocation";
598             this.toolTip.SetToolTip(this.labelLocation, resources.GetString("labelLocation.ToolTip"));
599             // 
600             // labelFileNamespace
601             // 
602             resources.ApplyResources(this.labelFileNamespace, "labelFileNamespace");
603             this.errorProvider.SetError(this.labelFileNamespace, resources.GetString("labelFileNamespace.Error"));
604             this.errorProvider.SetIconAlignment(this.labelFileNamespace, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelFileNamespace.IconAlignment"))));
605             this.errorProvider.SetIconPadding(this.labelFileNamespace, ((int)(resources.GetObject("labelFileNamespace.IconPadding"))));
606             this.labelFileNamespace.Name = "labelFileNamespace";
607             this.toolTip.SetToolTip(this.labelFileNamespace, resources.GetString("labelFileNamespace.ToolTip"));
608             // 
609             // comboBoxLanguage
610             // 
611             resources.ApplyResources(this.comboBoxLanguage, "comboBoxLanguage");
612             this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
613             this.errorProvider.SetError(this.comboBoxLanguage, resources.GetString("comboBoxLanguage.Error"));
614             this.comboBoxLanguage.FormattingEnabled = true;
615             this.errorProvider.SetIconAlignment(this.comboBoxLanguage, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("comboBoxLanguage.IconAlignment"))));
616             this.errorProvider.SetIconPadding(this.comboBoxLanguage, ((int)(resources.GetObject("comboBoxLanguage.IconPadding"))));
617             this.comboBoxLanguage.Name = "comboBoxLanguage";
618             this.comboBoxLanguage.Sorted = true;
619             this.toolTip.SetToolTip(this.comboBoxLanguage, resources.GetString("comboBoxLanguage.ToolTip"));
620             this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.ComboBoxLanguuage_SelectedIndexChanged);
621             // 
622             // labelLanguage
623             // 
624             resources.ApplyResources(this.labelLanguage, "labelLanguage");
625             this.errorProvider.SetError(this.labelLanguage, resources.GetString("labelLanguage.Error"));
626             this.errorProvider.SetIconAlignment(this.labelLanguage, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelLanguage.IconAlignment"))));
627             this.errorProvider.SetIconPadding(this.labelLanguage, ((int)(resources.GetObject("labelLanguage.IconPadding"))));
628             this.labelLanguage.Name = "labelLanguage";
629             this.toolTip.SetToolTip(this.labelLanguage, resources.GetString("labelLanguage.ToolTip"));
630             // 
631             // tabPageApplication
632             // 
633             resources.ApplyResources(this.tabPageApplication, "tabPageApplication");
634             this.tabPageApplication.Controls.Add(this.groupBoxInformation);
635             this.tabPageApplication.Controls.Add(this.groupBoxApplicationConfig);
636             this.errorProvider.SetError(this.tabPageApplication, resources.GetString("tabPageApplication.Error"));
637             this.errorProvider.SetIconAlignment(this.tabPageApplication, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageApplication.IconAlignment"))));
638             this.errorProvider.SetIconPadding(this.tabPageApplication, ((int)(resources.GetObject("tabPageApplication.IconPadding"))));
639             this.tabPageApplication.Name = "tabPageApplication";
640             this.toolTip.SetToolTip(this.tabPageApplication, resources.GetString("tabPageApplication.ToolTip"));
641             this.tabPageApplication.UseVisualStyleBackColor = true;
642             // 
643             // groupBoxInformation
644             // 
645             resources.ApplyResources(this.groupBoxInformation, "groupBoxInformation");
646             this.groupBoxInformation.Controls.Add(this.labelWebsite);
647             this.groupBoxInformation.Controls.Add(this.linkLabelWebsite);
648             this.groupBoxInformation.Controls.Add(this.labelCopyright);
649             this.groupBoxInformation.Controls.Add(this.labelApplicationName);
650             this.errorProvider.SetError(this.groupBoxInformation, resources.GetString("groupBoxInformation.Error"));
651             this.errorProvider.SetIconAlignment(this.groupBoxInformation, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxInformation.IconAlignment"))));
652             this.errorProvider.SetIconPadding(this.groupBoxInformation, ((int)(resources.GetObject("groupBoxInformation.IconPadding"))));
653             this.groupBoxInformation.Name = "groupBoxInformation";
654             this.groupBoxInformation.TabStop = false;
655             this.toolTip.SetToolTip(this.groupBoxInformation, resources.GetString("groupBoxInformation.ToolTip"));
656             // 
657             // labelWebsite
658             // 
659             resources.ApplyResources(this.labelWebsite, "labelWebsite");
660             this.errorProvider.SetError(this.labelWebsite, resources.GetString("labelWebsite.Error"));
661             this.errorProvider.SetIconAlignment(this.labelWebsite, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelWebsite.IconAlignment"))));
662             this.errorProvider.SetIconPadding(this.labelWebsite, ((int)(resources.GetObject("labelWebsite.IconPadding"))));
663             this.labelWebsite.Name = "labelWebsite";
664             this.toolTip.SetToolTip(this.labelWebsite, resources.GetString("labelWebsite.ToolTip"));
665             // 
666             // linkLabelWebsite
667             // 
668             resources.ApplyResources(this.linkLabelWebsite, "linkLabelWebsite");
669             this.errorProvider.SetError(this.linkLabelWebsite, resources.GetString("linkLabelWebsite.Error"));
670             this.errorProvider.SetIconAlignment(this.linkLabelWebsite, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("linkLabelWebsite.IconAlignment"))));
671             this.errorProvider.SetIconPadding(this.linkLabelWebsite, ((int)(resources.GetObject("linkLabelWebsite.IconPadding"))));
672             this.linkLabelWebsite.Name = "linkLabelWebsite";
673             this.linkLabelWebsite.TabStop = true;
674             this.toolTip.SetToolTip(this.linkLabelWebsite, resources.GetString("linkLabelWebsite.ToolTip"));
675             this.linkLabelWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelWebsite_LinkClicked);
676             // 
677             // labelCopyright
678             // 
679             resources.ApplyResources(this.labelCopyright, "labelCopyright");
680             this.errorProvider.SetError(this.labelCopyright, resources.GetString("labelCopyright.Error"));
681             this.errorProvider.SetIconAlignment(this.labelCopyright, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelCopyright.IconAlignment"))));
682             this.errorProvider.SetIconPadding(this.labelCopyright, ((int)(resources.GetObject("labelCopyright.IconPadding"))));
683             this.labelCopyright.Name = "labelCopyright";
684             this.toolTip.SetToolTip(this.labelCopyright, resources.GetString("labelCopyright.ToolTip"));
685             // 
686             // labelApplicationName
687             // 
688             resources.ApplyResources(this.labelApplicationName, "labelApplicationName");
689             this.errorProvider.SetError(this.labelApplicationName, resources.GetString("labelApplicationName.Error"));
690             this.errorProvider.SetIconAlignment(this.labelApplicationName, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelApplicationName.IconAlignment"))));
691             this.errorProvider.SetIconPadding(this.labelApplicationName, ((int)(resources.GetObject("labelApplicationName.IconPadding"))));
692             this.labelApplicationName.Name = "labelApplicationName";
693             this.toolTip.SetToolTip(this.labelApplicationName, resources.GetString("labelApplicationName.ToolTip"));
694             // 
695             // groupBoxApplicationConfig
696             // 
697             resources.ApplyResources(this.groupBoxApplicationConfig, "groupBoxApplicationConfig");
698             this.groupBoxApplicationConfig.Controls.Add(this.labelApplicationConfigNote);
699             this.groupBoxApplicationConfig.Controls.Add(this.textBoxConnectRetryTime);
700             this.groupBoxApplicationConfig.Controls.Add(this.labelConnectRetryTimeNote);
701             this.groupBoxApplicationConfig.Controls.Add(this.labelConnectRetryTime);
702             this.groupBoxApplicationConfig.Controls.Add(this.textBoxMaxConnectRetries);
703             this.groupBoxApplicationConfig.Controls.Add(this.labelMaxConnectRetriesNote);
704             this.groupBoxApplicationConfig.Controls.Add(this.labelMaxConnectRetries);
705             this.groupBoxApplicationConfig.Controls.Add(this.checkBoxIgnoreError);
706             this.groupBoxApplicationConfig.Controls.Add(this.labelRefererNote);
707             this.groupBoxApplicationConfig.Controls.Add(this.labelUserAgentNote);
708             this.groupBoxApplicationConfig.Controls.Add(this.labelCacheNote);
709             this.groupBoxApplicationConfig.Controls.Add(this.textBoxCacheExpire);
710             this.groupBoxApplicationConfig.Controls.Add(this.textBoxReferer);
711             this.groupBoxApplicationConfig.Controls.Add(this.labelReferer);
712             this.groupBoxApplicationConfig.Controls.Add(this.labelCacheExpire);
713             this.groupBoxApplicationConfig.Controls.Add(this.textBoxUserAgent);
714             this.groupBoxApplicationConfig.Controls.Add(this.labelUserAgent);
715             this.errorProvider.SetError(this.groupBoxApplicationConfig, resources.GetString("groupBoxApplicationConfig.Error"));
716             this.errorProvider.SetIconAlignment(this.groupBoxApplicationConfig, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxApplicationConfig.IconAlignment"))));
717             this.errorProvider.SetIconPadding(this.groupBoxApplicationConfig, ((int)(resources.GetObject("groupBoxApplicationConfig.IconPadding"))));
718             this.groupBoxApplicationConfig.Name = "groupBoxApplicationConfig";
719             this.groupBoxApplicationConfig.TabStop = false;
720             this.toolTip.SetToolTip(this.groupBoxApplicationConfig, resources.GetString("groupBoxApplicationConfig.ToolTip"));
721             // 
722             // labelApplicationConfigNote
723             // 
724             resources.ApplyResources(this.labelApplicationConfigNote, "labelApplicationConfigNote");
725             this.errorProvider.SetError(this.labelApplicationConfigNote, resources.GetString("labelApplicationConfigNote.Error"));
726             this.errorProvider.SetIconAlignment(this.labelApplicationConfigNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelApplicationConfigNote.IconAlignment"))));
727             this.errorProvider.SetIconPadding(this.labelApplicationConfigNote, ((int)(resources.GetObject("labelApplicationConfigNote.IconPadding"))));
728             this.labelApplicationConfigNote.Name = "labelApplicationConfigNote";
729             this.toolTip.SetToolTip(this.labelApplicationConfigNote, resources.GetString("labelApplicationConfigNote.ToolTip"));
730             // 
731             // textBoxConnectRetryTime
732             // 
733             resources.ApplyResources(this.textBoxConnectRetryTime, "textBoxConnectRetryTime");
734             this.errorProvider.SetError(this.textBoxConnectRetryTime, resources.GetString("textBoxConnectRetryTime.Error"));
735             this.errorProvider.SetIconAlignment(this.textBoxConnectRetryTime, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxConnectRetryTime.IconAlignment"))));
736             this.errorProvider.SetIconPadding(this.textBoxConnectRetryTime, ((int)(resources.GetObject("textBoxConnectRetryTime.IconPadding"))));
737             this.textBoxConnectRetryTime.Name = "textBoxConnectRetryTime";
738             this.toolTip.SetToolTip(this.textBoxConnectRetryTime, resources.GetString("textBoxConnectRetryTime.ToolTip"));
739             this.textBoxConnectRetryTime.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxConnectRetryTime_Validating);
740             this.textBoxConnectRetryTime.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
741             // 
742             // labelConnectRetryTimeNote
743             // 
744             resources.ApplyResources(this.labelConnectRetryTimeNote, "labelConnectRetryTimeNote");
745             this.errorProvider.SetError(this.labelConnectRetryTimeNote, resources.GetString("labelConnectRetryTimeNote.Error"));
746             this.errorProvider.SetIconAlignment(this.labelConnectRetryTimeNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelConnectRetryTimeNote.IconAlignment"))));
747             this.errorProvider.SetIconPadding(this.labelConnectRetryTimeNote, ((int)(resources.GetObject("labelConnectRetryTimeNote.IconPadding"))));
748             this.labelConnectRetryTimeNote.Name = "labelConnectRetryTimeNote";
749             this.toolTip.SetToolTip(this.labelConnectRetryTimeNote, resources.GetString("labelConnectRetryTimeNote.ToolTip"));
750             // 
751             // labelConnectRetryTime
752             // 
753             resources.ApplyResources(this.labelConnectRetryTime, "labelConnectRetryTime");
754             this.errorProvider.SetError(this.labelConnectRetryTime, resources.GetString("labelConnectRetryTime.Error"));
755             this.errorProvider.SetIconAlignment(this.labelConnectRetryTime, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelConnectRetryTime.IconAlignment"))));
756             this.errorProvider.SetIconPadding(this.labelConnectRetryTime, ((int)(resources.GetObject("labelConnectRetryTime.IconPadding"))));
757             this.labelConnectRetryTime.Name = "labelConnectRetryTime";
758             this.toolTip.SetToolTip(this.labelConnectRetryTime, resources.GetString("labelConnectRetryTime.ToolTip"));
759             // 
760             // textBoxMaxConnectRetries
761             // 
762             resources.ApplyResources(this.textBoxMaxConnectRetries, "textBoxMaxConnectRetries");
763             this.errorProvider.SetError(this.textBoxMaxConnectRetries, resources.GetString("textBoxMaxConnectRetries.Error"));
764             this.errorProvider.SetIconAlignment(this.textBoxMaxConnectRetries, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxMaxConnectRetries.IconAlignment"))));
765             this.errorProvider.SetIconPadding(this.textBoxMaxConnectRetries, ((int)(resources.GetObject("textBoxMaxConnectRetries.IconPadding"))));
766             this.textBoxMaxConnectRetries.Name = "textBoxMaxConnectRetries";
767             this.toolTip.SetToolTip(this.textBoxMaxConnectRetries, resources.GetString("textBoxMaxConnectRetries.ToolTip"));
768             this.textBoxMaxConnectRetries.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxMaxConnectRetries_Validating);
769             this.textBoxMaxConnectRetries.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
770             // 
771             // labelMaxConnectRetriesNote
772             // 
773             resources.ApplyResources(this.labelMaxConnectRetriesNote, "labelMaxConnectRetriesNote");
774             this.errorProvider.SetError(this.labelMaxConnectRetriesNote, resources.GetString("labelMaxConnectRetriesNote.Error"));
775             this.errorProvider.SetIconAlignment(this.labelMaxConnectRetriesNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelMaxConnectRetriesNote.IconAlignment"))));
776             this.errorProvider.SetIconPadding(this.labelMaxConnectRetriesNote, ((int)(resources.GetObject("labelMaxConnectRetriesNote.IconPadding"))));
777             this.labelMaxConnectRetriesNote.Name = "labelMaxConnectRetriesNote";
778             this.toolTip.SetToolTip(this.labelMaxConnectRetriesNote, resources.GetString("labelMaxConnectRetriesNote.ToolTip"));
779             // 
780             // labelMaxConnectRetries
781             // 
782             resources.ApplyResources(this.labelMaxConnectRetries, "labelMaxConnectRetries");
783             this.errorProvider.SetError(this.labelMaxConnectRetries, resources.GetString("labelMaxConnectRetries.Error"));
784             this.errorProvider.SetIconAlignment(this.labelMaxConnectRetries, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelMaxConnectRetries.IconAlignment"))));
785             this.errorProvider.SetIconPadding(this.labelMaxConnectRetries, ((int)(resources.GetObject("labelMaxConnectRetries.IconPadding"))));
786             this.labelMaxConnectRetries.Name = "labelMaxConnectRetries";
787             this.toolTip.SetToolTip(this.labelMaxConnectRetries, resources.GetString("labelMaxConnectRetries.ToolTip"));
788             // 
789             // checkBoxIgnoreError
790             // 
791             resources.ApplyResources(this.checkBoxIgnoreError, "checkBoxIgnoreError");
792             this.errorProvider.SetError(this.checkBoxIgnoreError, resources.GetString("checkBoxIgnoreError.Error"));
793             this.errorProvider.SetIconAlignment(this.checkBoxIgnoreError, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("checkBoxIgnoreError.IconAlignment"))));
794             this.errorProvider.SetIconPadding(this.checkBoxIgnoreError, ((int)(resources.GetObject("checkBoxIgnoreError.IconPadding"))));
795             this.checkBoxIgnoreError.Name = "checkBoxIgnoreError";
796             this.toolTip.SetToolTip(this.checkBoxIgnoreError, resources.GetString("checkBoxIgnoreError.ToolTip"));
797             this.checkBoxIgnoreError.UseVisualStyleBackColor = true;
798             // 
799             // labelRefererNote
800             // 
801             resources.ApplyResources(this.labelRefererNote, "labelRefererNote");
802             this.errorProvider.SetError(this.labelRefererNote, resources.GetString("labelRefererNote.Error"));
803             this.errorProvider.SetIconAlignment(this.labelRefererNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelRefererNote.IconAlignment"))));
804             this.errorProvider.SetIconPadding(this.labelRefererNote, ((int)(resources.GetObject("labelRefererNote.IconPadding"))));
805             this.labelRefererNote.Name = "labelRefererNote";
806             this.toolTip.SetToolTip(this.labelRefererNote, resources.GetString("labelRefererNote.ToolTip"));
807             // 
808             // labelUserAgentNote
809             // 
810             resources.ApplyResources(this.labelUserAgentNote, "labelUserAgentNote");
811             this.errorProvider.SetError(this.labelUserAgentNote, resources.GetString("labelUserAgentNote.Error"));
812             this.errorProvider.SetIconAlignment(this.labelUserAgentNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelUserAgentNote.IconAlignment"))));
813             this.errorProvider.SetIconPadding(this.labelUserAgentNote, ((int)(resources.GetObject("labelUserAgentNote.IconPadding"))));
814             this.labelUserAgentNote.Name = "labelUserAgentNote";
815             this.toolTip.SetToolTip(this.labelUserAgentNote, resources.GetString("labelUserAgentNote.ToolTip"));
816             // 
817             // labelCacheNote
818             // 
819             resources.ApplyResources(this.labelCacheNote, "labelCacheNote");
820             this.errorProvider.SetError(this.labelCacheNote, resources.GetString("labelCacheNote.Error"));
821             this.errorProvider.SetIconAlignment(this.labelCacheNote, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelCacheNote.IconAlignment"))));
822             this.errorProvider.SetIconPadding(this.labelCacheNote, ((int)(resources.GetObject("labelCacheNote.IconPadding"))));
823             this.labelCacheNote.Name = "labelCacheNote";
824             this.toolTip.SetToolTip(this.labelCacheNote, resources.GetString("labelCacheNote.ToolTip"));
825             // 
826             // textBoxCacheExpire
827             // 
828             resources.ApplyResources(this.textBoxCacheExpire, "textBoxCacheExpire");
829             this.errorProvider.SetError(this.textBoxCacheExpire, resources.GetString("textBoxCacheExpire.Error"));
830             this.errorProvider.SetIconAlignment(this.textBoxCacheExpire, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxCacheExpire.IconAlignment"))));
831             this.errorProvider.SetIconPadding(this.textBoxCacheExpire, ((int)(resources.GetObject("textBoxCacheExpire.IconPadding"))));
832             this.textBoxCacheExpire.Name = "textBoxCacheExpire";
833             this.toolTip.SetToolTip(this.textBoxCacheExpire, resources.GetString("textBoxCacheExpire.ToolTip"));
834             this.textBoxCacheExpire.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxCacheExpire_Validating);
835             this.textBoxCacheExpire.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
836             // 
837             // textBoxReferer
838             // 
839             resources.ApplyResources(this.textBoxReferer, "textBoxReferer");
840             this.errorProvider.SetError(this.textBoxReferer, resources.GetString("textBoxReferer.Error"));
841             this.errorProvider.SetIconAlignment(this.textBoxReferer, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxReferer.IconAlignment"))));
842             this.errorProvider.SetIconPadding(this.textBoxReferer, ((int)(resources.GetObject("textBoxReferer.IconPadding"))));
843             this.textBoxReferer.Name = "textBoxReferer";
844             this.toolTip.SetToolTip(this.textBoxReferer, resources.GetString("textBoxReferer.ToolTip"));
845             // 
846             // labelReferer
847             // 
848             resources.ApplyResources(this.labelReferer, "labelReferer");
849             this.errorProvider.SetError(this.labelReferer, resources.GetString("labelReferer.Error"));
850             this.errorProvider.SetIconAlignment(this.labelReferer, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelReferer.IconAlignment"))));
851             this.errorProvider.SetIconPadding(this.labelReferer, ((int)(resources.GetObject("labelReferer.IconPadding"))));
852             this.labelReferer.Name = "labelReferer";
853             this.toolTip.SetToolTip(this.labelReferer, resources.GetString("labelReferer.ToolTip"));
854             // 
855             // labelCacheExpire
856             // 
857             resources.ApplyResources(this.labelCacheExpire, "labelCacheExpire");
858             this.errorProvider.SetError(this.labelCacheExpire, resources.GetString("labelCacheExpire.Error"));
859             this.errorProvider.SetIconAlignment(this.labelCacheExpire, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelCacheExpire.IconAlignment"))));
860             this.errorProvider.SetIconPadding(this.labelCacheExpire, ((int)(resources.GetObject("labelCacheExpire.IconPadding"))));
861             this.labelCacheExpire.Name = "labelCacheExpire";
862             this.toolTip.SetToolTip(this.labelCacheExpire, resources.GetString("labelCacheExpire.ToolTip"));
863             // 
864             // textBoxUserAgent
865             // 
866             resources.ApplyResources(this.textBoxUserAgent, "textBoxUserAgent");
867             this.errorProvider.SetError(this.textBoxUserAgent, resources.GetString("textBoxUserAgent.Error"));
868             this.errorProvider.SetIconAlignment(this.textBoxUserAgent, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxUserAgent.IconAlignment"))));
869             this.errorProvider.SetIconPadding(this.textBoxUserAgent, ((int)(resources.GetObject("textBoxUserAgent.IconPadding"))));
870             this.textBoxUserAgent.Name = "textBoxUserAgent";
871             this.toolTip.SetToolTip(this.textBoxUserAgent, resources.GetString("textBoxUserAgent.ToolTip"));
872             // 
873             // labelUserAgent
874             // 
875             resources.ApplyResources(this.labelUserAgent, "labelUserAgent");
876             this.errorProvider.SetError(this.labelUserAgent, resources.GetString("labelUserAgent.Error"));
877             this.errorProvider.SetIconAlignment(this.labelUserAgent, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("labelUserAgent.IconAlignment"))));
878             this.errorProvider.SetIconPadding(this.labelUserAgent, ((int)(resources.GetObject("labelUserAgent.IconPadding"))));
879             this.labelUserAgent.Name = "labelUserAgent";
880             this.toolTip.SetToolTip(this.labelUserAgent, resources.GetString("labelUserAgent.ToolTip"));
881             // 
882             // errorProvider
883             // 
884             this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
885             this.errorProvider.ContainerControl = this;
886             resources.ApplyResources(this.errorProvider, "errorProvider");
887             // 
888             // toolTip
889             // 
890             this.toolTip.AutoPopDelay = 10000;
891             this.toolTip.InitialDelay = 500;
892             this.toolTip.ReshowDelay = 100;
893             // 
894             // ConfigForm
895             // 
896             this.AcceptButton = this.buttonOk;
897             resources.ApplyResources(this, "$this");
898             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
899             this.CancelButton = this.buttonCancel;
900             this.Controls.Add(this.tabControl);
901             this.Controls.Add(this.buttonCancel);
902             this.Controls.Add(this.buttonOk);
903             this.MinimizeBox = false;
904             this.Name = "ConfigForm";
905             this.ShowIcon = false;
906             this.ShowInTaskbar = false;
907             this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
908             this.Load += new System.EventHandler(this.ConfigForm_Load);
909             this.tabControl.ResumeLayout(false);
910             this.tabPageItems.ResumeLayout(false);
911             this.tabPageItems.PerformLayout();
912             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewItems)).EndInit();
913             this.tabPageHeadings.ResumeLayout(false);
914             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewHeading)).EndInit();
915             this.tabPageServer.ResumeLayout(false);
916             this.tabPageServer.PerformLayout();
917             this.groupBoxLanguage.ResumeLayout(false);
918             this.groupBoxLanguage.PerformLayout();
919             this.groupBoxLanguageName.ResumeLayout(false);
920             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLanguageName)).EndInit();
921             this.groupBoxServer.ResumeLayout(false);
922             this.groupBoxServer.PerformLayout();
923             this.tabPageApplication.ResumeLayout(false);
924             this.groupBoxInformation.ResumeLayout(false);
925             this.groupBoxInformation.PerformLayout();
926             this.groupBoxApplicationConfig.ResumeLayout(false);
927             this.groupBoxApplicationConfig.PerformLayout();
928             ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
929             this.ResumeLayout(false);
930
931         }
932
933         #endregion
934
935         private System.Windows.Forms.Button buttonOk;
936         private System.Windows.Forms.Button buttonCancel;
937         private System.Windows.Forms.TabControl tabControl;
938         private System.Windows.Forms.TabPage tabPageItems;
939         private System.Windows.Forms.TabPage tabPageHeadings;
940         private System.Windows.Forms.DataGridView dataGridViewItems;
941         private System.Windows.Forms.DataGridView dataGridViewHeading;
942         private System.Windows.Forms.TabPage tabPageServer;
943         private System.Windows.Forms.TabPage tabPageApplication;
944         private System.Windows.Forms.ComboBox comboBoxLanguage;
945         private System.Windows.Forms.Label labelLanguage;
946         private System.Windows.Forms.TextBox textBoxUserAgent;
947         private System.Windows.Forms.Label labelUserAgent;
948         private System.Windows.Forms.TextBox textBoxReferer;
949         private System.Windows.Forms.Label labelReferer;
950         private System.Windows.Forms.Label labelCacheExpire;
951         private System.Windows.Forms.TextBox textBoxCacheExpire;
952         private System.Windows.Forms.GroupBox groupBoxApplicationConfig;
953         private System.Windows.Forms.GroupBox groupBoxInformation;
954         private System.Windows.Forms.Label labelApplicationName;
955         private System.Windows.Forms.LinkLabel linkLabelWebsite;
956         private System.Windows.Forms.Label labelCopyright;
957         private System.Windows.Forms.Label labelWebsite;
958         private System.Windows.Forms.Label labelRefererNote;
959         private System.Windows.Forms.Label labelUserAgentNote;
960         private System.Windows.Forms.Label labelCacheNote;
961         private System.Windows.Forms.GroupBox groupBoxServer;
962         private System.Windows.Forms.TextBox textBoxLocation;
963         private System.Windows.Forms.Label labelLocation;
964         private System.Windows.Forms.TextBox textBoxMetaApi;
965         private System.Windows.Forms.Label labelMetaApi;
966         private System.Windows.Forms.TextBox textBoxContentApi;
967         private System.Windows.Forms.Label labelContentApi;
968         private System.Windows.Forms.Label labelTemplateNamespace;
969         private System.Windows.Forms.TextBox textBoxTemplateNamespace;
970         private System.Windows.Forms.Label labelFileNamespace;
971         private System.Windows.Forms.TextBox textBoxCategoryNamespace;
972         private System.Windows.Forms.Label labelCategoryNamespace;
973         private System.Windows.Forms.TextBox textBoxFileNamespace;
974         private System.Windows.Forms.GroupBox groupBoxLanguage;
975         private System.Windows.Forms.Label labelBracket;
976         private System.Windows.Forms.TextBox textBoxBracket;
977         private System.Windows.Forms.GroupBox groupBoxLanguageName;
978         private System.Windows.Forms.DataGridView dataGridViewLanguageName;
979         private System.Windows.Forms.CheckBox checkBoxIgnoreError;
980         private System.Windows.Forms.ErrorProvider errorProvider;
981         private System.Windows.Forms.ToolTip toolTip;
982         private System.Windows.Forms.Label labelLinkInterwikiFormat;
983         private System.Windows.Forms.TextBox textBoxLinkInterwikiFormat;
984         private System.Windows.Forms.Button buttonLanguageRemove;
985         private System.Windows.Forms.Button buttonLunguageAdd;
986         private System.Windows.Forms.TextBox textBoxLangFormat;
987         private System.Windows.Forms.Label labelLangFormat;
988         private System.Windows.Forms.Label labelMaxConnectRetries;
989         private System.Windows.Forms.Label labelConnectRetryTime;
990         private System.Windows.Forms.TextBox textBoxMaxConnectRetries;
991         private System.Windows.Forms.Label labelMaxConnectRetriesNote;
992         private System.Windows.Forms.Label labelConnectRetryTimeNote;
993         private System.Windows.Forms.TextBox textBoxConnectRetryTime;
994         private System.Windows.Forms.Label labelItemsNote;
995         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFromCode;
996         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFromTitle;
997         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnAlias;
998         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnArrow;
999         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnToCode;
1000         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnToTitle;
1001         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnTimestamp;
1002         private System.Windows.Forms.Label labelApplicationConfigNote;
1003         private System.Windows.Forms.CheckBox checkBoxHasLanguagePage;
1004         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnCode;
1005         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
1006         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnShortName;
1007         private System.Windows.Forms.TextBox textBoxInterlanguageApi;
1008         private System.Windows.Forms.Label labelInterlanguageApi;
1009     }
1010 }