128 lines
2.6 KiB
Plaintext
128 lines
2.6 KiB
Plaintext
|
|
object JvBackgroundClientsEditor: TJvBackgroundClientsEditor
|
||
|
|
Left = 250
|
||
|
|
Top = 108
|
||
|
|
BorderStyle = bsDialog
|
||
|
|
Caption = 'Add/Remove Clients'
|
||
|
|
ClientHeight = 255
|
||
|
|
ClientWidth = 345
|
||
|
|
Color = clBtnFace
|
||
|
|
ParentFont = True
|
||
|
|
OldCreateOrder = True
|
||
|
|
Position = poScreenCenter
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object SrcLabel: TLabel
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
Width = 145
|
||
|
|
Height = 16
|
||
|
|
AutoSize = False
|
||
|
|
Caption = 'Available Controls:'
|
||
|
|
end
|
||
|
|
object DstLabel: TLabel
|
||
|
|
Left = 192
|
||
|
|
Top = 8
|
||
|
|
Width = 145
|
||
|
|
Height = 16
|
||
|
|
AutoSize = False
|
||
|
|
Caption = 'Selected Controls:'
|
||
|
|
end
|
||
|
|
object IncludeBtn: TSpeedButton
|
||
|
|
Left = 160
|
||
|
|
Top = 56
|
||
|
|
Width = 24
|
||
|
|
Height = 24
|
||
|
|
Caption = '>'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -13
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
ParentFont = False
|
||
|
|
OnClick = IncludeBtnClick
|
||
|
|
end
|
||
|
|
object IncAllBtn: TSpeedButton
|
||
|
|
Left = 160
|
||
|
|
Top = 88
|
||
|
|
Width = 24
|
||
|
|
Height = 24
|
||
|
|
Caption = '>>'
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -13
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
ParentFont = False
|
||
|
|
OnClick = IncAllBtnClick
|
||
|
|
end
|
||
|
|
object ExcludeBtn: TSpeedButton
|
||
|
|
Left = 160
|
||
|
|
Top = 120
|
||
|
|
Width = 24
|
||
|
|
Height = 24
|
||
|
|
Caption = '<'
|
||
|
|
Enabled = False
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -13
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
ParentFont = False
|
||
|
|
OnClick = ExcludeBtnClick
|
||
|
|
end
|
||
|
|
object ExAllBtn: TSpeedButton
|
||
|
|
Left = 160
|
||
|
|
Top = 152
|
||
|
|
Width = 24
|
||
|
|
Height = 24
|
||
|
|
Caption = '<<'
|
||
|
|
Enabled = False
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -13
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
ParentFont = False
|
||
|
|
OnClick = ExcAllBtnClick
|
||
|
|
end
|
||
|
|
object OKBtn: TButton
|
||
|
|
Left = 173
|
||
|
|
Top = 220
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Caption = 'OK'
|
||
|
|
Default = True
|
||
|
|
ModalResult = 1
|
||
|
|
TabOrder = 2
|
||
|
|
end
|
||
|
|
object CancelBtn: TButton
|
||
|
|
Left = 261
|
||
|
|
Top = 220
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Cancel = True
|
||
|
|
Caption = 'Cancel'
|
||
|
|
ModalResult = 2
|
||
|
|
TabOrder = 3
|
||
|
|
end
|
||
|
|
object SrcList: TListBox
|
||
|
|
Left = 8
|
||
|
|
Top = 24
|
||
|
|
Width = 144
|
||
|
|
Height = 185
|
||
|
|
ItemHeight = 13
|
||
|
|
MultiSelect = True
|
||
|
|
Sorted = True
|
||
|
|
TabOrder = 0
|
||
|
|
end
|
||
|
|
object DstList: TListBox
|
||
|
|
Left = 192
|
||
|
|
Top = 24
|
||
|
|
Width = 144
|
||
|
|
Height = 185
|
||
|
|
ItemHeight = 13
|
||
|
|
MultiSelect = True
|
||
|
|
TabOrder = 1
|
||
|
|
end
|
||
|
|
end
|