home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
QDB
/
QDBG.ZIP
/
GraphicUnit.dfm
/
GraphicUnit.txt
Wrap
Text File
|
1998-07-29
|
2KB
|
89 lines
object GraphicForm: TGraphicForm
Left = 282
Top = 190
Width = 575
Height = 406
Caption = 'Editing a Graphic'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 450
Top = 0
Width = 117
Height = 379
Align = alRight
TabOrder = 0
object CancelButton: TButton
Left = 21
Top = 32
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
end
object SaveButton: TButton
Left = 21
Top = 88
Width = 75
Height = 25
Caption = 'Save'
Default = True
ModalResult = 1
TabOrder = 1
end
object ImportButton: TButton
Left = 21
Top = 144
Width = 75
Height = 25
Caption = 'Import'
TabOrder = 2
OnClick = ImportButtonClick
end
object ExportButton: TButton
Left = 21
Top = 184
Width = 75
Height = 25
Caption = 'Export'
TabOrder = 3
OnClick = ExportButtonClick
end
end
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 450
Height = 379
Align = alClient
Color = clBtnFace
ParentColor = False
TabOrder = 1
object Image: TImage
Left = 0
Top = 0
Width = 105
Height = 105
AutoSize = True
end
end
object OpenDialog: TOpenDialog
FileEditStyle = fsEdit
Left = 498
Top = 248
end
object SaveDialog: TSaveDialog
FileEditStyle = fsEdit
Options = [ofOverwritePrompt, ofHideReadOnly]
Left = 498
Top = 296
end
end