source: branches/AVR/UMainForm.dfm

Last change on this file was 1, checked in by george, 15 years ago
  • Přidáno: Větve AVR a Z80.
File size: 824 bytes
Line 
1object MainForm: TMainForm
2 Left = 0
3 Top = 0
4 Caption = 'MainForm'
5 ClientHeight = 620
6 ClientWidth = 724
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 OnClose = FormClose
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 OnShow = FormShow
18 PixelsPerInch = 96
19 TextHeight = 13
20 object Memo1: TMemo
21 Left = 8
22 Top = 8
23 Width = 249
24 Height = 561
25 TabOrder = 0
26 end
27 object Button1: TButton
28 Left = 263
29 Top = 8
30 Width = 75
31 Height = 25
32 Caption = 'Zpracuj'
33 TabOrder = 1
34 OnClick = Button1Click
35 end
36 object Memo2: TMemo
37 Left = 264
38 Top = 40
39 Width = 209
40 Height = 529
41 TabOrder = 2
42 end
43end
Note: See TracBrowser for help on using the repository browser.