www.pudn.com > ShowImage.rar > Unit1.dfm
object Form1: TForm1
Left = 193
Top = 110
Width = 544
Height = 375
Caption = '读写栅格结构数据'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 48
Top = 16
object N1: TMenuItem
Caption = '文件'
object ShowImageFile: TMenuItem
Caption = '栅格图像'
OnClick = ShowImageFileClick
end
object N3: TMenuItem
Caption = '-'
end
object Exit: TMenuItem
Caption = '退出'
end
end
object Process: TMenuItem
Caption = '图象处理'
object Resample: TMenuItem
Caption = '重采样'
OnClick = ResampleClick
end
end
end
object OpenDialog1: TOpenDialog
InitialDir = 'G:\Media\Data'
Left = 136
Top = 32
end
end