home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95cctask / cctask.exe / 0 / RCDATA / TCRON / TCRON.txt
Encoding:
Text File  |  1997-04-15  |  7.2 KB  |  279 lines

  1. object Cron: TCron
  2.   Left = 792
  3.   Top = 533
  4.   Width = 437
  5.   Height = 305
  6.   Caption = 'CCCron'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 134
  20.     Width = 42
  21.     Height = 13
  22.     Caption = 'Program:'
  23.     FocusControl = eProgram
  24.   end
  25.   object Label2: TLabel
  26.     Left = 136
  27.     Top = 172
  28.     Width = 30
  29.     Height = 13
  30.     Caption = 'Day(s)'
  31.     FocusControl = eDays
  32.   end
  33.   object Label3: TLabel
  34.     Left = 136
  35.     Top = 195
  36.     Width = 34
  37.     Height = 13
  38.     Caption = 'Hour(s)'
  39.     FocusControl = eHours
  40.   end
  41.   object Label4: TLabel
  42.     Left = 136
  43.     Top = 220
  44.     Width = 43
  45.     Height = 13
  46.     Caption = 'Minute(s)'
  47.     FocusControl = eMinutes
  48.   end
  49.   object Label5: TLabel
  50.     Left = 312
  51.     Top = 167
  52.     Width = 41
  53.     Height = 13
  54.     Caption = 'Month(s)'
  55.   end
  56.   object lCronLines: TListBox
  57.     Left = 6
  58.     Top = 8
  59.     Width = 417
  60.     Height = 113
  61.     ExtendedSelect = False
  62.     ItemHeight = 13
  63.     TabOrder = 0
  64.     OnClick = lCronLinesClick
  65.   end
  66.   object eProgram: TEdit
  67.     Left = 56
  68.     Top = 132
  69.     Width = 281
  70.     Height = 21
  71.     TabOrder = 1
  72.   end
  73.   object rType: TRadioGroup
  74.     Left = 6
  75.     Top = 159
  76.     Width = 57
  77.     Height = 81
  78.     Caption = 'Function:'
  79.     ItemIndex = 1
  80.     Items.Strings = (
  81.       'Kill'
  82.       'Start'
  83.       'Log'
  84.       'Hide'
  85.       'Show')
  86.     TabOrder = 2
  87.     OnClick = rTypeClick
  88.   end
  89.   object lDays: TListBox
  90.     Left = 360
  91.     Top = 168
  92.     Width = 66
  93.     Height = 97
  94.     ItemHeight = 13
  95.     Items.Strings = (
  96.       'Sunday'
  97.       'Monday'
  98.       'Tuesday'
  99.       'Wednesday'
  100.       'Thursday'
  101.       'Friday'
  102.       'Saturday')
  103.     MultiSelect = True
  104.     TabOrder = 7
  105.   end
  106.   object lMonths: TListBox
  107.     Left = 316
  108.     Top = 181
  109.     Width = 31
  110.     Height = 84
  111.     Columns = 3
  112.     Font.Color = clBlack
  113.     Font.Height = -13
  114.     Font.Name = 'Courier'
  115.     Font.Style = []
  116.     ItemHeight = 13
  117.     Items.Strings = (
  118.       '1'
  119.       '2'
  120.       '3'
  121.       '4'
  122.       '5'
  123.       '6'
  124.       '7'
  125.       '8'
  126.       '9'
  127.       '10'
  128.       '11'
  129.       '12')
  130.     MultiSelect = True
  131.     ParentFont = False
  132.     TabOrder = 6
  133.   end
  134.   object eMinutes: TEdit
  135.     Left = 184
  136.     Top = 216
  137.     Width = 121
  138.     Height = 21
  139.     TabOrder = 5
  140.     OnExit = eBoxExit
  141.   end
  142.   object eHours: TEdit
  143.     Left = 184
  144.     Top = 192
  145.     Width = 121
  146.     Height = 21
  147.     Hint = 'Hour in 24hr format'
  148.     TabOrder = 4
  149.     OnExit = eBoxExit
  150.   end
  151.   object eDays: TEdit
  152.     Left = 184
  153.     Top = 168
  154.     Width = 121
  155.     Height = 21
  156.     TabOrder = 3
  157.     OnExit = eBoxExit
  158.   end
  159.   object rStart: TRadioGroup
  160.     Left = 62
  161.     Top = 159
  162.     Width = 67
  163.     Height = 81
  164.     Caption = 'Show'
  165.     Font.Color = clBlack
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ItemIndex = 0
  170.     Items.Strings = (
  171.       'Normal'
  172.       'Back'
  173.       'Hidden'
  174.       'Max-d'
  175.       'Min-d')
  176.     ParentFont = False
  177.     TabOrder = 8
  178.   end
  179.   object BitBtn1: TBitBtn
  180.     Left = 120
  181.     Top = 248
  182.     Width = 75
  183.     Height = 25
  184.     Cancel = True
  185.     Caption = '&Delete'
  186.     TabOrder = 9
  187.     OnClick = bDeleteClick
  188.     Glyph.Data = {
  189.       76010000424D7601000000000000760000002800000020000000100000000100
  190.       04000000000000010000130B0000130B00000000000000000000000000000000
  191.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  192.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  193.       333333333333333333FF33333333333330003333333333333777333333333333
  194.       300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  195.       3300377777733333337733333333333333003333333333333377333333333333
  196.       3333333333333333333F333333333333330033333F33333333773333C3333333
  197.       330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  198.       993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  199.       333333377F33333333FF3333C333333330003333733333333777333333333333
  200.       3000333333333333377733333333333333333333333333333333}
  201.     NumGlyphs = 2
  202.   end
  203.   object BitBtn2: TBitBtn
  204.     Left = 16
  205.     Top = 248
  206.     Width = 75
  207.     Height = 25
  208.     Caption = 'Save'
  209.     TabOrder = 10
  210.     OnClick = bSaveClick
  211.     Glyph.Data = {
  212.       76010000424D7601000000000000760000002800000020000000100000000100
  213.       04000000000000010000130B0000130B00000000000000000000000000000000
  214.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  215.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  216.       33333333FF33333333FF333993333333300033377F3333333777333993333333
  217.       300033F77FFF3333377739999993333333333777777F3333333F399999933333
  218.       33003777777333333377333993333333330033377F3333333377333993333333
  219.       3333333773333333333F333333333333330033333333F33333773333333C3333
  220.       330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  221.       993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  222.       333333333337733333FF3333333C333330003333333733333777333333333333
  223.       3000333333333333377733333333333333333333333333333333}
  224.     NumGlyphs = 2
  225.   end
  226.   object BitBtn3: TBitBtn
  227.     Left = 224
  228.     Top = 248
  229.     Width = 75
  230.     Height = 25
  231.     Caption = 'New'
  232.     TabOrder = 11
  233.     OnClick = bNewClick
  234.     Glyph.Data = {
  235.       78010000424D7801000000000000760000002800000020000000100000000100
  236.       04000000000000000000120B0000120B00000000000000000000000000000000
  237.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  238.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  239.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  240.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  241.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  242.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  243.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  244.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  245.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  246.       00333377737FFFFF7733333033000000033333373377777773330000}
  247.     NumGlyphs = 2
  248.   end
  249.   object BitBtn4: TBitBtn
  250.     Left = 345
  251.     Top = 130
  252.     Width = 80
  253.     Height = 25
  254.     Caption = '&Browse ...'
  255.     TabOrder = 12
  256.     OnClick = bBrowseClick
  257.     Glyph.Data = {
  258.       78010000424D7801000000000000760000002800000020000000100000000100
  259.       04000000000000000000120B0000120B00000000000000000000000000000000
  260.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  261.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  262.       333333333333FF3333333333333C0C333333333333F777F3333333333CC0F0C3
  263.       333333333777377F33333333C30F0F0C333333337F737377F333333C00FFF0F0
  264.       C33333F7773337377F333CC0FFFFFF0F0C3337773F33337377F3C30F0FFFFFF0
  265.       F0C37F7373F33337377F00FFF0FFFFFF0F0C7733373F333373770FFFFF0FFFFF
  266.       F0F073F33373F333373730FFFFF0FFFFFF03373F33373F333F73330FFFFF0FFF
  267.       00333373F33373FF77333330FFFFF000333333373F333777333333330FFF0333
  268.       3333333373FF7333333333333000333333333333377733333333333333333333
  269.       33333333333333333333333333333333333333333333333333330000}
  270.     NumGlyphs = 2
  271.   end
  272.   object OpenDialog1: TOpenDialog
  273.     FileEditStyle = fsEdit
  274.     Options = [ofHideReadOnly, ofNoReadOnlyReturn, ofNoTestFileCreate]
  275.     Left = 408
  276.     Top = 32
  277.   end
  278. end
  279.