source: trunk/UMainForm.dfm

Last change on this file was 11, checked in by george, 16 years ago

Přidáno: Zprovozněn základní převod zdrojového kódu do interní reprezentace.
Přidáno: Vytvořen základ pro generování kódu v assembleru.

File size: 1.3 KB
Line 
1object MainForm: TMainForm
2 Left = 0
3 Top = 0
4 Caption = 'Pascal Compiler AVR'
5 ClientHeight = 645
6 ClientWidth = 750
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 = 401
24 Height = 529
25 Font.Charset = DEFAULT_CHARSET
26 Font.Color = clWindowText
27 Font.Height = -13
28 Font.Name = 'Lucida Console'
29 Font.Style = []
30 ParentFont = False
31 ScrollBars = ssBoth
32 TabOrder = 0
33 end
34 object Button1: TButton
35 Left = 8
36 Top = 615
37 Width = 75
38 Height = 22
39 Caption = 'Kompilovat'
40 TabOrder = 1
41 OnClick = Button1Click
42 end
43 object Memo2: TMemo
44 Left = 415
45 Top = 8
46 Width = 321
47 Height = 529
48 Font.Charset = DEFAULT_CHARSET
49 Font.Color = clWindowText
50 Font.Height = -13
51 Font.Name = 'Lucida Console'
52 Font.Style = []
53 ParentFont = False
54 ScrollBars = ssBoth
55 TabOrder = 2
56 end
57 object Memo3: TMemo
58 Left = 8
59 Top = 543
60 Width = 728
61 Height = 66
62 ScrollBars = ssBoth
63 TabOrder = 3
64 end
65end
Note: See TracBrowser for help on using the repository browser.