OSDN Git Service

#30840 不要になっていたTemplate:Documentation絡みの処理も除去,
[wptscs/wpts.git] / Wptscs / ConfigForm.Designer.cs
index bc89e72..6aa4696 100644 (file)
             this.groupBoxLanguage = new System.Windows.Forms.GroupBox();
             this.groupBoxLanguageName = new System.Windows.Forms.GroupBox();
             this.dataGridViewLanguageName = new System.Windows.Forms.DataGridView();
+            this.ColumnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.ColumnShortName = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.textBoxBracket = new System.Windows.Forms.TextBox();
             this.labelBracket = new System.Windows.Forms.Label();
             this.groupBoxServer = new System.Windows.Forms.GroupBox();
+            this.textBoxInterlanguageApi = new System.Windows.Forms.TextBox();
+            this.labelInterlanguageApi = new System.Windows.Forms.Label();
             this.checkBoxHasLanguagePage = new System.Windows.Forms.CheckBox();
             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();
-            this.labelDocumentationTemplateDefaultPage = new System.Windows.Forms.Label();
-            this.textBoxDocumentationTemplate = new System.Windows.Forms.TextBox();
-            this.labelDocumentationTemplate = new System.Windows.Forms.Label();
             this.textBoxFileNamespace = new System.Windows.Forms.TextBox();
             this.textBoxCategoryNamespace = new System.Windows.Forms.TextBox();
             this.labelCategoryNamespace = new System.Windows.Forms.Label();
             this.textBoxTemplateNamespace = new System.Windows.Forms.TextBox();
             this.labelTemplateNamespace = new System.Windows.Forms.Label();
-            this.textBoxRedirect = 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.textBoxContentApi = new System.Windows.Forms.TextBox();
+            this.labelContentApi = 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();
@@ -97,7 +96,7 @@
             this.checkBoxIgnoreError = new System.Windows.Forms.CheckBox();
             this.labelRefererNote = new System.Windows.Forms.Label();
             this.labelUserAgentNote = new System.Windows.Forms.Label();
-            this.labelChaceNote = new System.Windows.Forms.Label();
+            this.labelCacheNote = new System.Windows.Forms.Label();
             this.textBoxCacheExpire = new System.Windows.Forms.TextBox();
             this.textBoxReferer = new System.Windows.Forms.TextBox();
             this.labelReferer = new System.Windows.Forms.Label();
             this.labelUserAgent = new System.Windows.Forms.Label();
             this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
-            this.ColumnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
-            this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-            this.ColumnShortName = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.tabControl.SuspendLayout();
             this.tabPageItems.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.dataGridViewItems)).BeginInit();
             this.dataGridViewLanguageName.Validating += new System.ComponentModel.CancelEventHandler(this.DataGridViewLanguageName_Validating);
             this.dataGridViewLanguageName.Validated += new System.EventHandler(this.ResetErrorText_Validated);
             // 
+            // ColumnCode
+            // 
+            resources.ApplyResources(this.ColumnCode, "ColumnCode");
+            this.ColumnCode.MaxInputLength = 10;
+            this.ColumnCode.Name = "ColumnCode";
+            // 
+            // ColumnName
+            // 
+            resources.ApplyResources(this.ColumnName, "ColumnName");
+            this.ColumnName.MaxInputLength = 255;
+            this.ColumnName.Name = "ColumnName";
+            // 
+            // ColumnShortName
+            // 
+            resources.ApplyResources(this.ColumnShortName, "ColumnShortName");
+            this.ColumnShortName.MaxInputLength = 20;
+            this.ColumnShortName.Name = "ColumnShortName";
+            // 
             // textBoxBracket
             // 
             resources.ApplyResources(this.textBoxBracket, "textBoxBracket");
             // groupBoxServer
             // 
             resources.ApplyResources(this.groupBoxServer, "groupBoxServer");
+            this.groupBoxServer.Controls.Add(this.textBoxInterlanguageApi);
+            this.groupBoxServer.Controls.Add(this.labelInterlanguageApi);
             this.groupBoxServer.Controls.Add(this.checkBoxHasLanguagePage);
             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.labelDocumentationTemplateDefaultPage);
-            this.groupBoxServer.Controls.Add(this.textBoxDocumentationTemplate);
-            this.groupBoxServer.Controls.Add(this.labelDocumentationTemplate);
             this.groupBoxServer.Controls.Add(this.textBoxFileNamespace);
             this.groupBoxServer.Controls.Add(this.textBoxCategoryNamespace);
             this.groupBoxServer.Controls.Add(this.labelCategoryNamespace);
             this.groupBoxServer.Controls.Add(this.textBoxTemplateNamespace);
             this.groupBoxServer.Controls.Add(this.labelTemplateNamespace);
-            this.groupBoxServer.Controls.Add(this.textBoxRedirect);
-            this.groupBoxServer.Controls.Add(this.labelRedirect);
-            this.groupBoxServer.Controls.Add(this.textBoxExportPath);
-            this.groupBoxServer.Controls.Add(this.labelExportPath);
+            this.groupBoxServer.Controls.Add(this.textBoxContentApi);
+            this.groupBoxServer.Controls.Add(this.labelContentApi);
             this.groupBoxServer.Controls.Add(this.textBoxMetaApi);
             this.groupBoxServer.Controls.Add(this.labelMetaApi);
             this.groupBoxServer.Controls.Add(this.textBoxLocation);
             this.groupBoxServer.Name = "groupBoxServer";
             this.groupBoxServer.TabStop = false;
             // 
+            // textBoxInterlanguageApi
+            // 
+            resources.ApplyResources(this.textBoxInterlanguageApi, "textBoxInterlanguageApi");
+            this.textBoxInterlanguageApi.Name = "textBoxInterlanguageApi";
+            this.toolTip.SetToolTip(this.textBoxInterlanguageApi, resources.GetString("textBoxInterlanguageApi.ToolTip"));
+            // 
+            // labelInterlanguageApi
+            // 
+            resources.ApplyResources(this.labelInterlanguageApi, "labelInterlanguageApi");
+            this.labelInterlanguageApi.Name = "labelInterlanguageApi";
+            this.toolTip.SetToolTip(this.labelInterlanguageApi, resources.GetString("labelInterlanguageApi.ToolTip"));
+            // 
             // checkBoxHasLanguagePage
             // 
             resources.ApplyResources(this.checkBoxHasLanguagePage, "checkBoxHasLanguagePage");
             this.labelLinkInterwikiFormat.Name = "labelLinkInterwikiFormat";
             this.toolTip.SetToolTip(this.labelLinkInterwikiFormat, resources.GetString("labelLinkInterwikiFormat.ToolTip"));
             // 
-            // textBoxDocumentationTemplateDefaultPage
-            // 
-            resources.ApplyResources(this.textBoxDocumentationTemplateDefaultPage, "textBoxDocumentationTemplateDefaultPage");
-            this.textBoxDocumentationTemplateDefaultPage.Name = "textBoxDocumentationTemplateDefaultPage";
-            this.toolTip.SetToolTip(this.textBoxDocumentationTemplateDefaultPage, resources.GetString("textBoxDocumentationTemplateDefaultPage.ToolTip"));
-            // 
-            // labelDocumentationTemplateDefaultPage
-            // 
-            resources.ApplyResources(this.labelDocumentationTemplateDefaultPage, "labelDocumentationTemplateDefaultPage");
-            this.labelDocumentationTemplateDefaultPage.Name = "labelDocumentationTemplateDefaultPage";
-            this.toolTip.SetToolTip(this.labelDocumentationTemplateDefaultPage, resources.GetString("labelDocumentationTemplateDefaultPage.ToolTip"));
-            // 
-            // textBoxDocumentationTemplate
-            // 
-            this.textBoxDocumentationTemplate.AcceptsReturn = true;
-            resources.ApplyResources(this.textBoxDocumentationTemplate, "textBoxDocumentationTemplate");
-            this.textBoxDocumentationTemplate.Name = "textBoxDocumentationTemplate";
-            this.toolTip.SetToolTip(this.textBoxDocumentationTemplate, resources.GetString("textBoxDocumentationTemplate.ToolTip"));
-            // 
-            // labelDocumentationTemplate
-            // 
-            resources.ApplyResources(this.labelDocumentationTemplate, "labelDocumentationTemplate");
-            this.labelDocumentationTemplate.Name = "labelDocumentationTemplate";
-            this.toolTip.SetToolTip(this.labelDocumentationTemplate, resources.GetString("labelDocumentationTemplate.ToolTip"));
-            // 
             // textBoxFileNamespace
             // 
             resources.ApplyResources(this.textBoxFileNamespace, "textBoxFileNamespace");
             this.labelTemplateNamespace.Name = "labelTemplateNamespace";
             this.toolTip.SetToolTip(this.labelTemplateNamespace, resources.GetString("labelTemplateNamespace.ToolTip"));
             // 
-            // textBoxRedirect
-            // 
-            resources.ApplyResources(this.textBoxRedirect, "textBoxRedirect");
-            this.textBoxRedirect.Name = "textBoxRedirect";
-            this.toolTip.SetToolTip(this.textBoxRedirect, resources.GetString("textBoxRedirect.ToolTip"));
+            // textBoxContentApi
             // 
-            // labelRedirect
+            resources.ApplyResources(this.textBoxContentApi, "textBoxContentApi");
+            this.textBoxContentApi.Name = "textBoxContentApi";
+            this.toolTip.SetToolTip(this.textBoxContentApi, resources.GetString("textBoxContentApi.ToolTip"));
             // 
-            resources.ApplyResources(this.labelRedirect, "labelRedirect");
-            this.labelRedirect.Name = "labelRedirect";
-            this.toolTip.SetToolTip(this.labelRedirect, resources.GetString("labelRedirect.ToolTip"));
+            // labelContentApi
             // 
-            // textBoxExportPath
-            // 
-            resources.ApplyResources(this.textBoxExportPath, "textBoxExportPath");
-            this.textBoxExportPath.Name = "textBoxExportPath";
-            this.toolTip.SetToolTip(this.textBoxExportPath, resources.GetString("textBoxExportPath.ToolTip"));
-            // 
-            // labelExportPath
-            // 
-            resources.ApplyResources(this.labelExportPath, "labelExportPath");
-            this.labelExportPath.Name = "labelExportPath";
-            this.toolTip.SetToolTip(this.labelExportPath, resources.GetString("labelExportPath.ToolTip"));
+            resources.ApplyResources(this.labelContentApi, "labelContentApi");
+            this.labelContentApi.Name = "labelContentApi";
+            this.toolTip.SetToolTip(this.labelContentApi, resources.GetString("labelContentApi.ToolTip"));
             // 
             // textBoxMetaApi
             // 
             this.groupBoxApplicationConfig.Controls.Add(this.checkBoxIgnoreError);
             this.groupBoxApplicationConfig.Controls.Add(this.labelRefererNote);
             this.groupBoxApplicationConfig.Controls.Add(this.labelUserAgentNote);
-            this.groupBoxApplicationConfig.Controls.Add(this.labelChaceNote);
+            this.groupBoxApplicationConfig.Controls.Add(this.labelCacheNote);
             this.groupBoxApplicationConfig.Controls.Add(this.textBoxCacheExpire);
             this.groupBoxApplicationConfig.Controls.Add(this.textBoxReferer);
             this.groupBoxApplicationConfig.Controls.Add(this.labelReferer);
             resources.ApplyResources(this.labelUserAgentNote, "labelUserAgentNote");
             this.labelUserAgentNote.Name = "labelUserAgentNote";
             // 
-            // labelChaceNote
+            // labelCacheNote
             // 
-            resources.ApplyResources(this.labelChaceNote, "labelChaceNote");
-            this.labelChaceNote.Name = "labelChaceNote";
+            resources.ApplyResources(this.labelCacheNote, "labelCacheNote");
+            this.labelCacheNote.Name = "labelCacheNote";
             // 
             // textBoxCacheExpire
             // 
             this.toolTip.InitialDelay = 500;
             this.toolTip.ReshowDelay = 100;
             // 
-            // ColumnCode
-            // 
-            resources.ApplyResources(this.ColumnCode, "ColumnCode");
-            this.ColumnCode.MaxInputLength = 10;
-            this.ColumnCode.Name = "ColumnCode";
-            // 
-            // ColumnName
-            // 
-            resources.ApplyResources(this.ColumnName, "ColumnName");
-            this.ColumnName.MaxInputLength = 255;
-            this.ColumnName.Name = "ColumnName";
-            // 
-            // ColumnShortName
-            // 
-            resources.ApplyResources(this.ColumnShortName, "ColumnShortName");
-            this.ColumnShortName.MaxInputLength = 20;
-            this.ColumnShortName.Name = "ColumnShortName";
-            // 
             // ConfigForm
             // 
             this.AcceptButton = this.buttonOk;
         private System.Windows.Forms.Label labelWebsite;
         private System.Windows.Forms.Label labelRefererNote;
         private System.Windows.Forms.Label labelUserAgentNote;
-        private System.Windows.Forms.Label labelChaceNote;
+        private System.Windows.Forms.Label labelCacheNote;
         private System.Windows.Forms.GroupBox groupBoxServer;
         private System.Windows.Forms.TextBox textBoxLocation;
         private System.Windows.Forms.Label labelLocation;
         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.Label labelRedirect;
+        private System.Windows.Forms.TextBox textBoxContentApi;
+        private System.Windows.Forms.Label labelContentApi;
         private System.Windows.Forms.Label labelTemplateNamespace;
         private System.Windows.Forms.TextBox textBoxTemplateNamespace;
         private System.Windows.Forms.Label labelFileNamespace;
         private System.Windows.Forms.GroupBox groupBoxLanguageName;
         private System.Windows.Forms.DataGridView dataGridViewLanguageName;
         private System.Windows.Forms.CheckBox checkBoxIgnoreError;
-        private System.Windows.Forms.Label labelDocumentationTemplate;
-        private System.Windows.Forms.TextBox textBoxDocumentationTemplateDefaultPage;
-        private System.Windows.Forms.Label labelDocumentationTemplateDefaultPage;
-        private System.Windows.Forms.TextBox textBoxDocumentationTemplate;
         private System.Windows.Forms.ErrorProvider errorProvider;
         private System.Windows.Forms.ToolTip toolTip;
         private System.Windows.Forms.Label labelLinkInterwikiFormat;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnCode;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
         private System.Windows.Forms.DataGridViewTextBoxColumn ColumnShortName;
+        private System.Windows.Forms.TextBox textBoxInterlanguageApi;
+        private System.Windows.Forms.Label labelInterlanguageApi;
     }
 }
\ No newline at end of file