namespace AppliStation { partial class InstallationConfirmForm { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("インストールするソフト", System.Windows.Forms.HorizontalAlignment.Left); System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("アップデートするソフト", System.Windows.Forms.HorizontalAlignment.Left); System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("動作させるのに必要なソフト", System.Windows.Forms.HorizontalAlignment.Left); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationConfirmForm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnPanel = new System.Windows.Forms.FlowLayoutPanel(); this.runasCheckBox = new System.Windows.Forms.CheckBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.label = new System.Windows.Forms.Label(); this.instsListView = new System.Windows.Forms.ListView(); this.nameColumnHeader = new System.Windows.Forms.ColumnHeader(); this.versionColumnHeader = new System.Windows.Forms.ColumnHeader(); this.currentVersionColumnHeader = new System.Windows.Forms.ColumnHeader(); this.silentInstColumnHeader = new System.Windows.Forms.ColumnHeader(); this.pkgListNameColumnHeader = new System.Windows.Forms.ColumnHeader(); this.instListViewContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.silentInstallStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.selectAllCheckBox = new System.Windows.Forms.CheckBox(); this.silentInstallAsPossibleCheckBox = new System.Windows.Forms.CheckBox(); this.instListViewSilentInstallImageList = new System.Windows.Forms.ImageList(this.components); this.tableLayoutPanel1.SuspendLayout(); this.btnPanel.SuspendLayout(); this.instListViewContextMenuStrip.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.btnPanel, 0, 3); this.tableLayoutPanel1.Controls.Add(this.label, 0, 0); this.tableLayoutPanel1.Controls.Add(this.instsListView, 0, 1); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 279); this.tableLayoutPanel1.TabIndex = 0; // // btnPanel // this.btnPanel.AutoSize = true; this.btnPanel.Controls.Add(this.runasCheckBox); this.btnPanel.Controls.Add(this.okButton); this.btnPanel.Controls.Add(this.cancelButton); this.btnPanel.Dock = System.Windows.Forms.DockStyle.Right; this.btnPanel.Location = new System.Drawing.Point(84, 247); this.btnPanel.Name = "btnPanel"; this.btnPanel.Size = new System.Drawing.Size(305, 29); this.btnPanel.TabIndex = 0; // // runasCheckBox // this.runasCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.runasCheckBox.AutoSize = true; this.runasCheckBox.Checked = true; this.runasCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.runasCheckBox.Location = new System.Drawing.Point(3, 6); this.runasCheckBox.Name = "runasCheckBox"; this.runasCheckBox.Size = new System.Drawing.Size(126, 16); this.runasCheckBox.TabIndex = 0; this.runasCheckBox.Text = "管理者として実行(&A)"; this.runasCheckBox.UseVisualStyleBackColor = true; this.runasCheckBox.CheckedChanged += new System.EventHandler(this.RunasCheckBoxCheckedChanged); // // okButton // this.okButton.AutoSize = true; this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(135, 3); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(86, 23); this.okButton.TabIndex = 1; this.okButton.Text = "インストール"; // // cancelButton // this.cancelButton.AutoSize = true; this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(227, 3); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "キャンセル"; // // label // this.label.Dock = System.Windows.Forms.DockStyle.Fill; this.label.Location = new System.Drawing.Point(10, 10); this.label.Margin = new System.Windows.Forms.Padding(10); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(372, 30); this.label.TabIndex = 0; this.label.Text = "以下のソフトをインストールしようとしています。インストールするソフトをチェックしてください"; // // instsListView // this.instsListView.CheckBoxes = true; this.instsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.nameColumnHeader, this.versionColumnHeader, this.currentVersionColumnHeader, this.silentInstColumnHeader, this.pkgListNameColumnHeader}); this.instsListView.ContextMenuStrip = this.instListViewContextMenuStrip; this.instsListView.Dock = System.Windows.Forms.DockStyle.Fill; this.instsListView.GridLines = true; listViewGroup1.Header = "インストールするソフト"; listViewGroup1.Name = "install"; listViewGroup2.Header = "アップデートするソフト"; listViewGroup2.Name = "update"; listViewGroup3.Header = "動作させるのに必要なソフト"; listViewGroup3.Name = "requires"; this.instsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { listViewGroup1, listViewGroup2, listViewGroup3}); this.instsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.instsListView.Location = new System.Drawing.Point(5, 53); this.instsListView.Margin = new System.Windows.Forms.Padding(5, 3, 5, 5); this.instsListView.Name = "instsListView"; this.instsListView.OwnerDraw = true; this.instsListView.ShowItemToolTips = true; this.instsListView.Size = new System.Drawing.Size(382, 158); this.instsListView.TabIndex = 1; this.instsListView.UseCompatibleStateImageBehavior = false; this.instsListView.View = System.Windows.Forms.View.Details; this.instsListView.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.InstsListViewDrawColumnHeader); this.instsListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.InstsListViewItemChecked); this.instsListView.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.InstsListViewDrawSubItem); // // nameColumnHeader // this.nameColumnHeader.Text = "名前"; this.nameColumnHeader.Width = 146; // // versionColumnHeader // this.versionColumnHeader.Text = "バージョン"; this.versionColumnHeader.Width = 64; // // currentVersionColumnHeader // this.currentVersionColumnHeader.Text = "現バージョン"; this.currentVersionColumnHeader.Width = 64; // // silentInstColumnHeader // this.silentInstColumnHeader.Text = "自動インストール"; this.silentInstColumnHeader.Width = 28; // // pkgListNameColumnHeader // this.pkgListNameColumnHeader.Text = "レポジトリ"; // // instListViewContextMenuStrip // this.instListViewContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.silentInstallStripMenuItem}); this.instListViewContextMenuStrip.Name = "packageListViewContextMenuStrip"; this.instListViewContextMenuStrip.Size = new System.Drawing.Size(263, 26); this.instListViewContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.InstsListViewContextMenuStripOpening); // // silentInstallStripMenuItem // this.silentInstallStripMenuItem.Name = "silentInstallStripMenuItem"; this.silentInstallStripMenuItem.Size = new System.Drawing.Size(262, 22); this.silentInstallStripMenuItem.Text = "サイレントインストールをする(&S)"; this.silentInstallStripMenuItem.Click += new System.EventHandler(this.SilentInstallStripMenuItemClick); // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.selectAllCheckBox); this.flowLayoutPanel1.Controls.Add(this.silentInstallAsPossibleCheckBox); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 219); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(386, 22); this.flowLayoutPanel1.TabIndex = 3; // // selectAllCheckBox // this.selectAllCheckBox.AutoSize = true; this.selectAllCheckBox.Location = new System.Drawing.Point(3, 3); this.selectAllCheckBox.Name = "selectAllCheckBox"; this.selectAllCheckBox.Size = new System.Drawing.Size(133, 16); this.selectAllCheckBox.TabIndex = 0; this.selectAllCheckBox.Text = "すべて選択/非選択(&L)"; this.selectAllCheckBox.CheckedChanged += new System.EventHandler(this.SelectAllCheckBoxCheckedChanged); // // silentInstallAsPossibleCheckBox // this.silentInstallAsPossibleCheckBox.AutoSize = true; this.silentInstallAsPossibleCheckBox.Location = new System.Drawing.Point(142, 3); this.silentInstallAsPossibleCheckBox.Name = "silentInstallAsPossibleCheckBox"; this.silentInstallAsPossibleCheckBox.Size = new System.Drawing.Size(193, 16); this.silentInstallAsPossibleCheckBox.TabIndex = 1; this.silentInstallAsPossibleCheckBox.Text = "サイレントインストールする/しない(&S)"; this.silentInstallAsPossibleCheckBox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.silentInstallAsPossibleCheckBox.CheckedChanged += new System.EventHandler(this.SilentInstallAsPossibleCheckBoxCheckedChanged); // // instListViewSilentInstallImageList // this.instListViewSilentInstallImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("instListViewSilentInstallImageList.ImageStream"))); this.instListViewSilentInstallImageList.TransparentColor = System.Drawing.Color.Transparent; this.instListViewSilentInstallImageList.Images.SetKeyName(0, "automatic-install.png"); // // InstallationConfirmForm // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(392, 279); this.Controls.Add(this.tableLayoutPanel1); this.MaximizeBox = false; this.Name = "InstallationConfirmForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ソフトのインストール"; this.Shown += new System.EventHandler(this.InstallationConfirmFormShown); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.btnPanel.ResumeLayout(false); this.btnPanel.PerformLayout(); this.instListViewContextMenuStrip.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.CheckBox silentInstallAsPossibleCheckBox; private System.Windows.Forms.CheckBox selectAllCheckBox; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ColumnHeader pkgListNameColumnHeader; private System.Windows.Forms.ImageList instListViewSilentInstallImageList; private System.Windows.Forms.ColumnHeader silentInstColumnHeader; private System.Windows.Forms.ToolStripMenuItem silentInstallStripMenuItem; private System.Windows.Forms.ContextMenuStrip instListViewContextMenuStrip; private System.Windows.Forms.CheckBox runasCheckBox; private System.Windows.Forms.ColumnHeader currentVersionColumnHeader; private System.Windows.Forms.ColumnHeader versionColumnHeader; private System.Windows.Forms.ColumnHeader nameColumnHeader; private System.Windows.Forms.ListView instsListView; private System.Windows.Forms.Label label; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.FlowLayoutPanel btnPanel; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }