This repository has been archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuFrmDlgRecorrido.dfm
164 lines (164 loc) · 3.66 KB
/
uFrmDlgRecorrido.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
inherited FrmDlgRecorrido: TFrmDlgRecorrido
Caption = 'Recorrido'
PixelsPerInch = 96
TextHeight = 13
inherited PageControl1: TPageControl
inherited TabSheet1: TTabSheet
Caption = 'Recorrido'
object Label1: TLabel
Left = 504
Top = 160
Width = 11
Height = 13
Caption = 'ID'
FocusControl = DBEdit1
Visible = False
end
object Label2: TLabel
Left = 504
Top = 200
Width = 45
Height = 13
Caption = 'L_INICIO'
FocusControl = DBEdit2
Visible = False
end
object Label3: TLabel
Left = 504
Top = 240
Width = 28
Height = 13
Caption = 'L_FIN'
FocusControl = DBEdit3
Visible = False
end
object Label4: TLabel
Left = 456
Top = 80
Width = 44
Height = 13
Caption = 'ESCALAS'
FocusControl = DBEdit4
Visible = False
end
object Label5: TLabel
Left = 16
Top = 32
Width = 32
Height = 13
Caption = 'DESDE'
FocusControl = DBLookupComboBox1
end
object Label6: TLabel
Left = 16
Top = 72
Width = 33
Height = 13
Caption = 'HASTA'
FocusControl = DBLookupComboBox2
end
object Label7: TLabel
Left = 456
Top = 32
Width = 108
Height = 13
Caption = 'CODIGO_RECORRIDO'
FocusControl = DBEdit5
end
object Label8: TLabel
Left = 16
Top = 128
Width = 209
Height = 13
Caption = 'DESCRIPCION: (EJ: ma'#241'ana, tarde, noche)'
FocusControl = DBEdit6
end
object DBEdit1: TDBEdit
Left = 504
Top = 176
Width = 134
Height = 21
DataField = 'ID'
DataSource = DSBase
TabOrder = 5
Visible = False
end
object DBEdit2: TDBEdit
Left = 504
Top = 216
Width = 134
Height = 21
DataField = 'L_INICIO'
DataSource = DSBase
TabOrder = 6
Visible = False
end
object DBEdit3: TDBEdit
Left = 504
Top = 256
Width = 134
Height = 21
DataField = 'L_FIN'
DataSource = DSBase
TabOrder = 7
Visible = False
end
object DBEdit4: TDBEdit
Left = 456
Top = 96
Width = 134
Height = 21
DataField = 'ESCALAS'
DataSource = DSBase
TabOrder = 3
Visible = False
OnContextPopup = DBEdit4ContextPopup
OnKeyDown = DBEdit4KeyDown
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 16
Top = 48
Width = 404
Height = 21
DataField = 'lookL_Inicio'
DataSource = DSBase
TabOrder = 0
OnCloseUp = DBLookupComboBox1CloseUp
end
object DBLookupComboBox2: TDBLookupComboBox
Left = 16
Top = 88
Width = 404
Height = 21
DataField = 'lookL_Fin'
DataSource = DSBase
TabOrder = 2
OnCloseUp = DBLookupComboBox2CloseUp
end
object DBEdit5: TDBEdit
Left = 456
Top = 48
Width = 134
Height = 21
DataField = 'CODIGO'
DataSource = DSBase
Enabled = False
TabOrder = 1
end
object DBEdit6: TDBEdit
Left = 16
Top = 144
Width = 264
Height = 21
DataField = 'DESCRIPCION'
DataSource = DSBase
TabOrder = 4
end
end
end
inherited DSBase: TDataSource
DataSet = DMDatos.Recorrido
Left = 104
Top = 72
end
end