home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / DFMTOOLS.ZIP / Delphi_DFM / Source / fTranslateDFMdfm.dxt < prev    next >
Encoding:
Text File  |  1998-11-09  |  3.5 KB  |  171 lines

  1. inherited FormTranslate: TFormTranslate
  2.   Left = 334
  3.   Top = 221
  4.   Width = 500
  5.   Height = 293
  6.   Caption = 'FormTranslate'
  7.   PixelsPerInch = 96
  8.   TextHeight = 14
  9.   object Panel1: TPanel [0]
  10.     Left = 0
  11.     Top = 0
  12.     Width = 223
  13.     Height = 266
  14.     Align = alLeft
  15.     TabOrder = 0
  16.     object Label1: TLabel
  17.       Left = 12
  18.       Top = 14
  19.       Width = 95
  20.       Height = 14
  21.       Caption = 'Select root directory'
  22.     end
  23.     object SBRoot: TSpeedButton
  24.       Left = 136
  25.       Top = 28
  26.       Width = 23
  27.       Height = 22
  28.       Caption = '...'
  29.       OnClick = SBRootClick
  30.     end
  31.     object Label2: TLabel
  32.       Left = 12
  33.       Top = 60
  34.       Width = 198
  35.       Height = 14
  36.       Caption = 'Select target directory (from dxt) if needed'
  37.     end
  38.     object SBTarget: TSpeedButton
  39.       Left = 136
  40.       Top = 74
  41.       Width = 23
  42.       Height = 22
  43.       Caption = '...'
  44.       OnClick = SBTargetClick
  45.     end
  46.     object CounterLabel: TLabel
  47.       Left = 58
  48.       Top = 246
  49.       Width = 107
  50.       Height = 14
  51.       Alignment = taCenter
  52.       AutoSize = False
  53.     end
  54.     object CurrentLabel: TLabel
  55.       Left = 4
  56.       Top = 224
  57.       Width = 219
  58.       Height = 14
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.     end
  62.     object SBTranslate: TSpeedButton
  63.       Left = 62
  64.       Top = 194
  65.       Width = 83
  66.       Height = 22
  67.       Caption = 'Translate'
  68.       OnClick = SBTranslateClick
  69.     end
  70.     object RootEdit: TEdit
  71.       Left = 12
  72.       Top = 30
  73.       Width = 121
  74.       Height = 20
  75.       TabOrder = 0
  76.       Text = 'f:\'
  77.     end
  78.     object TargetEdit: TEdit
  79.       Left = 12
  80.       Top = 76
  81.       Width = 121
  82.       Height = 20
  83.       TabOrder = 1
  84.       Text = 'f:\Temp'
  85.     end
  86.     object TargetCheckBox: TCheckBox
  87.       Left = 116
  88.       Top = 145
  89.       Width = 101
  90.       Height = 17
  91.       Caption = 'Use Target Folders'
  92.       TabOrder = 2
  93.     end
  94.     object RecurseCheckBox: TCheckBox
  95.       Left = 12
  96.       Top = 145
  97.       Width = 83
  98.       Height = 17
  99.       Caption = 'Recurse Into'
  100.       Checked = True
  101.       State = cbChecked
  102.       TabOrder = 3
  103.     end
  104.     object TestCheckBox: TCheckBox
  105.       Left = 12
  106.       Top = 168
  107.       Width = 97
  108.       Height = 17
  109.       Caption = 'Only Test'
  110.       Checked = True
  111.       State = cbChecked
  112.       TabOrder = 4
  113.     end
  114.     object SkipCheckBox: TCheckBox
  115.       Left = 118
  116.       Top = 168
  117.       Width = 83
  118.       Height = 17
  119.       Caption = 'Skip Error'
  120.       Checked = True
  121.       State = cbChecked
  122.       TabOrder = 5
  123.     end
  124.     object DeleteBakChekBox: TCheckBox
  125.       Left = 12
  126.       Top = 104
  127.       Width = 191
  128.       Height = 17
  129.       Caption = 'Delete Backup Files ( *.~*)'
  130.       Enabled = False
  131.       TabOrder = 6
  132.     end
  133.     object DeleteDCUChekBox: TCheckBox
  134.       Left = 12
  135.       Top = 124
  136.       Width = 191
  137.       Height = 17
  138.       Caption = 'Delete DCU Files ( *.dcu)'
  139.       Enabled = False
  140.       TabOrder = 7
  141.     end
  142.   end
  143.   object Memo: TMemo [1]
  144.     Left = 223
  145.     Top = 0
  146.     Width = 269
  147.     Height = 266
  148.     Align = alClient
  149.     TabOrder = 1
  150.   end
  151.   inherited FormSize: TFormSize
  152.     Left = 194
  153.     Top = 2
  154.   end
  155.   object OpenDialog: TOpenDialog
  156.     Left = 194
  157.     Top = 30
  158.   end
  159.   object TranslateDFM: TTranslateDFM
  160.     SkipError = False
  161.     OnlyTest = True
  162.     MyEventStart = TranslateDFMMyEventStart
  163.     MyEventPrepare = TranslateDFMMyEventPrepare
  164.     MyEventOK = TranslateDFMMyEventOK
  165.     MyEventError = TranslateDFMMyEventError
  166.     MyEventDone = TranslateDFMMyEventDone
  167.     Left = 194
  168.     Top = 58
  169.   end
  170. end
  171.