-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmydbmain.lfm
214 lines (214 loc) · 4.21 KB
/
mydbmain.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
211
212
213
214
object FMain: TFMain
Left = 1919
Height = 527
Top = 689
Width = 1123
Caption = 'FMain'
ClientHeight = 527
ClientWidth = 1123
Menu = MM1
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
object DBGrid1: TDBGrid
Left = 8
Height = 224
Top = 248
Width = 1072
Color = clWindow
Columns = <>
DataSource = DM1.DS1
TabOrder = 0
end
object Button1: TButton
Left = 50
Height = 25
Top = 30
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 1
end
object Memo1: TMemo
Left = 16
Height = 186
Top = 56
Width = 448
Lines.Strings = (
'Memo1'
)
ScrollBars = ssBoth
TabOrder = 2
end
object Memo2: TMemo
Left = 472
Height = 170
Top = 56
Width = 608
Lines.Strings = (
'Memo2'
)
ScrollBars = ssAutoBoth
TabOrder = 3
end
object Edit1: TEdit
Left = 341
Height = 24
Top = 15
Width = 80
OnKeyUp = Edit1KeyUp
TabOrder = 4
Text = 'Edit1'
end
object SB1: TStatusBar
Left = 0
Height = 20
Top = 507
Width = 1123
Panels = <
item
Alignment = taCenter
Width = 50
end
item
Width = 50
end
item
Width = 50
end>
SimplePanel = False
end
object MM1: TMainMenu
Left = 656
Top = 8
object MenuItem1: TMenuItem
Caption = 'Kartoteker'
object MenuItem6: TMenuItem
Action = AFirma
end
object MenuItem5: TMenuItem
Action = AKonto
end
object MenuItem3: TMenuItem
Action = APostnr
end
object Separator2: TMenuItem
Action = AImport
end
object MenuItem2: TMenuItem
Action = AImportZip
end
object Separator3: TMenuItem
Caption = '-'
end
object MenuItem9: TMenuItem
Action = ASettings
end
object Separator1: TMenuItem
Caption = '-'
end
object MenuItem4: TMenuItem
Action = AAfslut
end
end
object MenuItem7: TMenuItem
Caption = 'Funktioner'
object MenuItem8: TMenuItem
Action = ABilagsreg
end
end
object MenuItem10: TMenuItem
Action = AAbout
end
end
object AL1: TActionList
Tag = 1
Left = 736
object AImportZip: TAction
Caption = 'rsImportZipCode'
OnExecute = AImportZipExecute
end
object APostnr: TAction
Caption = 'rsPostDistrikt'
OnExecute = APostnrExecute
end
object APostnrEdit: TAction
Tag = 1
Caption = 'rsRet'
OnExecute = APostnrEditExecute
end
object APostnrNy: TAction
Tag = 1
Caption = 'rsNy'
OnExecute = APostnrNyExecute
end
object AAfslut: TAction
Caption = 'rsAfslut'
OnExecute = AAfslutExecute
end
object APostnrDel: TAction
Tag = 1
Caption = 'rsSlet'
OnExecute = APostnrDelExecute
end
object AFirma: TAction
Caption = 'rsFirmaOplysninger'
OnExecute = AFirmaExecute
end
object AKonto: TAction
Caption = 'rsKontoplan'
OnExecute = AKontoExecute
end
object AKontoNy: TAction
Tag = 1
Caption = 'rsNy'
OnExecute = AKontoNyExecute
end
object AImport: TAction
Caption = 'rsImport'
OnExecute = AImportExecute
ShortCut = 49225
end
object Akontoedit: TAction
Tag = 1
Caption = 'rsRet'
OnExecute = AkontoeditExecute
end
object AKontoDel: TAction
Tag = 1
Caption = 'rsSlet'
OnExecute = AKontoDelExecute
end
object ABilagsreg: TAction
Caption = 'rsBilagsRegistrering'
OnExecute = ABilagsregExecute
end
object ASettings: TAction
Caption = 'rsSettings'
OnExecute = ASettingsExecute
end
object AVelgKto: TAction
Tag = 1
Caption = ' rsVelg'
OnExecute = AVelgKtoExecute
end
object AAbout: TAction
Caption = 'rsOm'
OnExecute = AAboutExecute
end
end
object OD1: TOpenDialog
Title = 'rsOpenFile'
Left = 253
Top = 15
end
object il1: TImageList
Left = 537
Top = 7
end
object OpenDialog1: TOpenDialog
Filter = '*.pdf|*.pdf'
Left = 145
Top = 15
end
end