home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 December
/
WIN95_DEC_1996_4.ISO
/
pim
/
krnlstnt.exe
/
ULTIMATE.EXE
/
0
/
RCDATA
/
TPLAN
/
TPLAN.txt
< prev
Wrap
Text File
|
1996-12-15
|
4KB
|
184 lines
object Plan: TPlan
Left = 6
Top = 129
BorderStyle = bsSingle
Caption = 'Plan / Template'
ClientHeight = 415
ClientWidth = 630
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 216
Top = 6
Width = 3
Height = 23
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Impact'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 4
Top = 54
Width = 3
Height = 13
WordWrap = True
end
object OKbtn: TButton
Left = 562
Top = 6
Width = 63
Height = 25
Caption = '&Ok'
TabOrder = 0
TabStop = False
OnClick = OKbtnClick
end
object CancelBtn: TButton
Left = 494
Top = 6
Width = 61
Height = 25
Cancel = True
Caption = '&Cancel'
TabOrder = 1
OnClick = OKbtnClick
end
object PlanGrid: TStringGrid
Left = 6
Top = 78
Width = 621
Height = 353
ColCount = 18
DefaultRowHeight = 20
RowCount = 100
FixedRows = 2
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = [fsBold]
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs]
ParentFont = False
TabOrder = 2
OnGetEditMask = PlanGridGetEditMask
OnGetEditText = PlanGridGetEditText
OnKeyDown = KeyDown
OnMouseDown = PlanGridMouseDown
OnSelectCell = PlanGridSelectCell
OnSetEditText = PlanGridSetEditText
ColWidths = (
64
64
64
64
64
64
64
64
64
64
64
64
64
64
64
64
64
64)
end
object SmClndrBox: TGroupBox
Left = 54
Top = 128
Width = 201
Height = 185
Caption = 'Date'
Color = clYellow
ParentColor = False
TabOrder = 3
object SmClndr: TImage
Left = 4
Top = 17
Width = 192
Height = 163
Picture.Data = {<image000.bmp>}
Stretch = True
OnMouseDown = SmClndrMouseDown
end
end
object Button1: TButton
Left = 278
Top = 168
Width = 141
Height = 25
TabOrder = 4
end
object MainMenu1: TMainMenu
Left = 22
Top = 2
object PlanFile: TMenuItem
Caption = '&File'
ShortCut = 0
object PlanFilePrint: TMenuItem
Caption = 'Print'
ShortCut = 0
OnClick = PlanFilePrintClick
end
end
object PlanMenuEdit: TMenuItem
Caption = '&Edit'
ShortCut = 0
object PlanMenuInsertLine: TMenuItem
Caption = '&Insert Line'
ShortCut = 0
OnClick = PlanEditClick
end
object PlanMenuDeleteLine: TMenuItem
Caption = '&Delete Line'
ShortCut = 0
OnClick = PlanEditClick
end
object PlanMenuCopyRow: TMenuItem
Caption = '&Copy Row'
ShortCut = 0
OnClick = PlanMenuCopyRowClick
end
object PlanMenuUndeleteRow: TMenuItem
Caption = '&UndeleteRow'
ShortCut = 0
OnClick = PlanMenuUndeleteRowClick
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object InsertTemplate: TMenuItem
Caption = 'Insert &Template'
ShortCut = 0
OnClick = InsertTemplateClick
end
end
object PlanHelp: TMenuItem
Caption = '&Help'
ShortCut = 112
OnClick = PlanHelpClick
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 46
Top = 2
end
object PrintDialog1: TPrintDialog
Left = 74
Top = 2
end
end