|
@@ -22,12 +22,11 @@ Partial Class 日誌
|
22
|
22
|
'請勿使用程式碼編輯器進行修改。
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
26
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
25
|
+ Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
27
|
Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
|
28
|
28
|
Me.Label3 = New System.Windows.Forms.Label()
|
29
|
29
|
Me.歷史資料_dgv = New System.Windows.Forms.DataGridView()
|
30
|
|
- Me.Label1 = New System.Windows.Forms.Label()
|
31
|
30
|
Me.日期1_lb = New System.Windows.Forms.Label()
|
32
|
31
|
Me.內容1_tb = New System.Windows.Forms.TextBox()
|
33
|
32
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
@@ -42,6 +41,8 @@ Partial Class 日誌
|
42
|
41
|
Me.字體大小_cb = New System.Windows.Forms.ComboBox()
|
43
|
42
|
Me.自型_cb = New System.Windows.Forms.ComboBox()
|
44
|
43
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
44
|
+ Me.歷史_ch = New System.Windows.Forms.CheckBox()
|
|
45
|
+ Me.全部_ch = New System.Windows.Forms.CheckBox()
|
45
|
46
|
CType(Me.歷史資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
46
|
47
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
47
|
48
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
@@ -71,8 +72,8 @@ Partial Class 日誌
|
71
|
72
|
'
|
72
|
73
|
'歷史資料_dgv
|
73
|
74
|
'
|
74
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
75
|
|
- Me.歷史資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
75
|
+ DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
76
|
+ Me.歷史資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
76
|
77
|
Me.歷史資料_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
77
|
78
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
78
|
79
|
Me.歷史資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -80,22 +81,13 @@ Partial Class 日誌
|
80
|
81
|
Me.歷史資料_dgv.Location = New System.Drawing.Point(5, 48)
|
81
|
82
|
Me.歷史資料_dgv.Name = "歷史資料_dgv"
|
82
|
83
|
Me.歷史資料_dgv.RowHeadersWidth = 5
|
83
|
|
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
84
|
|
- Me.歷史資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
84
|
+ DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
85
|
+ Me.歷史資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
85
|
86
|
Me.歷史資料_dgv.RowTemplate.Height = 24
|
86
|
87
|
Me.歷史資料_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
87
|
88
|
Me.歷史資料_dgv.Size = New System.Drawing.Size(155, 575)
|
88
|
89
|
Me.歷史資料_dgv.TabIndex = 1070
|
89
|
90
|
'
|
90
|
|
- 'Label1
|
91
|
|
- '
|
92
|
|
- Me.Label1.AutoSize = True
|
93
|
|
- Me.Label1.Location = New System.Drawing.Point(11, 29)
|
94
|
|
- Me.Label1.Name = "Label1"
|
95
|
|
- Me.Label1.Size = New System.Drawing.Size(79, 16)
|
96
|
|
- Me.Label1.TabIndex = 1071
|
97
|
|
- Me.Label1.Text = "歷史上的今天"
|
98
|
|
- '
|
99
|
91
|
'日期1_lb
|
100
|
92
|
'
|
101
|
93
|
Me.日期1_lb.AutoSize = True
|
|
@@ -190,7 +182,7 @@ Partial Class 日誌
|
190
|
182
|
Me.內容3_tb.Multiline = True
|
191
|
183
|
Me.內容3_tb.Name = "內容3_tb"
|
192
|
184
|
Me.內容3_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
193
|
|
- Me.內容3_tb.Size = New System.Drawing.Size(754, 170)
|
|
185
|
+ Me.內容3_tb.Size = New System.Drawing.Size(754, 173)
|
194
|
186
|
Me.內容3_tb.TabIndex = 1077
|
195
|
187
|
'
|
196
|
188
|
'日期3_lb
|
|
@@ -264,6 +256,28 @@ Partial Class 日誌
|
264
|
256
|
Me.Label4.TabIndex = 1079
|
265
|
257
|
Me.Label4.Text = "字型"
|
266
|
258
|
'
|
|
259
|
+ '歷史_ch
|
|
260
|
+ '
|
|
261
|
+ Me.歷史_ch.AutoSize = True
|
|
262
|
+ Me.歷史_ch.Checked = True
|
|
263
|
+ Me.歷史_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
|
264
|
+ Me.歷史_ch.Location = New System.Drawing.Point(5, 27)
|
|
265
|
+ Me.歷史_ch.Name = "歷史_ch"
|
|
266
|
+ Me.歷史_ch.Size = New System.Drawing.Size(98, 20)
|
|
267
|
+ Me.歷史_ch.TabIndex = 1081
|
|
268
|
+ Me.歷史_ch.Text = "歷史上的今天"
|
|
269
|
+ Me.歷史_ch.UseVisualStyleBackColor = True
|
|
270
|
+ '
|
|
271
|
+ '全部_ch
|
|
272
|
+ '
|
|
273
|
+ Me.全部_ch.AutoSize = True
|
|
274
|
+ Me.全部_ch.Location = New System.Drawing.Point(111, 27)
|
|
275
|
+ Me.全部_ch.Name = "全部_ch"
|
|
276
|
+ Me.全部_ch.Size = New System.Drawing.Size(50, 20)
|
|
277
|
+ Me.全部_ch.TabIndex = 1082
|
|
278
|
+ Me.全部_ch.Text = "全部"
|
|
279
|
+ Me.全部_ch.UseVisualStyleBackColor = True
|
|
280
|
+ '
|
267
|
281
|
'日誌
|
268
|
282
|
'
|
269
|
283
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
@@ -276,10 +290,11 @@ Partial Class 日誌
|
276
|
290
|
Me.Controls.Add(Me.存檔_bt)
|
277
|
291
|
Me.Controls.Add(Me.列表查詢_bt)
|
278
|
292
|
Me.Controls.Add(Me.SplitContainer1)
|
279
|
|
- Me.Controls.Add(Me.Label1)
|
280
|
293
|
Me.Controls.Add(Me.歷史資料_dgv)
|
281
|
294
|
Me.Controls.Add(Me.日期_dtp)
|
282
|
295
|
Me.Controls.Add(Me.Label3)
|
|
296
|
+ Me.Controls.Add(Me.歷史_ch)
|
|
297
|
+ Me.Controls.Add(Me.全部_ch)
|
283
|
298
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
284
|
299
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
285
|
300
|
Me.Name = "日誌"
|
|
@@ -304,7 +319,6 @@ Partial Class 日誌
|
304
|
319
|
Friend WithEvents 日期_dtp As DateTimePicker
|
305
|
320
|
Friend WithEvents Label3 As Label
|
306
|
321
|
Friend WithEvents 歷史資料_dgv As DataGridView
|
307
|
|
- Friend WithEvents Label1 As Label
|
308
|
322
|
Friend WithEvents 日期1_lb As Label
|
309
|
323
|
Friend WithEvents 內容1_tb As TextBox
|
310
|
324
|
Friend WithEvents SplitContainer1 As SplitContainer
|
|
@@ -319,4 +333,6 @@ Partial Class 日誌
|
319
|
333
|
Friend WithEvents 字體大小_cb As ComboBox
|
320
|
334
|
Friend WithEvents 自型_cb As ComboBox
|
321
|
335
|
Friend WithEvents Label4 As Label
|
|
336
|
+ Friend WithEvents 歷史_ch As CheckBox
|
|
337
|
+ Friend WithEvents 全部_ch As CheckBox
|
322
|
338
|
End Class
|