-
Notifications
You must be signed in to change notification settings - Fork 0
/
MOP.Designer.vb
368 lines (363 loc) · 17.3 KB
/
MOP.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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MOP
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MOP))
Me.Panel1 = New System.Windows.Forms.Panel()
Me.upipanel = New System.Windows.Forms.Panel()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.upil = New System.Windows.Forms.Label()
Me.upitxt = New System.Windows.Forms.TextBox()
Me.cardpanel = New System.Windows.Forms.Panel()
Me.expdate = New System.Windows.Forms.DateTimePicker()
Me.crdtxt = New System.Windows.Forms.TextBox()
Me.cvvl = New System.Windows.Forms.Label()
Me.crdn = New System.Windows.Forms.Label()
Me.cvv = New System.Windows.Forms.TextBox()
Me.expl = New System.Windows.Forms.Label()
Me.UPI = New System.Windows.Forms.Button()
Me.Card = New System.Windows.Forms.Button()
Me.Cash = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.X = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.OK = New System.Windows.Forms.Button()
Me.Visaimg = New System.Windows.Forms.PictureBox()
Me.Mastcrd = New System.Windows.Forms.PictureBox()
Me.Amrexp = New System.Windows.Forms.PictureBox()
Me.Discover = New System.Windows.Forms.PictureBox()
Me.Panel1.SuspendLayout()
Me.upipanel.SuspendLayout()
Me.cardpanel.SuspendLayout()
Me.Panel2.SuspendLayout()
CType(Me.Visaimg, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Mastcrd, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Amrexp, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Discover, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(44, Byte), Integer), CType(CType(62, Byte), Integer), CType(CType(80, Byte), Integer))
Me.Panel1.Controls.Add(Me.OK)
Me.Panel1.Controls.Add(Me.upipanel)
Me.Panel1.Controls.Add(Me.cardpanel)
Me.Panel1.Controls.Add(Me.UPI)
Me.Panel1.Controls.Add(Me.Card)
Me.Panel1.Controls.Add(Me.Cash)
Me.Panel1.Location = New System.Drawing.Point(39, 104)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(525, 604)
Me.Panel1.TabIndex = 0
'
'upipanel
'
Me.upipanel.BackgroundImage = CType(resources.GetObject("upipanel.BackgroundImage"), System.Drawing.Image)
Me.upipanel.Controls.Add(Me.ComboBox1)
Me.upipanel.Controls.Add(Me.upil)
Me.upipanel.Controls.Add(Me.upitxt)
Me.upipanel.Location = New System.Drawing.Point(52, 376)
Me.upipanel.Name = "upipanel"
Me.upipanel.Size = New System.Drawing.Size(403, 63)
Me.upipanel.TabIndex = 13
'
'ComboBox1
'
Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(119, 15)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(247, 28)
Me.ComboBox1.TabIndex = 10
'
'upil
'
Me.upil.AutoSize = True
Me.upil.BackColor = System.Drawing.Color.Transparent
Me.upil.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.upil.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.upil.Location = New System.Drawing.Point(56, 18)
Me.upil.Name = "upil"
Me.upil.Size = New System.Drawing.Size(61, 22)
Me.upil.TabIndex = 9
Me.upil.Text = "UPI ID"
'
'upitxt
'
Me.upitxt.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.upitxt.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
Me.upitxt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.upitxt.Location = New System.Drawing.Point(119, 16)
Me.upitxt.Name = "upitxt"
Me.upitxt.Size = New System.Drawing.Size(247, 27)
Me.upitxt.TabIndex = 4
'
'cardpanel
'
Me.cardpanel.BackgroundImage = CType(resources.GetObject("cardpanel.BackgroundImage"), System.Drawing.Image)
Me.cardpanel.Controls.Add(Me.Discover)
Me.cardpanel.Controls.Add(Me.Amrexp)
Me.cardpanel.Controls.Add(Me.Mastcrd)
Me.cardpanel.Controls.Add(Me.Visaimg)
Me.cardpanel.Controls.Add(Me.expdate)
Me.cardpanel.Controls.Add(Me.crdtxt)
Me.cardpanel.Controls.Add(Me.cvvl)
Me.cardpanel.Controls.Add(Me.crdn)
Me.cardpanel.Controls.Add(Me.cvv)
Me.cardpanel.Controls.Add(Me.expl)
Me.cardpanel.Location = New System.Drawing.Point(49, 230)
Me.cardpanel.Name = "cardpanel"
Me.cardpanel.Size = New System.Drawing.Size(406, 72)
Me.cardpanel.TabIndex = 12
'
'expdate
'
Me.expdate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.expdate.Location = New System.Drawing.Point(97, 43)
Me.expdate.Name = "expdate"
Me.expdate.Size = New System.Drawing.Size(107, 22)
Me.expdate.TabIndex = 8
'
'crdtxt
'
Me.crdtxt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.crdtxt.Location = New System.Drawing.Point(144, 7)
Me.crdtxt.MaxLength = 14
Me.crdtxt.Name = "crdtxt"
Me.crdtxt.Size = New System.Drawing.Size(227, 28)
Me.crdtxt.TabIndex = 3
'
'cvvl
'
Me.cvvl.AutoSize = True
Me.cvvl.BackColor = System.Drawing.Color.Transparent
Me.cvvl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cvvl.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.cvvl.Location = New System.Drawing.Point(257, 41)
Me.cvvl.Name = "cvvl"
Me.cvvl.Size = New System.Drawing.Size(42, 25)
Me.cvvl.TabIndex = 5
Me.cvvl.Text = "cvv"
'
'crdn
'
Me.crdn.AutoSize = True
Me.crdn.BackColor = System.Drawing.Color.Transparent
Me.crdn.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.crdn.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.crdn.Location = New System.Drawing.Point(11, 12)
Me.crdn.Name = "crdn"
Me.crdn.Size = New System.Drawing.Size(78, 20)
Me.crdn.TabIndex = 6
Me.crdn.Text = "Card No"
'
'cvv
'
Me.cvv.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cvv.Location = New System.Drawing.Point(306, 40)
Me.cvv.MaxLength = 3
Me.cvv.Name = "cvv"
Me.cvv.Size = New System.Drawing.Size(64, 27)
Me.cvv.TabIndex = 5
'
'expl
'
Me.expl.AutoSize = True
Me.expl.BackColor = System.Drawing.Color.Transparent
Me.expl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.expl.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.expl.Location = New System.Drawing.Point(9, 41)
Me.expl.Name = "expl"
Me.expl.Size = New System.Drawing.Size(87, 25)
Me.expl.TabIndex = 7
Me.expl.Text = "exp.date"
'
'UPI
'
Me.UPI.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.UPI.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.UPI.ForeColor = System.Drawing.SystemColors.Control
Me.UPI.Location = New System.Drawing.Point(49, 314)
Me.UPI.Name = "UPI"
Me.UPI.Size = New System.Drawing.Size(408, 67)
Me.UPI.TabIndex = 2
Me.UPI.Text = "UPI"
Me.UPI.UseVisualStyleBackColor = False
'
'Card
'
Me.Card.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.Card.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Card.ForeColor = System.Drawing.SystemColors.Control
Me.Card.Location = New System.Drawing.Point(49, 170)
Me.Card.Name = "Card"
Me.Card.Size = New System.Drawing.Size(408, 67)
Me.Card.TabIndex = 1
Me.Card.Text = "Card"
Me.Card.UseVisualStyleBackColor = False
'
'Cash
'
Me.Cash.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.Cash.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Cash.ForeColor = System.Drawing.SystemColors.Control
Me.Cash.Location = New System.Drawing.Point(49, 39)
Me.Cash.Name = "Cash"
Me.Cash.Size = New System.Drawing.Size(408, 67)
Me.Cash.TabIndex = 0
Me.Cash.Text = "Cash"
Me.Cash.UseCompatibleTextRendering = True
Me.Cash.UseVisualStyleBackColor = False
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.Panel2.Controls.Add(Me.X)
Me.Panel2.Controls.Add(Me.Label1)
Me.Panel2.Location = New System.Drawing.Point(-8, -9)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(660, 71)
Me.Panel2.TabIndex = 1
'
'X
'
Me.X.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.X.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.X.ForeColor = System.Drawing.SystemColors.Control
Me.X.Location = New System.Drawing.Point(563, 0)
Me.X.Margin = New System.Windows.Forms.Padding(0)
Me.X.Name = "X"
Me.X.Size = New System.Drawing.Size(60, 80)
Me.X.TabIndex = 4
Me.X.Text = "X"
Me.X.UseVisualStyleBackColor = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label1.Location = New System.Drawing.Point(170, 24)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(241, 32)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Mode Of Payment"
'
'OK
'
Me.OK.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(57, Byte), Integer))
Me.OK.Font = New System.Drawing.Font("Microsoft Sans Serif", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.OK.ForeColor = System.Drawing.SystemColors.Control
Me.OK.Location = New System.Drawing.Point(140, 468)
Me.OK.Name = "OK"
Me.OK.Size = New System.Drawing.Size(192, 55)
Me.OK.TabIndex = 3
Me.OK.Text = "OK"
Me.OK.UseVisualStyleBackColor = False
'
'Visaimg
'
Me.Visaimg.Image = CType(resources.GetObject("Visaimg.Image"), System.Drawing.Image)
Me.Visaimg.Location = New System.Drawing.Point(93, 3)
Me.Visaimg.Name = "Visaimg"
Me.Visaimg.Size = New System.Drawing.Size(48, 33)
Me.Visaimg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Visaimg.TabIndex = 9
Me.Visaimg.TabStop = False
'
'Mastcrd
'
Me.Mastcrd.Image = CType(resources.GetObject("Mastcrd.Image"), System.Drawing.Image)
Me.Mastcrd.Location = New System.Drawing.Point(93, 3)
Me.Mastcrd.Name = "Mastcrd"
Me.Mastcrd.Size = New System.Drawing.Size(48, 33)
Me.Mastcrd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Mastcrd.TabIndex = 10
Me.Mastcrd.TabStop = False
'
'Amrexp
'
Me.Amrexp.Image = CType(resources.GetObject("Amrexp.Image"), System.Drawing.Image)
Me.Amrexp.Location = New System.Drawing.Point(94, 4)
Me.Amrexp.Name = "Amrexp"
Me.Amrexp.Size = New System.Drawing.Size(48, 33)
Me.Amrexp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Amrexp.TabIndex = 14
Me.Amrexp.TabStop = False
'
'Discover
'
Me.Discover.Image = CType(resources.GetObject("Discover.Image"), System.Drawing.Image)
Me.Discover.Location = New System.Drawing.Point(94, 4)
Me.Discover.Name = "Discover"
Me.Discover.Size = New System.Drawing.Size(48, 33)
Me.Discover.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Discover.TabIndex = 10
Me.Discover.TabStop = False
'
'MOP
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.ClientSize = New System.Drawing.Size(611, 768)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "MOP"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "MOP"
Me.Panel1.ResumeLayout(False)
Me.upipanel.ResumeLayout(False)
Me.upipanel.PerformLayout()
Me.cardpanel.ResumeLayout(False)
Me.cardpanel.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
CType(Me.Visaimg, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Mastcrd, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Amrexp, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Discover, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As Windows.Forms.Panel
Friend WithEvents Panel2 As Windows.Forms.Panel
Friend WithEvents UPI As Windows.Forms.Button
Friend WithEvents Card As Windows.Forms.Button
Friend WithEvents Cash As Windows.Forms.Button
Friend WithEvents X As Windows.Forms.Button
Friend WithEvents Label1 As Windows.Forms.Label
Friend WithEvents OK As Windows.Forms.Button
Friend WithEvents upitxt As Windows.Forms.TextBox
Friend WithEvents crdtxt As Windows.Forms.TextBox
Friend WithEvents cvv As Windows.Forms.TextBox
Friend WithEvents expl As Windows.Forms.Label
Friend WithEvents crdn As Windows.Forms.Label
Friend WithEvents cvvl As Windows.Forms.Label
Friend WithEvents upil As Windows.Forms.Label
Friend WithEvents expdate As Windows.Forms.DateTimePicker
Friend WithEvents upipanel As Windows.Forms.Panel
Friend WithEvents cardpanel As Windows.Forms.Panel
Friend WithEvents ComboBox1 As Windows.Forms.ComboBox
Friend WithEvents Discover As Windows.Forms.PictureBox
Friend WithEvents Amrexp As Windows.Forms.PictureBox
Friend WithEvents Mastcrd As Windows.Forms.PictureBox
Friend WithEvents Visaimg As Windows.Forms.PictureBox
End Class