home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
software
/
arsclip
/
ArsClip.exe
/
0
/
RCDATA
/
TFRMPASTESELECTED
/
TFRMPASTESELECTED.txt
Wrap
Text File
|
2004-03-02
|
1KB
|
66 lines
object FrmPasteSelected: TFrmPasteSelected
Left = 322
Top = 271
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
AutoScroll = False
BorderIcons = []
Caption = 'ArsClip - Paste Selected Items'
ClientHeight = 329
ClientWidth = 450
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
DesignSize = (
450
329)
PixelsPerInch = 96
TextHeight = 13
object lbHistory: TListBox
Left = 8
Top = 8
Width = 361
Height = 289
Anchors = [akLeft, akTop, akRight, akBottom]
ExtendedSelect = False
ItemHeight = 13
MultiSelect = True
TabOrder = 0
end
object btnPaste: TButton
Left = 379
Top = 12
Width = 64
Height = 25
Anchors = [akTop, akRight]
Caption = 'Paste'
TabOrder = 1
OnClick = btnPasteClick
end
object btnCancel: TButton
Left = 379
Top = 59
Width = 64
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancel'
TabOrder = 2
OnClick = btnCancelClick
end
object cbPasteReverse: TCheckBox
Left = 8
Top = 302
Width = 145
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Paste in Reverse order'
TabOrder = 3
end
end