84 lines
1.6 KiB
Plaintext
84 lines
1.6 KiB
Plaintext
object frmDKExe: TfrmDKExe
|
|
Left = 192
|
|
Top = 130
|
|
Width = 928
|
|
Height = 480
|
|
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
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnResize = FormResize
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Image1: TImage
|
|
Left = 504
|
|
Top = 104
|
|
Width = 281
|
|
Height = 249
|
|
end
|
|
object pnlApp: TPanel
|
|
Left = 64
|
|
Top = 88
|
|
Width = 337
|
|
Height = 273
|
|
Caption = 'pnlApp'
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 912
|
|
Height = 65
|
|
Align = alTop
|
|
Caption = 'Panel1'
|
|
TabOrder = 1
|
|
object Button1: TButton
|
|
Left = 32
|
|
Top = 16
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #35760#20107#26412
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 200
|
|
Top = 16
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #22270#29255
|
|
TabOrder = 1
|
|
OnClick = Button2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 352
|
|
Top = 16
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #35745#31639#22120
|
|
TabOrder = 2
|
|
OnClick = Button3Click
|
|
end
|
|
object Button4: TButton
|
|
Left = 584
|
|
Top = 24
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button4'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object ODPat: TOpenDialog
|
|
Options = [ofReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
|
|
Left = 836
|
|
Top = 149
|
|
end
|
|
end
|