234 lines
8.3 KiB
VB.net
234 lines
8.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form2
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Formularz przesłania metodę dispose, aby wyczyścić listę składników.
|
|
<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
|
|
|
|
'Wymagane przez Projektanta formularzy systemu Windows
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'UWAGA: następująca procedura jest wymagana przez Projektanta formularzy systemu Windows
|
|
'Możesz to modyfikować, używając Projektanta formularzy systemu Windows.
|
|
'Nie należy modyfikować za pomocą edytora kodu.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.TextBox4 = New System.Windows.Forms.TextBox()
|
|
Me.TextBox5 = New System.Windows.Forms.TextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(116, 128)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "withdraw"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(103, 90)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox1.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(28, 96)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "ammound"
|
|
'
|
|
'TextBox3
|
|
'
|
|
Me.TextBox3.Location = New System.Drawing.Point(346, 131)
|
|
Me.TextBox3.Name = "TextBox3"
|
|
Me.TextBox3.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox3.TabIndex = 4
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(269, 96)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "topup for"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(272, 131)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label3.TabIndex = 6
|
|
Me.Label3.Text = "ammoud"
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Items.AddRange(New Object() {"t-mobile", "play", "orange", "plus"})
|
|
Me.ComboBox1.Location = New System.Drawing.Point(346, 87)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox1.TabIndex = 7
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(355, 174)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 8
|
|
Me.Button2.Text = "buy top up"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(74, 214)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(129, 23)
|
|
Me.Button3.TabIndex = 9
|
|
Me.Button3.Text = "show card balance"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Location = New System.Drawing.Point(572, 127)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button4.TabIndex = 10
|
|
Me.Button4.Text = "deposit"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(572, 77)
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox2.TabIndex = 11
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(501, 77)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(45, 13)
|
|
Me.Label4.TabIndex = 12
|
|
Me.Label4.Text = "amound"
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.Location = New System.Drawing.Point(585, 384)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button5.TabIndex = 13
|
|
Me.Button5.Text = "c2c transfer"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(465, 290)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(101, 13)
|
|
Me.Label5.TabIndex = 14
|
|
Me.Label5.Text = "reciver card number"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(504, 334)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label6.TabIndex = 15
|
|
Me.Label6.Text = "ammound"
|
|
'
|
|
'TextBox4
|
|
'
|
|
Me.TextBox4.Location = New System.Drawing.Point(572, 283)
|
|
Me.TextBox4.Name = "TextBox4"
|
|
Me.TextBox4.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox4.TabIndex = 16
|
|
'
|
|
'TextBox5
|
|
'
|
|
Me.TextBox5.Location = New System.Drawing.Point(572, 334)
|
|
Me.TextBox5.Name = "TextBox5"
|
|
Me.TextBox5.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox5.TabIndex = 17
|
|
'
|
|
'Form2
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.TextBox5)
|
|
Me.Controls.Add(Me.TextBox4)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Button5)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.TextBox2)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.ComboBox1)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.TextBox3)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Name = "Form2"
|
|
Me.Text = "buy topup"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents TextBox3 As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents TextBox2 As TextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents TextBox4 As TextBox
|
|
Friend WithEvents TextBox5 As TextBox
|
|
End Class
|