home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / GenDes / gendesigner.exe / 0 / RCDATA / THTML_REPORT / THTML_REPORT.txt
Text File  |  1998-06-09  |  4KB  |  178 lines

  1. object HTML_REPORT: THTML_REPORT
  2.   Left = 363
  3.   Top = 183
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create HTML Report'
  6.   ClientHeight = 314
  7.   ClientWidth = 346
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object AdvImage1: TAdvImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 41
  21.     Height = 73
  22.     Visible = False
  23.     BevelWidth = 1
  24.     GIFAnimate = False
  25.     ShowFrame3D = False
  26.     StretchRatio = False
  27.     CenterView = False
  28.     ShowEmptyLabel = False
  29.     JPEGPixelFormat = jf24Bit
  30.     JPEGScale = jsFullSize
  31.     JPEGGrayscale = False
  32.     JPEGPerformance = jpBestQuality
  33.     JPEGSmoothing = False
  34.     JPEGProgressiveEncoding = False
  35.     JPEGCompressionQuality = 0
  36.     JPEGProgressiveDisplay = False
  37.     Checked = False
  38.     CheckColor = clRed
  39.     GifAnimateSpeed = 10
  40.     EmptyLabel = 'Empty'
  41.   end
  42.   object AdvImage2: TAdvImage
  43.     Left = 8
  44.     Top = 96
  45.     Width = 193
  46.     Height = 193
  47.     Color = clWhite
  48.     ParentColor = False
  49.     Visible = False
  50.     BevelWidth = 1
  51.     GIFAnimate = False
  52.     ShowFrame3D = False
  53.     StretchRatio = True
  54.     CenterView = True
  55.     ShowEmptyLabel = False
  56.     JPEGPixelFormat = jf24Bit
  57.     JPEGScale = jsFullSize
  58.     JPEGGrayscale = False
  59.     JPEGPerformance = jpBestQuality
  60.     JPEGSmoothing = True
  61.     JPEGProgressiveEncoding = True
  62.     JPEGCompressionQuality = 0
  63.     JPEGProgressiveDisplay = False
  64.     Checked = False
  65.     CheckColor = clRed
  66.     GifAnimateSpeed = 10
  67.     EmptyLabel = 'Empty'
  68.   end
  69.   object ListBox2: TListBox
  70.     Left = 232
  71.     Top = 16
  72.     Width = 57
  73.     Height = 33
  74.     ItemHeight = 13
  75.     Sorted = True
  76.     TabOrder = 4
  77.     Visible = False
  78.   end
  79.   object Memo1: TMemo
  80.     Left = 120
  81.     Top = 48
  82.     Width = 81
  83.     Height = 33
  84.     Lines.Strings = (
  85.       'Memo1')
  86.     TabOrder = 0
  87.     Visible = False
  88.     WordWrap = False
  89.   end
  90.   object ListBox1: TListBox
  91.     Left = 56
  92.     Top = 8
  93.     Width = 81
  94.     Height = 33
  95.     ItemHeight = 13
  96.     TabOrder = 1
  97.     Visible = False
  98.   end
  99.   object Memo2: TMemo
  100.     Left = 56
  101.     Top = 48
  102.     Width = 57
  103.     Height = 33
  104.     Lines.Strings = (
  105.       'Memo2')
  106.     TabOrder = 2
  107.     Visible = False
  108.     WordWrap = False
  109.   end
  110.   object Panel1: TPanel
  111.     Left = 0
  112.     Top = 0
  113.     Width = 346
  114.     Height = 300
  115.     Align = alClient
  116.     BevelOuter = bvNone
  117.     TabOrder = 3
  118.     object Label1: TLabel
  119.       Left = 8
  120.       Top = 10
  121.       Width = 80
  122.       Height = 13
  123.       Caption = 'Output Directory:'
  124.     end
  125.     object DriveComboBox1: TDriveComboBox
  126.       Left = 96
  127.       Top = 8
  128.       Width = 113
  129.       Height = 19
  130.       TabOrder = 0
  131.       OnChange = DriveComboBox1Change
  132.     end
  133.     object DirectoryListBox1: TDirectoryListBox
  134.       Left = 8
  135.       Top = 32
  136.       Width = 241
  137.       Height = 257
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clWindowText
  140.       Font.Height = -11
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.       ItemHeight = 16
  144.       ParentFont = False
  145.       TabOrder = 1
  146.     end
  147.     object Button1: TButton
  148.       Left = 260
  149.       Top = 232
  150.       Width = 75
  151.       Height = 25
  152.       Caption = '&Generate!'
  153.       TabOrder = 2
  154.       OnClick = Button1Click
  155.     end
  156.     object Button2: TButton
  157.       Left = 260
  158.       Top = 264
  159.       Width = 75
  160.       Height = 25
  161.       Cancel = True
  162.       Caption = '&Cancel'
  163.       TabOrder = 3
  164.       OnClick = Button2Click
  165.     end
  166.   end
  167.   object ProgressBar1: TProgressBar
  168.     Left = 0
  169.     Top = 300
  170.     Width = 346
  171.     Height = 14
  172.     Align = alBottom
  173.     Min = 0
  174.     Max = 100
  175.     TabOrder = 5
  176.   end
  177. end
  178.