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 / TSCHEDEVFORM / TSCHEDEVFORM.txt
Encoding:
Text File  |  1997-04-10  |  14.5 KB  |  486 lines

  1. object SchedEvForm: TSchedEvForm
  2.   Tag = -1
  3.   Left = 236
  4.   Top = 93
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'xxx'
  8.   ClientHeight = 251
  9.   ClientWidth = 446
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 15
  24.   object MainGroupBox: TGroupBox
  25.     Left = 0
  26.     Top = 0
  27.     Width = 446
  28.     Height = 199
  29.     Color = clBtnFace
  30.     ParentColor = False
  31.     TabOrder = 3
  32.     object TabbedNotebook1: TTabbedNotebook
  33.       Left = 8
  34.       Top = 14
  35.       Width = 429
  36.       Height = 175
  37.       Hint = 'You can use <Page Up> and <Page Down> to change pages'
  38.       TabFont.Color = clBtnText
  39.       TabFont.Height = -12
  40.       TabFont.Name = 'Arial'
  41.       TabFont.Style = []
  42.       TabOrder = 0
  43.       object TTabPage
  44.         Left = 4
  45.         Top = 26
  46.         Caption = 'xxx'
  47.         object StartUpDirLabel: TLabel
  48.           Left = 4
  49.           Top = 124
  50.           Width = 69
  51.           Height = 14
  52.           Caption = 'Startup Dir:'
  53.           ParentShowHint = False
  54.           ShowHint = False
  55.         end
  56.         object StartUpDirTextLabel: TLabel
  57.           Left = 84
  58.           Top = 124
  59.           Width = 329
  60.           Height = 14
  61.           Hint = 
  62.             'This is where any file input/output will occur, when file starts' +
  63.             ' up'
  64.           AutoSize = False
  65.           Caption = 'xxx'
  66.         end
  67.         object FileNameButton: TButton
  68.           Left = 4
  69.           Top = 8
  70.           Width = 137
  71.           Height = 21
  72.           Hint = 'Choose any available file to run'
  73.           Caption = 'Browse Files...'
  74.           TabOrder = 1
  75.           OnClick = FileNameButtonClick
  76.           OnExit = TextMemoExit
  77.         end
  78.         object StartUpDirButton: TButton
  79.           Left = 144
  80.           Top = 8
  81.           Width = 157
  82.           Height = 21
  83.           Hint = 'Make any directory the startup directory'
  84.           Caption = 'Change Startup Dir...'
  85.           TabOrder = 2
  86.           OnClick = StartUpDirButtonClick
  87.         end
  88.         object ConfirmCheckBox: TCheckBox
  89.           Left = 308
  90.           Top = 8
  91.           Width = 73
  92.           Height = 25
  93.           Hint = 'If checked, you can put off or skip the run'
  94.           Caption = 'Confirm'
  95.           TabOrder = 3
  96.           OnClick = ConfirmCheckBoxClick
  97.         end
  98.         object TextMemo: TMemo
  99.           Left = 4
  100.           Top = 36
  101.           Width = 413
  102.           Height = 85
  103.           ParentShowHint = False
  104.           ShowHint = False
  105.           TabOrder = 0
  106.           OnChange = TextMemoChange
  107.           OnExit = TextMemoExit
  108.           OnKeyPress = TextMemoKeyPress
  109.         end
  110.       end
  111.       object TTabPage
  112.         Left = 4
  113.         Top = 26
  114.         HelpContext = 1
  115.         Caption = 'Scheduling'
  116.         object DateLabel: TLabel
  117.           Left = 6
  118.           Top = 11
  119.           Width = 31
  120.           Height = 13
  121.           Caption = 'Date'
  122.           ParentShowHint = False
  123.           ShowHint = False
  124.         end
  125.         object TimeLabel: TLabel
  126.           Left = 214
  127.           Top = 11
  128.           Width = 29
  129.           Height = 13
  130.           Caption = 'Time'
  131.           ParentShowHint = False
  132.           ShowHint = False
  133.         end
  134.         object UntilLabel: TLabel
  135.           Left = 214
  136.           Top = 36
  137.           Width = 57
  138.           Height = 14
  139.           Caption = 'Until Date'
  140.           ParentShowHint = False
  141.           ShowHint = False
  142.         end
  143.         object RecurrLabel: TLabel
  144.           Left = 6
  145.           Top = 36
  146.           Width = 79
  147.           Height = 14
  148.           Caption = 'Recurr Period'
  149.           ParentShowHint = False
  150.           ShowHint = False
  151.         end
  152.         object WarningLabel: TLabel
  153.           Left = 6
  154.           Top = 62
  155.           Width = 91
  156.           Height = 17
  157.           Caption = 'Warning Period'
  158.           ParentShowHint = False
  159.           ShowHint = False
  160.         end
  161.         object ReservedLabel: TLabel
  162.           Left = 216
  163.           Top = 90
  164.           Width = 97
  165.           Height = 13
  166.           Caption = 'Reserved Period'
  167.           ParentShowHint = False
  168.           ShowHint = False
  169.         end
  170.         object ConfirmTextLabel: TLabel
  171.           Left = 4
  172.           Top = 114
  173.           Width = 413
  174.           Height = 29
  175.           Alignment = taCenter
  176.           AutoSize = False
  177.           Caption = 'xxxxxxxx'
  178.           ParentShowHint = False
  179.           ShowHint = False
  180.           WordWrap = True
  181.         end
  182.         object WarningRecurrLabel: TLabel
  183.           Left = 216
  184.           Top = 62
  185.           Width = 87
  186.           Height = 17
  187.           Caption = 'Warning Recurr'
  188.           ParentShowHint = False
  189.           ShowHint = False
  190.         end
  191.         object DateEdit: TEdit
  192.           Left = 35
  193.           Top = 8
  194.           Width = 165
  195.           Height = 23
  196.           Hint = 'Day when event is to first appear'
  197.           TabOrder = 0
  198.           Text = 'tomorrow'
  199.           OnChange = DateEditChange
  200.         end
  201.         object TimeEdit: TEdit
  202.           Left = 244
  203.           Top = 8
  204.           Width = 173
  205.           Height = 23
  206.           Hint = 'Time when event is to appear'
  207.           TabOrder = 1
  208.           Text = 'startup'
  209.           OnChange = TimeEditChange
  210.         end
  211.         object UntilEdit: TEdit
  212.           Left = 272
  213.           Top = 34
  214.           Width = 145
  215.           Height = 23
  216.           Hint = 'Event will not appear again after this day'
  217.           TabOrder = 3
  218.           Text = 'none'
  219.           OnChange = UntilEditChange
  220.         end
  221.         object RecurrEdit: TEdit
  222.           Left = 90
  223.           Top = 34
  224.           Width = 110
  225.           Height = 23
  226.           Hint = 'How long between appearances of event'
  227.           TabOrder = 2
  228.           Text = 'none'
  229.           OnChange = RecurrEditChange
  230.         end
  231.         object WarningEdit: TEdit
  232.           Left = 97
  233.           Top = 60
  234.           Width = 103
  235.           Height = 23
  236.           Hint = 'Time between first warning and when event ocurrs'
  237.           TabOrder = 4
  238.           Text = 'none'
  239.           OnChange = WarningEditChange
  240.         end
  241.         object ReservedEdit: TEdit
  242.           Left = 315
  243.           Top = 87
  244.           Width = 104
  245.           Height = 23
  246.           Hint = 'Examples:2 weeks for a holiday, 2 hrs for a meetiing etc.'
  247.           TabOrder = 6
  248.           Text = 'none'
  249.           OnChange = ReservedEditChange
  250.         end
  251.         object WarningRecurrEdit: TEdit
  252.           Left = 309
  253.           Top = 60
  254.           Width = 110
  255.           Height = 23
  256.           Hint = 'Time between warnings, before event occurs'
  257.           TabOrder = 5
  258.           Text = 'none'
  259.           OnChange = WarningRecurrEditChange
  260.         end
  261.       end
  262.       object TTabPage
  263.         Left = 4
  264.         Top = 26
  265.         HelpContext = 2
  266.         Caption = 'Sound'
  267.         object SoundPathLabel: TLabel
  268.           Left = 8
  269.           Top = 42
  270.           Width = 59
  271.           Height = 14
  272.           Caption = 'File Name'
  273.           ParentShowHint = False
  274.           ShowHint = False
  275.         end
  276.         object CountLabel: TLabel
  277.           Left = 8
  278.           Top = 71
  279.           Width = 39
  280.           Height = 13
  281.           Caption = 'Count'
  282.           ParentShowHint = False
  283.           ShowHint = False
  284.         end
  285.         object SoundVLabel: TLabel
  286.           Left = 12
  287.           Top = 104
  288.           Width = 405
  289.           Height = 29
  290.           Alignment = taCenter
  291.           AutoSize = False
  292.           Caption = 'xxx'
  293.           ParentShowHint = False
  294.           ShowHint = False
  295.         end
  296.         object SpacingLabel: TLabel
  297.           Left = 128
  298.           Top = 71
  299.           Width = 113
  300.           Height = 18
  301.           Caption = 'Spacing (millisecs.)'
  302.           ParentShowHint = False
  303.           ShowHint = False
  304.         end
  305.         object SoundCountEdit: TEdit
  306.           Left = 48
  307.           Top = 68
  308.           Width = 25
  309.           Height = 23
  310.           Hint = 'Number of times to play sound'
  311.           TabOrder = 5
  312.           OnChange = SoundCountEditChange
  313.         end
  314.         object SoundPathEdit: TEdit
  315.           Left = 72
  316.           Top = 40
  317.           Width = 217
  318.           Height = 23
  319.           Hint = 'Play this sound to announce event'
  320.           TabOrder = 3
  321.           OnChange = SoundPathEditChange
  322.         end
  323.         object SoundSpacingEdit: TEdit
  324.           Left = 244
  325.           Top = 68
  326.           Width = 45
  327.           Height = 23
  328.           Hint = 'Length of silence between sounds'
  329.           TabOrder = 6
  330.           OnChange = SoundSpacingEditChange
  331.         end
  332.         object SoundPathButton: TButton
  333.           Left = 300
  334.           Top = 40
  335.           Width = 119
  336.           Height = 49
  337.           Hint = 'Choose any available .wav file'
  338.           Caption = 'Browse Files...'
  339.           TabOrder = 4
  340.           OnClick = SoundPathButtonClick
  341.         end
  342.         object SysBeepRadioButton: TRadioButton
  343.           Left = 144
  344.           Top = 10
  345.           Width = 113
  346.           Height = 17
  347.           Caption = 'System beeps'
  348.           ParentShowHint = False
  349.           ShowHint = False
  350.           TabOrder = 1
  351.           TabStop = True
  352.           OnClick = SysBeepRadioButtonClick
  353.         end
  354.         object NoSoundRadioButton: TRadioButton
  355.           Left = 7
  356.           Top = 10
  357.           Width = 113
  358.           Height = 17
  359.           Caption = 'No sound'
  360.           Checked = True
  361.           ParentShowHint = False
  362.           ShowHint = False
  363.           TabOrder = 0
  364.           TabStop = True
  365.           OnClick = NoSoundRadioButtonClick
  366.         end
  367.         object SoundPathRadioButton: TRadioButton
  368.           Left = 296
  369.           Top = 10
  370.           Width = 113
  371.           Height = 17
  372.           Caption = 'Play .wav file'
  373.           ParentShowHint = False
  374.           ShowHint = False
  375.           TabOrder = 2
  376.           TabStop = True
  377.           OnClick = SoundPathRadioButtonClick
  378.         end
  379.       end
  380.     end
  381.   end
  382.   object OKBitBtn: TBitBtn
  383.     Left = 8
  384.     Top = 206
  385.     Width = 73
  386.     Height = 41
  387.     TabOrder = 0
  388.     OnClick = OKBitBtnClick
  389.     Kind = bkOK
  390.   end
  391.   object CancelBitBtn: TBitBtn
  392.     Left = 88
  393.     Top = 206
  394.     Width = 79
  395.     Height = 41
  396.     TabOrder = 1
  397.     OnClick = CancelBitBtnClick
  398.     Kind = bkCancel
  399.   end
  400.   object DoAnotherBitBtn: TBitBtn
  401.     Left = 173
  402.     Top = 206
  403.     Width = 128
  404.     Height = 41
  405.     Caption = 'OK, Do Another'
  406.     ModalResult = 1
  407.     TabOrder = 2
  408.     OnClick = DoAnotherBitBtnClick
  409.     Glyph.Data = {
  410.       BE060000424DBE06000000000000360400002800000024000000120000000100
  411.       0800000000008802000000000000000000000000000000000000000000000000
  412.       80000080000000808000800000008000800080800000C0C0C00041BCBC00A0DE
  413.       DE00000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       000000000000000000000000000000000000D0EEEE00A4A0A000808080000000
  443.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  444.       0303030303030303030303030303030303030303030303030303030303030303
  445.       03030303030303030303030303030303030303030303FF030303030303030303
  446.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  447.       03030303030303030303040202040303030303030303030303030303F80303F8
  448.       FF030303030303030303030303040202020204030303030303030303030303F8
  449.       03030303F8FF0303030303030303030304020202020202040303030303030303
  450.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  451.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  452.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  453.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  454.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  455.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  456.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  457.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  458.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  459.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  460.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  461.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  462.       030303030303030303FA0303030303030303030303030303030303F803030303
  463.       0303030303030303030303030303030303030303030303030303030303030303
  464.       0303}
  465.     NumGlyphs = 2
  466.   end
  467.   object BrowseDialog: TOpenDialog
  468.     DefaultExt = 'exe'
  469.     FileEditStyle = fsEdit
  470.     Filter = 
  471.       'All Files (*.*)|*.*|Program files (*.exe)|*.exe|Batch Files (*.b' +
  472.       'at)|*.bat|Word Documents (*.doc)|*.doc|Text Files (*.txt)|*.txt'
  473.     FilterIndex = 2
  474.     Options = [ofReadOnly, ofPathMustExist, ofFileMustExist]
  475.     Title = 'Browse Files'
  476.     Left = 368
  477.     Top = 216
  478.   end
  479.   object SoundPathDialog: TOpenDialog
  480.     FileEditStyle = fsEdit
  481.     Filter = 'Sound Files (*.wav)|*.wav'
  482.     Left = 408
  483.     Top = 216
  484.   end
  485. end
  486.