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
Wrap
Text File
|
1999-10-12
|
3KB
|
141 lines
object TimerItemsEditor: TTimerItemsEditor
Left = 208
Top = 102
Width = 249
Height = 152
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
TextHeight = 13
object BtnPanel: TPanel
Left = 155
Top = 0
Width = 86
Height = 125
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object NewBtn: TButton
Left = 4
Top = 5
Width = 77
Height = 25
Caption = '&New'
TabOrder = 0
OnClick = NewClick
end
object DeleteBtn: TButton
Left = 4
Top = 35
Width = 77
Height = 25
Caption = '&Delete'
TabOrder = 1
OnClick = DeleteClick
end
object ClearBtn: TButton
Left = 4
Top = 65
Width = 77
Height = 25
Caption = 'C&lear'
TabOrder = 2
OnClick = ClearBtnClick
end
object Panel1: TPanel
Left = 0
Top = 91
Width = 86
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
object CloseBtn: TButton
Left = 4
Top = 4
Width = 77
Height = 25
Caption = '&Close'
TabOrder = 0
OnClick = CloseBtnClick
end
end
end
object ClientPanel: TPanel
Left = 0
Top = 0
Width = 155
Height = 125
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
TabOrder = 1
object DrawGrid: TDrawGrid
Left = 2
Top = 2
Width = 151
Height = 121
Align = alClient
ColCount = 1
DefaultRowHeight = 16
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect]
PopupMenu = PopupMenu
RowCount = 2
ScrollBars = ssVertical
TabOrder = 0
OnDrawCell = DrawGridDrawCell
OnKeyDown = DrawGridKeyDown
OnSelectCell = DrawGridSelectCell
ColWidths = (
190)
end
end
object PopupMenu: TPopupMenu
Left = 6
Top = 40
object CutMenu: TMenuItem
Caption = '&Cut'
OnClick = CutClick
ShortCutText = 'Shift+Del'
end
object CopyMenu: TMenuItem
Caption = 'Co&py'
OnClick = CopyClick
ShortCutText = 'Ctrl+Ins'
end
object PasteMenu: TMenuItem
Caption = '&Paste'
OnClick = PasteClick
ShortCutText = 'Shift+Ins'
end
object DeleteMenu: TMenuItem
Caption = '&Delete'
OnClick = DeleteClick
ShortCutText = 'Ctrl+Del'
end
object N1: TMenuItem
Caption = '-'
end
object NewMenu: TMenuItem
Caption = '&New Item'
OnClick = NewClick
ShortCutText = 'Ins'
end
end
object FormStorage: TFormPlacement
IniFileName = 'DELPHI.INI'
IniSection = 'RX.TimerColEditor'
MinMaxInfo.MinTrackHeight = 152
Options = [fpPosition]
Left = 33
Top = 40
end
end