Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
object Form1: TForm1
2
  Left = 0
3
  Top = 0
4
  Caption = 'Asm Generator 1.0'
5
  ClientHeight = 284
6
  ClientWidth = 418
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
  OnCreate = FormCreate
15
  OnDestroy = FormDestroy
16
  PixelsPerInch = 96
17
  TextHeight = 13
18
  object Memo1: TMemo
19
    Left = 0
20
    Top = 0
21
    Width = 418
22
    Height = 243
23
    Align = alClient
24
    Lines.Strings = (
25
      'Memo1')
26
    ReadOnly = True
27
    ScrollBars = ssVertical
28
    TabOrder = 0
29
  end
30
  object Panel1: TPanel
31
    Left = 0
32
    Top = 243
33
    Width = 418
34
    Height = 41
35
    Align = alBottom
36
    Caption = 'Panel1'
37
    TabOrder = 1
38
    object Button2: TButton
39
      Left = 168
40
      Top = 6
41
      Width = 75
42
      Height = 25
43
      Caption = 'Button2'
44
      TabOrder = 0
45
      OnClick = Button2Click
46
    end
47
  end
48
end