|
@@ -29,6 +29,8 @@ Partial Class 下拉清單_1
|
29
|
29
|
Me.ListBox4 = New System.Windows.Forms.ListBox()
|
30
|
30
|
Me.上一頁_bt = New System.Windows.Forms.Button()
|
31
|
31
|
Me.下一頁_bt = New System.Windows.Forms.Button()
|
|
32
|
+ Me.最末頁_bt = New System.Windows.Forms.Button()
|
|
33
|
+ Me.最前頁_bt = New System.Windows.Forms.Button()
|
32
|
34
|
Me.SuspendLayout()
|
33
|
35
|
'
|
34
|
36
|
'ListBox1
|
|
@@ -70,9 +72,9 @@ Partial Class 下拉清單_1
|
70
|
72
|
'上一頁_bt
|
71
|
73
|
'
|
72
|
74
|
Me.上一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
73
|
|
- Me.上一頁_bt.Location = New System.Drawing.Point(4, 407)
|
|
75
|
+ Me.上一頁_bt.Location = New System.Drawing.Point(105, 407)
|
74
|
76
|
Me.上一頁_bt.Name = "上一頁_bt"
|
75
|
|
- Me.上一頁_bt.Size = New System.Drawing.Size(160, 25)
|
|
77
|
+ Me.上一頁_bt.Size = New System.Drawing.Size(101, 25)
|
76
|
78
|
Me.上一頁_bt.TabIndex = 1523
|
77
|
79
|
Me.上一頁_bt.Text = "上一頁"
|
78
|
80
|
Me.上一頁_bt.UseVisualStyleBackColor = True
|
|
@@ -80,18 +82,40 @@ Partial Class 下拉清單_1
|
80
|
82
|
'下一頁_bt
|
81
|
83
|
'
|
82
|
84
|
Me.下一頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
83
|
|
- Me.下一頁_bt.Location = New System.Drawing.Point(697, 407)
|
|
85
|
+ Me.下一頁_bt.Location = New System.Drawing.Point(656, 407)
|
84
|
86
|
Me.下一頁_bt.Name = "下一頁_bt"
|
85
|
|
- Me.下一頁_bt.Size = New System.Drawing.Size(160, 25)
|
|
87
|
+ Me.下一頁_bt.Size = New System.Drawing.Size(101, 25)
|
86
|
88
|
Me.下一頁_bt.TabIndex = 1524
|
87
|
89
|
Me.下一頁_bt.Text = "下一頁"
|
88
|
90
|
Me.下一頁_bt.UseVisualStyleBackColor = True
|
89
|
91
|
'
|
|
92
|
+ '最末頁_bt
|
|
93
|
+ '
|
|
94
|
+ Me.最末頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
95
|
+ Me.最末頁_bt.Location = New System.Drawing.Point(756, 407)
|
|
96
|
+ Me.最末頁_bt.Name = "最末頁_bt"
|
|
97
|
+ Me.最末頁_bt.Size = New System.Drawing.Size(101, 25)
|
|
98
|
+ Me.最末頁_bt.TabIndex = 1525
|
|
99
|
+ Me.最末頁_bt.Text = "最末頁"
|
|
100
|
+ Me.最末頁_bt.UseVisualStyleBackColor = True
|
|
101
|
+ '
|
|
102
|
+ '最前頁_bt
|
|
103
|
+ '
|
|
104
|
+ Me.最前頁_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
105
|
+ Me.最前頁_bt.Location = New System.Drawing.Point(4, 407)
|
|
106
|
+ Me.最前頁_bt.Name = "最前頁_bt"
|
|
107
|
+ Me.最前頁_bt.Size = New System.Drawing.Size(101, 25)
|
|
108
|
+ Me.最前頁_bt.TabIndex = 1526
|
|
109
|
+ Me.最前頁_bt.Text = "最前頁"
|
|
110
|
+ Me.最前頁_bt.UseVisualStyleBackColor = True
|
|
111
|
+ '
|
90
|
112
|
'下拉清單_1
|
91
|
113
|
'
|
92
|
114
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
93
|
115
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
94
|
116
|
Me.ClientSize = New System.Drawing.Size(861, 432)
|
|
117
|
+ Me.Controls.Add(Me.最前頁_bt)
|
|
118
|
+ Me.Controls.Add(Me.最末頁_bt)
|
95
|
119
|
Me.Controls.Add(Me.下一頁_bt)
|
96
|
120
|
Me.Controls.Add(Me.上一頁_bt)
|
97
|
121
|
Me.Controls.Add(Me.ListBox4)
|
|
@@ -115,4 +139,6 @@ Partial Class 下拉清單_1
|
115
|
139
|
Friend WithEvents ListBox4 As ListBox
|
116
|
140
|
Friend WithEvents 上一頁_bt As Button
|
117
|
141
|
Friend WithEvents 下一頁_bt As Button
|
|
142
|
+ Friend WithEvents 最末頁_bt As Button
|
|
143
|
+ Friend WithEvents 最前頁_bt As Button
|
118
|
144
|
End Class
|