home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / ctenari / Hlavaty / HTML_Convert.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-03-03  |  6KB  |  263 lines

  1. object Form1: TForm1
  2.   Left = 236
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DWD HTML Charset converter'
  7.   ClientHeight = 330
  8.   ClientWidth = 640
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object convert_button: TSpeedButton
  18.     Left = 352
  19.     Top = 128
  20.     Width = 97
  21.     Height = 25
  22.     Hint = 'Zacni konvertovat'
  23.     Caption = 'Convert'
  24.     Enabled = False
  25.     Glyph.Data = {
  26.       76010000424D7601000000000000760000002800000020000000100000000100
  27.       04000000000000010000130B0000130B00001000000000000000000000000000
  28.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  29.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  30.       333333333333337FF3333333333333903333333333333377FF33333333333399
  31.       03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  32.       99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  33.       99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  34.       03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  35.       33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  36.       33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  37.       3333777777333333333333333333333333333333333333333333}
  38.     NumGlyphs = 2
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     OnClick = convert_buttonClick
  42.   end
  43.   object teplomer: TGauge
  44.     Left = 328
  45.     Top = 256
  46.     Width = 145
  47.     Height = 28
  48.     ForeColor = clBlue
  49.     Progress = 0
  50.     Visible = False
  51.   end
  52.   object FileList: TFileListBox
  53.     Left = 160
  54.     Top = 0
  55.     Width = 160
  56.     Height = 297
  57.     Hint = 'Vyber suboru'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ItemHeight = 16
  64.     ParentFont = False
  65.     ParentShowHint = False
  66.     ShowGlyphs = True
  67.     ShowHint = True
  68.     TabOrder = 2
  69.     OnChange = FileListChange
  70.   end
  71.   object RightPanel: TPanel
  72.     Left = 480
  73.     Top = 0
  74.     Width = 160
  75.     Height = 330
  76.     Hint = 'Inform∩┐╜cie o s∩┐╜bore'
  77.     Align = alRight
  78.     BevelInner = bvRaised
  79.     BevelOuter = bvLowered
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 0
  83.     object Label1: TLabel
  84.       Left = 8
  85.       Top = 24
  86.       Width = 48
  87.       Height = 13
  88.       Caption = 'File name:'
  89.       WordWrap = True
  90.     end
  91.     object Label2: TLabel
  92.       Left = 16
  93.       Top = 48
  94.       Width = 40
  95.       Height = 13
  96.       Caption = 'File size:'
  97.     end
  98.     object Label3: TLabel
  99.       Left = 17
  100.       Top = 72
  101.       Width = 39
  102.       Height = 13
  103.       Caption = 'Charset:'
  104.     end
  105.     object SCR_FileName: TLabel
  106.       Left = 64
  107.       Top = 24
  108.       Width = 36
  109.       Height = 13
  110.       Caption = '[ none ]'
  111.     end
  112.     object SCR_FileSize: TLabel
  113.       Left = 64
  114.       Top = 48
  115.       Width = 3
  116.       Height = 13
  117.     end
  118.     object SCR_Charset: TLabel
  119.       Left = 64
  120.       Top = 72
  121.       Width = 44
  122.       Height = 13
  123.       Caption = 'unknown'
  124.       Color = clBtnFace
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clRed
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentColor = False
  131.       ParentFont = False
  132.     end
  133.     object Version: TLabel
  134.       Left = 96
  135.       Top = 312
  136.       Width = 56
  137.       Height = 13
  138.       Caption = 'Version: 0.7'
  139.     end
  140.     object w1250: TLabel
  141.       Left = 16
  142.       Top = 112
  143.       Width = 129
  144.       Height = 177
  145.       Alignment = taCenter
  146.       AutoSize = False
  147.       Caption = 
  148.         'Kodovanie WINDOWS-1250 je pouzivane pod operacnym systemom WINDO' +
  149.         'WS a maju s nim problemy najma uzivatelia ozajstnych operacnych ' +
  150.         'systemov ako UNIX a LINUX. Odporucane kodovanie je ISO-8859-2.'
  151.       Visible = False
  152.       WordWrap = True
  153.     end
  154.     object iso88592: TLabel
  155.       Left = 16
  156.       Top = 128
  157.       Width = 129
  158.       Height = 97
  159.       Alignment = taCenter
  160.       AutoSize = False
  161.       Caption = 
  162.         'Kodovanie ISO-8859-2 je pouzivane operacnymi systemami ako UNIX,' +
  163.         ' LINUX a dalsimi, pretoze je to skutocny standard. Toto kodovani' +
  164.         'e pozna aj WINDOWS.'
  165.       Visible = False
  166.       WordWrap = True
  167.     end
  168.     object dwd_image: TImage
  169.       Left = 72
  170.       Top = 280
  171.       Width = 89
  172.       Height = 33
  173.       Cursor = crHelp
  174.       Hint = 'http://xoom.members.com/dwd'
  175.       ParentShowHint = False
  176.       Picture.Data = {<image001.bmp>}
  177.       ShowHint = True
  178.       OnClick = dwd_imageClick
  179.     end
  180.   end
  181.   object DirectoryListBox: TDirectoryListBox
  182.     Left = 0
  183.     Top = 0
  184.     Width = 160
  185.     Height = 297
  186.     Hint = 'Vyber adresara'
  187.     DirLabel = dir
  188.     FileList = FileList
  189.     ItemHeight = 16
  190.     ParentShowHint = False
  191.     ShowHint = True
  192.     TabOrder = 1
  193.     OnChange = DirectoryListBoxChange
  194.   end
  195.   object DriveComboBox: TDriveComboBox
  196.     Left = 320
  197.     Top = 0
  198.     Width = 160
  199.     Height = 19
  200.     Hint = 'Vyber disku'
  201.     DirList = DirectoryListBox
  202.     ParentShowHint = False
  203.     ShowHint = True
  204.     TabOrder = 3
  205.   end
  206.   object dir_panel: TPanel
  207.     Left = 0
  208.     Top = 296
  209.     Width = 321
  210.     Height = 33
  211.     BevelInner = bvRaised
  212.     BevelOuter = bvLowered
  213.     TabOrder = 6
  214.     object dir: TLabel
  215.       Left = 8
  216.       Top = 10
  217.       Width = 305
  218.       Height = 13
  219.       AutoSize = False
  220.       Caption = 'D:\WORK\Delphi 3\DuDDo\DWD Char'
  221.     end
  222.   end
  223.   object win_button: TRadioButton
  224.     Left = 328
  225.     Top = 56
  226.     Width = 113
  227.     Height = 17
  228.     Hint = 'Vyber kodovania'
  229.     Caption = 'windows-1250'
  230.     Enabled = False
  231.     ParentShowHint = False
  232.     ShowHint = True
  233.     TabOrder = 4
  234.   end
  235.   object iso_button: TRadioButton
  236.     Left = 328
  237.     Top = 88
  238.     Width = 145
  239.     Height = 17
  240.     Hint = 'Vyber kodovania'
  241.     Caption = 'ISO-8859-2 ( ISO Latin 2 )'
  242.     Checked = True
  243.     Enabled = False
  244.     ParentShowHint = False
  245.     ShowHint = True
  246.     TabOrder = 5
  247.     TabStop = True
  248.   end
  249.   object BitBtn1: TBitBtn
  250.     Left = 360
  251.     Top = 296
  252.     Width = 83
  253.     Height = 25
  254.     Hint = 'Ukonci program'
  255.     Caption = '&Exit'
  256.     ParentShowHint = False
  257.     ShowHint = True
  258.     TabOrder = 7
  259.     OnClick = BitBtn1Click
  260.     Kind = bkClose
  261.   end
  262. end
  263.