forked from benibela/apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
systemoptions.lfm
118 lines (118 loc) · 2.23 KB
/
systemoptions.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
object systemOptionsFrm: TsystemOptionsFrm
Left = 344
Height = 513
Top = 159
Width = 551
Caption = 'Systemoptionen'
ClientHeight = 513
ClientWidth = 551
KeyPreview = True
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
LCLVersion = '1.8.0.2'
object Label3: TLabel
Left = 7
Height = 15
Top = 10
Width = 145
Caption = 'Systemeigenschaften:'
ParentColor = False
end
object Label4: TLabel
Left = 12
Height = 15
Top = 287
Width = 104
Caption = 'API-Ausführung:'
ParentColor = False
end
object Label5: TLabel
Left = 100
Height = 15
Top = 407
Width = 60
Caption = 'Ergebnis:'
ParentColor = False
end
object Label6: TLabel
Left = 19
Height = 15
Top = 310
Width = 20
Caption = 'dll:'
ParentColor = False
end
object Label14: TLabel
Left = 19
Height = 15
Top = 341
Width = 59
Caption = 'Funktion:'
ParentColor = False
end
object Label16: TLabel
Left = 19
Height = 15
Top = 374
Width = 71
Caption = 'Parameter:'
ParentColor = False
end
object callAPIResult_lbl: TLabel
Left = 151
Height = 1
Top = 407
Width = 1
ParentColor = False
end
object callAPIDLL: TEdit
Left = 79
Height = 25
Top = 306
Width = 219
OnChange = callAPIDLLChange
TabOrder = 0
end
object callAPIParameter: TEdit
Left = 79
Height = 25
Top = 370
Width = 458
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = '(0,@''Hallo'',@''Welt'',0)'
end
object callAPI: TButton
Left = 19
Height = 25
Top = 402
Width = 75
Caption = 'call'
OnClick = callAPIClick
TabOrder = 2
end
object systemProperties: TPanel
Left = 7
Height = 241
Top = 33
Width = 532
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
end
object callAPIProc: TComboBox
Left = 79
Height = 25
Top = 337
Width = 219
ItemHeight = 0
TabOrder = 4
Text = 'MessageBox'
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
Left = 329
Top = 310
end
end