home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TTRANSEDITDLG
/
TTRANSEDITDLG.txt
Wrap
Text File
|
1999-08-11
|
3KB
|
174 lines
object TransEditDlg: TTransEditDlg
Left = 228
Top = 123
HelpContext = 1426
ActiveControl = edTitle
BorderStyle = bsDialog
Caption = 'Tool Properties'
ClientHeight = 283
ClientWidth = 426
ParentFont = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 12
Width = 23
Height = 13
Caption = '&Title:'
FocusControl = edTitle
IsControl = True
end
object Label2: TLabel
Left = 8
Top = 40
Width = 42
Height = 13
Caption = '&Program:'
FocusControl = edProgram
IsControl = True
end
object Label3: TLabel
Left = 8
Top = 96
Width = 56
Height = 13
Caption = 'P&arameters:'
FocusControl = edParameters
IsControl = True
end
object MacroLabel: TLabel
Left = 8
Top = 160
Width = 38
Height = 13
Caption = 'Ma&cros:'
FocusControl = MacroList
IsControl = True
end
object Label4: TLabel
Left = 8
Top = 68
Width = 57
Height = 13
Caption = '&Working dir:'
FocusControl = edWorkingDir
IsControl = True
end
object edTitle: TEdit
Left = 80
Top = 8
Width = 261
Height = 21
MaxLength = 80
TabOrder = 0
IsControl = True
end
object edProgram: TEdit
Left = 80
Top = 36
Width = 261
Height = 21
MaxLength = 255
TabOrder = 1
IsControl = True
end
object edParameters: TEdit
Left = 80
Top = 92
Width = 261
Height = 21
MaxLength = 255
TabOrder = 3
IsControl = True
end
object MacroButton: TBitBtn
Left = 8
Top = 120
Width = 75
Height = 25
Caption = '&Macros'
TabOrder = 4
OnClick = MacroButtonClick
IsControl = True
end
object MacroList: TListBox
Left = 8
Top = 176
Width = 333
Height = 97
ItemHeight = 16
Style = lbOwnerDrawFixed
TabOrder = 5
OnDblClick = InsertButtonClick
OnDrawItem = MacroListDrawItem
IsControl = True
end
object edWorkingDir: TEdit
Left = 80
Top = 64
Width = 261
Height = 21
TabOrder = 2
IsControl = True
end
object OKButton: TButton
Left = 348
Top = 7
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 6
OnClick = OKClick
end
object CancelButton: TButton
Left = 348
Top = 39
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object HelpButton: TButton
Left = 348
Top = 71
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 8
OnClick = HelpButtonClick
end
object InsertButton: TButton
Left = 348
Top = 176
Width = 75
Height = 25
Caption = '&Insert'
TabOrder = 9
OnClick = InsertButtonClick
end
object BrowseButton: TButton
Left = 248
Top = 120
Width = 75
Height = 25
Caption = '&Browse...'
TabOrder = 10
OnClick = BrowseButtonClick
end
object OpenDialog: TOpenDialog
HelpContext = 1433
Options = [ofHideReadOnly, ofNoChangeDir, ofShowHelp, ofFileMustExist, ofEnableSizing]
Title = 'Select Transfer Item'
Left = 376
Top = 228
end
end