-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnt_BaseCad.dfm
More file actions
82 lines (82 loc) · 1.83 KB
/
Unt_BaseCad.dfm
File metadata and controls
82 lines (82 loc) · 1.83 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
74
75
76
77
78
79
80
81
82
object F_BaseCad: TF_BaseCad
Left = 0
Top = 0
AlphaBlend = True
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
ClientHeight = 497
ClientWidth = 670
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poDesktopCenter
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object pgctrl_base: TcxPageControl
Left = 0
Top = 0
Width = 670
Height = 497
Align = alClient
TabOrder = 0
Properties.ActivePage = ts_base
Properties.CustomButtons.Buttons = <>
Properties.HideTabs = True
ClientRectBottom = 496
ClientRectLeft = 1
ClientRectRight = 669
ClientRectTop = 1
object ts_base: TcxTabSheet
Caption = 'ts_base'
ImageIndex = 0
object pnl_Base: TPanel
Left = 0
Top = 462
Width = 668
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
668
33)
object btn_Salvar: TcxButton
Left = 476
Top = 5
Width = 91
Height = 25
Action = act_Salvar
Anchors = [akTop, akRight]
TabOrder = 0
end
object btn_Cancelar: TcxButton
Left = 573
Top = 5
Width = 91
Height = 25
Action = act_Cancelar
Anchors = [akTop, akRight]
TabOrder = 1
end
end
end
end
object act_cadastros: TActionList
Left = 136
Top = 136
object act_Salvar: TAction
Caption = 'Salvar registro'
OnExecute = act_SalvarExecute
end
object act_Cancelar: TAction
Caption = 'Cancelar registro'
OnExecute = act_CancelarExecute
end
end
end