home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / SKEDEZ / SKEDPRO.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  1997-04-10  |  5.2 KB  |  241 lines

  1. object MainForm: TMainForm
  2.   Left = 286
  3.   Top = 132
  4.   Width = 429
  5.   Height = 310
  6.   Caption = 'Event List'
  7.   Font.Color = clWindowText
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   ShowHint = True
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object MainPanel: TPanel
  22.     Left = 0
  23.     Top = 241
  24.     Width = 421
  25.     Height = 42
  26.     Align = alBottom
  27.     Locked = True
  28.     TabOrder = 1
  29.     object SearchLabel: TLabel
  30.       Left = 152
  31.       Top = 4
  32.       Width = 44
  33.       Height = 15
  34.       Caption = 'Search:'
  35.       Font.Color = clWindowText
  36.       Font.Height = -12
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object DateTimePanel: TPanel
  42.       Left = 267
  43.       Top = 1
  44.       Width = 153
  45.       Height = 40
  46.       Align = alRight
  47.       BevelOuter = bvLowered
  48.       BevelWidth = 2
  49.       Font.Color = clBlack
  50.       Font.Height = -12
  51.       Font.Name = 'Arial'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 3
  55.     end
  56.     object SearchEdit: TEdit
  57.       Left = 200
  58.       Top = 2
  59.       Width = 60
  60.       Height = 21
  61.       Hint = 'Type here for super-fast searches'
  62.       AutoSize = False
  63.       Font.Color = clBlack
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 0
  69.       OnChange = SearchEditChange
  70.     end
  71.     object SearchButton: TButton
  72.       Left = 152
  73.       Top = 24
  74.       Width = 107
  75.       Height = 18
  76.       Hint = 'Finds next occurence of search text'
  77.       Caption = 'Next'
  78.       Font.Color = clWindowText
  79.       Font.Height = -12
  80.       Font.Name = 'Arial'
  81.       Font.Style = [fsBold, fsItalic]
  82.       ParentFont = False
  83.       TabOrder = 1
  84.       OnClick = SearchButtonClick
  85.     end
  86.     object OKBitBtn: TBitBtn
  87.       Left = 2
  88.       Top = 2
  89.       Width = 67
  90.       Height = 40
  91.       TabOrder = 2
  92.       OnClick = OKBitBtnClick
  93.       Kind = bkOK
  94.     end
  95.     object CancelBitBtn: TBitBtn
  96.       Left = 74
  97.       Top = 2
  98.       Width = 73
  99.       Height = 40
  100.       TabOrder = 4
  101.       OnClick = CancelBitBtnClick
  102.       Kind = bkCancel
  103.     end
  104.   end
  105.   object SavedListBox: TListBox
  106.     Left = 312
  107.     Top = 6
  108.     Width = 101
  109.     Height = 67
  110.     TabStop = False
  111.     ExtendedSelect = False
  112.     ItemHeight = 15
  113.     ParentShowHint = False
  114.     ShowHint = False
  115.     TabOrder = 2
  116.     Visible = False
  117.   end
  118.   object EventsListBox: TListBox
  119.     Left = 0
  120.     Top = 0
  121.     Width = 421
  122.     Height = 241
  123.     Hint = 'Right-click for menu, double-click to edit'
  124.     Align = alClient
  125.     Color = clMenu
  126.     Font.Color = clWindowText
  127.     Font.Height = -12
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     ItemHeight = 13
  131.     ParentFont = False
  132.     PopupMenu = RClickPopupMenu
  133.     Sorted = True
  134.     Style = lbOwnerDrawFixed
  135.     TabOrder = 0
  136.     OnDblClick = EventsListBoxDblClick
  137.     OnDrawItem = EventsListBoxDrawItem
  138.   end
  139.   object WavMediaPlayer: TMediaPlayer
  140.     Left = 10
  141.     Top = 44
  142.     Width = 253
  143.     Height = 30
  144.     Enabled = False
  145.     EnabledButtons = [btPlay]
  146.     AutoEnable = False
  147.     DeviceType = dtWaveAudio
  148.     Visible = False
  149.     ParentShowHint = False
  150.     ShowHint = False
  151.     TabOrder = 3
  152.   end
  153.   object CurrDateTime: TTimer
  154.     Interval = 100
  155.     OnTimer = CurrDateTimeTimer
  156.     Left = 12
  157.     Top = 8
  158.   end
  159.   object SystemTray: TTrayIcon
  160.     Active = False
  161.     Hint = 'SkedEzy Pro'
  162.     Icon.Data = {<image000.ico>}
  163.     PopupMenu = TrayPopupMenu
  164.     SeparateIcon = False
  165.     Left = 84
  166.     Top = 8
  167.   end
  168.   object TrayPopupMenu: TPopupMenu
  169.     Left = 123
  170.     Top = 8
  171.     object TrayRegister: TMenuItem
  172.       Caption = 'REGISTER'
  173.       ShortCut = 0
  174.       OnClick = RegisterClick
  175.     end
  176.     object TrayReadMe: TMenuItem
  177.       Caption = 'Read Me 1st'
  178.       ShortCut = 0
  179.       OnClick = ReadMeClick
  180.     end
  181.     object TrayScheduleMessage: TMenuItem
  182.       Caption = 'Schedule Message'
  183.       ShortCut = 0
  184.       OnClick = ScheduleMessageClick
  185.     end
  186.     object TrayScheduleFile: TMenuItem
  187.       Caption = 'Schedule File'
  188.       ShortCut = 0
  189.       OnClick = ScheduleFileClick
  190.     end
  191.     object TrayEventList: TMenuItem
  192.       Break = mbBreak
  193.       Caption = 'List/Edit/Delete Events'
  194.       ShortCut = 0
  195.       OnClick = EventListClick
  196.     end
  197.     object TrayPrintEvents: TMenuItem
  198.       Caption = 'Print Events'
  199.       ShortCut = 0
  200.       OnClick = PrintEventsClick
  201.     end
  202.     object TrayOptions: TMenuItem
  203.       Caption = 'Options'
  204.       ShortCut = 0
  205.       OnClick = OptionsClick
  206.     end
  207.     object TrayHelp: TMenuItem
  208.       Break = mbBreak
  209.       Caption = 'Help'
  210.       ShortCut = 0
  211.       OnClick = HelpClick
  212.     end
  213.     object TrayAbout: TMenuItem
  214.       Caption = 'About'
  215.       ShortCut = 0
  216.       OnClick = AboutClick
  217.     end
  218.     object TrayExit: TMenuItem
  219.       Break = mbBreak
  220.       Caption = 'Exit'
  221.       ShortCut = 0
  222.       OnClick = ExitClick
  223.     end
  224.   end
  225.   object RClickPopupMenu: TPopupMenu
  226.     Alignment = paCenter
  227.     Left = 160
  228.     Top = 8
  229.     object RClickEditEvent: TMenuItem
  230.       Caption = 'Edit Event'
  231.       ShortCut = 16453
  232.       OnClick = RClickEditEventClick
  233.     end
  234.     object RClickDeleteEvent: TMenuItem
  235.       Caption = 'Delete Event'
  236.       ShortCut = 46
  237.       OnClick = RClickDeleteEventClick
  238.     end
  239.   end
  240. end
  241.