namespace AppliStation { partial class UserPrefForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.tabControl = new System.Windows.Forms.TabControl(); this.reposListTabPage = new System.Windows.Forms.TabPage(); this.repoTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.repoListCheckedListBox = new System.Windows.Forms.CheckedListBox(); this.repoBtnsFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.addRepoButton = new System.Windows.Forms.Button(); this.removeRepoButton = new System.Windows.Forms.Button(); this.upRepoButton = new System.Windows.Forms.Button(); this.downRepoButton = new System.Windows.Forms.Button(); this.repoUrlTextBox = new System.Windows.Forms.TextBox(); this.repoUrlLabel = new System.Windows.Forms.Label(); this.repoListLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.tabControl.SuspendLayout(); this.reposListTabPage.SuspendLayout(); this.repoTableLayoutPanel.SuspendLayout(); this.repoBtnsFlowLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel // this.tableLayoutPanel.ColumnCount = 1; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 0, 1); this.tableLayoutPanel.Controls.Add(this.tabControl, 0, 0); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 1; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel.Size = new System.Drawing.Size(464, 283); this.tableLayoutPanel.TabIndex = 0; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.okButton); this.flowLayoutPanel1.Controls.Add(this.cancelButton); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right; this.flowLayoutPanel1.Location = new System.Drawing.Point(294, 250); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(170, 33); this.flowLayoutPanel1.TabIndex = 14; // // okButton // this.okButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.okButton.AutoSize = true; this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(5, 5); this.okButton.Margin = new System.Windows.Forms.Padding(5); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.Click += new System.EventHandler(this.OkButtonClick); // // cancelButton // this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Right; this.cancelButton.AutoSize = true; this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(90, 5); this.cancelButton.Margin = new System.Windows.Forms.Padding(5); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "キャンセル"; this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick); // // tabControl // this.tabControl.Controls.Add(this.reposListTabPage); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(5, 5); this.tabControl.Margin = new System.Windows.Forms.Padding(5); this.tabControl.Multiline = true; this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(454, 240); this.tabControl.TabIndex = 1; // // reposListTabPage // this.reposListTabPage.Controls.Add(this.repoTableLayoutPanel); this.reposListTabPage.Location = new System.Drawing.Point(4, 22); this.reposListTabPage.Name = "reposListTabPage"; this.reposListTabPage.Padding = new System.Windows.Forms.Padding(3); this.reposListTabPage.Size = new System.Drawing.Size(446, 214); this.reposListTabPage.TabIndex = 0; this.reposListTabPage.Text = "レポジトリ"; // // repoTableLayoutPanel // this.repoTableLayoutPanel.ColumnCount = 3; this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.repoTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.repoTableLayoutPanel.Controls.Add(this.repoListCheckedListBox, 0, 1); this.repoTableLayoutPanel.Controls.Add(this.repoBtnsFlowLayoutPanel, 2, 1); this.repoTableLayoutPanel.Controls.Add(this.repoUrlTextBox, 1, 2); this.repoTableLayoutPanel.Controls.Add(this.repoUrlLabel, 0, 2); this.repoTableLayoutPanel.Controls.Add(this.repoListLabel, 0, 0); this.repoTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.repoTableLayoutPanel.Location = new System.Drawing.Point(3, 3); this.repoTableLayoutPanel.Name = "repoTableLayoutPanel"; this.repoTableLayoutPanel.RowCount = 3; this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.repoTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.repoTableLayoutPanel.Size = new System.Drawing.Size(440, 208); this.repoTableLayoutPanel.TabIndex = 1; // // repoListCheckedListBox // this.repoTableLayoutPanel.SetColumnSpan(this.repoListCheckedListBox, 2); this.repoListCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.repoListCheckedListBox.FormattingEnabled = true; this.repoListCheckedListBox.IntegralHeight = false; this.repoListCheckedListBox.Location = new System.Drawing.Point(3, 15); this.repoListCheckedListBox.Name = "repoListCheckedListBox"; this.repoListCheckedListBox.ScrollAlwaysVisible = true; this.repoListCheckedListBox.Size = new System.Drawing.Size(347, 165); this.repoListCheckedListBox.TabIndex = 1; this.repoListCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.RepoListCheckedListBoxSelectedIndexChanged); this.repoListCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.RepoListCheckedListBoxItemCheck); // // repoBtnsFlowLayoutPanel // this.repoBtnsFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.repoBtnsFlowLayoutPanel.AutoSize = true; this.repoBtnsFlowLayoutPanel.Controls.Add(this.addRepoButton); this.repoBtnsFlowLayoutPanel.Controls.Add(this.removeRepoButton); this.repoBtnsFlowLayoutPanel.Controls.Add(this.upRepoButton); this.repoBtnsFlowLayoutPanel.Controls.Add(this.downRepoButton); this.repoBtnsFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.repoBtnsFlowLayoutPanel.Location = new System.Drawing.Point(356, 15); this.repoBtnsFlowLayoutPanel.Name = "repoBtnsFlowLayoutPanel"; this.repoBtnsFlowLayoutPanel.Size = new System.Drawing.Size(81, 116); this.repoBtnsFlowLayoutPanel.TabIndex = 1; // // addRepoButton // this.addRepoButton.Location = new System.Drawing.Point(3, 3); this.addRepoButton.Name = "addRepoButton"; this.addRepoButton.Size = new System.Drawing.Size(75, 23); this.addRepoButton.TabIndex = 0; this.addRepoButton.Text = "新規(&N)"; this.addRepoButton.Click += new System.EventHandler(this.AddRepoButtonClick); // // removeRepoButton // this.removeRepoButton.Enabled = false; this.removeRepoButton.Location = new System.Drawing.Point(3, 32); this.removeRepoButton.Name = "removeRepoButton"; this.removeRepoButton.Size = new System.Drawing.Size(75, 23); this.removeRepoButton.TabIndex = 1; this.removeRepoButton.Text = "削除(&R)"; this.removeRepoButton.Click += new System.EventHandler(this.RemoveRepoButtonClick); // // upRepoButton // this.upRepoButton.Enabled = false; this.upRepoButton.Location = new System.Drawing.Point(3, 61); this.upRepoButton.Name = "upRepoButton"; this.upRepoButton.Size = new System.Drawing.Size(75, 23); this.upRepoButton.TabIndex = 2; this.upRepoButton.Text = "上へ(&U)"; this.upRepoButton.Click += new System.EventHandler(this.UpRepoButtonClick); // // downRepoButton // this.downRepoButton.Enabled = false; this.downRepoButton.Location = new System.Drawing.Point(3, 90); this.downRepoButton.Name = "downRepoButton"; this.downRepoButton.Size = new System.Drawing.Size(75, 23); this.downRepoButton.TabIndex = 3; this.downRepoButton.Text = "下へ(&D)"; this.downRepoButton.Click += new System.EventHandler(this.DownRepoButtonClick); // // repoUrlTextBox // this.repoTableLayoutPanel.SetColumnSpan(this.repoUrlTextBox, 2); this.repoUrlTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.repoUrlTextBox.Enabled = false; this.repoUrlTextBox.ImeMode = System.Windows.Forms.ImeMode.Off; this.repoUrlTextBox.Location = new System.Drawing.Point(122, 186); this.repoUrlTextBox.Name = "repoUrlTextBox"; this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19); this.repoUrlTextBox.TabIndex = 3; this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave); // // repoUrlLabel // this.repoUrlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.repoUrlLabel.AutoSize = true; this.repoUrlLabel.Enabled = false; this.repoUrlLabel.Location = new System.Drawing.Point(3, 189); this.repoUrlLabel.Name = "repoUrlLabel"; this.repoUrlLabel.Size = new System.Drawing.Size(113, 12); this.repoUrlLabel.TabIndex = 2; this.repoUrlLabel.Text = "レポジトリのアドレス(&A):"; // // repoListLabel // this.repoListLabel.AutoSize = true; this.repoTableLayoutPanel.SetColumnSpan(this.repoListLabel, 3); this.repoListLabel.Location = new System.Drawing.Point(3, 0); this.repoListLabel.Name = "repoListLabel"; this.repoListLabel.Size = new System.Drawing.Size(170, 12); this.repoListLabel.TabIndex = 0; this.repoListLabel.Text = "ソフトリストを取得するレポジトリ(&L):"; // // UserPrefForm // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(464, 283); this.Controls.Add(this.tableLayoutPanel); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UserPrefForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "設定"; this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.tabControl.ResumeLayout(false); this.reposListTabPage.ResumeLayout(false); this.repoTableLayoutPanel.ResumeLayout(false); this.repoTableLayoutPanel.PerformLayout(); this.repoBtnsFlowLayoutPanel.ResumeLayout(false); this.ResumeLayout(false); } private System.Windows.Forms.Label repoListLabel; private System.Windows.Forms.TextBox repoUrlTextBox; private System.Windows.Forms.Label repoUrlLabel; private System.Windows.Forms.Button downRepoButton; private System.Windows.Forms.Button upRepoButton; private System.Windows.Forms.Button removeRepoButton; private System.Windows.Forms.Button addRepoButton; private System.Windows.Forms.FlowLayoutPanel repoBtnsFlowLayoutPanel; private System.Windows.Forms.TableLayoutPanel repoTableLayoutPanel; private System.Windows.Forms.CheckedListBox repoListCheckedListBox; private System.Windows.Forms.TabPage reposListTabPage; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; } }