home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 104
- Width = 212
- Height = 170
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 0
- Width = 65
- Height = 13
- Caption = 'Zdr. Adres��e'
- end
- object Button1: TButton
- Left = 8
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Zaloha'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 8
- Top = 16
- Width = 185
- Height = 89
- Lines.Strings = (
- 'C:\BATCH')
- TabOrder = 1
- end
- object Button2: TButton
- Left = 120
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Obnova'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-