-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm23.frm
More file actions
125 lines (123 loc) · 3.56 KB
/
Form23.frm
File metadata and controls
125 lines (123 loc) · 3.56 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
VERSION 5.00
Begin VB.Form Form23
BackColor = &H00FFFFFF&
Caption = "Form23"
ClientHeight = 9210
ClientLeft = 120
ClientTop = 465
ClientWidth = 11370
LinkTopic = "Form23"
ScaleHeight = 11415
ScaleWidth = 18960
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
Height = 615
Left = 240
Picture = "Form23.frx":0000
Style = 1 'Graphical
TabIndex = 1
Top = 120
Width = 1215
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Price Rs /-"
BeginProperty Font
Name = "Calibri"
Size = 20.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 15720
TabIndex = 3
Top = 2640
Width = 3255
End
Begin VB.Image Image6
Height = 780
Left = 17760
Picture = "Form23.frx":05F0
Stretch = -1 'True
Top = 360
Width = 780
End
Begin VB.Image Image5
Height = 1020
Left = 15960
Picture = "Form23.frx":2466
Stretch = -1 'True
Top = 3240
Width = 2730
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "(GSM/HSP/LTE)"
BeginProperty Font
Name = "Arial"
Size = 21.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 7680
TabIndex = 2
Top = 1440
Width = 5535
End
Begin VB.Image Image2
Height = 8955
Left = 8520
Picture = "Form23.frx":5856
Top = 2400
Width = 7035
End
Begin VB.Image Image1
Height = 8400
Left = -1080
Picture = "Form23.frx":10A31
Stretch = -1 'True
Top = 2040
Width = 10215
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "SAMSUNG GALAXY S6 EDGE"
BeginProperty Font
Name = "Arial Rounded MT Bold"
Size = 27.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 240
TabIndex = 0
Top = 960
Width = 8055
End
End
Attribute VB_Name = "Form23"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form11.Show
End Sub
Private Sub Image5_Click()
Form50.Show
End Sub
Private Sub Image6_Click()
Form1.Show
End Sub