-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm4.Designer.vb
More file actions
236 lines (232 loc) · 12.9 KB
/
Form4.Designer.vb
File metadata and controls
236 lines (232 loc) · 12.9 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form4
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 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form4))
Me.Panel3 = New System.Windows.Forms.Panel()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.ListView1 = New System.Windows.Forms.ListView()
Me.ColumnHeader5 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader6 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader7 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.Button4 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.Panel3.SuspendLayout()
Me.SuspendLayout()
'
'Panel3
'
Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel3.BackColor = System.Drawing.Color.White
Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Panel3.Controls.Add(Me.Button2)
Me.Panel3.Controls.Add(Me.Button1)
Me.Panel3.Controls.Add(Me.Button5)
Me.Panel3.Controls.Add(Me.ListView1)
Me.Panel3.Location = New System.Drawing.Point(-30, -37)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(437, 523)
Me.Panel3.TabIndex = 92
'
'Button2
'
Me.Button2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button2.BackColor = System.Drawing.Color.White
Me.Button2.CausesValidation = False
Me.Button2.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.Button2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Khaki
Me.Button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LemonChiffon
Me.Button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gainsboro
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Font = New System.Drawing.Font("方正黑体_GBK", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, CType(134, Byte))
Me.Button2.ForeColor = System.Drawing.Color.DarkSlateBlue
Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image)
Me.Button2.Location = New System.Drawing.Point(40, 47)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(73, 26)
Me.Button2.TabIndex = 98
Me.Button2.Text = "暂停"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button2.UseVisualStyleBackColor = False
'
'Button1
'
Me.Button1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.BackColor = System.Drawing.Color.White
Me.Button1.CausesValidation = False
Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.Button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Khaki
Me.Button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LemonChiffon
Me.Button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gainsboro
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("方正黑体_GBK", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, CType(134, Byte))
Me.Button1.ForeColor = System.Drawing.Color.DarkSlateBlue
Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image)
Me.Button1.Location = New System.Drawing.Point(119, 47)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(73, 26)
Me.Button1.TabIndex = 97
Me.Button1.Text = "开始"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button1.UseVisualStyleBackColor = False
'
'Button5
'
Me.Button5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button5.BackColor = System.Drawing.Color.White
Me.Button5.CausesValidation = False
Me.Button5.FlatAppearance.BorderColor = System.Drawing.Color.DarkSlateBlue
Me.Button5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Khaki
Me.Button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LemonChiffon
Me.Button5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gainsboro
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.Font = New System.Drawing.Font("方正黑体_GBK", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, CType(134, Byte))
Me.Button5.ForeColor = System.Drawing.Color.DarkSlateBlue
Me.Button5.Image = CType(resources.GetObject("Button5.Image"), System.Drawing.Image)
Me.Button5.Location = New System.Drawing.Point(266, 47)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(103, 26)
Me.Button5.TabIndex = 96
Me.Button5.Text = "保存数据"
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button5.UseVisualStyleBackColor = False
'
'ListView1
'
Me.ListView1.AllowColumnReorder = True
Me.ListView1.AllowDrop = True
Me.ListView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListView1.BackColor = System.Drawing.Color.White
Me.ListView1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader5, Me.ColumnHeader6, Me.ColumnHeader7})
Me.ListView1.Font = New System.Drawing.Font("微软雅黑", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, CType(238, Byte))
Me.ListView1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(43, Byte), Integer), CType(CType(43, Byte), Integer), CType(CType(43, Byte), Integer))
Me.ListView1.FullRowSelect = True
Me.ListView1.HideSelection = False
Me.ListView1.Location = New System.Drawing.Point(40, 79)
Me.ListView1.Name = "ListView1"
Me.ListView1.Size = New System.Drawing.Size(329, 426)
Me.ListView1.TabIndex = 15
Me.ListView1.UseCompatibleStateImageBehavior = False
Me.ListView1.View = System.Windows.Forms.View.Details
'
'ColumnHeader5
'
Me.ColumnHeader5.Text = "时刻"
Me.ColumnHeader5.Width = 80
'
'ColumnHeader6
'
Me.ColumnHeader6.Text = "操作"
Me.ColumnHeader6.Width = 80
'
'ColumnHeader7
'
Me.ColumnHeader7.Text = "目标"
Me.ColumnHeader7.Width = 100
'
'Button4
'
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button4.BackColor = System.Drawing.Color.White
Me.Button4.CausesValidation = False
Me.Button4.FlatAppearance.BorderColor = System.Drawing.Color.DarkSlateBlue
Me.Button4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Khaki
Me.Button4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LemonChiffon
Me.Button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gainsboro
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Font = New System.Drawing.Font("方正黑体_GBK", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, CType(134, Byte))
Me.Button4.ForeColor = System.Drawing.Color.DarkSlateBlue
Me.Button4.Image = CType(resources.GetObject("Button4.Image"), System.Drawing.Image)
Me.Button4.Location = New System.Drawing.Point(238, 497)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(103, 26)
Me.Button4.TabIndex = 93
Me.Button4.Text = "结束会话"
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button4.UseVisualStyleBackColor = False
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button3.BackColor = System.Drawing.Color.White
Me.Button3.CausesValidation = False
Me.Button3.FlatAppearance.BorderColor = System.Drawing.Color.DarkSlateBlue
Me.Button3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Khaki
Me.Button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LemonChiffon
Me.Button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Gainsboro
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("方正黑体_GBK", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, CType(134, Byte))
Me.Button3.ForeColor = System.Drawing.Color.DarkSlateBlue
Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image)
Me.Button3.Location = New System.Drawing.Point(129, 497)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(103, 26)
Me.Button3.TabIndex = 94
Me.Button3.Text = "清空数据"
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button3.UseVisualStyleBackColor = False
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "#"
'
'Form4
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.GhostWhite
Me.ClientSize = New System.Drawing.Size(353, 535)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Panel3)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Form4"
Me.Text = "输出"
Me.Panel3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel3 As Panel
Friend WithEvents Button4 As Button
Friend WithEvents ListView1 As ListView
Friend WithEvents ColumnHeader5 As ColumnHeader
Friend WithEvents ColumnHeader6 As ColumnHeader
Friend WithEvents ColumnHeader7 As ColumnHeader
Friend WithEvents Button5 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button1 As Button
Friend WithEvents Button3 As Button
Friend WithEvents ColumnHeader1 As ColumnHeader
End Class