home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / talisman / _SETUP.1 / talisman.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-10-04  |  13KB  |  579 lines

  1. object Form1: TForm1
  2.   Left = 339
  3.   Top = 531
  4.   BorderStyle = bsNone
  5.   Caption = 'Talisman'
  6.   ClientHeight = 166
  7.   ClientWidth = 227
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 227
  28.     Height = 166
  29.     Align = alClient
  30.     OnDragDrop = Image1DragDrop
  31.     OnDragOver = Shape1DragOver
  32.     OnMouseDown = Shape1MouseDown
  33.     OnMouseMove = Image1MouseMove
  34.     OnMouseUp = Image1MouseUp
  35.   end
  36.   object Shape1: TShape
  37.     Left = 116
  38.     Top = 36
  39.     Width = 81
  40.     Height = 73
  41.     Cursor = crHandPoint
  42.     Brush.Style = bsClear
  43.     ParentShowHint = False
  44.     Pen.Color = clYellow
  45.     Pen.Style = psDot
  46.     ShowHint = True
  47.     Visible = False
  48.     OnDragDrop = Image1DragDrop
  49.     OnDragOver = Shape1DragOver
  50.     OnMouseUp = Shape1MouseUp
  51.   end
  52.   object Memo1: TMemo
  53.     Left = 156
  54.     Top = 124
  55.     Width = 157
  56.     Height = 99
  57.     BorderStyle = bsNone
  58.     Color = clBlack
  59.     Ctl3D = False
  60.     Font.Charset = RUSSIAN_CHARSET
  61.     Font.Color = clLime
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     Lines.Strings = (
  66.       'Memo1')
  67.     ParentCtl3D = False
  68.     ParentFont = False
  69.     ParentShowHint = False
  70.     ScrollBars = ssVertical
  71.     ShowHint = False
  72.     TabOrder = 0
  73.     Visible = False
  74.     WordWrap = False
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 60
  78.     Top = 68
  79.     Width = 121
  80.     Height = 22
  81.     AutoSize = False
  82.     BorderStyle = bsNone
  83.     Color = clWhite
  84.     Ctl3D = False
  85.     ParentCtl3D = False
  86.     TabOrder = 1
  87.     Visible = False
  88.     OnKeyPress = Edit1KeyPress
  89.   end
  90.   object PopupMenu1: TPopupMenu
  91.     OnPopup = PopupMenu1Popup
  92.     Left = 4
  93.     Top = 136
  94.     object Workmode1: TMenuItem
  95.       Caption = 'Return to Work mode ...'
  96.       OnClick = Workmode1Click
  97.     end
  98.     object N20: TMenuItem
  99.       Caption = '-'
  100.     end
  101.     object N4: TMenuItem
  102.       Caption = 'New'
  103.       RadioItem = True
  104.       object wizard1: TMenuItem
  105.         Caption = 'Button ...'
  106.         OnClick = wizard1Click
  107.       end
  108.       object N5: TMenuItem
  109.         Caption = '-'
  110.       end
  111.       object Picture_2: TMenuItem
  112.         Caption = 'Picture ...'
  113.         OnClick = Picture_1Click
  114.       end
  115.       object N25: TMenuItem
  116.         Caption = '-'
  117.       end
  118.       object Shape2: TMenuItem
  119.         Caption = 'Shape'
  120.         OnClick = button_1Click
  121.       end
  122.       object N16: TMenuItem
  123.         Caption = '-'
  124.       end
  125.       object Text_1: TMenuItem
  126.         Caption = 'Text block'
  127.         OnClick = button_1Click
  128.       end
  129.       object N24: TMenuItem
  130.         Caption = '-'
  131.       end
  132.       object Inputbox1: TMenuItem
  133.         Caption = 'Input box'
  134.         OnClick = button_1Click
  135.       end
  136.       object N14: TMenuItem
  137.         Caption = '-'
  138.       end
  139.       object HTMLdocument1: TMenuItem
  140.         Caption = 'HTML page'
  141.         OnClick = HTMLdocument1Click
  142.       end
  143.       object N15: TMenuItem
  144.         Caption = '-'
  145.       end
  146.       object Form_1: TMenuItem
  147.         Caption = 'Form'
  148.         object Emptyscreen1: TMenuItem
  149.           Caption = 'Empty screen'
  150.           OnClick = Form_1Click
  151.         end
  152.         object Duplicatecurrentform1: TMenuItem
  153.           Caption = 'Duplicate current form'
  154.           OnClick = Duplicatecurrentform1Click
  155.         end
  156.       end
  157.       object N37: TMenuItem
  158.         Caption = '-'
  159.       end
  160.       object Newtheme1: TMenuItem
  161.         Caption = 'Theme '
  162.         OnClick = Browse1Click
  163.         object blank1: TMenuItem
  164.           Caption = 'Empty screen'
  165.           OnClick = Newtheme1Click
  166.         end
  167.         object Duplicate: TMenuItem
  168.           Caption = 'Duplicate current theme'
  169.           OnClick = templateClick
  170.         end
  171.         object N19: TMenuItem
  172.           Caption = '-'
  173.         end
  174.       end
  175.     end
  176.     object N7: TMenuItem
  177.       Caption = '-'
  178.     end
  179.     object Copy1: TMenuItem
  180.       Caption = 'Copy'
  181.       OnClick = Copy1Click
  182.     end
  183.     object Paste1: TMenuItem
  184.       Caption = 'Paste'
  185.       OnClick = Paste1Click
  186.     end
  187.     object N8: TMenuItem
  188.       Caption = 'Delete ...'
  189.       OnClick = N8Click
  190.     end
  191.     object N12: TMenuItem
  192.       Caption = '-'
  193.     end
  194.     object color_1: TMenuItem
  195.       Caption = 'Color'
  196.       OnClick = color_1Click
  197.     end
  198.     object color_2: TMenuItem
  199.       Caption = 'Transparent color'
  200.       OnClick = color_1Click
  201.     end
  202.     object Font1: TMenuItem
  203.       Caption = 'Font...'
  204.       OnClick = Font1Click
  205.     end
  206.     object Filename1: TMenuItem
  207.       Caption = 'Command...'
  208.       OnClick = Filename1Click
  209.     end
  210.     object Text1: TMenuItem
  211.       Caption = 'Text...'
  212.       OnClick = Filename1Click
  213.     end
  214.     object Autohide1: TMenuItem
  215.       Caption = 'Autohide'
  216.       OnClick = Autohide1Click
  217.     end
  218.     object N6: TMenuItem
  219.       Caption = '-'
  220.     end
  221.     object tofront1: TMenuItem
  222.       Caption = 'Bring to front'
  223.       OnClick = tofront1Click
  224.     end
  225.     object toback1: TMenuItem
  226.       Caption = 'Send to back'
  227.       OnClick = toback1Click
  228.     end
  229.     object N23: TMenuItem
  230.       Caption = '-'
  231.     end
  232.     object Gotoform1: TMenuItem
  233.       Caption = 'Go to form'
  234.       object TMenuItem
  235.       end
  236.     end
  237.     object N1: TMenuItem
  238.       Caption = '-'
  239.     end
  240.     object Taskbar: TMenuItem
  241.       Caption = 'Hide Taskbar'
  242.       OnClick = TaskbarClick
  243.     end
  244.     object N3: TMenuItem
  245.       Caption = '-'
  246.     end
  247.     object Grid1: TMenuItem
  248.       Caption = 'Grid'
  249.       object g1: TMenuItem
  250.         Tag = 1
  251.         Caption = '1'
  252.         GroupIndex = 1
  253.         OnClick = g1Click
  254.       end
  255.       object g2: TMenuItem
  256.         Tag = 2
  257.         Caption = '2'
  258.         GroupIndex = 1
  259.         OnClick = g1Click
  260.       end
  261.       object g3: TMenuItem
  262.         Tag = 3
  263.         Caption = '3'
  264.         GroupIndex = 1
  265.         OnClick = g1Click
  266.       end
  267.       object g4: TMenuItem
  268.         Tag = 4
  269.         Caption = '4'
  270.         GroupIndex = 1
  271.         OnClick = g1Click
  272.       end
  273.       object g5: TMenuItem
  274.         Caption = '5'
  275.         GroupIndex = 1
  276.         OnClick = g1Click
  277.       end
  278.       object g6: TMenuItem
  279.         Caption = '6'
  280.         GroupIndex = 1
  281.         OnClick = g1Click
  282.       end
  283.       object g7: TMenuItem
  284.         Caption = '7'
  285.         GroupIndex = 1
  286.         OnClick = g1Click
  287.       end
  288.       object g8: TMenuItem
  289.         Caption = '8'
  290.         GroupIndex = 1
  291.         OnClick = g1Click
  292.       end
  293.       object g12: TMenuItem
  294.         Caption = '12'
  295.         GroupIndex = 1
  296.         OnClick = g1Click
  297.       end
  298.       object g16: TMenuItem
  299.         Caption = '16'
  300.         GroupIndex = 1
  301.         OnClick = g1Click
  302.       end
  303.       object g20: TMenuItem
  304.         Caption = '20'
  305.         GroupIndex = 1
  306.         OnClick = g1Click
  307.       end
  308.     end
  309.     object N9: TMenuItem
  310.       Caption = '-'
  311.     end
  312.     object Settings1: TMenuItem
  313.       Caption = 'Settings'
  314.       object Program1: TMenuItem
  315.         Caption = 'Program'
  316.         OnClick = Program1Click
  317.       end
  318.       object Theme1: TMenuItem
  319.         Caption = 'Theme'
  320.         OnClick = Program1Click
  321.       end
  322.       object Taskbar1: TMenuItem
  323.         Caption = 'Talisman Taskbar'
  324.         OnClick = Program1Click
  325.       end
  326.       object Tray1: TMenuItem
  327.         Caption = 'Talisman Tray'
  328.         OnClick = Program1Click
  329.       end
  330.       object Clock1: TMenuItem
  331.         Caption = 'Talisman Clock'
  332.         OnClick = Program1Click
  333.       end
  334.       object MainMenu1: TMenuItem
  335.         Caption = 'Main Menu'
  336.         OnClick = Program1Click
  337.       end
  338.     end
  339.     object N26: TMenuItem
  340.       Caption = '-'
  341.     end
  342.     object Editor1: TMenuItem
  343.       Caption = 'Properties...'
  344.       OnClick = Editor1Click
  345.     end
  346.   end
  347.   object ColorDialog1: TColorDialog
  348.     Ctl3D = True
  349.     Left = 102
  350.     Top = 10
  351.   end
  352.   object Timer1: TTimer
  353.     Enabled = False
  354.     Interval = 200
  355.     OnTimer = Timer1Timer
  356.     Left = 2
  357.     Top = 6
  358.   end
  359.   object FontDialog1: TFontDialog
  360.     Font.Charset = DEFAULT_CHARSET
  361.     Font.Color = clWindowText
  362.     Font.Height = -11
  363.     Font.Name = 'MS Sans Serif'
  364.     Font.Style = []
  365.     MinFontSize = 0
  366.     MaxFontSize = 0
  367.     Left = 136
  368.     Top = 10
  369.   end
  370.   object OpenPictureDialog1: TOpenPictureDialog
  371.     Filter = 'All|*.*|All pictures (*.bmp;*.jpg;*.jpeg)|*.bmp;*.jpg;*.jpeg'
  372.     Left = 6
  373.     Top = 60
  374.   end
  375.   object workmenu: TPopupMenu
  376.     OnPopup = workmenuPopup
  377.     Left = 48
  378.     Top = 8
  379.     object Editor2: TMenuItem
  380.       Caption = 'Switch to Edit mode ...'
  381.       Hint = 'hintishe'
  382.       OnClick = Editor2Click
  383.     end
  384.     object N34: TMenuItem
  385.       Caption = '-'
  386.     end
  387.     object Taskmenu1: TMenuItem
  388.       Caption = 'Task list'
  389.     end
  390.     object N35: TMenuItem
  391.       Caption = '-'
  392.     end
  393.     object Startmenu1: TMenuItem
  394.       Caption = 'Applications'
  395.     end
  396.     object N22: TMenuItem
  397.       Caption = '-'
  398.     end
  399.     object Theme2: TMenuItem
  400.       Caption = 'Theme'
  401.       OnClick = Browse1Click
  402.       object Home3: TMenuItem
  403.         Caption = 'Home'
  404.         OnClick = Home1Click
  405.       end
  406.       object Opentheme3: TMenuItem
  407.         Caption = 'Open theme...'
  408.         OnClick = Opentheme1Click
  409.       end
  410.       object Inet2: TMenuItem
  411.         Caption = 'Download theme...'
  412.         OnClick = ControlPanel1Click
  413.       end
  414.       object Setasdefault1: TMenuItem
  415.         Caption = 'Set as default'
  416.         OnClick = Setasstartup1Click
  417.       end
  418.       object N17: TMenuItem
  419.         Caption = '-'
  420.       end
  421.       object Openthemefolder1: TMenuItem
  422.         Caption = 'Open theme folder'
  423.         OnClick = ControlPanel1Click
  424.       end
  425.       object N36: TMenuItem
  426.         Caption = '-'
  427.       end
  428.     end
  429.     object N21: TMenuItem
  430.       Caption = '-'
  431.     end
  432.     object Run2: TMenuItem
  433.       Caption = 'Run ...'
  434.       OnClick = Run1Click
  435.     end
  436.     object Findfiles2: TMenuItem
  437.       Caption = 'Find files...'
  438.       OnClick = FindFiles1Click
  439.     end
  440.     object N33: TMenuItem
  441.       Caption = '-'
  442.     end
  443.     object restore1: TMenuItem
  444.       Caption = 'Show Talisman desktop'
  445.       OnClick = min1Click
  446.     end
  447.     object min1: TMenuItem
  448.       Caption = 'Hide Talisman desktop'
  449.       OnClick = min1Click
  450.     end
  451.     object N2: TMenuItem
  452.       Caption = '-'
  453.     end
  454.     object Helpm: TMenuItem
  455.       Caption = 'Help'
  456.       object Help2: TMenuItem
  457.         Caption = 'Contents'
  458.         ShortCut = 112
  459.         OnClick = ControlPanel1Click
  460.       end
  461.       object N27: TMenuItem
  462.         Caption = '-'
  463.       end
  464.       object Inet1: TMenuItem
  465.         Caption = 'Talisman Homepage'
  466.         OnClick = ControlPanel1Click
  467.       end
  468.       object inet3: TMenuItem
  469.         Caption = 'Online User'#39's Forum'
  470.         OnClick = ControlPanel1Click
  471.       end
  472.       object N10: TMenuItem
  473.         Caption = '-'
  474.       end
  475.       object inet5: TMenuItem
  476.         Caption = 'Online Registration'
  477.         OnClick = ControlPanel1Click
  478.       end
  479.     end
  480.     object About2: TMenuItem
  481.       Caption = 'About/Registration...'
  482.       OnClick = About1Click
  483.     end
  484.     object N18: TMenuItem
  485.       Caption = '-'
  486.     end
  487.     object Commands2: TMenuItem
  488.       Caption = 'Commands'
  489.       object Desktop1: TMenuItem
  490.         Caption = 'Desktop'
  491.         OnClick = ControlPanel1Click
  492.       end
  493.       object Programs2: TMenuItem
  494.         Caption = 'Programs'
  495.         OnClick = ControlPanel1Click
  496.       end
  497.       object Documents2: TMenuItem
  498.         Caption = 'Documents'
  499.         OnClick = ControlPanel1Click
  500.       end
  501.       object N29: TMenuItem
  502.         Caption = '-'
  503.       end
  504.       object Explorer2: TMenuItem
  505.         Caption = 'Explorer'
  506.         OnClick = ControlPanel1Click
  507.       end
  508.       object ControlPanel2: TMenuItem
  509.         Caption = 'Control Panel'
  510.         OnClick = ControlPanel1Click
  511.       end
  512.       object RecycledBin2: TMenuItem
  513.         Caption = 'Recycle Bin'
  514.         OnClick = ControlPanel1Click
  515.       end
  516.       object N11: TMenuItem
  517.         Caption = '-'
  518.       end
  519.       object Shellswitcher1: TMenuItem
  520.         Caption = 'Shell  switcher'
  521.         OnClick = Shellswitcher1Click
  522.       end
  523.       object N30: TMenuItem
  524.         Caption = '-'
  525.       end
  526.       object Display2: TMenuItem
  527.         Caption = 'Display properties'
  528.         OnClick = ControlPanel1Click
  529.       end
  530.     end
  531.     object N13: TMenuItem
  532.       Caption = '-'
  533.     end
  534.     object Shutdown2: TMenuItem
  535.       Caption = 'Shutdown'
  536.       OnClick = Shutdown2Click
  537.     end
  538.     object Quit2: TMenuItem
  539.       Caption = 'Quit'
  540.       OnClick = Quit1Click
  541.     end
  542.   end
  543.   object OpenDialog1: TOpenDialog
  544.     Filter = 'Talisman themes (runic.db)|runic.db'
  545.     Left = 6
  546.     Top = 94
  547.   end
  548.   object RxTrayIcon1: TRxTrayIcon
  549.     Active = False
  550.     Hint = 'Talisman'
  551.     Icon.Data = {<image001.ico>}
  552.     PopupMenu = workmenu
  553.     OnClick = RxTrayIcon1Click
  554.     Left = 136
  555.     Top = 64
  556.   end
  557.   object Table1: TTable
  558.     TableName = 'runic.db'
  559.     Left = 64
  560.     Top = 120
  561.   end
  562.   object menu: TPopupMenu
  563.     Left = 192
  564.     Top = 132
  565.   end
  566.   object Timerpause: TTimer
  567.     Enabled = False
  568.     OnTimer = TimerpauseTimer
  569.     Left = 120
  570.     Top = 128
  571.   end
  572.   object Timerframes: TTimer
  573.     Enabled = False
  574.     OnTimer = TimerframesTimer
  575.     Left = 184
  576.     Top = 12
  577.   end
  578. end
  579.