namespace AppliStation { partial class PackagesInstallConfirmForm { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackagesInstallConfirmForm)); 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.packageListView = 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.packageListViewContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.selectAllPackagesStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unselectAllPackagesStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1.SuspendLayout(); this.btnPanel.SuspendLayout(); this.packageListViewContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.btnPanel, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label, 0, 0); this.tableLayoutPanel1.Controls.Add(this.packageListView, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; 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.Size = new System.Drawing.Size(392, 266); 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, 234); 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 = 2; 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.Image = ((System.Drawing.Image)(resources.GetObject("okButton.Image"))); 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 = 0; this.okButton.Text = "インストール"; this.okButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; // // 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 = 1; 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 = 1; this.label.Text = "以下のソフトをインストールしようとしています。インストールするソフトをチェックしてください"; // // packageListView // this.packageListView.CheckBoxes = true; this.packageListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.nameColumnHeader, this.versionColumnHeader, this.currentVersionColumnHeader}); this.packageListView.ContextMenuStrip = this.packageListViewContextMenuStrip; this.packageListView.Dock = System.Windows.Forms.DockStyle.Fill; this.packageListView.GridLines = true; this.packageListView.Location = new System.Drawing.Point(5, 53); this.packageListView.Margin = new System.Windows.Forms.Padding(5, 3, 5, 5); this.packageListView.Name = "packageListView"; this.packageListView.ShowItemToolTips = true; this.packageListView.Size = new System.Drawing.Size(382, 173); this.packageListView.TabIndex = 2; this.packageListView.UseCompatibleStateImageBehavior = false; this.packageListView.View = System.Windows.Forms.View.Details; this.packageListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.PackageListViewItemChecked); this.packageListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.PackageListViewColumnClick); // // nameColumnHeader // this.nameColumnHeader.Text = "名前"; this.nameColumnHeader.Width = 146; // // versionColumnHeader // this.versionColumnHeader.Text = "バージョン"; this.versionColumnHeader.Width = 82; // // currentVersionColumnHeader // this.currentVersionColumnHeader.Text = "現バージョン"; this.currentVersionColumnHeader.Width = 89; // // packageListViewContextMenuStrip // this.packageListViewContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.selectAllPackagesStripMenuItem, this.unselectAllPackagesStripMenuItem}); this.packageListViewContextMenuStrip.Name = "packageListViewContextMenuStrip"; this.packageListViewContextMenuStrip.Size = new System.Drawing.Size(175, 48); this.packageListViewContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PackageListViewContextMenuStripOpening); // // selectAllPackagesStripMenuItem // this.selectAllPackagesStripMenuItem.Name = "selectAllPackagesStripMenuItem"; this.selectAllPackagesStripMenuItem.Size = new System.Drawing.Size(174, 22); this.selectAllPackagesStripMenuItem.Text = "全て選択(&A)"; this.selectAllPackagesStripMenuItem.Click += new System.EventHandler(this.SelectAllPackagesStripMenuItemClick); // // unselectAllPackagesStripMenuItem // this.unselectAllPackagesStripMenuItem.Name = "unselectAllPackagesStripMenuItem"; this.unselectAllPackagesStripMenuItem.Size = new System.Drawing.Size(174, 22); this.unselectAllPackagesStripMenuItem.Text = "全ての選択を解除(&U)"; this.unselectAllPackagesStripMenuItem.Click += new System.EventHandler(this.UnselectAllPackagesStripMenuItemClick); // // PackagesInstallConfirmForm // 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, 266); this.Controls.Add(this.tableLayoutPanel1); this.MaximizeBox = false; this.Name = "PackagesInstallConfirmForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ソフトのインストール"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.btnPanel.ResumeLayout(false); this.btnPanel.PerformLayout(); this.packageListViewContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } private System.Windows.Forms.ToolStripMenuItem unselectAllPackagesStripMenuItem; private System.Windows.Forms.ToolStripMenuItem selectAllPackagesStripMenuItem; private System.Windows.Forms.ContextMenuStrip packageListViewContextMenuStrip; 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 packageListView; 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; } }