-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuPrincipal.dfm
98 lines (98 loc) · 2.26 KB
/
uPrincipal.dfm
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
object Ranorex: TRanorex
Left = 0
Top = 0
Caption = 'Ranorex'
ClientHeight = 239
ClientWidth = 411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pnl1: TPanel
Left = 0
Top = 0
Width = 411
Height = 239
Align = alClient
BevelOuter = bvLowered
TabOrder = 0
ExplicitWidth = 553
ExplicitHeight = 262
object lblTitulo: TLabel
Left = 155
Top = 10
Width = 79
Height = 23
Caption = 'Ranorex'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
end
object btnIniciar: TButton
Left = 55
Top = 180
Width = 297
Height = 32
Caption = 'Iniciar'
TabOrder = 0
OnClick = btnIniciarClick
end
object cbbModulosCadastro: TComboBox
Left = 193
Top = 50
Width = 159
Height = 21
TabOrder = 1
OnChange = cbbModulosCadastroChange
end
object cbbModulosProcedimentos: TComboBox
Left = 193
Top = 127
Width = 159
Height = 21
TabOrder = 2
Text = 'cbbModulos'
OnChange = cbbModulosCadastroChange
end
object chkCadastro: TCheckBox
Left = 55
Top = 52
Width = 97
Height = 17
Caption = 'Cadastro'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
TabOrder = 3
OnClick = chkCadastroClick
end
object chkProcedimento: TCheckBox
Left = 55
Top = 129
Width = 118
Height = 17
Caption = 'Procedimento'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
TabOrder = 4
OnClick = chkProcedimentoClick
end
end
end