|
@@ -23,19 +23,29 @@ Partial Class 客戶資料表
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()>
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
28
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
29
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
30
|
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
31
|
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
32
|
+ Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
33
|
+ Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
34
|
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
35
|
+ Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
32
|
36
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
33
|
37
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
34
|
38
|
Me.視窗2_pl = New System.Windows.Forms.Panel()
|
35
|
39
|
Me.Panel7 = New System.Windows.Forms.Panel()
|
|
40
|
+ Me.附件編碼1_lb = New System.Windows.Forms.Label()
|
|
41
|
+ Me.字體大小_lb = New System.Windows.Forms.Label()
|
|
42
|
+ Me.字體大小_nud = New System.Windows.Forms.NumericUpDown()
|
|
43
|
+ Me.會議附件_dgv = New System.Windows.Forms.DataGridView()
|
|
44
|
+ Me.讀取資料夾路徑1_bt = New System.Windows.Forms.Button()
|
|
45
|
+ Me.會議附件_pb = New System.Windows.Forms.PictureBox()
|
|
46
|
+ Me.刪除附件1_bt = New System.Windows.Forms.Button()
|
36
|
47
|
Me.列印會議記錄_bt = New System.Windows.Forms.Button()
|
37
|
48
|
Me.會議地點_tb = New System.Windows.Forms.TextBox()
|
38
|
|
- Me.會議名稱_tb = New System.Windows.Forms.TextBox()
|
39
|
49
|
Me.會議內容_tb = New System.Windows.Forms.TextBox()
|
40
|
50
|
Me.會議存檔_bt = New System.Windows.Forms.Button()
|
41
|
51
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
@@ -45,6 +55,7 @@ Partial Class 客戶資料表
|
45
|
55
|
Me.出席人員_tb = New System.Windows.Forms.TextBox()
|
46
|
56
|
Me.會議時間_dtp = New System.Windows.Forms.DateTimePicker()
|
47
|
57
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
58
|
+ Me.會議名稱_tb = New System.Windows.Forms.TextBox()
|
48
|
59
|
Me.Label28 = New System.Windows.Forms.Label()
|
49
|
60
|
Me.CanceL2_bt = New System.Windows.Forms.Button()
|
50
|
61
|
Me.附件編碼_lb = New System.Windows.Forms.Label()
|
|
@@ -109,9 +120,14 @@ Partial Class 客戶資料表
|
109
|
120
|
Me.分類1_cb = New System.Windows.Forms.ComboBox()
|
110
|
121
|
Me.開啟檔案 = New System.Windows.Forms.OpenFileDialog()
|
111
|
122
|
Me.計算分流1 = New System.Windows.Forms.Timer(Me.components)
|
|
123
|
+ Me.計算分流2 = New System.Windows.Forms.Timer(Me.components)
|
|
124
|
+ Me.承租_dgv = New System.Windows.Forms.DataGridView()
|
112
|
125
|
Me.Panel1.SuspendLayout()
|
113
|
126
|
Me.視窗2_pl.SuspendLayout()
|
114
|
127
|
Me.Panel7.SuspendLayout()
|
|
128
|
+ CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
129
|
+ CType(Me.會議附件_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
130
|
+ CType(Me.會議附件_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
115
|
131
|
Me.Panel2.SuspendLayout()
|
116
|
132
|
CType(Me.附件_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
117
|
133
|
CType(Me.附件_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -123,6 +139,7 @@ Partial Class 客戶資料表
|
123
|
139
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
124
|
140
|
Me.Panel4.SuspendLayout()
|
125
|
141
|
Me.Panel5.SuspendLayout()
|
|
142
|
+ CType(Me.承租_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
126
|
143
|
Me.SuspendLayout()
|
127
|
144
|
'
|
128
|
145
|
'ToolTip1
|
|
@@ -139,7 +156,7 @@ Partial Class 客戶資料表
|
139
|
156
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
140
|
157
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
141
|
158
|
Me.Panel1.BackColor = System.Drawing.Color.White
|
142
|
|
- Me.Panel1.Controls.Add(Me.視窗2_pl)
|
|
159
|
+ Me.Panel1.Controls.Add(Me.承租_dgv)
|
143
|
160
|
Me.Panel1.Controls.Add(Me.附件編碼_lb)
|
144
|
161
|
Me.Panel1.Controls.Add(Me.Panel6)
|
145
|
162
|
Me.Panel1.Controls.Add(Me.Label12)
|
|
@@ -157,6 +174,7 @@ Partial Class 客戶資料表
|
157
|
174
|
Me.Panel1.Controls.Add(Me.GroupBox1)
|
158
|
175
|
Me.Panel1.Controls.Add(Me.Label1)
|
159
|
176
|
Me.Panel1.Controls.Add(Me.訪談紀錄_dgv)
|
|
177
|
+ Me.Panel1.Controls.Add(Me.視窗2_pl)
|
160
|
178
|
Me.Panel1.Location = New System.Drawing.Point(171, 50)
|
161
|
179
|
Me.Panel1.Name = "Panel1"
|
162
|
180
|
Me.Panel1.Size = New System.Drawing.Size(1224, 595)
|
|
@@ -169,9 +187,9 @@ Partial Class 客戶資料表
|
169
|
187
|
Me.視窗2_pl.Controls.Add(Me.Panel7)
|
170
|
188
|
Me.視窗2_pl.Controls.Add(Me.Label28)
|
171
|
189
|
Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
|
172
|
|
- Me.視窗2_pl.Location = New System.Drawing.Point(568, 44)
|
|
190
|
+ Me.視窗2_pl.Location = New System.Drawing.Point(148, 80)
|
173
|
191
|
Me.視窗2_pl.Name = "視窗2_pl"
|
174
|
|
- Me.視窗2_pl.Size = New System.Drawing.Size(561, 479)
|
|
192
|
+ Me.視窗2_pl.Size = New System.Drawing.Size(981, 479)
|
175
|
193
|
Me.視窗2_pl.TabIndex = 1899
|
176
|
194
|
'
|
177
|
195
|
'Panel7
|
|
@@ -180,9 +198,15 @@ Partial Class 客戶資料表
|
180
|
198
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
181
|
199
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
182
|
200
|
Me.Panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
201
|
+ Me.Panel7.Controls.Add(Me.附件編碼1_lb)
|
|
202
|
+ Me.Panel7.Controls.Add(Me.字體大小_lb)
|
|
203
|
+ Me.Panel7.Controls.Add(Me.字體大小_nud)
|
|
204
|
+ Me.Panel7.Controls.Add(Me.會議附件_dgv)
|
|
205
|
+ Me.Panel7.Controls.Add(Me.讀取資料夾路徑1_bt)
|
|
206
|
+ Me.Panel7.Controls.Add(Me.會議附件_pb)
|
|
207
|
+ Me.Panel7.Controls.Add(Me.刪除附件1_bt)
|
183
|
208
|
Me.Panel7.Controls.Add(Me.列印會議記錄_bt)
|
184
|
209
|
Me.Panel7.Controls.Add(Me.會議地點_tb)
|
185
|
|
- Me.Panel7.Controls.Add(Me.會議名稱_tb)
|
186
|
210
|
Me.Panel7.Controls.Add(Me.會議內容_tb)
|
187
|
211
|
Me.Panel7.Controls.Add(Me.會議存檔_bt)
|
188
|
212
|
Me.Panel7.Controls.Add(Me.Label13)
|
|
@@ -192,11 +216,106 @@ Partial Class 客戶資料表
|
192
|
216
|
Me.Panel7.Controls.Add(Me.出席人員_tb)
|
193
|
217
|
Me.Panel7.Controls.Add(Me.會議時間_dtp)
|
194
|
218
|
Me.Panel7.Controls.Add(Me.Label15)
|
|
219
|
+ Me.Panel7.Controls.Add(Me.會議名稱_tb)
|
195
|
220
|
Me.Panel7.Location = New System.Drawing.Point(3, 28)
|
196
|
221
|
Me.Panel7.Name = "Panel7"
|
197
|
|
- Me.Panel7.Size = New System.Drawing.Size(554, 447)
|
|
222
|
+ Me.Panel7.Size = New System.Drawing.Size(974, 447)
|
198
|
223
|
Me.Panel7.TabIndex = 1367
|
199
|
224
|
'
|
|
225
|
+ '附件編碼1_lb
|
|
226
|
+ '
|
|
227
|
+ Me.附件編碼1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
228
|
+ Me.附件編碼1_lb.AutoSize = True
|
|
229
|
+ Me.附件編碼1_lb.Location = New System.Drawing.Point(858, 16)
|
|
230
|
+ Me.附件編碼1_lb.Name = "附件編碼1_lb"
|
|
231
|
+ Me.附件編碼1_lb.Size = New System.Drawing.Size(109, 16)
|
|
232
|
+ Me.附件編碼1_lb.TabIndex = 1914
|
|
233
|
+ Me.附件編碼1_lb.Text = "xxxxxxxxxxxxxxxxx"
|
|
234
|
+ '
|
|
235
|
+ '字體大小_lb
|
|
236
|
+ '
|
|
237
|
+ Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
238
|
+ Me.字體大小_lb.AutoSize = True
|
|
239
|
+ Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent
|
|
240
|
+ Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
241
|
+ Me.字體大小_lb.Location = New System.Drawing.Point(2, 56)
|
|
242
|
+ Me.字體大小_lb.Name = "字體大小_lb"
|
|
243
|
+ Me.字體大小_lb.Size = New System.Drawing.Size(55, 16)
|
|
244
|
+ Me.字體大小_lb.TabIndex = 1913
|
|
245
|
+ Me.字體大小_lb.Text = "字體大小"
|
|
246
|
+ Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
247
|
+ '
|
|
248
|
+ '字體大小_nud
|
|
249
|
+ '
|
|
250
|
+ Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
251
|
+ Me.字體大小_nud.BackColor = System.Drawing.Color.White
|
|
252
|
+ Me.字體大小_nud.ForeColor = System.Drawing.Color.Black
|
|
253
|
+ Me.字體大小_nud.Location = New System.Drawing.Point(59, 53)
|
|
254
|
+ Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0})
|
|
255
|
+ Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0})
|
|
256
|
+ Me.字體大小_nud.Name = "字體大小_nud"
|
|
257
|
+ Me.字體大小_nud.Size = New System.Drawing.Size(49, 23)
|
|
258
|
+ Me.字體大小_nud.TabIndex = 1912
|
|
259
|
+ Me.字體大小_nud.Value = New Decimal(New Integer() {12, 0, 0, 0})
|
|
260
|
+ '
|
|
261
|
+ '會議附件_dgv
|
|
262
|
+ '
|
|
263
|
+ Me.會議附件_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
264
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
265
|
+ Me.會議附件_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
266
|
+ Me.會議附件_dgv.BackgroundColor = System.Drawing.Color.White
|
|
267
|
+ DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
268
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
|
|
269
|
+ DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
270
|
+ DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
|
|
271
|
+ DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
272
|
+ DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
273
|
+ Me.會議附件_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
|
|
274
|
+ Me.會議附件_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
275
|
+ Me.會議附件_dgv.Location = New System.Drawing.Point(552, 35)
|
|
276
|
+ Me.會議附件_dgv.Name = "會議附件_dgv"
|
|
277
|
+ Me.會議附件_dgv.RowHeadersWidth = 5
|
|
278
|
+ DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
279
|
+ Me.會議附件_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
|
|
280
|
+ Me.會議附件_dgv.RowTemplate.Height = 24
|
|
281
|
+ Me.會議附件_dgv.Size = New System.Drawing.Size(97, 405)
|
|
282
|
+ Me.會議附件_dgv.TabIndex = 1909
|
|
283
|
+ '
|
|
284
|
+ '讀取資料夾路徑1_bt
|
|
285
|
+ '
|
|
286
|
+ Me.讀取資料夾路徑1_bt.BackgroundImage = Global.YS_ERP_SYS.My.Resources.Resources.Add_Image
|
|
287
|
+ Me.讀取資料夾路徑1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
288
|
+ Me.讀取資料夾路徑1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
289
|
+ Me.讀取資料夾路徑1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
290
|
+ Me.讀取資料夾路徑1_bt.Location = New System.Drawing.Point(549, 1)
|
|
291
|
+ Me.讀取資料夾路徑1_bt.Name = "讀取資料夾路徑1_bt"
|
|
292
|
+ Me.讀取資料夾路徑1_bt.Size = New System.Drawing.Size(100, 33)
|
|
293
|
+ Me.讀取資料夾路徑1_bt.TabIndex = 1911
|
|
294
|
+ Me.讀取資料夾路徑1_bt.UseVisualStyleBackColor = True
|
|
295
|
+ '
|
|
296
|
+ '會議附件_pb
|
|
297
|
+ '
|
|
298
|
+ Me.會議附件_pb.BackgroundImage = Global.YS_ERP_SYS.My.Resources.Resources.Picture
|
|
299
|
+ Me.會議附件_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
300
|
+ Me.會議附件_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
301
|
+ Me.會議附件_pb.Location = New System.Drawing.Point(650, 35)
|
|
302
|
+ Me.會議附件_pb.Name = "會議附件_pb"
|
|
303
|
+ Me.會議附件_pb.Size = New System.Drawing.Size(317, 405)
|
|
304
|
+ Me.會議附件_pb.TabIndex = 1908
|
|
305
|
+ Me.會議附件_pb.TabStop = False
|
|
306
|
+ '
|
|
307
|
+ '刪除附件1_bt
|
|
308
|
+ '
|
|
309
|
+ Me.刪除附件1_bt.BackgroundImage = Global.YS_ERP_SYS.My.Resources.Resources.GarbageEmpty
|
|
310
|
+ Me.刪除附件1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
311
|
+ Me.刪除附件1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
312
|
+ Me.刪除附件1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
313
|
+ Me.刪除附件1_bt.Location = New System.Drawing.Point(650, 1)
|
|
314
|
+ Me.刪除附件1_bt.Name = "刪除附件1_bt"
|
|
315
|
+ Me.刪除附件1_bt.Size = New System.Drawing.Size(36, 33)
|
|
316
|
+ Me.刪除附件1_bt.TabIndex = 1910
|
|
317
|
+ Me.刪除附件1_bt.UseVisualStyleBackColor = True
|
|
318
|
+ '
|
200
|
319
|
'列印會議記錄_bt
|
201
|
320
|
'
|
202
|
321
|
Me.列印會議記錄_bt.BackgroundImage = Global.YS_ERP_SYS.My.Resources.Resources.print
|
|
@@ -211,39 +330,27 @@ Partial Class 客戶資料表
|
211
|
330
|
'
|
212
|
331
|
'會議地點_tb
|
213
|
332
|
'
|
214
|
|
- Me.會議地點_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
215
|
333
|
Me.會議地點_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
216
|
|
- Me.會議地點_tb.Location = New System.Drawing.Point(59, 53)
|
|
334
|
+ Me.會議地點_tb.Location = New System.Drawing.Point(219, 53)
|
217
|
335
|
Me.會議地點_tb.Name = "會議地點_tb"
|
218
|
|
- Me.會議地點_tb.Size = New System.Drawing.Size(488, 23)
|
|
336
|
+ Me.會議地點_tb.Size = New System.Drawing.Size(327, 23)
|
219
|
337
|
Me.會議地點_tb.TabIndex = 1888
|
220
|
338
|
'
|
221
|
|
- '會議名稱_tb
|
222
|
|
- '
|
223
|
|
- Me.會議名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
224
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
225
|
|
- Me.會議名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
226
|
|
- Me.會議名稱_tb.Location = New System.Drawing.Point(59, 1)
|
227
|
|
- Me.會議名稱_tb.Multiline = True
|
228
|
|
- Me.會議名稱_tb.Name = "會議名稱_tb"
|
229
|
|
- Me.會議名稱_tb.Size = New System.Drawing.Size(386, 50)
|
230
|
|
- Me.會議名稱_tb.TabIndex = 1886
|
231
|
|
- '
|
232
|
339
|
'會議內容_tb
|
233
|
340
|
'
|
234
|
341
|
Me.會議內容_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
235
|
342
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
236
|
343
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
237
|
344
|
Me.會議內容_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
238
|
|
- Me.會議內容_tb.Location = New System.Drawing.Point(5, 120)
|
|
345
|
+ Me.會議內容_tb.Location = New System.Drawing.Point(5, 122)
|
239
|
346
|
Me.會議內容_tb.Multiline = True
|
240
|
347
|
Me.會議內容_tb.Name = "會議內容_tb"
|
241
|
|
- Me.會議內容_tb.Size = New System.Drawing.Size(542, 320)
|
|
348
|
+ Me.會議內容_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
349
|
+ Me.會議內容_tb.Size = New System.Drawing.Size(541, 320)
|
242
|
350
|
Me.會議內容_tb.TabIndex = 1894
|
243
|
351
|
'
|
244
|
352
|
'會議存檔_bt
|
245
|
353
|
'
|
246
|
|
- Me.會議存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
247
|
354
|
Me.會議存檔_bt.BackgroundImage = Global.YS_ERP_SYS.My.Resources.Resources.SAVER2
|
248
|
355
|
Me.會議存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
249
|
356
|
Me.會議存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
@@ -266,7 +373,7 @@ Partial Class 客戶資料表
|
266
|
373
|
'Label16
|
267
|
374
|
'
|
268
|
375
|
Me.Label16.AutoSize = True
|
269
|
|
- Me.Label16.Location = New System.Drawing.Point(152, 81)
|
|
376
|
+ Me.Label16.Location = New System.Drawing.Point(161, 81)
|
270
|
377
|
Me.Label16.Name = "Label16"
|
271
|
378
|
Me.Label16.Size = New System.Drawing.Size(55, 16)
|
272
|
379
|
Me.Label16.TabIndex = 1891
|
|
@@ -274,21 +381,18 @@ Partial Class 客戶資料表
|
274
|
381
|
'
|
275
|
382
|
'Label17
|
276
|
383
|
'
|
277
|
|
- Me.Label17.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
278
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
279
|
384
|
Me.Label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
280
|
385
|
Me.Label17.Location = New System.Drawing.Point(5, 102)
|
281
|
386
|
Me.Label17.Name = "Label17"
|
282
|
|
- Me.Label17.Size = New System.Drawing.Size(542, 19)
|
|
387
|
+ Me.Label17.Size = New System.Drawing.Size(541, 19)
|
283
|
388
|
Me.Label17.TabIndex = 1893
|
284
|
389
|
Me.Label17.Text = "會議內容"
|
285
|
390
|
Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
286
|
391
|
'
|
287
|
392
|
'Label14
|
288
|
393
|
'
|
289
|
|
- Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
290
|
394
|
Me.Label14.AutoSize = True
|
291
|
|
- Me.Label14.Location = New System.Drawing.Point(3, 57)
|
|
395
|
+ Me.Label14.Location = New System.Drawing.Point(163, 57)
|
292
|
396
|
Me.Label14.Name = "Label14"
|
293
|
397
|
Me.Label14.Size = New System.Drawing.Size(55, 16)
|
294
|
398
|
Me.Label14.TabIndex = 1887
|
|
@@ -296,23 +400,19 @@ Partial Class 客戶資料表
|
296
|
400
|
'
|
297
|
401
|
'出席人員_tb
|
298
|
402
|
'
|
299
|
|
- Me.出席人員_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
300
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
301
|
403
|
Me.出席人員_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
302
|
|
- Me.出席人員_tb.Location = New System.Drawing.Point(209, 77)
|
|
404
|
+ Me.出席人員_tb.Location = New System.Drawing.Point(219, 77)
|
303
|
405
|
Me.出席人員_tb.Name = "出席人員_tb"
|
304
|
|
- Me.出席人員_tb.Size = New System.Drawing.Size(338, 23)
|
|
406
|
+ Me.出席人員_tb.Size = New System.Drawing.Size(327, 23)
|
305
|
407
|
Me.出席人員_tb.TabIndex = 1892
|
306
|
408
|
'
|
307
|
409
|
'會議時間_dtp
|
308
|
410
|
'
|
309
|
|
- Me.會議時間_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
310
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
311
|
411
|
Me.會議時間_dtp.CustomFormat = "yyyy/MM/dd"
|
312
|
412
|
Me.會議時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
313
|
413
|
Me.會議時間_dtp.Location = New System.Drawing.Point(59, 78)
|
314
|
414
|
Me.會議時間_dtp.Name = "會議時間_dtp"
|
315
|
|
- Me.會議時間_dtp.Size = New System.Drawing.Size(90, 23)
|
|
415
|
+ Me.會議時間_dtp.Size = New System.Drawing.Size(94, 23)
|
316
|
416
|
Me.會議時間_dtp.TabIndex = 1890
|
317
|
417
|
'
|
318
|
418
|
'Label15
|
|
@@ -324,6 +424,15 @@ Partial Class 客戶資料表
|
324
|
424
|
Me.Label15.TabIndex = 1889
|
325
|
425
|
Me.Label15.Text = "會議時間"
|
326
|
426
|
'
|
|
427
|
+ '會議名稱_tb
|
|
428
|
+ '
|
|
429
|
+ Me.會議名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
430
|
+ Me.會議名稱_tb.Location = New System.Drawing.Point(59, 1)
|
|
431
|
+ Me.會議名稱_tb.Multiline = True
|
|
432
|
+ Me.會議名稱_tb.Name = "會議名稱_tb"
|
|
433
|
+ Me.會議名稱_tb.Size = New System.Drawing.Size(381, 50)
|
|
434
|
+ Me.會議名稱_tb.TabIndex = 1886
|
|
435
|
+ '
|
327
|
436
|
'Label28
|
328
|
437
|
'
|
329
|
438
|
Me.Label28.AutoSize = True
|
|
@@ -339,7 +448,7 @@ Partial Class 客戶資料表
|
339
|
448
|
Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
340
|
449
|
Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
341
|
450
|
Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
|
342
|
|
- Me.CanceL2_bt.Location = New System.Drawing.Point(529, 2)
|
|
451
|
+ Me.CanceL2_bt.Location = New System.Drawing.Point(949, 2)
|
343
|
452
|
Me.CanceL2_bt.Name = "CanceL2_bt"
|
344
|
453
|
Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
|
345
|
454
|
Me.CanceL2_bt.TabIndex = 1374
|
|
@@ -400,19 +509,19 @@ Partial Class 客戶資料表
|
400
|
509
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
401
|
510
|
Me.附件_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
402
|
511
|
Me.附件_dgv.BackgroundColor = System.Drawing.Color.White
|
403
|
|
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
404
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
405
|
|
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
406
|
|
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
407
|
|
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
408
|
|
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
409
|
|
- Me.附件_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
|
512
|
+ DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
513
|
+ DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
|
514
|
+ DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
515
|
+ DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
|
516
|
+ DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
517
|
+ DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
518
|
+ Me.附件_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
|
410
|
519
|
Me.附件_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
411
|
520
|
Me.附件_dgv.Location = New System.Drawing.Point(-1, 34)
|
412
|
521
|
Me.附件_dgv.Name = "附件_dgv"
|
413
|
522
|
Me.附件_dgv.RowHeadersWidth = 5
|
414
|
|
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
415
|
|
- Me.附件_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
523
|
+ DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
524
|
+ Me.附件_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
416
|
525
|
Me.附件_dgv.RowTemplate.Height = 24
|
417
|
526
|
Me.附件_dgv.Size = New System.Drawing.Size(141, 101)
|
418
|
527
|
Me.附件_dgv.TabIndex = 1882
|
|
@@ -703,21 +812,21 @@ Partial Class 客戶資料表
|
703
|
812
|
Me.訪談紀錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
704
|
813
|
Me.訪談紀錄_dgv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders
|
705
|
814
|
Me.訪談紀錄_dgv.BackgroundColor = System.Drawing.Color.White
|
706
|
|
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
707
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
708
|
|
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
709
|
|
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
710
|
|
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
711
|
|
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
712
|
|
- Me.訪談紀錄_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
|
|
815
|
+ DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
816
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
|
|
817
|
+ DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
818
|
+ DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
|
|
819
|
+ DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
820
|
+ DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
821
|
+ Me.訪談紀錄_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
|
713
|
822
|
Me.訪談紀錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
714
|
823
|
Me.訪談紀錄_dgv.Location = New System.Drawing.Point(458, 2)
|
715
|
824
|
Me.訪談紀錄_dgv.Name = "訪談紀錄_dgv"
|
716
|
825
|
Me.訪談紀錄_dgv.RowHeadersWidth = 5
|
717
|
|
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
718
|
|
- Me.訪談紀錄_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
|
826
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
827
|
+ Me.訪談紀錄_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
719
|
828
|
Me.訪談紀錄_dgv.RowTemplate.Height = 24
|
720
|
|
- Me.訪談紀錄_dgv.Size = New System.Drawing.Size(763, 590)
|
|
829
|
+ Me.訪談紀錄_dgv.Size = New System.Drawing.Size(763, 372)
|
721
|
830
|
Me.訪談紀錄_dgv.TabIndex = 1882
|
722
|
831
|
'
|
723
|
832
|
'清單1_dgv
|
|
@@ -726,19 +835,19 @@ Partial Class 客戶資料表
|
726
|
835
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
727
|
836
|
Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
728
|
837
|
Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
|
729
|
|
- DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
730
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
|
731
|
|
- DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
732
|
|
- DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
|
733
|
|
- DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
734
|
|
- DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
735
|
|
- Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
|
|
838
|
+ DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
839
|
+ DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
|
|
840
|
+ DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
841
|
+ DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
|
|
842
|
+ DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
843
|
+ DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
844
|
+ Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9
|
736
|
845
|
Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
737
|
846
|
Me.清單1_dgv.Location = New System.Drawing.Point(0, 50)
|
738
|
847
|
Me.清單1_dgv.Name = "清單1_dgv"
|
739
|
848
|
Me.清單1_dgv.RowHeadersWidth = 5
|
740
|
|
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
741
|
|
- Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
849
|
+ DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
850
|
+ Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
|
742
|
851
|
Me.清單1_dgv.RowTemplate.Height = 24
|
743
|
852
|
Me.清單1_dgv.Size = New System.Drawing.Size(171, 594)
|
744
|
853
|
Me.清單1_dgv.TabIndex = 1881
|
|
@@ -1015,6 +1124,32 @@ Partial Class 客戶資料表
|
1015
|
1124
|
'計算分流1
|
1016
|
1125
|
'
|
1017
|
1126
|
'
|
|
1127
|
+ '計算分流2
|
|
1128
|
+ '
|
|
1129
|
+ '
|
|
1130
|
+ '承租_dgv
|
|
1131
|
+ '
|
|
1132
|
+ Me.承租_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
1133
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1134
|
+ Me.承租_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1135
|
+ Me.承租_dgv.BackgroundColor = System.Drawing.Color.White
|
|
1136
|
+ DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
1137
|
+ DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
|
1138
|
+ DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1139
|
+ DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
|
1140
|
+ DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
1141
|
+ DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
1142
|
+ Me.承租_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
|
1143
|
+ Me.承租_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1144
|
+ Me.承租_dgv.Location = New System.Drawing.Point(458, 373)
|
|
1145
|
+ Me.承租_dgv.Name = "承租_dgv"
|
|
1146
|
+ Me.承租_dgv.RowHeadersWidth = 5
|
|
1147
|
+ DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1148
|
+ Me.承租_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
1149
|
+ Me.承租_dgv.RowTemplate.Height = 24
|
|
1150
|
+ Me.承租_dgv.Size = New System.Drawing.Size(763, 219)
|
|
1151
|
+ Me.承租_dgv.TabIndex = 1900
|
|
1152
|
+ '
|
1018
|
1153
|
'客戶資料表
|
1019
|
1154
|
'
|
1020
|
1155
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
@@ -1035,6 +1170,9 @@ Partial Class 客戶資料表
|
1035
|
1170
|
Me.視窗2_pl.PerformLayout()
|
1036
|
1171
|
Me.Panel7.ResumeLayout(False)
|
1037
|
1172
|
Me.Panel7.PerformLayout()
|
|
1173
|
+ CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1174
|
+ CType(Me.會議附件_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1175
|
+ CType(Me.會議附件_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
1038
|
1176
|
Me.Panel2.ResumeLayout(False)
|
1039
|
1177
|
CType(Me.附件_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1040
|
1178
|
CType(Me.附件_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
|
@@ -1050,6 +1188,7 @@ Partial Class 客戶資料表
|
1050
|
1188
|
Me.Panel4.PerformLayout()
|
1051
|
1189
|
Me.Panel5.ResumeLayout(False)
|
1052
|
1190
|
Me.Panel5.PerformLayout()
|
|
1191
|
+ CType(Me.承租_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1053
|
1192
|
Me.ResumeLayout(False)
|
1054
|
1193
|
|
1055
|
1194
|
End Sub
|
|
@@ -1134,4 +1273,13 @@ Partial Class 客戶資料表
|
1134
|
1273
|
Friend WithEvents CanceL2_bt As Button
|
1135
|
1274
|
Friend WithEvents Panel2 As Panel
|
1136
|
1275
|
Friend WithEvents 會議記錄_bt As Button
|
|
1276
|
+ Friend WithEvents 字體大小_lb As Label
|
|
1277
|
+ Friend WithEvents 字體大小_nud As NumericUpDown
|
|
1278
|
+ Friend WithEvents 會議附件_dgv As DataGridView
|
|
1279
|
+ Friend WithEvents 讀取資料夾路徑1_bt As Button
|
|
1280
|
+ Friend WithEvents 會議附件_pb As PictureBox
|
|
1281
|
+ Friend WithEvents 刪除附件1_bt As Button
|
|
1282
|
+ Friend WithEvents 計算分流2 As Timer
|
|
1283
|
+ Friend WithEvents 附件編碼1_lb As Label
|
|
1284
|
+ Friend WithEvents 承租_dgv As DataGridView
|
1137
|
1285
|
End Class
|