home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TNEWOLEFORM / TNEWOLEFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  8.3 KB  |  304 lines

  1. object NewOLEForm: TNewOLEForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pr∩┐╜vodce nov∩┐╜m dokumentem OLE'
  6.   ClientHeight = 272
  7.   ClientWidth = 486
  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.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OLEBevel: TBevel
  20.     Left = 4
  21.     Top = 228
  22.     Width = 477
  23.     Height = 9
  24.     Shape = bsTopLine
  25.   end
  26.   object WizImage: TImage
  27.     Left = 4
  28.     Top = 8
  29.     Width = 158
  30.     Height = 208
  31.     Picture.Data = {<image000.bmp>}
  32.     Transparent = True
  33.   end
  34.   object ZpetBtn: TButton
  35.     Left = 240
  36.     Top = 240
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '< &Zp∩┐╜t'
  40.     TabOrder = 1
  41.     OnClick = ZpetBtnClick
  42.   end
  43.   object DaleBtn: TButton
  44.     Left = 320
  45.     Top = 240
  46.     Width = 75
  47.     Height = 25
  48.     Default = True
  49.     Enabled = False
  50.     TabOrder = 2
  51.     OnClick = DaleBtnClick
  52.   end
  53.   object WizardNotebook: TNotebook
  54.     Left = 160
  55.     Top = 0
  56.     Width = 321
  57.     Height = 225
  58.     PageIndex = 3
  59.     TabOrder = 0
  60.     OnPageChanged = WizardNotebookPageChanged
  61.     object TPage
  62.       Left = 0
  63.       Top = 0
  64.       Caption = 'VyberTypu'
  65.       object VyberRG: TGroupBox
  66.         Left = 8
  67.         Top = 4
  68.         Width = 305
  69.         Height = 213
  70.         Caption = 'Nov∩┐╜ objekt'
  71.         TabOrder = 0
  72.         object ZeSouboruImg: TImage
  73.           Left = 16
  74.           Top = 64
  75.           Width = 32
  76.           Height = 32
  77.           AutoSize = True
  78.           Picture.Data = {<image001.ico>}
  79.         end
  80.         object NovyImg: TImage
  81.           Left = 16
  82.           Top = 24
  83.           Width = 32
  84.           Height = 32
  85.           AutoSize = True
  86.           Picture.Data = {<image002.ico>}
  87.         end
  88.         object ZeSchrankyImg: TImage
  89.           Left = 16
  90.           Top = 104
  91.           Width = 32
  92.           Height = 32
  93.           AutoSize = True
  94.           Picture.Data = {<image003.ico>}
  95.         end
  96.         object NovyRB: TRadioButton
  97.           Left = 56
  98.           Top = 32
  99.           Width = 113
  100.           Height = 17
  101.           Caption = 'Vytvo∩┐╜it &nov∩┐╜'
  102.           TabOrder = 0
  103.           OnClick = VyberRGClick
  104.         end
  105.         object ZeSouboruRB: TRadioButton
  106.           Left = 56
  107.           Top = 72
  108.           Width = 113
  109.           Height = 17
  110.           Caption = 'Vytvo∩┐╜it ze sou&boru'
  111.           TabOrder = 1
  112.           OnClick = VyberRGClick
  113.         end
  114.         object ZeSchrankyRB: TRadioButton
  115.           Left = 56
  116.           Top = 112
  117.           Width = 121
  118.           Height = 17
  119.           Caption = 'Vytvo∩┐╜it ze &schr∩┐╜nky'
  120.           TabOrder = 2
  121.           OnClick = VyberRGClick
  122.         end
  123.       end
  124.     end
  125.     object TPage
  126.       Left = 0
  127.       Top = 0
  128.       Caption = 'ZeSouboru'
  129.       object PropojitCB: TCheckBox
  130.         Left = 8
  131.         Top = 168
  132.         Width = 113
  133.         Height = 17
  134.         Caption = 'Vytv∩┐╜∩┐╜et propojen∩┐╜'
  135.         TabOrder = 0
  136.       end
  137.       object PruzkumnikBtn: TBitBtn
  138.         Left = 8
  139.         Top = 192
  140.         Width = 145
  141.         Height = 25
  142.         Caption = 'Spustit Pr∩┐╜zkumn∩┐╜k'
  143.         TabOrder = 1
  144.         OnClick = PruzkumnikBtnClick
  145.         Glyph.Data = {
  146.           F6000000424DF600000000000000760000002800000010000000100000000100
  147.           0400000000008000000000000000000000001000000000000000000000000000
  148.           80000080000000808000800000008000800080800000C0C0C000808080000000
  149.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  150.           0055555555555554EC0555555555554ECC055000000004ECC055833333334ECC
  151.           33058FB780087CC3B3058F787E70833B73058F8FE7E703B7B3058F8EFE7E037B
  152.           73058F8FEFE708B7B3058F78FEF08B7B73058FB78808B7B7B3058FFFFFFFFFFF
  153.           F30587B7B7B788888855587B7B78555555555588888555555555}
  154.       end
  155.       object OpenBtn: TBitBtn
  156.         Left = 160
  157.         Top = 192
  158.         Width = 73
  159.         Height = 25
  160.         Caption = 'Otev∩┐╜∩┐╜t'
  161.         TabOrder = 2
  162.         OnClick = OpenBtnClick
  163.         Glyph.Data = {
  164.           76010000424D7601000000000000760000002800000020000000100000000100
  165.           04000000000000010000120B0000120B00001000000000000000000000000000
  166.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  167.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  168.           55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  169.           B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  170.           B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  171.           0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  172.           55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  173.           55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  174.           55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  175.           5555575FFF755555555557000075555555555577775555555555}
  176.         NumGlyphs = 2
  177.       end
  178.       object DrListBox: TDrListBox
  179.         Left = 8
  180.         Top = 8
  181.         Width = 305
  182.         Height = 153
  183.         ItemHeight = 13
  184.         MultiSelect = True
  185.         TabOrder = 3
  186.         OnDropFiles = DrListBoxDropFiles
  187.       end
  188.       object VymazatBtn: TBitBtn
  189.         Left = 240
  190.         Top = 192
  191.         Width = 73
  192.         Height = 25
  193.         Caption = 'Vyjmout'
  194.         TabOrder = 4
  195.         OnClick = VymazatBtnClick
  196.         Glyph.Data = {
  197.           76010000424D7601000000000000760000002800000020000000100000000100
  198.           04000000000000010000130B0000130B00001000000000000000000000000000
  199.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  200.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  201.           3333333333333333FF3333333333333003333333333333377F33333333333307
  202.           733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770
  203.           000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777
  204.           777077777777777777773CCCCC00000000003777777777777777333330030FFF
  205.           FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF
  206.           FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF
  207.           0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF
  208.           0F03333333337FFF7F7333333333000000333333333377777733}
  209.         NumGlyphs = 2
  210.       end
  211.     end
  212.     object TPage
  213.       Left = 0
  214.       Top = 0
  215.       Caption = 'Nahled'
  216.       object NahledLbl: TLabel
  217.         Left = 72
  218.         Top = 16
  219.         Width = 177
  220.         Height = 33
  221.         Alignment = taCenter
  222.         AutoSize = False
  223.         Caption = 'Zde vid∩┐╜te ikonu a popis typu dokumentu, kter∩┐╜ hodl∩┐╜te p∩┐╜idat.'
  224.         WordWrap = True
  225.       end
  226.       object PopisLbl: TLabel
  227.         Left = 8
  228.         Top = 176
  229.         Width = 118
  230.         Height = 13
  231.         Caption = '&Popisek nov∩┐╜ho objektu:'
  232.         FocusControl = PopisekEdit
  233.       end
  234.       object Container: TOleContainer
  235.         Left = 108
  236.         Top = 56
  237.         Width = 105
  238.         Height = 97
  239.         AutoActivate = aaManual
  240.         AutoVerbMenu = False
  241.         CopyOnSave = False
  242.         TabOrder = 0
  243.         TabStop = False
  244.       end
  245.       object PopisekEdit: TEdit
  246.         Left = 8
  247.         Top = 192
  248.         Width = 305
  249.         Height = 21
  250.         TabOrder = 1
  251.         OnChange = PopisekEditChange
  252.       end
  253.     end
  254.     object TPage
  255.       Left = 0
  256.       Top = 0
  257.       Caption = 'VyberObjektu'
  258.       object IkonaLbl: TLabel
  259.         Left = 280
  260.         Top = 168
  261.         Width = 30
  262.         Height = 13
  263.         Caption = 'Ikona:'
  264.       end
  265.       object IconImage: TImage
  266.         Left = 281
  267.         Top = 185
  268.         Width = 32
  269.         Height = 32
  270.         AutoSize = True
  271.         Center = True
  272.       end
  273.       object ObjectListBox: TListBox
  274.         Left = 8
  275.         Top = 8
  276.         Width = 265
  277.         Height = 212
  278.         ItemHeight = 13
  279.         Sorted = True
  280.         TabOrder = 0
  281.         OnClick = ObjectListBoxClick
  282.         OnDblClick = ObjectListBoxDblClick
  283.       end
  284.     end
  285.   end
  286.   object StornoBtn: TButton
  287.     Left = 400
  288.     Top = 240
  289.     Width = 75
  290.     Height = 25
  291.     Caption = 'Storno'
  292.     ModalResult = 2
  293.     TabOrder = 3
  294.   end
  295.   object OpenDialog: TOpenDialog
  296.     Filter = 
  297.       'Texty|*.doc;*.txt;*.rtf;*.wri;*.htm;*.html|Obr∩┐╜zky|*.bmp;*.wmf;*' +
  298.       '.rle|Zvuky|*.wav|V∩┐╜echny soubory|*.*'
  299.     Options = [ofNoChangeDir, ofAllowMultiSelect, ofFileMustExist]
  300.     Left = 424
  301.     Top = 8
  302.   end
  303. end
  304.