git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@55 05c56307-c608-d34a-929d-697000501d7a
50 lines
950 B
Plaintext
50 lines
950 B
Plaintext
object FSelectUnion: TFSelectUnion
|
|
Left = 425
|
|
Top = 211
|
|
BorderStyle = bsDialog
|
|
Caption = 'Select Union'
|
|
ClientHeight = 271
|
|
ClientWidth = 263
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
AutoScroll = False
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 240
|
|
Width = 263
|
|
Height = 31
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Button1: TButton
|
|
Left = 186
|
|
Top = 4
|
|
Width = 75
|
|
Height = 25
|
|
Caption = '&Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 0
|
|
end
|
|
object Button2: TButton
|
|
Left = 106
|
|
Top = 4
|
|
Width = 75
|
|
Height = 25
|
|
Caption = '&OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object lbUnions: TListBox
|
|
Left = 0
|
|
Top = 0
|
|
Width = 263
|
|
Height = 240
|
|
Align = alClient
|
|
ItemHeight = 13
|
|
TabOrder = 1
|
|
end
|
|
end
|