OSDN Git Service

非常に複雑なテンプレートで極端に時間がかかっていたのを改善(再解析が多発していたため解析結果をキャッシュするよう対応),
[wptscs/wpts.git] / Wptscs / ConfigForm.Designer.cs
index 9ead15c..eba3088 100644 (file)
         {
             this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
             this.buttonOk = new System.Windows.Forms.Button();
             this.buttonCancel = new System.Windows.Forms.Button();
             this.tabControl = new System.Windows.Forms.TabControl();
             this.tabPageItems = new System.Windows.Forms.TabPage();
+            this.labelItemsNote = new System.Windows.Forms.Label();
             this.dataGridViewItems = new System.Windows.Forms.DataGridView();
             this.ColumnFromCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.ColumnFromTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -45,6 +47,8 @@
             this.tabPageHeadings = new System.Windows.Forms.TabPage();
             this.dataGridViewHeading = new System.Windows.Forms.DataGridView();
             this.tabPageServer = new System.Windows.Forms.TabPage();
+            this.buttonLanguageRemove = new System.Windows.Forms.Button();
+            this.buttonLunguageAdd = new System.Windows.Forms.Button();
             this.groupBoxLanguage = new System.Windows.Forms.GroupBox();
             this.groupBoxLanguageName = new System.Windows.Forms.GroupBox();
             this.dataGridViewLanguageName = new System.Windows.Forms.DataGridView();
@@ -54,6 +58,8 @@
             this.textBoxBracket = new System.Windows.Forms.TextBox();
             this.labelBracket = new System.Windows.Forms.Label();
             this.groupBoxServer = new System.Windows.Forms.GroupBox();
+            this.textBoxLangFormat = new System.Windows.Forms.TextBox();
+            this.labelLangFormat = new System.Windows.Forms.Label();
             this.textBoxLinkInterwikiFormat = new System.Windows.Forms.TextBox();
             this.labelLinkInterwikiFormat = new System.Windows.Forms.Label();
             this.textBoxDocumentationTemplateDefaultPage = new System.Windows.Forms.TextBox();
@@ -61,7 +67,6 @@
             this.textBoxDocumentationTemplate = new System.Windows.Forms.TextBox();
             this.labelDocumentationTemplate = new System.Windows.Forms.Label();
             this.textBoxFileNamespace = new System.Windows.Forms.TextBox();
-            this.labelFileNamespace = new System.Windows.Forms.Label();
             this.textBoxCategoryNamespace = new System.Windows.Forms.TextBox();
             this.labelCategoryNamespace = new System.Windows.Forms.Label();
             this.textBoxTemplateNamespace = new System.Windows.Forms.TextBox();
             this.labelRedirect = new System.Windows.Forms.Label();
             this.textBoxExportPath = new System.Windows.Forms.TextBox();
             this.labelExportPath = new System.Windows.Forms.Label();
-            this.textBoxNamespacePath = new System.Windows.Forms.TextBox();
-            this.labelNamespacePath = new System.Windows.Forms.Label();
+            this.textBoxMetaApi = new System.Windows.Forms.TextBox();
+            this.labelMetaApi = new System.Windows.Forms.Label();
             this.textBoxLocation = new System.Windows.Forms.TextBox();
             this.labelLocation = new System.Windows.Forms.Label();
+            this.labelFileNamespace = new System.Windows.Forms.Label();
             this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
             this.labelLanguage = new System.Windows.Forms.Label();
             this.tabPageApplication = new System.Windows.Forms.TabPage();
             this.labelCopyright = new System.Windows.Forms.Label();
             this.labelApplicationName = new System.Windows.Forms.Label();
             this.groupBoxApplicationConfig = new System.Windows.Forms.GroupBox();
+            this.labelApplicationConfigNote = new System.Windows.Forms.Label();
+            this.textBoxConnectRetryTime = new System.Windows.Forms.TextBox();
+            this.labelConnectRetryTimeNote = new System.Windows.Forms.Label();
+            this.labelConnectRetryTime = new System.Windows.Forms.Label();
+            this.textBoxMaxConnectRetries = new System.Windows.Forms.TextBox();
+            this.labelMaxConnectRetriesNote = new System.Windows.Forms.Label();
+            this.labelMaxConnectRetries = new System.Windows.Forms.Label();
             this.checkBoxIgnoreError = new System.Windows.Forms.CheckBox();
             this.labelRefererNote = new System.Windows.Forms.Label();
             this.labelUserAgentNote = new System.Windows.Forms.Label();
             // 
             resources.ApplyResources(this.buttonOk, "buttonOk");
             this.buttonOk.Name = "buttonOk";
+            this.toolTip.SetToolTip(this.buttonOk, resources.GetString("buttonOk.ToolTip"));
             this.buttonOk.UseVisualStyleBackColor = true;
             this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click);
             // 
             this.buttonCancel.CausesValidation = false;
             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
             this.buttonCancel.Name = "buttonCancel";
+            this.toolTip.SetToolTip(this.buttonCancel, resources.GetString("buttonCancel.ToolTip"));
             this.buttonCancel.UseVisualStyleBackColor = true;
             // 
             // tabControl
             this.tabControl.Controls.Add(this.tabPageApplication);
             this.tabControl.Name = "tabControl";
             this.tabControl.SelectedIndex = 0;
-            this.toolTip.SetToolTip(this.tabControl, resources.GetString("tabControl.ToolTip"));
             // 
             // tabPageItems
             // 
+            this.tabPageItems.Controls.Add(this.labelItemsNote);
             this.tabPageItems.Controls.Add(this.dataGridViewItems);
             resources.ApplyResources(this.tabPageItems, "tabPageItems");
             this.tabPageItems.Name = "tabPageItems";
             this.tabPageItems.UseVisualStyleBackColor = true;
             // 
+            // labelItemsNote
+            // 
+            resources.ApplyResources(this.labelItemsNote, "labelItemsNote");
+            this.labelItemsNote.Name = "labelItemsNote";
+            // 
             // dataGridViewItems
             // 
             resources.ApplyResources(this.dataGridViewItems, "dataGridViewItems");
             // dataGridViewHeading
             // 
             resources.ApplyResources(this.dataGridViewHeading, "dataGridViewHeading");
+            this.dataGridViewHeading.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
+            this.dataGridViewHeading.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
             this.dataGridViewHeading.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
+            dataGridViewCellStyle1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
+            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
+            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+            this.dataGridViewHeading.DefaultCellStyle = dataGridViewCellStyle1;
             this.dataGridViewHeading.Name = "dataGridViewHeading";
             this.dataGridViewHeading.RowTemplate.Height = 21;
             // 
             // tabPageServer
             // 
+            this.tabPageServer.Controls.Add(this.buttonLanguageRemove);
+            this.tabPageServer.Controls.Add(this.buttonLunguageAdd);
             this.tabPageServer.Controls.Add(this.groupBoxLanguage);
             this.tabPageServer.Controls.Add(this.groupBoxServer);
             this.tabPageServer.Controls.Add(this.comboBoxLanguage);
             this.tabPageServer.Name = "tabPageServer";
             this.tabPageServer.UseVisualStyleBackColor = true;
             // 
+            // buttonLanguageRemove
+            // 
+            resources.ApplyResources(this.buttonLanguageRemove, "buttonLanguageRemove");
+            this.buttonLanguageRemove.Name = "buttonLanguageRemove";
+            this.toolTip.SetToolTip(this.buttonLanguageRemove, resources.GetString("buttonLanguageRemove.ToolTip"));
+            this.buttonLanguageRemove.UseVisualStyleBackColor = true;
+            this.buttonLanguageRemove.Click += new System.EventHandler(this.ButtonLanguageRemove_Click);
+            // 
+            // buttonLunguageAdd
+            // 
+            resources.ApplyResources(this.buttonLunguageAdd, "buttonLunguageAdd");
+            this.buttonLunguageAdd.Name = "buttonLunguageAdd";
+            this.toolTip.SetToolTip(this.buttonLunguageAdd, resources.GetString("buttonLunguageAdd.ToolTip"));
+            this.buttonLunguageAdd.UseVisualStyleBackColor = true;
+            this.buttonLunguageAdd.Click += new System.EventHandler(this.ButtonLunguageAdd_Click);
+            // 
             // groupBoxLanguage
             // 
             resources.ApplyResources(this.groupBoxLanguage, "groupBoxLanguage");
             // dataGridViewLanguageName
             // 
             resources.ApplyResources(this.dataGridViewLanguageName, "dataGridViewLanguageName");
+            this.dataGridViewLanguageName.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
             this.dataGridViewLanguageName.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
             this.dataGridViewLanguageName.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
             this.ColumnCode,
             // 
             // ColumnCode
             // 
-            this.ColumnCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             resources.ApplyResources(this.ColumnCode, "ColumnCode");
             this.ColumnCode.MaxInputLength = 10;
             this.ColumnCode.Name = "ColumnCode";
             // 
             // ColumnName
             // 
-            this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             resources.ApplyResources(this.ColumnName, "ColumnName");
             this.ColumnName.MaxInputLength = 255;
             this.ColumnName.Name = "ColumnName";
             // 
             // ColumnShortName
             // 
-            this.ColumnShortName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             resources.ApplyResources(this.ColumnShortName, "ColumnShortName");
             this.ColumnShortName.MaxInputLength = 20;
             this.ColumnShortName.Name = "ColumnShortName";
             resources.ApplyResources(this.textBoxBracket, "textBoxBracket");
             this.textBoxBracket.Name = "textBoxBracket";
             this.toolTip.SetToolTip(this.textBoxBracket, resources.GetString("textBoxBracket.ToolTip"));
+            this.textBoxBracket.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxBracket_Validating);
+            this.textBoxBracket.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
             // 
             // labelBracket
             // 
             // groupBoxServer
             // 
             resources.ApplyResources(this.groupBoxServer, "groupBoxServer");
+            this.groupBoxServer.Controls.Add(this.textBoxLangFormat);
+            this.groupBoxServer.Controls.Add(this.labelLangFormat);
             this.groupBoxServer.Controls.Add(this.textBoxLinkInterwikiFormat);
             this.groupBoxServer.Controls.Add(this.labelLinkInterwikiFormat);
             this.groupBoxServer.Controls.Add(this.textBoxDocumentationTemplateDefaultPage);
             this.groupBoxServer.Controls.Add(this.textBoxDocumentationTemplate);
             this.groupBoxServer.Controls.Add(this.labelDocumentationTemplate);
             this.groupBoxServer.Controls.Add(this.textBoxFileNamespace);
-            this.groupBoxServer.Controls.Add(this.labelFileNamespace);
             this.groupBoxServer.Controls.Add(this.textBoxCategoryNamespace);
             this.groupBoxServer.Controls.Add(this.labelCategoryNamespace);
             this.groupBoxServer.Controls.Add(this.textBoxTemplateNamespace);
             this.groupBoxServer.Controls.Add(this.labelRedirect);
             this.groupBoxServer.Controls.Add(this.textBoxExportPath);
             this.groupBoxServer.Controls.Add(this.labelExportPath);
-            this.groupBoxServer.Controls.Add(this.textBoxNamespacePath);
-            this.groupBoxServer.Controls.Add(this.labelNamespacePath);
+            this.groupBoxServer.Controls.Add(this.textBoxMetaApi);
+            this.groupBoxServer.Controls.Add(this.labelMetaApi);
             this.groupBoxServer.Controls.Add(this.textBoxLocation);
             this.groupBoxServer.Controls.Add(this.labelLocation);
+            this.groupBoxServer.Controls.Add(this.labelFileNamespace);
             this.groupBoxServer.Name = "groupBoxServer";
             this.groupBoxServer.TabStop = false;
             // 
+            // textBoxLangFormat
+            // 
+            resources.ApplyResources(this.textBoxLangFormat, "textBoxLangFormat");
+            this.textBoxLangFormat.Name = "textBoxLangFormat";
+            this.toolTip.SetToolTip(this.textBoxLangFormat, resources.GetString("textBoxLangFormat.ToolTip"));
+            // 
+            // labelLangFormat
+            // 
+            resources.ApplyResources(this.labelLangFormat, "labelLangFormat");
+            this.labelLangFormat.Name = "labelLangFormat";
+            this.toolTip.SetToolTip(this.labelLangFormat, resources.GetString("labelLangFormat.ToolTip"));
+            // 
             // textBoxLinkInterwikiFormat
             // 
             resources.ApplyResources(this.textBoxLinkInterwikiFormat, "textBoxLinkInterwikiFormat");
             this.textBoxFileNamespace.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxNamespace_Validating);
             this.textBoxFileNamespace.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
             // 
-            // labelFileNamespace
-            // 
-            resources.ApplyResources(this.labelFileNamespace, "labelFileNamespace");
-            this.labelFileNamespace.Name = "labelFileNamespace";
-            this.toolTip.SetToolTip(this.labelFileNamespace, resources.GetString("labelFileNamespace.ToolTip"));
-            // 
             // textBoxCategoryNamespace
             // 
             resources.ApplyResources(this.textBoxCategoryNamespace, "textBoxCategoryNamespace");
             this.labelExportPath.Name = "labelExportPath";
             this.toolTip.SetToolTip(this.labelExportPath, resources.GetString("labelExportPath.ToolTip"));
             // 
-            // textBoxNamespacePath
+            // textBoxMetaApi
             // 
-            resources.ApplyResources(this.textBoxNamespacePath, "textBoxNamespacePath");
-            this.textBoxNamespacePath.Name = "textBoxNamespacePath";
-            this.toolTip.SetToolTip(this.textBoxNamespacePath, resources.GetString("textBoxNamespacePath.ToolTip"));
+            resources.ApplyResources(this.textBoxMetaApi, "textBoxMetaApi");
+            this.textBoxMetaApi.Name = "textBoxMetaApi";
+            this.toolTip.SetToolTip(this.textBoxMetaApi, resources.GetString("textBoxMetaApi.ToolTip"));
             // 
-            // labelNamespacePath
+            // labelMetaApi
             // 
-            resources.ApplyResources(this.labelNamespacePath, "labelNamespacePath");
-            this.labelNamespacePath.Name = "labelNamespacePath";
-            this.toolTip.SetToolTip(this.labelNamespacePath, resources.GetString("labelNamespacePath.ToolTip"));
+            resources.ApplyResources(this.labelMetaApi, "labelMetaApi");
+            this.labelMetaApi.Name = "labelMetaApi";
+            this.toolTip.SetToolTip(this.labelMetaApi, resources.GetString("labelMetaApi.ToolTip"));
             // 
             // textBoxLocation
             // 
             this.labelLocation.Name = "labelLocation";
             this.toolTip.SetToolTip(this.labelLocation, resources.GetString("labelLocation.ToolTip"));
             // 
+            // labelFileNamespace
+            // 
+            resources.ApplyResources(this.labelFileNamespace, "labelFileNamespace");
+            this.labelFileNamespace.Name = "labelFileNamespace";
+            this.toolTip.SetToolTip(this.labelFileNamespace, resources.GetString("labelFileNamespace.ToolTip"));
+            // 
             // comboBoxLanguage
             // 
+            this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
             this.comboBoxLanguage.FormattingEnabled = true;
             resources.ApplyResources(this.comboBoxLanguage, "comboBoxLanguage");
             this.comboBoxLanguage.Name = "comboBoxLanguage";
+            this.comboBoxLanguage.Sorted = true;
             this.toolTip.SetToolTip(this.comboBoxLanguage, resources.GetString("comboBoxLanguage.ToolTip"));
             this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.ComboBoxLanguuage_SelectedIndexChanged);
-            this.comboBoxLanguage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ComboBoxLanguage_KeyDown);
-            this.comboBoxLanguage.Leave += new System.EventHandler(this.ComboBoxLanguage_Leave);
             // 
             // labelLanguage
             // 
             this.tabPageApplication.Controls.Add(this.groupBoxApplicationConfig);
             resources.ApplyResources(this.tabPageApplication, "tabPageApplication");
             this.tabPageApplication.Name = "tabPageApplication";
+            this.toolTip.SetToolTip(this.tabPageApplication, resources.GetString("tabPageApplication.ToolTip"));
             this.tabPageApplication.UseVisualStyleBackColor = true;
             // 
             // groupBoxInformation
             // groupBoxApplicationConfig
             // 
             resources.ApplyResources(this.groupBoxApplicationConfig, "groupBoxApplicationConfig");
+            this.groupBoxApplicationConfig.Controls.Add(this.labelApplicationConfigNote);
+            this.groupBoxApplicationConfig.Controls.Add(this.textBoxConnectRetryTime);
+            this.groupBoxApplicationConfig.Controls.Add(this.labelConnectRetryTimeNote);
+            this.groupBoxApplicationConfig.Controls.Add(this.labelConnectRetryTime);
+            this.groupBoxApplicationConfig.Controls.Add(this.textBoxMaxConnectRetries);
+            this.groupBoxApplicationConfig.Controls.Add(this.labelMaxConnectRetriesNote);
+            this.groupBoxApplicationConfig.Controls.Add(this.labelMaxConnectRetries);
             this.groupBoxApplicationConfig.Controls.Add(this.checkBoxIgnoreError);
             this.groupBoxApplicationConfig.Controls.Add(this.labelRefererNote);
             this.groupBoxApplicationConfig.Controls.Add(this.labelUserAgentNote);
             this.groupBoxApplicationConfig.Name = "groupBoxApplicationConfig";
             this.groupBoxApplicationConfig.TabStop = false;
             // 
+            // labelApplicationConfigNote
+            // 
+            resources.ApplyResources(this.labelApplicationConfigNote, "labelApplicationConfigNote");
+            this.labelApplicationConfigNote.Name = "labelApplicationConfigNote";
+            // 
+            // textBoxConnectRetryTime
+            // 
+            resources.ApplyResources(this.textBoxConnectRetryTime, "textBoxConnectRetryTime");
+            this.textBoxConnectRetryTime.Name = "textBoxConnectRetryTime";
+            this.toolTip.SetToolTip(this.textBoxConnectRetryTime, resources.GetString("textBoxConnectRetryTime.ToolTip"));
+            this.textBoxConnectRetryTime.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxConnectRetryTime_Validating);
+            this.textBoxConnectRetryTime.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
+            // 
+            // labelConnectRetryTimeNote
+            // 
+            resources.ApplyResources(this.labelConnectRetryTimeNote, "labelConnectRetryTimeNote");
+            this.labelConnectRetryTimeNote.Name = "labelConnectRetryTimeNote";
+            // 
+            // labelConnectRetryTime
+            // 
+            resources.ApplyResources(this.labelConnectRetryTime, "labelConnectRetryTime");
+            this.labelConnectRetryTime.Name = "labelConnectRetryTime";
+            this.toolTip.SetToolTip(this.labelConnectRetryTime, resources.GetString("labelConnectRetryTime.ToolTip"));
+            // 
+            // textBoxMaxConnectRetries
+            // 
+            resources.ApplyResources(this.textBoxMaxConnectRetries, "textBoxMaxConnectRetries");
+            this.textBoxMaxConnectRetries.Name = "textBoxMaxConnectRetries";
+            this.toolTip.SetToolTip(this.textBoxMaxConnectRetries, resources.GetString("textBoxMaxConnectRetries.ToolTip"));
+            this.textBoxMaxConnectRetries.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxMaxConnectRetries_Validating);
+            this.textBoxMaxConnectRetries.Validated += new System.EventHandler(this.ResetErrorProvider_Validated);
+            // 
+            // labelMaxConnectRetriesNote
+            // 
+            resources.ApplyResources(this.labelMaxConnectRetriesNote, "labelMaxConnectRetriesNote");
+            this.labelMaxConnectRetriesNote.Name = "labelMaxConnectRetriesNote";
+            // 
+            // labelMaxConnectRetries
+            // 
+            resources.ApplyResources(this.labelMaxConnectRetries, "labelMaxConnectRetries");
+            this.labelMaxConnectRetries.Name = "labelMaxConnectRetries";
+            this.toolTip.SetToolTip(this.labelMaxConnectRetries, resources.GetString("labelMaxConnectRetries.ToolTip"));
+            // 
             // checkBoxIgnoreError
             // 
             resources.ApplyResources(this.checkBoxIgnoreError, "checkBoxIgnoreError");
             this.Load += new System.EventHandler(this.ConfigForm_Load);
             this.tabControl.ResumeLayout(false);
             this.tabPageItems.ResumeLayout(false);
+            this.tabPageItems.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewItems)).EndInit();
             this.tabPageHeadings.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewHeading)).EndInit();
         private System.Windows.Forms.GroupBox groupBoxServer;
         private System.Windows.Forms.TextBox textBoxLocation;
         private System.Windows.Forms.Label labelLocation;
-        private System.Windows.Forms.TextBox textBoxNamespacePath;
-        private System.Windows.Forms.Label labelNamespacePath;
+        private System.Windows.Forms.TextBox textBoxMetaApi;
+        private System.Windows.Forms.Label labelMetaApi;
         private System.Windows.Forms.TextBox textBoxExportPath;
         private System.Windows.Forms.Label labelExportPath;
         private System.Windows.Forms.TextBox textBoxRedirect;
         private System.Windows.Forms.TextBox textBoxDocumentationTemplate;
         private System.Windows.Forms.ErrorProvider errorProvider;
         private System.Windows.Forms.ToolTip toolTip;
-        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnCode;
-        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
-        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnShortName;
+        private System.Windows.Forms.Label labelLinkInterwikiFormat;
+        private System.Windows.Forms.TextBox textBoxLinkInterwikiFormat;
+        private System.Windows.Forms.Button buttonLanguageRemove;
+        private System.Windows.Forms.Button buttonLunguageAdd;
+        private System.Windows.Forms.TextBox textBoxLangFormat;
+        private System.Windows.Forms.Label labelLangFormat;
+        private System.Windows.Forms.Label labelMaxConnectRetries;
+        private System.Windows.Forms.Label labelConnectRetryTime;
+        private System.Windows.Forms.TextBox textBoxMaxConnectRetries;
+        private System.Windows.Forms.Label labelMaxConnectRetriesNote;
+        private System.Windows.Forms.Label labelConnectRetryTimeNote;
+        private System.Windows.Forms.TextBox textBoxConnectRetryTime;
+        private System.Windows.Forms.Label labelItemsNote;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFromCode;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFromTitle;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnAlias;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnToCode;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnToTitle;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnTimestamp;
-        private System.Windows.Forms.Label labelLinkInterwikiFormat;
-        private System.Windows.Forms.TextBox textBoxLinkInterwikiFormat;
+        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnCode;
+        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
+        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnShortName;
+        private System.Windows.Forms.Label labelApplicationConfigNote;
     }
 }
\ No newline at end of file