OSDN Git Service

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