home *** CD-ROM | disk | FTP | other *** search
- inherited FormTranslate: TFormTranslate
- Left = 334
- Top = 221
- Width = 500
- Height = 293
- Caption = 'FormTranslate'
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel [0]
- Left = 0
- Top = 0
- Width = 223
- Height = 266
- Align = alLeft
- TabOrder = 0
- object Label1: TLabel
- Left = 12
- Top = 14
- Width = 95
- Height = 14
- Caption = 'Select root directory'
- end
- object SBRoot: TSpeedButton
- Left = 136
- Top = 28
- Width = 23
- Height = 22
- Caption = '...'
- OnClick = SBRootClick
- end
- object Label2: TLabel
- Left = 12
- Top = 60
- Width = 198
- Height = 14
- Caption = 'Select target directory (from dxt) if needed'
- end
- object SBTarget: TSpeedButton
- Left = 136
- Top = 74
- Width = 23
- Height = 22
- Caption = '...'
- OnClick = SBTargetClick
- end
- object CounterLabel: TLabel
- Left = 58
- Top = 246
- Width = 107
- Height = 14
- Alignment = taCenter
- AutoSize = False
- end
- object CurrentLabel: TLabel
- Left = 4
- Top = 224
- Width = 219
- Height = 14
- Alignment = taCenter
- AutoSize = False
- end
- object SBTranslate: TSpeedButton
- Left = 62
- Top = 194
- Width = 83
- Height = 22
- Caption = 'Translate'
- OnClick = SBTranslateClick
- end
- object RootEdit: TEdit
- Left = 12
- Top = 30
- Width = 121
- Height = 20
- TabOrder = 0
- Text = 'f:\'
- end
- object TargetEdit: TEdit
- Left = 12
- Top = 76
- Width = 121
- Height = 20
- TabOrder = 1
- Text = 'f:\Temp'
- end
- object TargetCheckBox: TCheckBox
- Left = 116
- Top = 145
- Width = 101
- Height = 17
- Caption = 'Use Target Folders'
- TabOrder = 2
- end
- object RecurseCheckBox: TCheckBox
- Left = 12
- Top = 145
- Width = 83
- Height = 17
- Caption = 'Recurse Into'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object TestCheckBox: TCheckBox
- Left = 12
- Top = 168
- Width = 97
- Height = 17
- Caption = 'Only Test'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object SkipCheckBox: TCheckBox
- Left = 118
- Top = 168
- Width = 83
- Height = 17
- Caption = 'Skip Error'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object DeleteBakChekBox: TCheckBox
- Left = 12
- Top = 104
- Width = 191
- Height = 17
- Caption = 'Delete Backup Files ( *.~*)'
- Enabled = False
- TabOrder = 6
- end
- object DeleteDCUChekBox: TCheckBox
- Left = 12
- Top = 124
- Width = 191
- Height = 17
- Caption = 'Delete DCU Files ( *.dcu)'
- Enabled = False
- TabOrder = 7
- end
- end
- object Memo: TMemo [1]
- Left = 223
- Top = 0
- Width = 269
- Height = 266
- Align = alClient
- TabOrder = 1
- end
- inherited FormSize: TFormSize
- Left = 194
- Top = 2
- end
- object OpenDialog: TOpenDialog
- Left = 194
- Top = 30
- end
- object TranslateDFM: TTranslateDFM
- SkipError = False
- OnlyTest = True
- MyEventStart = TranslateDFMMyEventStart
- MyEventPrepare = TranslateDFMMyEventPrepare
- MyEventOK = TranslateDFMMyEventOK
- MyEventError = TranslateDFMMyEventError
- MyEventDone = TranslateDFMMyEventDone
- Left = 194
- Top = 58
- end
- end
-