home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / ICALV20.ZIP / _SETUP.1 / Ical.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-05-12  |  13KB  |  514 lines

  1. object form1: Tform1
  2.   Left = 114
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'iCal  2.0'
  7.   ClientHeight = 277
  8.   ClientWidth = 252
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label14: TLabel
  21.     Left = 61
  22.     Top = 144
  23.     Width = 93
  24.     Height = 13
  25.     Caption = 'of entries per month'
  26.   end
  27.   object Label16: TLabel
  28.     Left = 11
  29.     Top = 131
  30.     Width = 220
  31.     Height = 13
  32.     Caption = 'Personal-- Limit 2 calendars, unlimited  number '
  33.   end
  34.   object PageControl1: TPageControl
  35.     Left = 0
  36.     Top = 0
  37.     Width = 252
  38.     Height = 277
  39.     ActivePage = tsStatus
  40.     Align = alClient
  41.     TabOrder = 0
  42.     TabPosition = tpBottom
  43.     TabWidth = 80
  44.     object tsStatus: TTabSheet
  45.       Caption = 'Status'
  46.       object Label5: TLabel
  47.         Left = 9
  48.         Top = 10
  49.         Width = 67
  50.         Height = 13
  51.         Caption = 'Server Status:'
  52.       end
  53.       object Label7: TLabel
  54.         Left = 27
  55.         Top = 69
  56.         Width = 48
  57.         Height = 13
  58.         Caption = 'Total Hits:'
  59.       end
  60.       object Label1: TLabel
  61.         Left = 6
  62.         Top = 97
  63.         Width = 37
  64.         Height = 13
  65.         Caption = 'Hit Log:'
  66.       end
  67.       object cbStartStop: TBitBtn
  68.         Left = 81
  69.         Top = 32
  70.         Width = 75
  71.         Height = 25
  72.         Caption = 'Start Server'
  73.         TabOrder = 0
  74.         OnClick = cbStartStopClick
  75.       end
  76.       object edHits: TEdit
  77.         Left = 79
  78.         Top = 66
  79.         Width = 158
  80.         Height = 21
  81.         Color = clBtnFace
  82.         Enabled = False
  83.         TabOrder = 1
  84.         Text = '0'
  85.       end
  86.       object edStatus: TEdit
  87.         Left = 80
  88.         Top = 7
  89.         Width = 160
  90.         Height = 21
  91.         Color = clBtnFace
  92.         Enabled = False
  93.         TabOrder = 2
  94.         Text = 'Not Serving'
  95.       end
  96.       object Chart1: TChart
  97.         Left = 7
  98.         Top = 115
  99.         Width = 233
  100.         Height = 79
  101.         AllowPanning = pmHorizontal
  102.         AllowZoom = False
  103.         BottomWall.Color = clWhite
  104.         Foot.Font.Charset = DEFAULT_CHARSET
  105.         Foot.Font.Color = clRed
  106.         Foot.Font.Height = -11
  107.         Foot.Font.Name = 'Arial'
  108.         Foot.Font.Style = [fsItalic]
  109.         LeftWall.Color = clWhite
  110.         MarginBottom = 0
  111.         MarginRight = 0
  112.         MarginTop = 0
  113.         Title.Text.Strings = (
  114.           'TChart')
  115.         Title.Visible = False
  116.         BottomAxis.Automatic = False
  117.         BottomAxis.AutomaticMaximum = False
  118.         BottomAxis.AutomaticMinimum = False
  119.         BottomAxis.Labels = False
  120.         BottomAxis.Maximum = 120.000000000000000000
  121.         BottomAxis.MinorTickCount = 10
  122.         BottomAxis.TickInnerLength = 15
  123.         BottomAxis.TickLength = 7
  124.         BottomAxis.TickOnLabelsOnly = False
  125.         LeftAxis.Automatic = False
  126.         LeftAxis.AutomaticMaximum = False
  127.         LeftAxis.AutomaticMinimum = False
  128.         LeftAxis.Increment = 10.000000000000000000
  129.         LeftAxis.LabelsSeparation = 40
  130.         LeftAxis.LabelsSize = 10
  131.         LeftAxis.LabelStyle = talValue
  132.         LeftAxis.Maximum = 25.000000000000000000
  133.         LeftAxis.MinorTickCount = 1
  134.         LeftAxis.ExactDateTime = False
  135.         Legend.Visible = False
  136.         View3D = False
  137.         View3DWalls = False
  138.         BevelInner = bvLowered
  139.         BevelOuter = bvNone
  140.         TabOrder = 3
  141.         object Series1: TFastLineSeries
  142.           Marks.ArrowLength = 8
  143.           Marks.Style = smsXValue
  144.           Marks.Visible = False
  145.           Title = 'Hits'
  146.           LinePen.Color = clRed
  147.           SeriesColor = clRed
  148.           XValues.DateTime = False
  149.           XValues.Name = 'X'
  150.           XValues.Multiplier = 1.000000000000000000
  151.           XValues.Order = loAscending
  152.           YValues.DateTime = False
  153.           YValues.Name = 'Y'
  154.           YValues.Multiplier = 1.000000000000000000
  155.           YValues.Order = loNone
  156.         end
  157.       end
  158.       object cbClose: TButton
  159.         Left = 166
  160.         Top = 32
  161.         Width = 72
  162.         Height = 25
  163.         Caption = 'Shutdown'
  164.         TabOrder = 4
  165.         OnClick = cbCloseClick
  166.       end
  167.     end
  168.     object tsListener: TTabSheet
  169.       Caption = 'Listener'
  170.       object stPort: TLabel
  171.         Left = 59
  172.         Top = 35
  173.         Width = 22
  174.         Height = 13
  175.         Alignment = taRightJustify
  176.         Caption = 'Port:'
  177.       end
  178.       object Label2: TLabel
  179.         Left = 28
  180.         Top = 16
  181.         Width = 54
  182.         Height = 13
  183.         Alignment = taRightJustify
  184.         Caption = 'IP Address:'
  185.       end
  186.       object Label3: TLabel
  187.         Left = 1
  188.         Top = 62
  189.         Width = 82
  190.         Height = 13
  191.         Alignment = taRightJustify
  192.         Caption = 'Startup Directory:'
  193.       end
  194.       object stInfo1: TLabel
  195.         Left = 42
  196.         Top = 195
  197.         Width = 167
  198.         Height = 13
  199.         Caption = 'To change settings, click the'
  200.         Font.Charset = DEFAULT_CHARSET
  201.         Font.Color = clWindowText
  202.         Font.Height = -11
  203.         Font.Name = 'MS Sans Serif'
  204.         Font.Style = [fsBold]
  205.         ParentFont = False
  206.         Visible = False
  207.       end
  208.       object stInfo2: TLabel
  209.         Left = 18
  210.         Top = 210
  211.         Width = 214
  212.         Height = 13
  213.         Caption = 'Stop Server button on the Status tab.'
  214.         Font.Charset = DEFAULT_CHARSET
  215.         Font.Color = clWindowText
  216.         Font.Height = -11
  217.         Font.Name = 'MS Sans Serif'
  218.         Font.Style = [fsBold]
  219.         ParentFont = False
  220.         Visible = False
  221.       end
  222.       object edIP: TEdit
  223.         Left = 86
  224.         Top = 11
  225.         Width = 121
  226.         Height = 21
  227.         TabOrder = 0
  228.       end
  229.       object edPort: TEdit
  230.         Left = 86
  231.         Top = 33
  232.         Width = 121
  233.         Height = 21
  234.         TabOrder = 1
  235.       end
  236.       object edDirectory: TEdit
  237.         Left = 86
  238.         Top = 59
  239.         Width = 153
  240.         Height = 21
  241.         Color = clBtnFace
  242.         Enabled = False
  243.         TabOrder = 2
  244.       end
  245.       object cbAutoStart: TCheckBox
  246.         Left = 7
  247.         Top = 110
  248.         Width = 109
  249.         Height = 17
  250.         Alignment = taLeftJustify
  251.         Caption = 'Auto Start Listener:'
  252.         State = cbChecked
  253.         TabOrder = 3
  254.       end
  255.       object cbTutorial: TCheckBox
  256.         Left = 27
  257.         Top = 160
  258.         Width = 88
  259.         Height = 17
  260.         Alignment = taLeftJustify
  261.         Caption = 'Show Tutorial:'
  262.         State = cbChecked
  263.         TabOrder = 4
  264.       end
  265.       object cbBrowserStart: TCheckBox
  266.         Left = 4
  267.         Top = 145
  268.         Width = 111
  269.         Height = 17
  270.         Alignment = taLeftJustify
  271.         Caption = 'Auto Start Browser:'
  272.         State = cbChecked
  273.         TabOrder = 5
  274.       end
  275.       object cbStartMinimized: TCheckBox
  276.         Left = 23
  277.         Top = 125
  278.         Width = 93
  279.         Height = 17
  280.         Alignment = taLeftJustify
  281.         Caption = 'Start Minimized:'
  282.         TabOrder = 6
  283.       end
  284.       object cbChange: TButton
  285.         Left = 87
  286.         Top = 82
  287.         Width = 73
  288.         Height = 22
  289.         Caption = 'Change'
  290.         TabOrder = 7
  291.         OnClick = cbChangeClick
  292.       end
  293.     end
  294.     object pAbout: TTabSheet
  295.       Caption = 'About'
  296.       object regBanner2: TLabel
  297.         Left = 38
  298.         Top = 1
  299.         Width = 171
  300.         Height = 16
  301.         Caption = 'iCal Professional Edition'
  302.         Font.Charset = DEFAULT_CHARSET
  303.         Font.Color = clWindowText
  304.         Font.Height = -13
  305.         Font.Name = 'MS Sans Serif'
  306.         Font.Style = [fsBold]
  307.         ParentFont = False
  308.         Visible = False
  309.       end
  310.       object imageBrownBear: TImage
  311.         Left = -2
  312.         Top = 19
  313.         Width = 248
  314.         Height = 91
  315.         Picture.Data = {<image001.bmp>}
  316.         Stretch = True
  317.         Visible = False
  318.       end
  319.       object Label6: TLabel
  320.         Left = 67
  321.         Top = 118
  322.         Width = 120
  323.         Height = 13
  324.         Caption = 'Brown Bear Software'
  325.         Font.Charset = DEFAULT_CHARSET
  326.         Font.Color = clWindowText
  327.         Font.Height = -11
  328.         Font.Name = 'MS Sans Serif'
  329.         Font.Style = [fsBold]
  330.         ParentFont = False
  331.       end
  332.       object Label8: TLabel
  333.         Left = 67
  334.         Top = 131
  335.         Width = 92
  336.         Height = 13
  337.         Caption = '1231 Redwood Ct.,'
  338.       end
  339.       object Label9: TLabel
  340.         Left = 67
  341.         Top = 143
  342.         Width = 105
  343.         Height = 13
  344.         Caption = 'Anchorage, AK 99508'
  345.       end
  346.       object Label10: TLabel
  347.         Left = 67
  348.         Top = 156
  349.         Width = 72
  350.         Height = 13
  351.         Caption = '(907) 278-1231'
  352.       end
  353.       object Label11: TLabel
  354.         Left = 68
  355.         Top = 169
  356.         Width = 171
  357.         Height = 13
  358.         Caption = 'http://www.brownbearsw.com'
  359.         Font.Charset = DEFAULT_CHARSET
  360.         Font.Color = clWindowText
  361.         Font.Height = -11
  362.         Font.Name = 'MS Sans Serif'
  363.         Font.Style = [fsBold]
  364.         ParentFont = False
  365.       end
  366.       object banner4: TLabel
  367.         Left = 1
  368.         Top = 54
  369.         Width = 235
  370.         Height = 13
  371.         Caption = 'Personal--      Limit 1 calendars, unlimited  number '
  372.       end
  373.       object banner5: TLabel
  374.         Left = 66
  375.         Top = 66
  376.         Width = 93
  377.         Height = 13
  378.         Caption = 'of entries per month'
  379.       end
  380.       object banner6: TLabel
  381.         Left = 1
  382.         Top = 83
  383.         Width = 205
  384.         Height = 13
  385.         Caption = 'Professional-- Unlimited calendars, unlimited'
  386.       end
  387.       object banner7: TLabel
  388.         Left = 66
  389.         Top = 95
  390.         Width = 131
  391.         Height = 13
  392.         Caption = 'number of entries per month'
  393.       end
  394.       object Label19: TLabel
  395.         Left = 1
  396.         Top = 190
  397.         Width = 69
  398.         Height = 13
  399.         Caption = 'Registration'
  400.         Font.Charset = DEFAULT_CHARSET
  401.         Font.Color = clWindowText
  402.         Font.Height = -11
  403.         Font.Name = 'MS Sans Serif'
  404.         Font.Style = [fsBold]
  405.         ParentFont = False
  406.       end
  407.       object Bevel2: TBevel
  408.         Left = -1
  409.         Top = 186
  410.         Width = 252
  411.         Height = 2
  412.       end
  413.       object stName: TLabel
  414.         Left = 84
  415.         Top = 197
  416.         Width = 31
  417.         Height = 13
  418.         Alignment = taRightJustify
  419.         Caption = 'Name:'
  420.       end
  421.       object stRegNumber: TLabel
  422.         Left = 16
  423.         Top = 217
  424.         Width = 99
  425.         Height = 13
  426.         Alignment = taRightJustify
  427.         Caption = 'Registration Number:'
  428.       end
  429.       object Bevel3: TBevel
  430.         Left = -5
  431.         Top = 113
  432.         Width = 251
  433.         Height = 2
  434.       end
  435.       object banner2: TLabel
  436.         Left = 9
  437.         Top = 19
  438.         Width = 214
  439.         Height = 13
  440.         Caption = 'Please register iCal.  In addition to that warm, '
  441.       end
  442.       object banner3: TLabel
  443.         Left = 12
  444.         Top = 32
  445.         Width = 207
  446.         Height = 13
  447.         Caption = 'fuzzy feeling, you will get these advantages:'
  448.       end
  449.       object Label4: TLabel
  450.         Left = 1
  451.         Top = 117
  452.         Width = 49
  453.         Height = 13
  454.         Caption = 'Contact:'
  455.         Font.Charset = DEFAULT_CHARSET
  456.         Font.Color = clWindowText
  457.         Font.Height = -11
  458.         Font.Name = 'MS Sans Serif'
  459.         Font.Style = [fsBold]
  460.         ParentFont = False
  461.       end
  462.       object regbanner1: TLabel
  463.         Left = 52
  464.         Top = 1
  465.         Width = 146
  466.         Height = 16
  467.         Caption = 'iCal Personal Edition'
  468.         Font.Charset = DEFAULT_CHARSET
  469.         Font.Color = clWindowText
  470.         Font.Height = -13
  471.         Font.Name = 'MS Sans Serif'
  472.         Font.Style = [fsBold]
  473.         ParentFont = False
  474.         Visible = False
  475.       end
  476.       object banner1: TLabel
  477.         Left = 0
  478.         Top = 2
  479.         Width = 230
  480.         Height = 13
  481.         Caption = 'iCal registration:  $35 personal, $185 professional'
  482.         Font.Charset = DEFAULT_CHARSET
  483.         Font.Color = clBlack
  484.         Font.Height = -11
  485.         Font.Name = 'MS Sans Serif'
  486.         Font.Style = []
  487.         ParentFont = False
  488.       end
  489.       object edName: TEdit
  490.         Left = 120
  491.         Top = 191
  492.         Width = 121
  493.         Height = 21
  494.         TabOrder = 0
  495.         OnKeyUp = edNameKeyUp
  496.       end
  497.       object edRegNumber: TEdit
  498.         Left = 120
  499.         Top = 214
  500.         Width = 121
  501.         Height = 21
  502.         TabOrder = 1
  503.         OnKeyUp = edRegNumberKeyUp
  504.       end
  505.     end
  506.   end
  507.   object Timer1: TTimer
  508.     Enabled = False
  509.     OnTimer = Timer1Timer
  510.     Left = 225
  511.     Top = 248
  512.   end
  513. end
  514.