home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / shareware / xdesk / XDesk95S.EXE / XDesk95.exe / 0 / RCDATA / TPROPERTIESFORM / TPROPERTIESFORM.txt
Encoding:
Text File  |  1999-11-19  |  4.1 KB  |  185 lines

  1. object PropertiesForm: TPropertiesForm
  2.   Left = 102
  3.   Top = 85
  4.   AutoSize = True
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Properties'
  8.   ClientHeight = 297
  9.   ClientWidth = 221
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 221
  24.     Height = 265
  25.     Align = alTop
  26.     Anchors = [akTop]
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object ModemPort: TRadioGroup
  31.       Left = 16
  32.       Top = 8
  33.       Width = 73
  34.       Height = 129
  35.       Caption = 'Modem Port'
  36.       Items.Strings = (
  37.         'TAPI'
  38.         'COM1:'
  39.         'COM2:'
  40.         'COM3:'
  41.         'COM4:')
  42.       TabOrder = 0
  43.     end
  44.     object Colours: TGroupBox
  45.       Left = 16
  46.       Top = 140
  47.       Width = 193
  48.       Height = 101
  49.       Caption = 'Schedule Colours'
  50.       TabOrder = 1
  51.       object Overdue: TButton
  52.         Left = 128
  53.         Top = 12
  54.         Width = 57
  55.         Height = 25
  56.         Caption = 'Overdue'
  57.         TabOrder = 0
  58.         OnClick = OverdueClick
  59.       end
  60.       object Coming: TButton
  61.         Left = 128
  62.         Top = 68
  63.         Width = 57
  64.         Height = 25
  65.         Caption = 'Coming'
  66.         TabOrder = 1
  67.         OnClick = ComingClick
  68.       end
  69.       object Today: TButton
  70.         Left = 128
  71.         Top = 40
  72.         Width = 57
  73.         Height = 25
  74.         Caption = 'Today'
  75.         TabOrder = 2
  76.         OnClick = TodayClick
  77.       end
  78.       object Sample: TPanel
  79.         Left = 8
  80.         Top = 16
  81.         Width = 117
  82.         Height = 77
  83.         BevelInner = bvLowered
  84.         BevelOuter = bvLowered
  85.         Color = clWindow
  86.         TabOrder = 3
  87.         object OverdueLabel: TLabel
  88.           Left = 4
  89.           Top = 4
  90.           Width = 109
  91.           Height = 17
  92.           AutoSize = False
  93.           Caption = 'Overdue Event'
  94.           Font.Charset = DEFAULT_CHARSET
  95.           Font.Color = clWindowText
  96.           Font.Height = -11
  97.           Font.Name = 'MS Sans Serif'
  98.           Font.Style = [fsBold]
  99.           ParentColor = False
  100.           ParentFont = False
  101.         end
  102.         object OverdueTodayLabel: TLabel
  103.           Left = 4
  104.           Top = 20
  105.           Width = 109
  106.           Height = 17
  107.           AutoSize = False
  108.           Caption = 'Overdue Today'
  109.           Font.Charset = DEFAULT_CHARSET
  110.           Font.Color = clWindowText
  111.           Font.Height = -11
  112.           Font.Name = 'MS Sans Serif'
  113.           Font.Style = [fsBold]
  114.           ParentFont = False
  115.         end
  116.         object ComingTodayLabel: TLabel
  117.           Left = 4
  118.           Top = 36
  119.           Width = 109
  120.           Height = 17
  121.           AutoSize = False
  122.           Caption = 'Coming up Today'
  123.           Font.Charset = DEFAULT_CHARSET
  124.           Font.Color = clWindowText
  125.           Font.Height = -11
  126.           Font.Name = 'MS Sans Serif'
  127.           Font.Style = [fsBold]
  128.           ParentFont = False
  129.         end
  130.         object ComingLabel: TLabel
  131.           Left = 4
  132.           Top = 52
  133.           Width = 109
  134.           Height = 17
  135.           AutoSize = False
  136.           Caption = 'Coming up'
  137.           Font.Charset = DEFAULT_CHARSET
  138.           Font.Color = clWindowText
  139.           Font.Height = -11
  140.           Font.Name = 'MS Sans Serif'
  141.           Font.Style = [fsBold]
  142.           ParentFont = False
  143.         end
  144.       end
  145.     end
  146.     object AlarmSound: TRadioGroup
  147.       Left = 96
  148.       Top = 8
  149.       Width = 113
  150.       Height = 129
  151.       Caption = 'Alarm Sound'
  152.       Items.Strings = (
  153.         'No Sound'
  154.         'Win Asterisk'
  155.         'Win Exclamation'
  156.         'Win Critical Stop'
  157.         'Win Question')
  158.       TabOrder = 2
  159.       OnClick = AlarmSoundClick
  160.     end
  161.     object ShowHints: TCheckBox
  162.       Left = 16
  163.       Top = 244
  164.       Width = 125
  165.       Height = 17
  166.       Caption = 'Show Hints'
  167.       TabOrder = 3
  168.     end
  169.   end
  170.   object OK: TBitBtn
  171.     Left = 164
  172.     Top = 272
  173.     Width = 53
  174.     Height = 25
  175.     TabOrder = 1
  176.     OnClick = OKClick
  177.     Kind = bkOK
  178.   end
  179.   object ColorDialog: TColorDialog
  180.     Ctl3D = True
  181.     Left = 8
  182.     Top = 268
  183.   end
  184. end
  185.