namespace AppliStation.Util { partial class OptionDialog { /// /// 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.Windows.Forms.TableLayoutPanel topTableLayoutPane; System.Windows.Forms.TableLayoutPanel btnsAreaTableLayoutPanel; this.iconPictureBox = new System.Windows.Forms.PictureBox(); this.noButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.yesButton = new System.Windows.Forms.Button(); this.mainInstLabel = new System.Windows.Forms.Label(); this.contentLabel = new System.Windows.Forms.Label(); this.contentFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); this.separatorLabel = new System.Windows.Forms.Label(); topTableLayoutPane = new System.Windows.Forms.TableLayoutPanel(); btnsAreaTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); topTableLayoutPane.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.iconPictureBox)).BeginInit(); btnsAreaTableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // topTableLayoutPane // topTableLayoutPane.AutoSize = true; topTableLayoutPane.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; topTableLayoutPane.ColumnCount = 2; topTableLayoutPane.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); topTableLayoutPane.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); topTableLayoutPane.Controls.Add(this.iconPictureBox, 0, 0); topTableLayoutPane.Controls.Add(btnsAreaTableLayoutPanel, 0, 4); topTableLayoutPane.Controls.Add(this.mainInstLabel, 1, 0); topTableLayoutPane.Controls.Add(this.contentLabel, 1, 1); topTableLayoutPane.Controls.Add(this.contentFlowLayoutPanel, 1, 2); topTableLayoutPane.Controls.Add(this.separatorLabel, 0, 3); topTableLayoutPane.Dock = System.Windows.Forms.DockStyle.Fill; topTableLayoutPane.Location = new System.Drawing.Point(0, 0); topTableLayoutPane.Name = "topTableLayoutPane"; topTableLayoutPane.RowCount = 5; topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle()); topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle()); topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F)); topTableLayoutPane.RowStyles.Add(new System.Windows.Forms.RowStyle()); topTableLayoutPane.Size = new System.Drawing.Size(392, 292); topTableLayoutPane.TabIndex = 0; // // iconPictureBox // this.iconPictureBox.Location = new System.Drawing.Point(8, 8); this.iconPictureBox.Margin = new System.Windows.Forms.Padding(8); this.iconPictureBox.Name = "iconPictureBox"; topTableLayoutPane.SetRowSpan(this.iconPictureBox, 2); this.iconPictureBox.Size = new System.Drawing.Size(0, 0); this.iconPictureBox.TabIndex = 0; this.iconPictureBox.TabStop = false; // // btnsAreaTableLayoutPanel // btnsAreaTableLayoutPanel.AutoSize = true; btnsAreaTableLayoutPanel.BackColor = System.Drawing.SystemColors.Control; btnsAreaTableLayoutPanel.ColumnCount = 5; topTableLayoutPane.SetColumnSpan(btnsAreaTableLayoutPanel, 2); btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); btnsAreaTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); btnsAreaTableLayoutPanel.Controls.Add(this.noButton, 3, 0); btnsAreaTableLayoutPanel.Controls.Add(this.cancelButton, 4, 0); btnsAreaTableLayoutPanel.Controls.Add(this.okButton, 1, 0); btnsAreaTableLayoutPanel.Controls.Add(this.yesButton, 2, 0); btnsAreaTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; btnsAreaTableLayoutPanel.ForeColor = System.Drawing.SystemColors.ControlText; btnsAreaTableLayoutPanel.Location = new System.Drawing.Point(0, 255); btnsAreaTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0); btnsAreaTableLayoutPanel.Name = "btnsAreaTableLayoutPanel"; btnsAreaTableLayoutPanel.Padding = new System.Windows.Forms.Padding(4); btnsAreaTableLayoutPanel.RowCount = 1; btnsAreaTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); btnsAreaTableLayoutPanel.Size = new System.Drawing.Size(392, 37); btnsAreaTableLayoutPanel.TabIndex = 2; // // noButton // this.noButton.DialogResult = System.Windows.Forms.DialogResult.No; this.noButton.Location = new System.Drawing.Point(229, 7); this.noButton.Name = "noButton"; this.noButton.Size = new System.Drawing.Size(75, 23); this.noButton.TabIndex = 2; this.noButton.Text = "いいえ(&N)"; this.noButton.Click += new System.EventHandler(this.SomeButtonClick); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(310, 7); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 3; this.cancelButton.Text = "キャンセル"; this.cancelButton.Click += new System.EventHandler(this.SomeButtonClick); // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(67, 7); 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.SomeButtonClick); // // yesButton // this.yesButton.DialogResult = System.Windows.Forms.DialogResult.Yes; this.yesButton.Location = new System.Drawing.Point(148, 7); this.yesButton.Name = "yesButton"; this.yesButton.Size = new System.Drawing.Size(75, 23); this.yesButton.TabIndex = 1; this.yesButton.Text = "はい(&Y)"; this.yesButton.Click += new System.EventHandler(this.SomeButtonClick); // // mainInstLabel // this.mainInstLabel.AutoSize = true; this.mainInstLabel.Location = new System.Drawing.Point(24, 8); this.mainInstLabel.Margin = new System.Windows.Forms.Padding(8); this.mainInstLabel.Name = "mainInstLabel"; this.mainInstLabel.Size = new System.Drawing.Size(0, 15); this.mainInstLabel.TabIndex = 0; this.mainInstLabel.UseCompatibleTextRendering = true; // // contentLabel // this.contentLabel.AutoSize = true; this.contentLabel.Location = new System.Drawing.Point(24, 31); this.contentLabel.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.contentLabel.Name = "contentLabel"; this.contentLabel.Size = new System.Drawing.Size(0, 15); this.contentLabel.TabIndex = 1; this.contentLabel.UseCompatibleTextRendering = true; // // contentFlowLayoutPanel // this.contentFlowLayoutPanel.AutoSize = true; this.contentFlowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.contentFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.contentFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.contentFlowLayoutPanel.Location = new System.Drawing.Point(24, 54); this.contentFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(8); this.contentFlowLayoutPanel.Name = "contentFlowLayoutPanel"; this.contentFlowLayoutPanel.Size = new System.Drawing.Size(360, 191); this.contentFlowLayoutPanel.TabIndex = 1; // // separatorLabel // this.separatorLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; topTableLayoutPane.SetColumnSpan(this.separatorLabel, 2); this.separatorLabel.Dock = System.Windows.Forms.DockStyle.Bottom; this.separatorLabel.Location = new System.Drawing.Point(0, 253); this.separatorLabel.Margin = new System.Windows.Forms.Padding(0); this.separatorLabel.Name = "separatorLabel"; this.separatorLabel.Size = new System.Drawing.Size(392, 2); this.separatorLabel.TabIndex = 3; // // OptionDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(392, 292); this.ControlBox = false; this.Controls.Add(topTableLayoutPane); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "OptionDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StyleChanged += new System.EventHandler(this.OptionDialogStyleChanged); this.SystemColorsChanged += new System.EventHandler(this.OptionDialogStyleChanged); topTableLayoutPane.ResumeLayout(false); topTableLayoutPane.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.iconPictureBox)).EndInit(); btnsAreaTableLayoutPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label separatorLabel; private System.Windows.Forms.Label contentLabel; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button noButton; private System.Windows.Forms.Button yesButton; private System.Windows.Forms.Label mainInstLabel; private System.Windows.Forms.FlowLayoutPanel contentFlowLayoutPanel; private System.Windows.Forms.PictureBox iconPictureBox; } }