namespace AppliStation { partial class PackageUninstallConfirmForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackageUninstallConfirmForm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label = new System.Windows.Forms.Label(); 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.iconLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.btnPanel.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Controls.Add(this.label, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnPanel, 0, 2); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 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()); 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, 176); this.tableLayoutPanel1.TabIndex = 1; // // 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, 10, 10, 0); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(372, 23); this.label.TabIndex = 1; this.label.Text = "以下のソフトをアンインストールしようとしています。よろしいですか?"; // // 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(66, 144); this.btnPanel.Name = "btnPanel"; this.btnPanel.Size = new System.Drawing.Size(323, 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(104, 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(245, 3); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "キャンセル"; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.iconLabel); this.flowLayoutPanel1.Controls.Add(this.label2); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 43); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(372, 88); this.flowLayoutPanel1.TabIndex = 2; // // iconLabel // this.iconLabel.Location = new System.Drawing.Point(3, 0); this.iconLabel.Name = "iconLabel"; this.iconLabel.Size = new System.Drawing.Size(1, 1); this.iconLabel.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 12); this.label2.TabIndex = 1; this.label2.UseMnemonic = false; // // PackageUninstallConfirmForm // 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, 176); this.Controls.Add(this.tableLayoutPanel1); this.MaximizeBox = false; this.Name = "PackageUninstallConfirmForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "ソフトのアンインストール"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.btnPanel.ResumeLayout(false); this.btnPanel.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Label iconLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; private System.Windows.Forms.CheckBox runasCheckBox; private System.Windows.Forms.FlowLayoutPanel btnPanel; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }