-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFVS_InputMenu.Designer.vb
More file actions
232 lines (228 loc) · 12.2 KB
/
Copy pathFVS_InputMenu.Designer.vb
File metadata and controls
232 lines (228 loc) · 12.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FVS_InputMenu
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.MainLabel = New System.Windows.Forms.Label
Me.CmdStockRecruits = New System.Windows.Forms.Button
Me.CmdFishery = New System.Windows.Forms.Button
Me.CmdNonRetention = New System.Windows.Forms.Button
Me.CmdSizeLimits = New System.Windows.Forms.Button
Me.CmdExit = New System.Windows.Forms.Button
Me.StkLabel = New System.Windows.Forms.Label
Me.FishLabel = New System.Windows.Forms.Label
Me.CmdStkFish = New System.Windows.Forms.Button
Me.CmdPSCMaxER = New System.Windows.Forms.Button
Me.RecordSetNameLabel = New System.Windows.Forms.Label
Me.DatabaseNameLabel = New System.Windows.Forms.Label
Me.RecordSetTextLabel = New System.Windows.Forms.Label
Me.DatabaseTextLabel = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'MainLabel
'
Me.MainLabel.AutoSize = True
Me.MainLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MainLabel.Location = New System.Drawing.Point(326, 55)
Me.MainLabel.Name = "MainLabel"
Me.MainLabel.Size = New System.Drawing.Size(141, 29)
Me.MainLabel.TabIndex = 0
Me.MainLabel.Text = "Input Menu"
'
'CmdStockRecruits
'
Me.CmdStockRecruits.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdStockRecruits.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdStockRecruits.Location = New System.Drawing.Point(128, 178)
Me.CmdStockRecruits.Name = "CmdStockRecruits"
Me.CmdStockRecruits.Size = New System.Drawing.Size(199, 50)
Me.CmdStockRecruits.TabIndex = 5
Me.CmdStockRecruits.Text = "Stock Recruits"
Me.CmdStockRecruits.UseVisualStyleBackColor = False
'
'CmdFishery
'
Me.CmdFishery.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdFishery.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdFishery.Location = New System.Drawing.Point(497, 178)
Me.CmdFishery.Name = "CmdFishery"
Me.CmdFishery.Size = New System.Drawing.Size(199, 50)
Me.CmdFishery.TabIndex = 6
Me.CmdFishery.Text = "Quota/Scalers"
Me.CmdFishery.UseVisualStyleBackColor = False
'
'CmdNonRetention
'
Me.CmdNonRetention.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdNonRetention.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdNonRetention.Location = New System.Drawing.Point(497, 258)
Me.CmdNonRetention.Name = "CmdNonRetention"
Me.CmdNonRetention.Size = New System.Drawing.Size(199, 50)
Me.CmdNonRetention.TabIndex = 7
Me.CmdNonRetention.Text = "Non-Retention"
Me.CmdNonRetention.UseVisualStyleBackColor = False
'
'CmdSizeLimits
'
Me.CmdSizeLimits.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdSizeLimits.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdSizeLimits.Location = New System.Drawing.Point(497, 346)
Me.CmdSizeLimits.Name = "CmdSizeLimits"
Me.CmdSizeLimits.Size = New System.Drawing.Size(199, 50)
Me.CmdSizeLimits.TabIndex = 8
Me.CmdSizeLimits.Text = "Size Limits"
Me.CmdSizeLimits.UseVisualStyleBackColor = False
'
'CmdExit
'
Me.CmdExit.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdExit.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdExit.Location = New System.Drawing.Point(311, 488)
Me.CmdExit.Name = "CmdExit"
Me.CmdExit.Size = New System.Drawing.Size(199, 50)
Me.CmdExit.TabIndex = 9
Me.CmdExit.Text = "EXIT"
Me.CmdExit.UseVisualStyleBackColor = False
'
'StkLabel
'
Me.StkLabel.AutoSize = True
Me.StkLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.StkLabel.Location = New System.Drawing.Point(173, 114)
Me.StkLabel.Name = "StkLabel"
Me.StkLabel.Size = New System.Drawing.Size(78, 29)
Me.StkLabel.TabIndex = 10
Me.StkLabel.Text = "Stock"
'
'FishLabel
'
Me.FishLabel.AutoSize = True
Me.FishLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FishLabel.Location = New System.Drawing.Point(543, 114)
Me.FishLabel.Name = "FishLabel"
Me.FishLabel.Size = New System.Drawing.Size(99, 29)
Me.FishLabel.TabIndex = 11
Me.FishLabel.Text = "Fishery"
'
'CmdStkFish
'
Me.CmdStkFish.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdStkFish.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdStkFish.Location = New System.Drawing.Point(128, 258)
Me.CmdStkFish.Name = "CmdStkFish"
Me.CmdStkFish.Size = New System.Drawing.Size(199, 68)
Me.CmdStkFish.TabIndex = 12
Me.CmdStkFish.Text = "Stock/Fishery Scalers"
Me.CmdStkFish.UseVisualStyleBackColor = False
'
'CmdPSCMaxER
'
Me.CmdPSCMaxER.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.CmdPSCMaxER.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CmdPSCMaxER.Location = New System.Drawing.Point(128, 346)
Me.CmdPSCMaxER.Name = "CmdPSCMaxER"
Me.CmdPSCMaxER.Size = New System.Drawing.Size(199, 50)
Me.CmdPSCMaxER.TabIndex = 13
Me.CmdPSCMaxER.Text = "PSC Max ER's"
Me.CmdPSCMaxER.UseVisualStyleBackColor = False
Me.CmdPSCMaxER.Visible = False
'
'RecordSetNameLabel
'
Me.RecordSetNameLabel.AutoSize = True
Me.RecordSetNameLabel.BackColor = System.Drawing.Color.Yellow
Me.RecordSetNameLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RecordSetNameLabel.Location = New System.Drawing.Point(125, 632)
Me.RecordSetNameLabel.Name = "RecordSetNameLabel"
Me.RecordSetNameLabel.Size = New System.Drawing.Size(121, 17)
Me.RecordSetNameLabel.TabIndex = 30
Me.RecordSetNameLabel.Text = "recordset name"
'
'DatabaseNameLabel
'
Me.DatabaseNameLabel.AutoSize = True
Me.DatabaseNameLabel.BackColor = System.Drawing.Color.Yellow
Me.DatabaseNameLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DatabaseNameLabel.Location = New System.Drawing.Point(125, 598)
Me.DatabaseNameLabel.Name = "DatabaseNameLabel"
Me.DatabaseNameLabel.Size = New System.Drawing.Size(119, 17)
Me.DatabaseNameLabel.TabIndex = 29
Me.DatabaseNameLabel.Text = "database name"
'
'RecordSetTextLabel
'
Me.RecordSetTextLabel.AutoSize = True
Me.RecordSetTextLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RecordSetTextLabel.Location = New System.Drawing.Point(42, 632)
Me.RecordSetTextLabel.Name = "RecordSetTextLabel"
Me.RecordSetTextLabel.Size = New System.Drawing.Size(67, 13)
Me.RecordSetTextLabel.TabIndex = 28
Me.RecordSetTextLabel.Text = "RecordSet"
'
'DatabaseTextLabel
'
Me.DatabaseTextLabel.AutoSize = True
Me.DatabaseTextLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DatabaseTextLabel.Location = New System.Drawing.Point(42, 598)
Me.DatabaseTextLabel.Name = "DatabaseTextLabel"
Me.DatabaseTextLabel.Size = New System.Drawing.Size(61, 13)
Me.DatabaseTextLabel.TabIndex = 27
Me.DatabaseTextLabel.Text = "Database"
'
'FVS_InputMenu
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.AutoScroll = True
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(832, 670)
Me.Controls.Add(Me.RecordSetNameLabel)
Me.Controls.Add(Me.DatabaseNameLabel)
Me.Controls.Add(Me.RecordSetTextLabel)
Me.Controls.Add(Me.DatabaseTextLabel)
Me.Controls.Add(Me.CmdPSCMaxER)
Me.Controls.Add(Me.CmdStkFish)
Me.Controls.Add(Me.FishLabel)
Me.Controls.Add(Me.StkLabel)
Me.Controls.Add(Me.CmdExit)
Me.Controls.Add(Me.CmdSizeLimits)
Me.Controls.Add(Me.CmdNonRetention)
Me.Controls.Add(Me.CmdFishery)
Me.Controls.Add(Me.CmdStockRecruits)
Me.Controls.Add(Me.MainLabel)
Me.Name = "FVS_InputMenu"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "FVS_InputMenu"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MainLabel As System.Windows.Forms.Label
Friend WithEvents CmdStockRecruits As System.Windows.Forms.Button
Friend WithEvents CmdFishery As System.Windows.Forms.Button
Friend WithEvents CmdNonRetention As System.Windows.Forms.Button
Friend WithEvents CmdSizeLimits As System.Windows.Forms.Button
Friend WithEvents CmdExit As System.Windows.Forms.Button
Friend WithEvents StkLabel As System.Windows.Forms.Label
Friend WithEvents FishLabel As System.Windows.Forms.Label
Friend WithEvents CmdStkFish As System.Windows.Forms.Button
Friend WithEvents CmdPSCMaxER As System.Windows.Forms.Button
Friend WithEvents RecordSetNameLabel As System.Windows.Forms.Label
Friend WithEvents DatabaseNameLabel As System.Windows.Forms.Label
Friend WithEvents RecordSetTextLabel As System.Windows.Forms.Label
Friend WithEvents DatabaseTextLabel As System.Windows.Forms.Label
End Class