You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
885 B
Plaintext

object Form1: TForm1
Left = 403
Top = 187
Width = 383
Height = 229
Caption = 'Form1'
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 Button1: TButton
Left = 192
Top = 144
Width = 75
Height = 25
Caption = #21387#32553
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 375
Height = 137
Align = alTop
TabOrder = 1
end
object Button2: TButton
Left = 96
Top = 144
Width = 75
Height = 25
Caption = #21152#20837
TabOrder = 2
OnClick = Button2Click
end
object VCLZip2: TVCLZip
Left = 48
Top = 48
end
object OpenDialog1: TOpenDialog
Left = 136
Top = 48
end
end