namespace AppliStation.Util { partial class ExceptionDialogForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.detailTextBox = new System.Windows.Forms.TextBox(); this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel(); this.viewDetailButton = new System.Windows.Forms.Button(); this.quitButton = new System.Windows.Forms.Button(); this.continueButton = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.buttonsPanel.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Margin = new System.Windows.Forms.Padding(8); this.label1.Name = "label1"; this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label1.Size = new System.Drawing.Size(408, 84); this.label1.TabIndex = 0; this.label1.Text = "ご迷惑をかけて申し訳ありません。AppliStationの実行中に予期せぬエラーが発生いたしました。\r\n\r\n終了して頂くようお願いします。強制的に動作を継続すれば" + "AppliStationはご利用いただけますが、正常な動作をしないことがあります。"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 424F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.detailTextBox, 0, 2); this.tableLayoutPanel1.Controls.Add(this.buttonsPanel, 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, 100F)); 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.Size = new System.Drawing.Size(424, 136); this.tableLayoutPanel1.TabIndex = 0; // // detailTextBox // this.detailTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.detailTextBox.ImeMode = System.Windows.Forms.ImeMode.Off; this.detailTextBox.Location = new System.Drawing.Point(12, 148); this.detailTextBox.Margin = new System.Windows.Forms.Padding(12); this.detailTextBox.Multiline = true; this.detailTextBox.Name = "detailTextBox"; this.detailTextBox.ReadOnly = true; this.detailTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.detailTextBox.Size = new System.Drawing.Size(400, 1); this.detailTextBox.TabIndex = 5; this.detailTextBox.Visible = false; // // buttonsPanel // this.buttonsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonsPanel.AutoSize = true; this.buttonsPanel.Controls.Add(this.viewDetailButton); this.buttonsPanel.Controls.Add(this.quitButton); this.buttonsPanel.Controls.Add(this.continueButton); this.buttonsPanel.Location = new System.Drawing.Point(18, 103); this.buttonsPanel.Name = "buttonsPanel"; this.buttonsPanel.Size = new System.Drawing.Size(403, 30); this.buttonsPanel.TabIndex = 4; // // viewDetailButton // this.viewDetailButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.viewDetailButton.AutoSize = true; this.viewDetailButton.Location = new System.Drawing.Point(3, 4); this.viewDetailButton.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3); this.viewDetailButton.Name = "viewDetailButton"; this.viewDetailButton.Size = new System.Drawing.Size(125, 22); this.viewDetailButton.TabIndex = 0; this.viewDetailButton.Text = "エラーの詳細を表示(&D)"; this.viewDetailButton.Click += new System.EventHandler(this.ViewDetailLabelLinkClicked); // // quitButton // this.quitButton.AutoSize = true; this.quitButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.quitButton.Location = new System.Drawing.Point(141, 3); this.quitButton.Name = "quitButton"; this.quitButton.Size = new System.Drawing.Size(129, 24); this.quitButton.TabIndex = 1; this.quitButton.Text = "AppliStationを終了(&X)"; this.quitButton.UseVisualStyleBackColor = true; // // continueButton // this.continueButton.AutoSize = true; this.continueButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.continueButton.Location = new System.Drawing.Point(276, 3); this.continueButton.Name = "continueButton"; this.continueButton.Size = new System.Drawing.Size(124, 24); this.continueButton.TabIndex = 2; this.continueButton.Text = "強制的に動作継続(&C)"; this.continueButton.UseVisualStyleBackColor = true; // // ExceptionDialogForm // this.AcceptButton = this.quitButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.CancelButton = this.continueButton; this.ClientSize = new System.Drawing.Size(424, 136); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ExceptionDialogForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AppliStationのエラー発生"; this.Shown += new System.EventHandler(this.Form_Shown); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.buttonsPanel.ResumeLayout(false); this.buttonsPanel.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.FlowLayoutPanel buttonsPanel; private System.Windows.Forms.TextBox detailTextBox; private System.Windows.Forms.Button continueButton; private System.Windows.Forms.Button quitButton; private System.Windows.Forms.Button viewDetailButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }