home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / TIMLSTED.dfm / TIMLSTED.txt < prev   
Encoding:
Text File  |  1999-10-12  |  3.0 KB  |  144 lines

  1. object TimerItemsEditor: TTimerItemsEditor
  2.   Left = 208
  3.   Top = 102
  4.   Width = 249
  5.   Height = 152
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   OldCreateOrder = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BtnPanel: TPanel
  20.     Left = 155
  21.     Top = 0
  22.     Width = 86
  23.     Height = 125
  24.     Align = alRight
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object NewBtn: TButton
  28.       Left = 4
  29.       Top = 5
  30.       Width = 77
  31.       Height = 25
  32.       Caption = '&New'
  33.       TabOrder = 0
  34.       OnClick = NewClick
  35.     end
  36.     object DeleteBtn: TButton
  37.       Left = 4
  38.       Top = 35
  39.       Width = 77
  40.       Height = 25
  41.       Caption = '&Delete'
  42.       TabOrder = 1
  43.       OnClick = DeleteClick
  44.     end
  45.     object ClearBtn: TButton
  46.       Left = 4
  47.       Top = 65
  48.       Width = 77
  49.       Height = 25
  50.       Caption = 'C&lear'
  51.       TabOrder = 2
  52.       OnClick = ClearBtnClick
  53.     end
  54.     object Panel1: TPanel
  55.       Left = 0
  56.       Top = 91
  57.       Width = 86
  58.       Height = 34
  59.       Align = alBottom
  60.       BevelOuter = bvNone
  61.       TabOrder = 3
  62.       object CloseBtn: TButton
  63.         Left = 4
  64.         Top = 4
  65.         Width = 77
  66.         Height = 25
  67.         Caption = '&Close'
  68.         TabOrder = 0
  69.         OnClick = CloseBtnClick
  70.       end
  71.     end
  72.   end
  73.   object ClientPanel: TPanel
  74.     Left = 0
  75.     Top = 0
  76.     Width = 155
  77.     Height = 125
  78.     Align = alClient
  79.     BevelOuter = bvNone
  80.     BorderWidth = 2
  81.     TabOrder = 1
  82.     object DrawGrid: TDrawGrid
  83.       Left = 2
  84.       Top = 2
  85.       Width = 151
  86.       Height = 121
  87.       Align = alClient
  88.       ColCount = 1
  89.       DefaultRowHeight = 16
  90.       FixedCols = 0
  91.       RowCount = 2
  92.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
  93.       PopupMenu = PopupMenu
  94.       ScrollBars = ssVertical
  95.       TabOrder = 0
  96.       OnDrawCell = DrawGridDrawCell
  97.       OnKeyDown = DrawGridKeyDown
  98.       OnSelectCell = DrawGridSelectCell
  99.       ColWidths = (
  100.         190)
  101.     end
  102.   end
  103.   object PopupMenu: TPopupMenu
  104.     Left = 6
  105.     Top = 40
  106.     object CutMenu: TMenuItem
  107.       Caption = '&Cut'
  108.       ShortCut = 8238
  109.       OnClick = CutClick
  110.     end
  111.     object CopyMenu: TMenuItem
  112.       Caption = 'Co&py'
  113.       ShortCut = 16429
  114.       OnClick = CopyClick
  115.     end
  116.     object PasteMenu: TMenuItem
  117.       Caption = '&Paste'
  118.       ShortCut = 8237
  119.       OnClick = PasteClick
  120.     end
  121.     object DeleteMenu: TMenuItem
  122.       Caption = '&Delete'
  123.       ShortCut = 16430
  124.       OnClick = DeleteClick
  125.     end
  126.     object N1: TMenuItem
  127.       Caption = '-'
  128.     end
  129.     object NewMenu: TMenuItem
  130.       Caption = '&New Item'
  131.       ShortCut = 45
  132.       OnClick = NewClick
  133.     end
  134.   end
  135.   object FormStorage: TFormPlacement
  136.     IniFileName = 'DELPHI.INI'
  137.     IniSection = 'RX.TimerColEditor'
  138.     MinMaxInfo.MinTrackHeight = 152
  139.     Options = [fpPosition]
  140.     Left = 33
  141.     Top = 40
  142.   end
  143. end
  144.