1
0
mirror of https://github.com/t-edson/P65Utils.git synced 2024-06-09 18:29:29 +00:00
P65Utils/MiniAssembler/unit1.lfm

60 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-08-10 03:04:37 +00:00
object Form1: TForm1
Left = 265
2022-03-03 16:21:24 +00:00
Height = 460
2018-08-10 03:04:37 +00:00
Top = 159
2022-03-03 16:21:24 +00:00
Width = 662
2018-08-10 03:04:37 +00:00
Caption = 'Form1'
2022-03-03 16:21:24 +00:00
ClientHeight = 460
ClientWidth = 662
DesignTimePPI = 120
2018-08-10 03:04:37 +00:00
OnCreate = FormCreate
OnDestroy = FormDestroy
2022-08-14 02:44:13 +00:00
LCLVersion = '2.2.0.4'
2018-08-10 03:04:37 +00:00
object Memo1: TMemo
2022-03-03 16:21:24 +00:00
Left = 12
Height = 390
Top = 50
Width = 238
2018-08-10 03:04:37 +00:00
Lines.Strings = (
2022-08-14 02:44:13 +00:00
'LDA $12'
2018-08-10 03:04:37 +00:00
'STA $10'
)
2022-03-03 16:21:24 +00:00
ParentFont = False
2018-08-10 03:04:37 +00:00
TabOrder = 0
end
object Button1: TButton
2022-03-03 16:21:24 +00:00
Left = 270
Height = 31
Top = 50
Width = 110
2018-08-10 03:04:37 +00:00
Caption = 'Assemble>>'
OnClick = Button1Click
2022-03-03 16:21:24 +00:00
ParentFont = False
2018-08-10 03:04:37 +00:00
TabOrder = 1
end
object Memo2: TMemo
2022-03-03 16:21:24 +00:00
Left = 400
Height = 390
Top = 50
Width = 238
ParentFont = False
2018-08-10 03:04:37 +00:00
TabOrder = 2
end
object Label1: TLabel
2022-03-03 16:21:24 +00:00
Left = 12
Height = 20
Top = 12
Width = 39
2018-08-10 03:04:37 +00:00
Caption = 'CODE'
2022-03-03 16:21:24 +00:00
ParentFont = False
2018-08-10 03:04:37 +00:00
end
object Label2: TLabel
2022-03-03 16:21:24 +00:00
Left = 410
Height = 20
Top = 12
Width = 58
2018-08-10 03:04:37 +00:00
Caption = 'HEX FILE'
2022-03-03 16:21:24 +00:00
ParentFont = False
2018-08-10 03:04:37 +00:00
end
end