-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumain.lfm
210 lines (210 loc) · 4.22 KB
/
umain.lfm
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
object frmMain: TfrmMain
Left = 429
Height = 463
Top = 126
Width = 449
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'App WA Client - Wak Ilham'
ClientHeight = 463
ClientWidth = 449
KeyPreview = True
Position = poScreenCenter
LCLVersion = '2.2.2.0'
object PageControl1: TPageControl
Left = 0
Height = 320
Top = 0
Width = 449
ActivePage = TabSheet1
Align = alTop
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Send Message'
ClientHeight = 292
ClientWidth = 441
object btnSend1: TButton
Left = 341
Height = 25
Top = 240
Width = 75
Caption = 'Send'
OnClick = btnSend1Click
TabOrder = 0
end
object mMsg1: TMemo
Left = 24
Height = 136
Top = 88
Width = 392
TabOrder = 1
end
object ePhone1: TEdit
Left = 24
Height = 23
Top = 32
Width = 392
NumbersOnly = True
TabOrder = 2
end
object Label1: TLabel
Left = 24
Height = 15
Top = 16
Width = 74
Caption = 'Number (WA)'
ParentColor = False
end
object Label2: TLabel
Left = 24
Height = 15
Top = 72
Width = 46
Caption = 'Message'
ParentColor = False
end
end
object TabSheet2: TTabSheet
Caption = 'Send Group Message'
ClientHeight = 292
ClientWidth = 441
object btnSend2: TButton
Left = 341
Height = 25
Top = 240
Width = 75
Caption = 'Send'
OnClick = btnSend2Click
TabOrder = 0
end
object mMsg2: TMemo
Left = 24
Height = 80
Top = 144
Width = 392
TabOrder = 1
end
object eGroupID1: TEdit
Left = 24
Height = 23
Top = 32
Width = 392
TabOrder = 2
end
object Label3: TLabel
Left = 24
Height = 15
Top = 16
Width = 104
Caption = 'Group ID (Optional)'
ParentColor = False
end
object Label4: TLabel
Left = 24
Height = 15
Top = 128
Width = 46
Caption = 'Message'
ParentColor = False
end
object eGroupName1: TEdit
Left = 24
Height = 23
Top = 88
Width = 392
TabOrder = 3
end
object Label8: TLabel
Left = 24
Height = 15
Top = 72
Width = 98
Caption = 'Group Name (WA)'
ParentColor = False
end
end
object TabSheet3: TTabSheet
Caption = 'Send Image (URL)'
ClientHeight = 292
ClientWidth = 441
object btnSend3: TButton
Left = 341
Height = 25
Top = 240
Width = 75
Caption = 'Send'
OnClick = btnSend3Click
TabOrder = 0
end
object mMsg3: TMemo
Left = 24
Height = 80
Top = 144
Width = 392
MaxLength = 100
TabOrder = 1
end
object eURL1: TEdit
Left = 24
Height = 23
Top = 88
Width = 392
TabOrder = 2
end
object Label5: TLabel
Left = 24
Height = 15
Top = 72
Width = 65
Caption = 'Image (URL)'
ParentColor = False
end
object Label6: TLabel
Left = 24
Height = 15
Top = 128
Width = 42
Caption = 'Caption'
ParentColor = False
end
object ePhone2: TEdit
Left = 24
Height = 23
Top = 32
Width = 392
NumbersOnly = True
TabOrder = 3
end
object Label7: TLabel
Left = 24
Height = 15
Top = 16
Width = 74
Caption = 'Number (WA)'
ParentColor = False
end
end
end
object mLog: TMemo
Left = 0
Height = 120
Top = 320
Width = 449
Align = alClient
ReadOnly = True
TabOrder = 1
end
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 440
Width = 449
Panels = <
item
Text = '@ 2022 - Wak Ilham'
Width = 50
end>
SimplePanel = False
end
end