home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
dnarrays.lzh
/
ARRTEST5.DFM
/
ARRTEST5.txt
Wrap
Text File
|
1995-04-30
|
3KB
|
163 lines
object CopyDlg: TCopyDlg
Left = 368
Top = 110
ActiveControl = LstSource
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Copy Items'
ClientHeight = 319
ClientWidth = 392
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
TextHeight = 20
object SrcLabel: TLabel
Left = 10
Top = 10
Width = 181
Height = 20
AutoSize = False
Caption = '&Source-Array:'
FocusControl = LstSource
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object DstLabel: TLabel
Left = 207
Top = 10
Width = 174
Height = 20
AutoSize = False
Caption = '&Target Array:'
FocusControl = LstTarget
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Label1: TLabel
Left = 8
Top = 200
Width = 92
Height = 20
Caption = '&From Index:'
FocusControl = EdtFromIndex
end
object Label2: TLabel
Left = 8
Top = 236
Width = 71
Height = 20
Caption = 'T&o Index:'
FocusControl = EdtToIndex
end
object Label3: TLabel
Left = 208
Top = 200
Width = 113
Height = 20
Caption = '&Items to Copy:'
FocusControl = EdtNumItems
end
object OKBtn: TBitBtn
Left = 179
Top = 275
Width = 96
Height = 34
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 284
Top = 275
Width = 96
Height = 34
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object LstSource: TListBox
Left = 10
Top = 30
Width = 180
Height = 155
ExtendedSelect = False
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 16
ParentFont = False
Sorted = True
TabOrder = 2
IsControl = True
end
object LstTarget: TListBox
Left = 207
Top = 30
Width = 173
Height = 155
ExtendedSelect = False
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 16
ParentFont = False
Sorted = True
TabOrder = 3
IsControl = True
end
object EdtFromIndex: TEdit
Left = 104
Top = 196
Width = 89
Height = 29
MaxLength = 5
TabOrder = 4
Text = 'EdtFromIndex'
end
object EdtToIndex: TEdit
Left = 104
Top = 232
Width = 89
Height = 29
MaxLength = 5
TabOrder = 5
Text = 'EdtToIndex'
end
object EdtNumItems: TEdit
Left = 208
Top = 232
Width = 89
Height = 29
MaxLength = 5
TabOrder = 6
Text = 'EdtNumItems'
end
end