# | Line 8 | Line 8 | object Form1: TForm1 | |
---|---|---|
8 | ClientWidth = 658 | |
9 | OnClose = FormClose | |
10 | OnShow = FormShow | |
11 | < | LCLVersion = '1.4.0.3' |
11 | > | LCLVersion = '1.4.2.0' |
12 | object Label1: TLabel | |
13 | Left = 16 | |
14 | Height = 15 | |
# | Line 306 | Line 306 | object Form1: TForm1 | |
306 | AllowStreamedConnected = False | |
307 | DatabaseName = 'localhost:employee' | |
308 | Params.Strings = ( | |
309 | < | 'lc_ctype=UTF-8' |
309 | > | 'lc_ctype=UTF8' |
310 | 'user_name=SYSDBA' | |
311 | ) | |
312 | DefaultTransaction = IBTransaction1 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |