86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
object frmopenexe: Tfrmopenexe
|
|
Left = 163
|
|
Top = 47
|
|
Width = 1013
|
|
Height = 641
|
|
Caption = #25171#24320'Exe'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Splitter1: TSplitter
|
|
Left = 0
|
|
Top = 0
|
|
Height = 603
|
|
end
|
|
object Button1: TButton
|
|
Left = 120
|
|
Top = 64
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 16
|
|
Top = 104
|
|
Width = 321
|
|
Height = 281
|
|
Caption = 'Panel1'
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 464
|
|
Top = 32
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button2'
|
|
TabOrder = 2
|
|
OnClick = Button2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 640
|
|
Top = 40
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button3'
|
|
TabOrder = 3
|
|
OnClick = Button3Click
|
|
end
|
|
object ScrollBox1: TScrollBox
|
|
Left = 352
|
|
Top = 88
|
|
Width = 521
|
|
Height = 401
|
|
TabOrder = 4
|
|
object Image1: TImage
|
|
Left = 0
|
|
Top = 0
|
|
Width = 369
|
|
Height = 305
|
|
OnDblClick = Image1DblClick
|
|
end
|
|
end
|
|
object Button4: TButton
|
|
Left = 744
|
|
Top = 40
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button4'
|
|
TabOrder = 5
|
|
OnClick = Button4Click
|
|
end
|
|
object ODPat: TOpenDialog
|
|
Options = [ofReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
|
|
Left = 828
|
|
Top = 149
|
|
end
|
|
end
|