-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathErrorForm.Designer.vb
More file actions
202 lines (197 loc) · 9.29 KB
/
ErrorForm.Designer.vb
File metadata and controls
202 lines (197 loc) · 9.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class ErrorForm
Inherits System.Windows.Forms.Form
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows Form 디자이너에 필요합니다.
Private components As System.ComponentModel.IContainer
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
'수정하려면 Windows Form 디자이너를 사용하십시오.
'코드 편집기에서는 수정하지 마세요.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.Label1 = New System.Windows.Forms.Label()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Button1 = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Label2 = New System.Windows.Forms.Label()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.Panel3.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
Me.Label1.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Black
Me.Label1.Location = New System.Drawing.Point(10, 10)
Me.Label1.Name = "Label1"
Me.Label1.Padding = New System.Windows.Forms.Padding(0, 0, 0, 5)
Me.Label1.Size = New System.Drawing.Size(164, 26)
Me.Label1.TabIndex = 0
Me.Label1.Text = "오류가 발생했습니다."
'
'Timer1
'
Me.Timer1.Interval = 1000
'
'Button1
'
Me.Button1.Dock = System.Windows.Forms.DockStyle.Right
Me.Button1.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Button1.Location = New System.Drawing.Point(308, 10)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(121, 41)
Me.Button1.TabIndex = 1
Me.Button1.Text = "다시 시작" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(10 초후 실행)"
Me.Button1.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Button3)
Me.Panel1.Controls.Add(Me.Button2)
Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel1.Location = New System.Drawing.Point(0, 303)
Me.Panel1.Name = "Panel1"
Me.Panel1.Padding = New System.Windows.Forms.Padding(10)
Me.Panel1.Size = New System.Drawing.Size(439, 61)
Me.Panel1.TabIndex = 3
'
'Button3
'
Me.Button3.Dock = System.Windows.Forms.DockStyle.Left
Me.Button3.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Button3.Location = New System.Drawing.Point(10, 10)
Me.Button3.MinimumSize = New System.Drawing.Size(181, 41)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(181, 41)
Me.Button3.TabIndex = 3
Me.Button3.Text = "오류 보고 페이지 열기"
Me.Button3.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Dock = System.Windows.Forms.DockStyle.Right
Me.Button2.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Button2.Location = New System.Drawing.Point(212, 10)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(96, 41)
Me.Button2.TabIndex = 2
Me.Button2.Text = "설정 파일" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "삭제 후 종료"
Me.Button2.UseVisualStyleBackColor = True
'
'Panel2
'
Me.Panel2.Controls.Add(Me.Label2)
Me.Panel2.Controls.Add(Me.Label1)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel2.Location = New System.Drawing.Point(0, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Padding = New System.Windows.Forms.Padding(10)
Me.Panel2.Size = New System.Drawing.Size(439, 70)
Me.Panel2.TabIndex = 4
'
'Label2
'
Me.Label2.Dock = System.Windows.Forms.DockStyle.Top
Me.Label2.Font = New System.Drawing.Font("맑은 고딕", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Black
Me.Label2.Location = New System.Drawing.Point(10, 36)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(419, 32)
Me.Label2.TabIndex = 1
Me.Label2.Text = "해당 오류가 지속될 경우 설정 파일을 삭제한 후 다시 시도해 보시기 바랍니다." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(설정 파일을 지울 경우 설정값이 초기화되므로 별도로 백업해 놓으" &
"시기 바랍니다.)"
'
'Panel3
'
Me.Panel3.Controls.Add(Me.RichTextBox1)
Me.Panel3.Controls.Add(Me.Label3)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel3.Location = New System.Drawing.Point(0, 70)
Me.Panel3.Name = "Panel3"
Me.Panel3.Padding = New System.Windows.Forms.Padding(10, 0, 10, 0)
Me.Panel3.Size = New System.Drawing.Size(439, 233)
Me.Panel3.TabIndex = 5
'
'RichTextBox1
'
Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.RichTextBox1.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.RichTextBox1.Location = New System.Drawing.Point(10, 22)
Me.RichTextBox1.Name = "RichTextBox1"
Me.RichTextBox1.ReadOnly = True
Me.RichTextBox1.Size = New System.Drawing.Size(419, 211)
Me.RichTextBox1.TabIndex = 2
Me.RichTextBox1.Text = ""
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Dock = System.Windows.Forms.DockStyle.Top
Me.Label3.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Gray
Me.Label3.Location = New System.Drawing.Point(10, 0)
Me.Label3.Name = "Label3"
Me.Label3.Padding = New System.Windows.Forms.Padding(0, 0, 0, 5)
Me.Label3.Size = New System.Drawing.Size(268, 22)
Me.Label3.TabIndex = 1
Me.Label3.Text = "오류 정보 (선택 후 Ctrl + A 하여 복사 가능)"
'
'ErrorForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(439, 364)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.Font = New System.Drawing.Font("맑은 고딕", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
Me.Icon = Global.uTable.My.Resources.Resources.ptable_icon
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.MinimumSize = New System.Drawing.Size(437, 395)
Me.Name = "ErrorForm"
Me.ShowIcon = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "오류 발생"
Me.TopMost = True
Me.Panel1.ResumeLayout(False)
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.Panel3.ResumeLayout(False)
Me.Panel3.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents Timer1 As Timer
Friend WithEvents Button1 As Button
Friend WithEvents Panel1 As Panel
Friend WithEvents Button2 As Button
Friend WithEvents Panel2 As Panel
Friend WithEvents Label2 As Label
Friend WithEvents Panel3 As Panel
Friend WithEvents RichTextBox1 As RichTextBox
Friend WithEvents Label3 As Label
Friend WithEvents Button3 As Button
End Class