home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 October
/
Chip_2002-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d56
/
FLEXCEL.ZIP
/
Demo
/
UFlDemoEdit.dfm
< prev
next >
Wrap
Text File
|
2002-06-14
|
2KB
|
72 lines
object DemoEdit: TDemoEdit
Left = 317
Top = 198
Width = 598
Height = 359
Caption = 'Editing Excel file'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ToolBar: TToolBar
Left = 0
Top = 0
Width = 590
Height = 38
AutoSize = True
ButtonHeight = 36
ButtonWidth = 56
Caption = 'ToolBar'
DisabledImages = DemoData.ImageList2
Flat = True
HotImages = DemoData.ImageList3
Images = DemoData.ImageList1
ParentShowHint = False
ShowCaptions = True
ShowHint = True
TabOrder = 0
object BtnSave: TToolButton
Left = 0
Top = 0
Caption = 'Save As...'
ImageIndex = 2
OnClick = BtnSaveClick
end
object BtnClose: TToolButton
Left = 56
Top = 0
Caption = 'Close'
ImageIndex = 12
OnClick = BtnCloseClick
end
end
object TabControl: TTabControl
Left = 0
Top = 38
Width = 590
Height = 294
Align = alClient
TabOrder = 1
OnChange = TabControlChange
object Data: TStringGrid
Left = 4
Top = 6
Width = 582
Height = 284
Align = alClient
ColCount = 9
DefaultRowHeight = 18
RowCount = 15
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
TabOrder = 0
OnDrawCell = DataDrawCell
OnSelectCell = DataSelectCell
end
end
end