OSDN Git Service

チケット #38687 tar.gz 形式が 7-ZIP32.DLL がインストールされている環境下で正しく展開されない
[applistation/AppliStation.git] / AppliStation / UserPrefForm.Designer.cs
index 9cbf827..68b8162 100644 (file)
@@ -29,6 +29,7 @@
                private void InitializeComponent()\r
                {\r
                        this.components = new System.ComponentModel.Container();\r
+                       System.Windows.Forms.Label upgradeExcludeDescLabel;\r
                        this.proxyURLLabel = new System.Windows.Forms.Label();\r
                        this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
                        this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel();\r
                        this.cacheFolderCustomCheckBox = new System.Windows.Forms.CheckBox();\r
                        this.cacheFolderTextBox = new System.Windows.Forms.TextBox();\r
                        this.cacheFolderBrowseButton = new System.Windows.Forms.Button();\r
+                       this.cacheFolderFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();\r
                        this.cacheFolderOpenLinkLabel = new System.Windows.Forms.LinkLabel();\r
+                       this.upgradeTabPage = new System.Windows.Forms.TabPage();\r
+                       this.upgradeTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
+                       this.upgradeExcludeLabel = new System.Windows.Forms.Label();\r
+                       this.upgradeExcludeTextBox = new System.Windows.Forms.TextBox();\r
                        this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
                        this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);\r
+                       this.cacheFolderClearLinkLabel = new System.Windows.Forms.LinkLabel();\r
+                       upgradeExcludeDescLabel = new System.Windows.Forms.Label();\r
                        this.tableLayoutPanel.SuspendLayout();\r
                        this.buttonsPanel.SuspendLayout();\r
                        this.tabControl.SuspendLayout();\r
                        this.installTableLayoutPanel.SuspendLayout();\r
                        this.cacheFolderGroupBox.SuspendLayout();\r
                        this.cacheFolderTableLayoutPanel.SuspendLayout();\r
+                       this.cacheFolderFlowLayoutPanel.SuspendLayout();\r
+                       this.upgradeTabPage.SuspendLayout();\r
+                       this.upgradeTableLayoutPanel.SuspendLayout();\r
                        ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();\r
                        this.SuspendLayout();\r
                        // \r
+                       // upgradeExcludeDescLabel\r
+                       // \r
+                       upgradeExcludeDescLabel.AutoSize = true;\r
+                       upgradeExcludeDescLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       upgradeExcludeDescLabel.Location = new System.Drawing.Point(3, 196);\r
+                       upgradeExcludeDescLabel.Name = "upgradeExcludeDescLabel";\r
+                       upgradeExcludeDescLabel.Size = new System.Drawing.Size(434, 12);\r
+                       upgradeExcludeDescLabel.TabIndex = 1;\r
+                       upgradeExcludeDescLabel.Text = "除外するソフト名称を改行で区切って入力します。";\r
+                       // \r
                        // proxyURLLabel\r
                        // \r
                        this.proxyURLLabel.AutoSize = true;\r
                        this.tabControl.Controls.Add(this.reposListTabPage);\r
                        this.tabControl.Controls.Add(this.networkTabPage);\r
                        this.tabControl.Controls.Add(this.installTabPage);\r
+                       this.tabControl.Controls.Add(this.upgradeTabPage);\r
                        this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.tabControl.Location = new System.Drawing.Point(5, 5);\r
                        this.tabControl.Margin = new System.Windows.Forms.Padding(5);\r
                        this.reposListTabPage.Size = new System.Drawing.Size(446, 214);\r
                        this.reposListTabPage.TabIndex = 0;\r
                        this.reposListTabPage.Text = "レポジトリ";\r
-                       this.reposListTabPage.UseVisualStyleBackColor = true;\r
                        // \r
                        // repoTableLayoutPanel\r
                        // \r
                        this.repoUrlTextBox.Name = "repoUrlTextBox";\r
                        this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19);\r
                        this.repoUrlTextBox.TabIndex = 3;\r
-                       this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
+                       this.repoUrlTextBox.Validated += new System.EventHandler(this.RepoUrlTextBoxValidated);\r
                        this.repoUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.RepoUrlTextBoxValidating);\r
                        // \r
                        // repoUrlLabel\r
                        this.networkTabPage.Size = new System.Drawing.Size(446, 214);\r
                        this.networkTabPage.TabIndex = 1;\r
                        this.networkTabPage.Text = "接続";\r
-                       this.networkTabPage.UseVisualStyleBackColor = true;\r
                        // \r
                        // proxyGroupBox\r
                        // \r
                        this.installTabPage.Size = new System.Drawing.Size(446, 214);\r
                        this.installTabPage.TabIndex = 2;\r
                        this.installTabPage.Text = "インストール";\r
-                       this.installTabPage.UseVisualStyleBackColor = true;\r
                        // \r
                        // installTableLayoutPanel\r
                        // \r
                        this.cacheFolderGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.cacheFolderGroupBox.Location = new System.Drawing.Point(3, 47);\r
                        this.cacheFolderGroupBox.Name = "cacheFolderGroupBox";\r
-                       this.cacheFolderGroupBox.Size = new System.Drawing.Size(434, 81);\r
+                       this.cacheFolderGroupBox.Size = new System.Drawing.Size(434, 89);\r
                        this.cacheFolderGroupBox.TabIndex = 2;\r
                        this.cacheFolderGroupBox.TabStop = false;\r
                        this.cacheFolderGroupBox.Text = "キャッシュフォルダー";\r
                        this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderCustomCheckBox, 0, 0);\r
                        this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderTextBox, 1, 1);\r
                        this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderBrowseButton, 2, 1);\r
-                       this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderOpenLinkLabel, 0, 2);\r
+                       this.cacheFolderTableLayoutPanel.Controls.Add(this.cacheFolderFlowLayoutPanel, 0, 3);\r
                        this.cacheFolderTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
                        this.cacheFolderTableLayoutPanel.Location = new System.Drawing.Point(3, 15);\r
                        this.cacheFolderTableLayoutPanel.Name = "cacheFolderTableLayoutPanel";\r
                        this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
                        this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
-                       this.cacheFolderTableLayoutPanel.Size = new System.Drawing.Size(428, 63);\r
+                       this.cacheFolderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
+                       this.cacheFolderTableLayoutPanel.Size = new System.Drawing.Size(428, 71);\r
                        this.cacheFolderTableLayoutPanel.TabIndex = 0;\r
                        // \r
                        // cacheFolderCustomCheckBox\r
                        this.cacheFolderBrowseButton.Text = "参照(&B)...";\r
                        this.cacheFolderBrowseButton.Click += new System.EventHandler(this.CacheFolderBrowseButtonClick);\r
                        // \r
+                       // cacheFolderFlowLayoutPanel\r
+                       // \r
+                       this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderFlowLayoutPanel, 3);\r
+                       this.cacheFolderFlowLayoutPanel.Controls.Add(this.cacheFolderOpenLinkLabel);\r
+                       this.cacheFolderFlowLayoutPanel.Controls.Add(this.cacheFolderClearLinkLabel);\r
+                       this.cacheFolderFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.cacheFolderFlowLayoutPanel.Location = new System.Drawing.Point(3, 54);\r
+                       this.cacheFolderFlowLayoutPanel.Name = "cacheFolderFlowLayoutPanel";\r
+                       this.cacheFolderFlowLayoutPanel.Size = new System.Drawing.Size(422, 14);\r
+                       this.cacheFolderFlowLayoutPanel.TabIndex = 3;\r
+                       // \r
                        // cacheFolderOpenLinkLabel\r
                        // \r
                        this.cacheFolderOpenLinkLabel.AutoSize = true;\r
-                       this.cacheFolderTableLayoutPanel.SetColumnSpan(this.cacheFolderOpenLinkLabel, 3);\r
                        this.cacheFolderOpenLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
-                       this.cacheFolderOpenLinkLabel.Location = new System.Drawing.Point(3, 51);\r
+                       this.cacheFolderOpenLinkLabel.Location = new System.Drawing.Point(3, 0);\r
                        this.cacheFolderOpenLinkLabel.Name = "cacheFolderOpenLinkLabel";\r
-                       this.cacheFolderOpenLinkLabel.Size = new System.Drawing.Size(120, 12);\r
-                       this.cacheFolderOpenLinkLabel.TabIndex = 3;\r
+                       this.cacheFolderOpenLinkLabel.Size = new System.Drawing.Size(136, 12);\r
+                       this.cacheFolderOpenLinkLabel.TabIndex = 0;\r
                        this.cacheFolderOpenLinkLabel.TabStop = true;\r
-                       this.cacheFolderOpenLinkLabel.Text = "キャッシュフォルダーを開く";\r
+                       this.cacheFolderOpenLinkLabel.Text = "キャッシュフォルダーを開く(&O)";\r
                        this.cacheFolderOpenLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
                        this.cacheFolderOpenLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CacheFolderOpenLinkLabelLinkClicked);\r
                        // \r
+                       // upgradeTabPage\r
+                       // \r
+                       this.upgradeTabPage.Controls.Add(this.upgradeTableLayoutPanel);\r
+                       this.upgradeTabPage.Location = new System.Drawing.Point(4, 22);\r
+                       this.upgradeTabPage.Name = "upgradeTabPage";\r
+                       this.upgradeTabPage.Padding = new System.Windows.Forms.Padding(3);\r
+                       this.upgradeTabPage.Size = new System.Drawing.Size(446, 214);\r
+                       this.upgradeTabPage.TabIndex = 3;\r
+                       this.upgradeTabPage.Text = "ソフト更新";\r
+                       // \r
+                       // upgradeTableLayoutPanel\r
+                       // \r
+                       this.upgradeTableLayoutPanel.ColumnCount = 1;\r
+                       this.upgradeTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.upgradeTableLayoutPanel.Controls.Add(this.upgradeExcludeLabel, 0, 0);\r
+                       this.upgradeTableLayoutPanel.Controls.Add(this.upgradeExcludeTextBox, 0, 1);\r
+                       this.upgradeTableLayoutPanel.Controls.Add(upgradeExcludeDescLabel, 0, 2);\r
+                       this.upgradeTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.upgradeTableLayoutPanel.Location = new System.Drawing.Point(3, 3);\r
+                       this.upgradeTableLayoutPanel.Name = "upgradeTableLayoutPanel";\r
+                       this.upgradeTableLayoutPanel.RowCount = 3;\r
+                       this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
+                       this.upgradeTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+                       this.upgradeTableLayoutPanel.Size = new System.Drawing.Size(440, 208);\r
+                       this.upgradeTableLayoutPanel.TabIndex = 0;\r
+                       // \r
+                       // upgradeExcludeLabel\r
+                       // \r
+                       this.upgradeExcludeLabel.AutoSize = true;\r
+                       this.upgradeExcludeLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.upgradeExcludeLabel.Location = new System.Drawing.Point(3, 0);\r
+                       this.upgradeExcludeLabel.Name = "upgradeExcludeLabel";\r
+                       this.upgradeExcludeLabel.Size = new System.Drawing.Size(434, 12);\r
+                       this.upgradeExcludeLabel.TabIndex = 0;\r
+                       this.upgradeExcludeLabel.Text = "除外するソフトのリスト(&E)";\r
+                       // \r
+                       // upgradeExcludeTextBox\r
+                       // \r
+                       this.upgradeExcludeTextBox.AcceptsReturn = true;\r
+                       this.upgradeExcludeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.upgradeExcludeTextBox.Location = new System.Drawing.Point(3, 15);\r
+                       this.upgradeExcludeTextBox.Multiline = true;\r
+                       this.upgradeExcludeTextBox.Name = "upgradeExcludeTextBox";\r
+                       this.upgradeExcludeTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
+                       this.upgradeExcludeTextBox.Size = new System.Drawing.Size(434, 178);\r
+                       this.upgradeExcludeTextBox.TabIndex = 0;\r
+                       this.upgradeExcludeTextBox.WordWrap = false;\r
+                       // \r
                        // errorProvider\r
                        // \r
                        this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;\r
                        this.errorProvider.ContainerControl = this;\r
                        // \r
+                       // cacheFolderClearLinkLabel\r
+                       // \r
+                       this.cacheFolderClearLinkLabel.AutoSize = true;\r
+                       this.cacheFolderClearLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.cacheFolderClearLinkLabel.Location = new System.Drawing.Point(145, 0);\r
+                       this.cacheFolderClearLinkLabel.Name = "cacheFolderClearLinkLabel";\r
+                       this.cacheFolderClearLinkLabel.Size = new System.Drawing.Size(180, 12);\r
+                       this.cacheFolderClearLinkLabel.TabIndex = 1;\r
+                       this.cacheFolderClearLinkLabel.TabStop = true;\r
+                       this.cacheFolderClearLinkLabel.Text = "キャッシュフォルダーをクリーンアップする";\r
+                       this.cacheFolderClearLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
+                       this.cacheFolderClearLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CacheFolderClearLinkLabelLinkClicked);\r
+                       // \r
                        // UserPrefForm\r
                        // \r
                        this.AcceptButton = this.okButton;\r
                        this.cacheFolderGroupBox.PerformLayout();\r
                        this.cacheFolderTableLayoutPanel.ResumeLayout(false);\r
                        this.cacheFolderTableLayoutPanel.PerformLayout();\r
+                       this.cacheFolderFlowLayoutPanel.ResumeLayout(false);\r
+                       this.cacheFolderFlowLayoutPanel.PerformLayout();\r
+                       this.upgradeTabPage.ResumeLayout(false);\r
+                       this.upgradeTableLayoutPanel.ResumeLayout(false);\r
+                       this.upgradeTableLayoutPanel.PerformLayout();\r
                        ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();\r
                        this.ResumeLayout(false);\r
                }\r
+               private System.Windows.Forms.LinkLabel cacheFolderClearLinkLabel;\r
                private System.Windows.Forms.LinkLabel cacheFolderOpenLinkLabel;\r
+               private System.Windows.Forms.FlowLayoutPanel cacheFolderFlowLayoutPanel;\r
+               private System.Windows.Forms.Label upgradeExcludeLabel;\r
+               private System.Windows.Forms.TextBox upgradeExcludeTextBox;\r
+               private System.Windows.Forms.TableLayoutPanel upgradeTableLayoutPanel;\r
+               private System.Windows.Forms.TabPage upgradeTabPage;\r
                private System.Windows.Forms.Button cacheFolderBrowseButton;\r
                private System.Windows.Forms.TextBox cacheFolderTextBox;\r
                private System.Windows.Forms.CheckBox cacheFolderCustomCheckBox;\r