home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / TIMLSTED.DFM / TIMLSTED.txt < prev   
Text File  |  1999-10-12  |  3KB  |  141 lines

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