-
Notifications
You must be signed in to change notification settings - Fork 0
/
DirWindow.Designer.vb
272 lines (267 loc) · 11.5 KB
/
DirWindow.Designer.vb
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DirWindow
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()
Dim ListViewItem1 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem(New String() {"47471", "Senor Tipillo"}, -1)
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DirWindow))
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.LoadingLabel = New System.Windows.Forms.Label()
Me.SelectButton = New System.Windows.Forms.Button()
Me.NoNoButton = New System.Windows.Forms.Button()
Me.UserGroupBox = New System.Windows.Forms.GroupBox()
Me.SearchBox = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.DirectoryView = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.OKButton = New System.Windows.Forms.Button()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.CheckbookOK = New System.Windows.Forms.Button()
Me.UMSNBRButton = New System.Windows.Forms.RadioButton()
Me.GBANKRButton = New System.Windows.Forms.RadioButton()
Me.RIVERRButton = New System.Windows.Forms.RadioButton()
Me.BankGroupBox = New System.Windows.Forms.GroupBox()
Me.Name = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.UserGroupBox.SuspendLayout()
Me.BankGroupBox.SuspendLayout()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.PictureBox1.Image = Global.VIBE__But_on_Visual_Studio_.My.Resources.Resources.UMSWEB
Me.PictureBox1.Location = New System.Drawing.Point(12, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(87, 53)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 0
Me.PictureBox1.TabStop = False
Me.PictureBox1.WaitOnLoad = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(105, 12)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(215, 25)
Me.Label1.TabIndex = 1
Me.Label1.Text = "UMSWEB Directory"
'
'LoadingLabel
'
Me.LoadingLabel.AutoSize = True
Me.LoadingLabel.Location = New System.Drawing.Point(107, 37)
Me.LoadingLabel.Name = "LoadingLabel"
Me.LoadingLabel.Size = New System.Drawing.Size(54, 13)
Me.LoadingLabel.TabIndex = 2
Me.LoadingLabel.Text = "Loading..."
'
'SelectButton
'
Me.SelectButton.Location = New System.Drawing.Point(12, 419)
Me.SelectButton.Name = "SelectButton"
Me.SelectButton.Size = New System.Drawing.Size(134, 23)
Me.SelectButton.TabIndex = 4
Me.SelectButton.Text = "Select"
Me.SelectButton.UseVisualStyleBackColor = True
'
'NoNoButton
'
Me.NoNoButton.Location = New System.Drawing.Point(185, 419)
Me.NoNoButton.Name = "NoNoButton"
Me.NoNoButton.Size = New System.Drawing.Size(134, 23)
Me.NoNoButton.TabIndex = 4
Me.NoNoButton.Text = "Cancel"
Me.NoNoButton.UseVisualStyleBackColor = True
'
'UserGroupBox
'
Me.UserGroupBox.Controls.Add(Me.SearchBox)
Me.UserGroupBox.Controls.Add(Me.Label2)
Me.UserGroupBox.Controls.Add(Me.DirectoryView)
Me.UserGroupBox.Location = New System.Drawing.Point(12, 71)
Me.UserGroupBox.Name = "UserGroupBox"
Me.UserGroupBox.Size = New System.Drawing.Size(308, 284)
Me.UserGroupBox.TabIndex = 5
Me.UserGroupBox.TabStop = False
Me.UserGroupBox.Text = "User"
'
'SearchBox
'
Me.SearchBox.Location = New System.Drawing.Point(53, 13)
Me.SearchBox.Name = "SearchBox"
Me.SearchBox.Size = New System.Drawing.Size(247, 20)
Me.SearchBox.TabIndex = 6
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(6, 16)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 13)
Me.Label2.TabIndex = 5
Me.Label2.Text = "Search"
'
'DirectoryView
'
Me.DirectoryView.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
Me.DirectoryView.HideSelection = False
Me.DirectoryView.Items.AddRange(New System.Windows.Forms.ListViewItem() {ListViewItem1})
Me.DirectoryView.Location = New System.Drawing.Point(6, 42)
Me.DirectoryView.MultiSelect = False
Me.DirectoryView.Name = "DirectoryView"
Me.DirectoryView.Size = New System.Drawing.Size(294, 236)
Me.DirectoryView.TabIndex = 4
Me.DirectoryView.UseCompatibleStateImageBehavior = False
Me.DirectoryView.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "ID"
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Name"
Me.ColumnHeader2.Width = 200
'
'OKButton
'
Me.OKButton.Location = New System.Drawing.Point(12, 419)
Me.OKButton.Name = "OKButton"
Me.OKButton.Size = New System.Drawing.Size(134, 23)
Me.OKButton.TabIndex = 1
Me.OKButton.Text = "OK"
Me.OKButton.UseVisualStyleBackColor = True
Me.OKButton.Visible = False
'
'BackgroundWorker1
'
'
'CheckbookOK
'
Me.CheckbookOK.Location = New System.Drawing.Point(12, 419)
Me.CheckbookOK.Name = "CheckbookOK"
Me.CheckbookOK.Size = New System.Drawing.Size(134, 23)
Me.CheckbookOK.TabIndex = 1
Me.CheckbookOK.Text = "OK"
Me.CheckbookOK.UseVisualStyleBackColor = True
Me.CheckbookOK.Visible = False
'
'UMSNBRButton
'
Me.UMSNBRButton.AutoSize = True
Me.UMSNBRButton.Location = New System.Drawing.Point(6, 19)
Me.UMSNBRButton.Name = "UMSNBRButton"
Me.UMSNBRButton.Size = New System.Drawing.Size(64, 17)
Me.UMSNBRButton.TabIndex = 0
Me.UMSNBRButton.TabStop = True
Me.UMSNBRButton.Text = "UMSNB"
Me.UMSNBRButton.UseVisualStyleBackColor = True
'
'GBANKRButton
'
Me.GBANKRButton.AutoSize = True
Me.GBANKRButton.Location = New System.Drawing.Point(121, 19)
Me.GBANKRButton.Name = "GBANKRButton"
Me.GBANKRButton.Size = New System.Drawing.Size(62, 17)
Me.GBANKRButton.TabIndex = 0
Me.GBANKRButton.TabStop = True
Me.GBANKRButton.Text = "GBANK"
Me.GBANKRButton.UseVisualStyleBackColor = True
'
'RIVERRButton
'
Me.RIVERRButton.AutoSize = True
Me.RIVERRButton.Location = New System.Drawing.Point(242, 19)
Me.RIVERRButton.Name = "RIVERRButton"
Me.RIVERRButton.Size = New System.Drawing.Size(58, 17)
Me.RIVERRButton.TabIndex = 0
Me.RIVERRButton.TabStop = True
Me.RIVERRButton.Text = "RIVER"
Me.RIVERRButton.UseVisualStyleBackColor = True
'
'BankGroupBox
'
Me.BankGroupBox.Controls.Add(Me.RIVERRButton)
Me.BankGroupBox.Controls.Add(Me.GBANKRButton)
Me.BankGroupBox.Controls.Add(Me.UMSNBRButton)
Me.BankGroupBox.Location = New System.Drawing.Point(12, 361)
Me.BankGroupBox.Name = "BankGroupBox"
Me.BankGroupBox.Size = New System.Drawing.Size(306, 52)
Me.BankGroupBox.TabIndex = 6
Me.BankGroupBox.TabStop = False
Me.BankGroupBox.Text = "Bank"
'
'DirWindow
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(331, 454)
Me.Controls.Add(Me.CheckbookOK)
Me.Controls.Add(Me.OKButton)
Me.Controls.Add(Me.BankGroupBox)
Me.Controls.Add(Me.UserGroupBox)
Me.Controls.Add(Me.NoNoButton)
Me.Controls.Add(Me.SelectButton)
Me.Controls.Add(Me.LoadingLabel)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.PictureBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximumSize = New System.Drawing.Size(347, 505)
Me.MinimumSize = New System.Drawing.Size(347, 300)
'Me.Name = "DirWindow"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Directory"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.UserGroupBox.ResumeLayout(False)
Me.UserGroupBox.PerformLayout()
Me.BankGroupBox.ResumeLayout(False)
Me.BankGroupBox.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents LoadingLabel As Label
Friend WithEvents SelectButton As Button
Friend WithEvents NoNoButton As Button
Friend WithEvents UserGroupBox As GroupBox
Friend WithEvents OKButton As Button
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents ListView1 As ListView
Friend WithEvents ID As ColumnHeader
#Disable Warning BC40004 ' Member conflicts with member in the base type and should be declared 'Shadows'
Friend WithEvents Name As ColumnHeader
Friend WithEvents CheckbookOK As Button
Friend WithEvents UMSNBRButton As RadioButton
Friend WithEvents GBANKRButton As RadioButton
Friend WithEvents RIVERRButton As RadioButton
Friend WithEvents BankGroupBox As GroupBox
Friend WithEvents SearchBox As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents DirectoryView As ListView
Friend WithEvents ColumnHeader1 As ColumnHeader
Friend WithEvents ColumnHeader2 As ColumnHeader
#Enable Warning BC40004 ' Member conflicts with member in the base type and should be declared 'Shadows'
End Class