-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitMain.dfm
More file actions
41 lines (41 loc) · 769 Bytes
/
Copy pathUnitMain.dfm
File metadata and controls
41 lines (41 loc) · 769 Bytes
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
object Form1: TForm1
Left = 297
Top = 182
Width = 928
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object dbtxt1: TDBText
Left = 528
Top = 144
Width = 65
Height = 17
DataSource = dsTest
end
object conDB: TZConnection
ControlsCodePage = cGET_ACP
UTF8StringsAsWideField = False
AutoEncodeStrings = False
Port = 0
Database = 'database'
Left = 144
Top = 208
end
object dsTest: TDataSource
Left = 256
Top = 128
end
object ztbl1: TZTable
Connection = conDB
Left = 144
Top = 112
end
end