-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUtrans.dfm
More file actions
73 lines (73 loc) · 1.81 KB
/
Utrans.dfm
File metadata and controls
73 lines (73 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
object TransForm: TTransForm
Left = 0
Top = 0
Caption = 'TransForm'
ClientHeight = 370
ClientWidth = 472
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
DesignSize = (
472
370)
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 15
Top = 40
Width = 449
Height = 154
Anchors = [akLeft, akTop, akRight]
DataSource = dm.DeptSource
Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 14
Top = 9
Width = 290
Height = 25
DataSource = dm.DeptSource
TabOrder = 1
end
object Button1: TButton
Left = 328
Top = 9
Width = 121
Height = 25
Caption = #49325#51228
TabOrder = 2
OnClick = Button1Click
end
object DBGrid2: TDBGrid
Left = 16
Top = 208
Width = 448
Height = 154
Margins.Top = 16
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = dm.InsaSource
Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object FDQuery1: TFDQuery
Connection = dm.FDConnection1
Left = 328
Top = 72
end
end