namespace AppliStation { partial class InstallerInfoForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the control. /// /// 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.installerUrllabel = new System.Windows.Forms.Label(); this.installerUrlTextBox = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.osValueLabel = new System.Windows.Forms.Label(); this.cannotRunLabel = new System.Windows.Forms.Label(); this.archLabel = new System.Windows.Forms.Label(); this.osLabel = new System.Windows.Forms.Label(); this.archValueLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // installerUrllabel // this.installerUrllabel.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.installerUrllabel, 2); this.installerUrllabel.Location = new System.Drawing.Point(3, 0); this.installerUrllabel.Name = "installerUrllabel"; this.installerUrllabel.Size = new System.Drawing.Size(86, 12); this.installerUrllabel.TabIndex = 0; this.installerUrllabel.Text = "インストーラURL:"; // // installerUrlTextBox // this.installerUrlTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tableLayoutPanel1.SetColumnSpan(this.installerUrlTextBox, 2); this.installerUrlTextBox.Dock = System.Windows.Forms.DockStyle.Top; this.installerUrlTextBox.Location = new System.Drawing.Point(10, 15); this.installerUrlTextBox.Margin = new System.Windows.Forms.Padding(10, 3, 3, 8); this.installerUrlTextBox.Name = "installerUrlTextBox"; this.installerUrlTextBox.ReadOnly = true; this.installerUrlTextBox.Size = new System.Drawing.Size(287, 12); this.installerUrlTextBox.TabIndex = 1; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.installerUrlTextBox, 0, 1); this.tableLayoutPanel1.Controls.Add(this.installerUrllabel, 0, 0); this.tableLayoutPanel1.Controls.Add(this.osValueLabel, 1, 3); this.tableLayoutPanel1.Controls.Add(this.cannotRunLabel, 0, 2); this.tableLayoutPanel1.Controls.Add(this.archLabel, 0, 4); this.tableLayoutPanel1.Controls.Add(this.osLabel, 0, 3); this.tableLayoutPanel1.Controls.Add(this.archValueLabel, 1, 4); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 6; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(300, 150); this.tableLayoutPanel1.TabIndex = 0; // // osValueLabel // this.osValueLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.osValueLabel.Location = new System.Drawing.Point(107, 47); this.osValueLabel.Name = "osValueLabel"; this.osValueLabel.Size = new System.Drawing.Size(190, 12); this.osValueLabel.TabIndex = 2; // // cannotRunLabel // this.cannotRunLabel.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.cannotRunLabel, 2); this.cannotRunLabel.ForeColor = System.Drawing.Color.Red; this.cannotRunLabel.Location = new System.Drawing.Point(3, 35); this.cannotRunLabel.Name = "cannotRunLabel"; this.cannotRunLabel.Size = new System.Drawing.Size(236, 12); this.cannotRunLabel.TabIndex = 6; this.cannotRunLabel.Text = "あなたのPCにとって動作対象外のインストーラです"; // // archLabel // this.archLabel.AutoSize = true; this.archLabel.Location = new System.Drawing.Point(3, 59); this.archLabel.Name = "archLabel"; this.archLabel.Size = new System.Drawing.Size(98, 12); this.archLabel.TabIndex = 4; this.archLabel.Text = "対応アーキテクチャ:"; // // osLabel // this.osLabel.AutoSize = true; this.osLabel.Location = new System.Drawing.Point(3, 47); this.osLabel.Name = "osLabel"; this.osLabel.Size = new System.Drawing.Size(50, 12); this.osLabel.TabIndex = 2; this.osLabel.Text = "対応OS:"; // // archValueLabel // this.archValueLabel.AutoSize = true; this.archValueLabel.Location = new System.Drawing.Point(107, 59); this.archValueLabel.Name = "archValueLabel"; this.archValueLabel.Size = new System.Drawing.Size(0, 12); this.archValueLabel.TabIndex = 5; // // InstallerInfoForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoSize = true; this.Controls.Add(this.tableLayoutPanel1); this.Name = "InstallerInfoForm"; this.Size = new System.Drawing.Size(300, 150); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.Label cannotRunLabel; private System.Windows.Forms.Label osValueLabel; private System.Windows.Forms.Label archValueLabel; private System.Windows.Forms.Label archLabel; private System.Windows.Forms.Label osLabel; private System.Windows.Forms.TextBox installerUrlTextBox; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label installerUrllabel; } }