-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitDolgi.~dfm
More file actions
55 lines (55 loc) · 1.21 KB
/
Copy pathUnitDolgi.~dfm
File metadata and controls
55 lines (55 loc) · 1.21 KB
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
object FormDolgi: TFormDolgi
Left = 335
Top = 183
Width = 801
Height = 483
Align = alTop
AutoSize = True
Caption = 'Dolgi'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LabelNzvTabl: TLabel
Left = 280
Top = 24
Width = 168
Height = 20
Caption = #209#239#232#241#238#234' '#237#229#243#241#239#229#226#224#254#249#232#245
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 0
Top = 40
Width = 753
Height = 305
Align = alCustom
Anchors = [akLeft, akTop, akBottom]
DataSource = DM.DsDolgi
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 240
Top = 352
Width = 240
Height = 25
DataSource = DM.DsDolgi
TabOrder = 1
end
end