-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathViewCourse.Designer.vb
More file actions
296 lines (291 loc) · 14.2 KB
/
ViewCourse.Designer.vb
File metadata and controls
296 lines (291 loc) · 14.2 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class ViewCourse
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.BodyPanel = New System.Windows.Forms.Panel()
Me.Panel4 = New System.Windows.Forms.Panel()
Me.MemoTB = New System.Windows.Forms.RichTextBox()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.SaveBT = New System.Windows.Forms.Button()
Me.CancelBT = New System.Windows.Forms.Button()
Me.ShadowPanel = New System.Windows.Forms.Panel()
Me.TitlePanel = New System.Windows.Forms.Panel()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.SubTitleLabel = New System.Windows.Forms.Label()
Me.UpperTitleLabel = New System.Windows.Forms.Label()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.EditBT = New System.Windows.Forms.PictureBox()
Me.CloseBT = New System.Windows.Forms.PictureBox()
Me.UpperPanel = New System.Windows.Forms.Panel()
Me.MainPanel = New System.Windows.Forms.Panel()
Me.BodyPanel.SuspendLayout()
Me.Panel4.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
Me.TitlePanel.SuspendLayout()
Me.TableLayoutPanel1.SuspendLayout()
Me.Panel3.SuspendLayout()
CType(Me.EditBT, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.CloseBT, System.ComponentModel.ISupportInitialize).BeginInit()
Me.UpperPanel.SuspendLayout()
Me.MainPanel.SuspendLayout()
Me.SuspendLayout()
'
'BodyPanel
'
Me.BodyPanel.BackColor = System.Drawing.Color.White
Me.BodyPanel.Controls.Add(Me.Panel4)
Me.BodyPanel.Controls.Add(Me.ShadowPanel)
Me.BodyPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.BodyPanel.ForeColor = System.Drawing.Color.Black
Me.BodyPanel.Location = New System.Drawing.Point(3, 0)
Me.BodyPanel.Name = "BodyPanel"
Me.BodyPanel.Size = New System.Drawing.Size(252, 165)
Me.BodyPanel.TabIndex = 27
'
'Panel4
'
Me.Panel4.Controls.Add(Me.MemoTB)
Me.Panel4.Controls.Add(Me.TableLayoutPanel2)
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel4.Location = New System.Drawing.Point(0, 10)
Me.Panel4.Name = "Panel4"
Me.Panel4.Padding = New System.Windows.Forms.Padding(7, 0, 7, 0)
Me.Panel4.Size = New System.Drawing.Size(252, 155)
Me.Panel4.TabIndex = 4
'
'MemoTB
'
Me.MemoTB.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.MemoTB.Dock = System.Windows.Forms.DockStyle.Fill
Me.MemoTB.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.MemoTB.Location = New System.Drawing.Point(7, 0)
Me.MemoTB.Name = "MemoTB"
Me.MemoTB.Size = New System.Drawing.Size(238, 122)
Me.MemoTB.TabIndex = 2
Me.MemoTB.Text = ""
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.ColumnCount = 2
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.Controls.Add(Me.SaveBT, 1, 0)
Me.TableLayoutPanel2.Controls.Add(Me.CancelBT, 0, 0)
Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom
Me.TableLayoutPanel2.Location = New System.Drawing.Point(7, 122)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 1
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.Size = New System.Drawing.Size(238, 33)
Me.TableLayoutPanel2.TabIndex = 1
'
'SaveBT
'
Me.SaveBT.Dock = System.Windows.Forms.DockStyle.Fill
Me.SaveBT.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.SaveBT.FlatAppearance.BorderSize = 0
Me.SaveBT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.SaveBT.Font = New System.Drawing.Font("맑은 고딕", 11.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.SaveBT.ForeColor = System.Drawing.Color.DodgerBlue
Me.SaveBT.Location = New System.Drawing.Point(119, 0)
Me.SaveBT.Margin = New System.Windows.Forms.Padding(0)
Me.SaveBT.Name = "SaveBT"
Me.SaveBT.Size = New System.Drawing.Size(119, 33)
Me.SaveBT.TabIndex = 0
Me.SaveBT.Text = "저장"
Me.SaveBT.UseVisualStyleBackColor = True
'
'CancelBT
'
Me.CancelBT.Dock = System.Windows.Forms.DockStyle.Fill
Me.CancelBT.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.CancelBT.FlatAppearance.BorderSize = 0
Me.CancelBT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CancelBT.Font = New System.Drawing.Font("맑은 고딕", 11.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.CancelBT.ForeColor = System.Drawing.Color.DodgerBlue
Me.CancelBT.Location = New System.Drawing.Point(0, 0)
Me.CancelBT.Margin = New System.Windows.Forms.Padding(0)
Me.CancelBT.Name = "CancelBT"
Me.CancelBT.Size = New System.Drawing.Size(119, 33)
Me.CancelBT.TabIndex = 1
Me.CancelBT.Text = "취소"
Me.CancelBT.UseVisualStyleBackColor = True
'
'ShadowPanel
'
Me.ShadowPanel.BackgroundImage = Global.uTable.My.Resources.Resources.shadow1
Me.ShadowPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ShadowPanel.Dock = System.Windows.Forms.DockStyle.Top
Me.ShadowPanel.Location = New System.Drawing.Point(0, 0)
Me.ShadowPanel.Name = "ShadowPanel"
Me.ShadowPanel.Size = New System.Drawing.Size(252, 10)
Me.ShadowPanel.TabIndex = 3
'
'TitlePanel
'
Me.TitlePanel.BackColor = System.Drawing.Color.DodgerBlue
Me.TitlePanel.Controls.Add(Me.TableLayoutPanel1)
Me.TitlePanel.Controls.Add(Me.Panel3)
Me.TitlePanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.TitlePanel.Location = New System.Drawing.Point(3, 3)
Me.TitlePanel.Name = "TitlePanel"
Me.TitlePanel.Size = New System.Drawing.Size(252, 53)
Me.TitlePanel.TabIndex = 0
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 1
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Controls.Add(Me.SubTitleLabel, 0, 1)
Me.TableLayoutPanel1.Controls.Add(Me.UpperTitleLabel, 0, 0)
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 2
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60.37736!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 39.62264!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(208, 53)
Me.TableLayoutPanel1.TabIndex = 1
'
'SubTitleLabel
'
Me.SubTitleLabel.Dock = System.Windows.Forms.DockStyle.Fill
Me.SubTitleLabel.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.SubTitleLabel.ForeColor = System.Drawing.Color.White
Me.SubTitleLabel.Location = New System.Drawing.Point(3, 32)
Me.SubTitleLabel.Name = "SubTitleLabel"
Me.SubTitleLabel.Padding = New System.Windows.Forms.Padding(6, 0, 0, 0)
Me.SubTitleLabel.Size = New System.Drawing.Size(202, 21)
Me.SubTitleLabel.TabIndex = 1
Me.SubTitleLabel.Text = "SubTitleLabel"
'
'UpperTitleLabel
'
Me.UpperTitleLabel.Dock = System.Windows.Forms.DockStyle.Fill
Me.UpperTitleLabel.Font = New System.Drawing.Font("맑은 고딕", 16.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.UpperTitleLabel.ForeColor = System.Drawing.Color.White
Me.UpperTitleLabel.Location = New System.Drawing.Point(3, 0)
Me.UpperTitleLabel.Name = "UpperTitleLabel"
Me.UpperTitleLabel.Padding = New System.Windows.Forms.Padding(3, 0, 0, 0)
Me.UpperTitleLabel.Size = New System.Drawing.Size(202, 32)
Me.UpperTitleLabel.TabIndex = 0
Me.UpperTitleLabel.Text = "UpperTitleLabel"
Me.UpperTitleLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft
'
'Panel3
'
Me.Panel3.Controls.Add(Me.EditBT)
Me.Panel3.Controls.Add(Me.CloseBT)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel3.Location = New System.Drawing.Point(208, 0)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(44, 53)
Me.Panel3.TabIndex = 0
'
'EditBT
'
Me.EditBT.Dock = System.Windows.Forms.DockStyle.Fill
Me.EditBT.Image = Global.uTable.My.Resources.Resources.bt_edit_w
Me.EditBT.Location = New System.Drawing.Point(0, 28)
Me.EditBT.Name = "EditBT"
Me.EditBT.Size = New System.Drawing.Size(44, 25)
Me.EditBT.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.EditBT.TabIndex = 7
Me.EditBT.TabStop = False
'
'CloseBT
'
Me.CloseBT.Dock = System.Windows.Forms.DockStyle.Top
Me.CloseBT.Image = Global.uTable.My.Resources.Resources.closeicon_w
Me.CloseBT.Location = New System.Drawing.Point(0, 0)
Me.CloseBT.Name = "CloseBT"
Me.CloseBT.Size = New System.Drawing.Size(44, 28)
Me.CloseBT.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.CloseBT.TabIndex = 6
Me.CloseBT.TabStop = False
'
'UpperPanel
'
Me.UpperPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(44, Byte), Integer), CType(CType(115, Byte), Integer), CType(CType(180, Byte), Integer))
Me.UpperPanel.Controls.Add(Me.TitlePanel)
Me.UpperPanel.Dock = System.Windows.Forms.DockStyle.Top
Me.UpperPanel.Location = New System.Drawing.Point(0, 0)
Me.UpperPanel.Name = "UpperPanel"
Me.UpperPanel.Padding = New System.Windows.Forms.Padding(3, 3, 3, 0)
Me.UpperPanel.Size = New System.Drawing.Size(258, 56)
Me.UpperPanel.TabIndex = 2
'
'MainPanel
'
Me.MainPanel.BackColor = System.Drawing.Color.LightGray
Me.MainPanel.Controls.Add(Me.BodyPanel)
Me.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.MainPanel.Location = New System.Drawing.Point(0, 56)
Me.MainPanel.Name = "MainPanel"
Me.MainPanel.Padding = New System.Windows.Forms.Padding(3, 0, 3, 3)
Me.MainPanel.Size = New System.Drawing.Size(258, 168)
Me.MainPanel.TabIndex = 2
'
'ViewCourse
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.BackColor = System.Drawing.Color.DimGray
Me.ClientSize = New System.Drawing.Size(258, 224)
Me.Controls.Add(Me.MainPanel)
Me.Controls.Add(Me.UpperPanel)
Me.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = Global.uTable.My.Resources.Resources.ptable_icon
Me.MinimumSize = New System.Drawing.Size(150, 120)
Me.Name = "ViewCourse"
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "ViewCourse"
Me.TopMost = True
Me.TransparencyKey = System.Drawing.Color.Fuchsia
Me.BodyPanel.ResumeLayout(False)
Me.Panel4.ResumeLayout(False)
Me.TableLayoutPanel2.ResumeLayout(False)
Me.TitlePanel.ResumeLayout(False)
Me.TableLayoutPanel1.ResumeLayout(False)
Me.Panel3.ResumeLayout(False)
CType(Me.EditBT, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.CloseBT, System.ComponentModel.ISupportInitialize).EndInit()
Me.UpperPanel.ResumeLayout(False)
Me.MainPanel.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents BodyPanel As Panel
Friend WithEvents TitlePanel As Panel
Friend WithEvents Panel3 As Panel
Friend WithEvents CloseBT As PictureBox
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents SubTitleLabel As Label
Friend WithEvents UpperTitleLabel As Label
Friend WithEvents Panel4 As Panel
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
Friend WithEvents SaveBT As Button
Friend WithEvents CancelBT As Button
Friend WithEvents ShadowPanel As Panel
Friend WithEvents UpperPanel As Panel
Friend WithEvents MainPanel As Panel
Friend WithEvents EditBT As PictureBox
Friend WithEvents MemoTB As RichTextBox
End Class