-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFVS_Output.Designer.vb
More file actions
190 lines (186 loc) · 9.61 KB
/
Copy pathFVS_Output.Designer.vb
File metadata and controls
190 lines (186 loc) · 9.61 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FVS_Output
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.Label1 = New System.Windows.Forms.Label()
Me.ScreenButton = New System.Windows.Forms.Button()
Me.DriverButton = New System.Windows.Forms.Button()
Me.OTSCancelButton = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
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.PSCCohoReportButton = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(253, 44)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(218, 24)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Output Type Selection"
'
'ScreenButton
'
Me.ScreenButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.ScreenButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ScreenButton.Location = New System.Drawing.Point(150, 235)
Me.ScreenButton.Name = "ScreenButton"
Me.ScreenButton.Size = New System.Drawing.Size(194, 61)
Me.ScreenButton.TabIndex = 1
Me.ScreenButton.Text = "Screen Reports"
Me.ScreenButton.UseVisualStyleBackColor = False
'
'DriverButton
'
Me.DriverButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.DriverButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DriverButton.Location = New System.Drawing.Point(394, 235)
Me.DriverButton.Name = "DriverButton"
Me.DriverButton.Size = New System.Drawing.Size(194, 61)
Me.DriverButton.TabIndex = 2
Me.DriverButton.Text = "Report Driver File"
Me.DriverButton.UseVisualStyleBackColor = False
'
'OTSCancelButton
'
Me.OTSCancelButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.OTSCancelButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.OTSCancelButton.Location = New System.Drawing.Point(281, 358)
Me.OTSCancelButton.Name = "OTSCancelButton"
Me.OTSCancelButton.Size = New System.Drawing.Size(194, 61)
Me.OTSCancelButton.TabIndex = 3
Me.OTSCancelButton.Text = "EXIT"
Me.OTSCancelButton.UseVisualStyleBackColor = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(113, 119)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(502, 17)
Me.Label2.TabIndex = 4
Me.Label2.Text = "Screen Reports are Displayed and can be Copied or Printed directly"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(71, 161)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(582, 17)
Me.Label3.TabIndex = 5
Me.Label3.Text = "Report Driver File Allows User to Select Multiple Reports to be sent to Text File" & _
""
'
'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(93, 534)
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(93, 500)
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(10, 534)
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(10, 500)
Me.DatabaseTextLabel.Name = "DatabaseTextLabel"
Me.DatabaseTextLabel.Size = New System.Drawing.Size(61, 13)
Me.DatabaseTextLabel.TabIndex = 27
Me.DatabaseTextLabel.Text = "Database"
'
'PSCCohoReportButton
'
Me.PSCCohoReportButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.PSCCohoReportButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.PSCCohoReportButton.Location = New System.Drawing.Point(519, 456)
Me.PSCCohoReportButton.Name = "PSCCohoReportButton"
Me.PSCCohoReportButton.Size = New System.Drawing.Size(194, 61)
Me.PSCCohoReportButton.TabIndex = 31
Me.PSCCohoReportButton.Text = "PSC Coho Report"
Me.PSCCohoReportButton.UseVisualStyleBackColor = False
'
'FVS_Output
'
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(778, 563)
Me.Controls.Add(Me.PSCCohoReportButton)
Me.Controls.Add(Me.RecordSetNameLabel)
Me.Controls.Add(Me.DatabaseNameLabel)
Me.Controls.Add(Me.RecordSetTextLabel)
Me.Controls.Add(Me.DatabaseTextLabel)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.OTSCancelButton)
Me.Controls.Add(Me.DriverButton)
Me.Controls.Add(Me.ScreenButton)
Me.Controls.Add(Me.Label1)
Me.Name = "FVS_Output"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Output Type Selection"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ScreenButton As System.Windows.Forms.Button
Friend WithEvents DriverButton As System.Windows.Forms.Button
Friend WithEvents OTSCancelButton As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
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
Friend WithEvents PSCCohoReportButton As System.Windows.Forms.Button
End Class