home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / Transcript / InstallTranscript2.2_fr.exe / Transcript.exe / 0 / RCDATA / TJGBPROGRESSDIALOG / TJGBPROGRESSDIALOG.txt
Text File  |  2007-05-11  |  4KB  |  151 lines

  1. object JgbProgressDialog: TJgbProgressDialog
  2.   Left = 315
  3.   Top = 134
  4.   Hint = 
  5.     'This dialog shows the progress of the image extraction from a pd' +
  6.     'f file. It is not possible to cancel this extraction. You can ho' +
  7.     'wever focus the editor window and start typing once the first pa' +
  8.     'ge has been extracted.'
  9.   HelpContext = 210
  10.   BorderIcons = [biMinimize, biMaximize]
  11.   BorderStyle = bsDialog
  12.   Caption = 'Extracting images from Pdf'
  13.   ClientHeight = 86
  14.   ClientWidth = 332
  15.   Color = clBtnFace
  16.   Font.Charset = DEFAULT_CHARSET
  17.   Font.Color = clWindowText
  18.   Font.Height = -11
  19.   Font.Name = 'MS Sans Serif'
  20.   Font.Style = []
  21.   FormStyle = fsStayOnTop
  22.   OldCreateOrder = False
  23.   OnCloseQuery = FormCloseQuery
  24.   OnCreate = FormCreate
  25.   OnDestroy = FormDestroy
  26.   OnShow = FormShow
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object JvLabel1: TJvLabel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 57
  33.     Height = 13
  34.     Caption = 'Source pdf:'
  35.     HotTrackFont.Charset = DEFAULT_CHARSET
  36.     HotTrackFont.Color = clWindowText
  37.     HotTrackFont.Height = -11
  38.     HotTrackFont.Name = 'MS Sans Serif'
  39.     HotTrackFont.Style = []
  40.   end
  41.   object lblPdf: TJvLabel
  42.     Left = 80
  43.     Top = 8
  44.     Width = 249
  45.     Height = 13
  46.     AutoSize = False
  47.     HotTrackFont.Charset = DEFAULT_CHARSET
  48.     HotTrackFont.Color = clWindowText
  49.     HotTrackFont.Height = -11
  50.     HotTrackFont.Name = 'MS Sans Serif'
  51.     HotTrackFont.Style = []
  52.   end
  53.   object JvLabel2: TJvLabel
  54.     Left = 8
  55.     Top = 24
  56.     Width = 35
  57.     Height = 13
  58.     Caption = 'Status:'
  59.     HotTrackFont.Charset = DEFAULT_CHARSET
  60.     HotTrackFont.Color = clWindowText
  61.     HotTrackFont.Height = -11
  62.     HotTrackFont.Name = 'MS Sans Serif'
  63.     HotTrackFont.Style = []
  64.   end
  65.   object lblStatus: TJvLabel
  66.     Left = 84
  67.     Top = 24
  68.     Width = 5
  69.     Height = 13
  70.     Hint = 
  71.       'Status of image extraction. Shows how many images have been extr' +
  72.       'acted and the total number of images.'
  73.     HotTrackFont.Charset = DEFAULT_CHARSET
  74.     HotTrackFont.Color = clWindowText
  75.     HotTrackFont.Height = -11
  76.     HotTrackFont.Name = 'MS Sans Serif'
  77.     HotTrackFont.Style = []
  78.   end
  79.   object JvLabel3: TJvLabel
  80.     Left = 8
  81.     Top = 40
  82.     Width = 45
  83.     Height = 13
  84.     Caption = 'Time left:'
  85.     HotTrackFont.Charset = DEFAULT_CHARSET
  86.     HotTrackFont.Color = clWindowText
  87.     HotTrackFont.Height = -11
  88.     HotTrackFont.Name = 'MS Sans Serif'
  89.     HotTrackFont.Style = []
  90.   end
  91.   object lblTimeLeft: TJvLabel
  92.     Left = 84
  93.     Top = 40
  94.     Width = 5
  95.     Height = 13
  96.     Hint = 'Estimation of the time needed to extract the remaining images.'
  97.     HotTrackFont.Charset = DEFAULT_CHARSET
  98.     HotTrackFont.Color = clWindowText
  99.     HotTrackFont.Height = -11
  100.     HotTrackFont.Name = 'MS Sans Serif'
  101.     HotTrackFont.Style = []
  102.   end
  103.   object JvLabel4: TJvLabel
  104.     Left = 176
  105.     Top = 40
  106.     Width = 57
  107.     Height = 13
  108.     Caption = 'Time spent:'
  109.     HotTrackFont.Charset = DEFAULT_CHARSET
  110.     HotTrackFont.Color = clWindowText
  111.     HotTrackFont.Height = -11
  112.     HotTrackFont.Name = 'MS Sans Serif'
  113.     HotTrackFont.Style = []
  114.   end
  115.   object lblTimeSpent: TJvLabel
  116.     Left = 252
  117.     Top = 40
  118.     Width = 5
  119.     Height = 13
  120.     Hint = 'Amount of time used to extract the images.'
  121.     HotTrackFont.Charset = DEFAULT_CHARSET
  122.     HotTrackFont.Color = clWindowText
  123.     HotTrackFont.Height = -11
  124.     HotTrackFont.Name = 'MS Sans Serif'
  125.     HotTrackFont.Style = []
  126.   end
  127.   object Progress: TG32_ProgressBar
  128.     Left = 9
  129.     Top = 60
  130.     Width = 313
  131.     Height = 18
  132.     BackColor = clWindow
  133.     BorderStyle = bsNone
  134.     Caption = 'Progress'
  135.     Color = 11399085
  136.     ParentColor = False
  137.     Position = 0
  138.   end
  139.   object Translator: TJvgLanguageLoader
  140.     FormSection = 'ProgressDialog'
  141.     StringsSection = 'Strings'
  142.     Left = 304
  143.   end
  144.   object Timer1: TJvTimer
  145.     Enabled = False
  146.     OnTimer = Timer1Timer
  147.     Left = 304
  148.     Top = 24
  149.   end
  150. end
  151.