OSDN Git Service

AppliStation,サイレントインストールのロジック部分とall-get.exeからの部分を書いた
[applistation/AppliStation.git] / AppliStation / AppliStation.Util / ExceptionDialogForm.Designer.cs
1 namespace AppliStation.Util\r
2 {\r
3         partial class ExceptionDialogForm\r
4         {\r
5                 /// <summary>\r
6                 /// Designer variable used to keep track of non-visual components.\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9                 \r
10                 /// <summary>\r
11                 /// Disposes resources used by the form.\r
12                 /// </summary>\r
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14                 protected override void Dispose(bool disposing)\r
15                 {\r
16                         if (disposing) {\r
17                                 if (components != null) {\r
18                                         components.Dispose();\r
19                                 }\r
20                         }\r
21                         base.Dispose(disposing);\r
22                 }\r
23                 \r
24                 /// <summary>\r
25                 /// This method is required for Windows Forms designer support.\r
26                 /// Do not change the method contents inside the source code editor. The Forms designer might\r
27                 /// not be able to load this method if it was changed manually.\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         this.label1 = new System.Windows.Forms.Label();\r
32                         this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
33                         this.detailTextBox = new System.Windows.Forms.TextBox();\r
34                         this.buttonsPanel = new System.Windows.Forms.FlowLayoutPanel();\r
35                         this.viewDetailButton = new System.Windows.Forms.Button();\r
36                         this.quitButton = new System.Windows.Forms.Button();\r
37                         this.continueButton = new System.Windows.Forms.Button();\r
38                         this.tableLayoutPanel1.SuspendLayout();\r
39                         this.buttonsPanel.SuspendLayout();\r
40                         this.SuspendLayout();\r
41                         // \r
42                         // label1\r
43                         // \r
44                         this.label1.Dock = System.Windows.Forms.DockStyle.Fill;\r
45                         this.label1.Location = new System.Drawing.Point(8, 8);\r
46                         this.label1.Margin = new System.Windows.Forms.Padding(8);\r
47                         this.label1.Name = "label1";\r
48                         this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
49                         this.label1.Size = new System.Drawing.Size(408, 84);\r
50                         this.label1.TabIndex = 0;\r
51                         this.label1.Text = "ご迷惑をかけて申し訳ありません。AppliStationの実行中に予期せぬエラーが発生いたしました。\r\n\r\n終了して頂くようお願いします。強制的に動作を継続すれば" +\r
52                         "AppliStationはご利用いただけますが、正常な動作をしないことがあります。";\r
53                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
54                         // \r
55                         // tableLayoutPanel1\r
56                         // \r
57                         this.tableLayoutPanel1.ColumnCount = 1;\r
58                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 424F));\r
59                         this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));\r
60                         this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);\r
61                         this.tableLayoutPanel1.Controls.Add(this.detailTextBox, 0, 2);\r
62                         this.tableLayoutPanel1.Controls.Add(this.buttonsPanel, 0, 1);\r
63                         this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
64                         this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);\r
65                         this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
66                         this.tableLayoutPanel1.RowCount = 3;\r
67                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));\r
68                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
69                         this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
70                         this.tableLayoutPanel1.Size = new System.Drawing.Size(424, 136);\r
71                         this.tableLayoutPanel1.TabIndex = 0;\r
72                         // \r
73                         // detailTextBox\r
74                         // \r
75                         this.detailTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
76                         this.detailTextBox.ImeMode = System.Windows.Forms.ImeMode.Off;\r
77                         this.detailTextBox.Location = new System.Drawing.Point(12, 148);\r
78                         this.detailTextBox.Margin = new System.Windows.Forms.Padding(12);\r
79                         this.detailTextBox.Multiline = true;\r
80                         this.detailTextBox.Name = "detailTextBox";\r
81                         this.detailTextBox.ReadOnly = true;\r
82                         this.detailTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
83                         this.detailTextBox.Size = new System.Drawing.Size(400, 1);\r
84                         this.detailTextBox.TabIndex = 5;\r
85                         this.detailTextBox.Visible = false;\r
86                         // \r
87                         // buttonsPanel\r
88                         // \r
89                         this.buttonsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
90                         this.buttonsPanel.AutoSize = true;\r
91                         this.buttonsPanel.Controls.Add(this.viewDetailButton);\r
92                         this.buttonsPanel.Controls.Add(this.quitButton);\r
93                         this.buttonsPanel.Controls.Add(this.continueButton);\r
94                         this.buttonsPanel.Location = new System.Drawing.Point(18, 103);\r
95                         this.buttonsPanel.Name = "buttonsPanel";\r
96                         this.buttonsPanel.Size = new System.Drawing.Size(403, 30);\r
97                         this.buttonsPanel.TabIndex = 4;\r
98                         // \r
99                         // viewDetailButton\r
100                         // \r
101                         this.viewDetailButton.Anchor = System.Windows.Forms.AnchorStyles.None;\r
102                         this.viewDetailButton.AutoSize = true;\r
103                         this.viewDetailButton.Location = new System.Drawing.Point(3, 4);\r
104                         this.viewDetailButton.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);\r
105                         this.viewDetailButton.Name = "viewDetailButton";\r
106                         this.viewDetailButton.Size = new System.Drawing.Size(125, 22);\r
107                         this.viewDetailButton.TabIndex = 0;\r
108                         this.viewDetailButton.Text = "エラーの詳細を表示(&D)";\r
109                         this.viewDetailButton.Click += new System.EventHandler(this.ViewDetailLabelLinkClicked);\r
110                         // \r
111                         // quitButton\r
112                         // \r
113                         this.quitButton.AutoSize = true;\r
114                         this.quitButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
115                         this.quitButton.Location = new System.Drawing.Point(141, 3);\r
116                         this.quitButton.Name = "quitButton";\r
117                         this.quitButton.Size = new System.Drawing.Size(129, 24);\r
118                         this.quitButton.TabIndex = 1;\r
119                         this.quitButton.Text = "AppliStationを終了(&X)";\r
120                         this.quitButton.UseVisualStyleBackColor = true;\r
121                         // \r
122                         // continueButton\r
123                         // \r
124                         this.continueButton.AutoSize = true;\r
125                         this.continueButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
126                         this.continueButton.Location = new System.Drawing.Point(276, 3);\r
127                         this.continueButton.Name = "continueButton";\r
128                         this.continueButton.Size = new System.Drawing.Size(124, 24);\r
129                         this.continueButton.TabIndex = 2;\r
130                         this.continueButton.Text = "強制的に動作継続(&C)";\r
131                         this.continueButton.UseVisualStyleBackColor = true;\r
132                         // \r
133                         // ExceptionDialogForm\r
134                         // \r
135                         this.AcceptButton = this.quitButton;\r
136                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
137                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
138                         this.AutoSize = true;\r
139                         this.CancelButton = this.continueButton;\r
140                         this.ClientSize = new System.Drawing.Size(424, 136);\r
141                         this.Controls.Add(this.tableLayoutPanel1);\r
142                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
143                         this.MaximizeBox = false;\r
144                         this.Name = "ExceptionDialogForm";\r
145                         this.ShowIcon = false;\r
146                         this.ShowInTaskbar = false;\r
147                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
148                         this.Text = "AppliStationのエラー発生";\r
149                         this.Shown += new System.EventHandler(this.Form_Shown);\r
150                         this.tableLayoutPanel1.ResumeLayout(false);\r
151                         this.tableLayoutPanel1.PerformLayout();\r
152                         this.buttonsPanel.ResumeLayout(false);\r
153                         this.buttonsPanel.PerformLayout();\r
154                         this.ResumeLayout(false);\r
155                 }\r
156                 private System.Windows.Forms.FlowLayoutPanel buttonsPanel;\r
157                 private System.Windows.Forms.TextBox detailTextBox;\r
158                 private System.Windows.Forms.Button continueButton;\r
159                 private System.Windows.Forms.Button quitButton;\r
160                 private System.Windows.Forms.Button viewDetailButton;\r
161                 private System.Windows.Forms.Label label1;\r
162                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
163         }\r
164 }\r