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

  1. object ScheduleForm: TScheduleForm
  2.   Left = 48
  3.   Top = 38
  4.   Width = 468
  5.   Height = 390
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Schedule'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 200
  11.   Constraints.MinWidth = 350
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ScheduleGrid: TDrawGrid
  23.     Left = 0
  24.     Top = 0
  25.     Width = 460
  26.     Height = 328
  27.     Hint = 'List of Events in the Diary'
  28.     Align = alClient
  29.     ColCount = 4
  30.     DefaultRowHeight = 18
  31.     FixedCols = 0
  32.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goTabs, goRowSelect, goThumbTracking]
  33.     TabOrder = 0
  34.     OnDblClick = GoThereClick
  35.     OnDrawCell = ScheduleGridDrawCell
  36.     ColWidths = (
  37.       18
  38.       112
  39.       38
  40.       398)
  41.   end
  42.   object Panel: TPanel
  43.     Left = 0
  44.     Top = 328
  45.     Width = 460
  46.     Height = 35
  47.     Align = alBottom
  48.     BevelOuter = bvNone
  49.     TabOrder = 1
  50.     object ShowAll: TCheckBox
  51.       Left = 4
  52.       Top = 10
  53.       Width = 97
  54.       Height = 17
  55.       Anchors = [akLeft]
  56.       Caption = 'Show All Events'
  57.       Color = clBtnFace
  58.       ParentColor = False
  59.       TabOrder = 0
  60.       OnClick = ShowAllClick
  61.     end
  62.     object GoThere: TBitBtn
  63.       Left = 228
  64.       Top = 5
  65.       Width = 77
  66.       Height = 28
  67.       Hint = 'Jump to the Diary at this date'
  68.       Anchors = [akRight]
  69.       Caption = 'Go There'
  70.       Default = True
  71.       ModalResult = 1
  72.       TabOrder = 1
  73.       OnClick = GoThereClick
  74.       Glyph.Data = {
  75.         36020000424D3602000000000000360000002800000010000000100000000100
  76.         10000000000000020000000000000000000000000000000000001F7C1F7C1F7C
  77.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  78.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  79.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  80.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  81.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  82.         10001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  83.         10001F7C1F7C1F7C1F7C1F7C100010001000100010001F7C1F7C1F7C1F7C1000
  84.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C10001000100010001F7C1F7C1F7C1F7C1000
  85.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1000100010001F7C1F7C1F7C1F7C1000
  86.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C10001F7C100010001F7C1F7C1F7C1F7C1F7C
  87.         10001F7C1F7C1F7C1F7C100010001F7C1F7C1F7C10001F7C1F7C1F7C1F7C1F7C
  88.         1F7C10001000100010001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  89.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  90.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  91.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  92.         1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C}
  93.     end
  94.     object Refresh: TBitBtn
  95.       Left = 308
  96.       Top = 5
  97.       Width = 73
  98.       Height = 28
  99.       Anchors = [akRight]
  100.       Caption = 'Refresh'
  101.       TabOrder = 2
  102.       OnClick = RefreshClick
  103.     end
  104.     object CloseBtn: TBitBtn
  105.       Left = 384
  106.       Top = 5
  107.       Width = 74
  108.       Height = 28
  109.       Anchors = [akRight]
  110.       Cancel = True
  111.       Caption = 'Close'
  112.       TabOrder = 3
  113.       OnClick = CloseBtnClick
  114.       Glyph.Data = {
  115.         DE010000424DDE01000000000000760000002800000024000000120000000100
  116.         0400000000006801000000000000000000001000000000000000000000000000
  117.         80000080000000808000800000008000800080800000C0C0C000808080000000
  118.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  119.         3333333333333333333333330000333333333333333333333333F33333333333
  120.         00003333344333333333333333388F3333333333000033334224333333333333
  121.         338338F3333333330000333422224333333333333833338F3333333300003342
  122.         222224333333333383333338F3333333000034222A22224333333338F338F333
  123.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  124.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  125.         0000333333333A222433333333333338F338F33300003333333333A222433333
  126.         333333338F338F33000033333333333A222433333333333338F338F300003333
  127.         33333333A222433333333333338F338F00003333333333333A22433333333333
  128.         3338F38F000033333333333333A223333333333333338F830000333333333333
  129.         333A333333333333333338330000333333333333333333333333333333333333
  130.         0000}
  131.       NumGlyphs = 2
  132.     end
  133.   end
  134. end
  135.