Ignore:
Timestamp:
Jan 16, 2018, 10:38:33 AM (7 years ago)
Author:
chronos
Message:
  • Modified: General definition of functions. Static functions are now dynamic predefined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/easy compiler/UFormMain.lfm

    r139 r140  
    11object Form1: TForm1
    2   Left = 600
    3   Height = 394
    4   Top = 422
    5   Width = 517
     2  Left = 326
     3  Height = 572
     4  Top = 267
     5  Width = 909
    66  Caption = 'Little compiler'
    7   ClientHeight = 394
    8   ClientWidth = 517
     7  ClientHeight = 572
     8  ClientWidth = 909
    99  DesignTimePPI = 120
     10  OnCreate = FormCreate
     11  OnDestroy = FormDestroy
    1012  OnShow = FormShow
    1113  LCLVersion = '1.8.0.6'
    1214  object MemoOutput: TMemo
    13     Left = 8
    14     Height = 160
    15     Top = 224
    16     Width = 496
     15    Left = 440
     16    Height = 240
     17    Top = 32
     18    Width = 400
    1719    ScrollBars = ssAutoBoth
    1820    TabOrder = 0
     
    2022  object MemoSource: TMemo
    2123    Left = 8
    22     Height = 168
    23     Top = 8
    24     Width = 496
     24    Height = 240
     25    Top = 32
     26    Width = 416
    2527    ScrollBars = ssAutoBoth
    2628    TabOrder = 1
    2729  end
    2830  object ButtonBuild: TButton
    29     Left = 184
     31    Left = 112
    3032    Height = 31
    31     Top = 184
     33    Top = 280
    3234    Width = 166
    3335    Caption = 'Compile && Execute'
     
    3537    TabOrder = 2
    3638  end
     39  object Edit1: TEdit
     40    Left = 440
     41    Height = 28
     42    Top = 304
     43    Width = 200
     44    TabOrder = 3
     45  end
     46  object ButtonSend: TButton
     47    Left = 656
     48    Height = 31
     49    Top = 304
     50    Width = 94
     51    Caption = 'Send'
     52    OnClick = ButtonSendClick
     53    TabOrder = 4
     54  end
     55  object Label1: TLabel
     56    Left = 9
     57    Height = 20
     58    Top = 8
     59    Width = 78
     60    Caption = 'Text source:'
     61    ParentColor = False
     62  end
     63  object Label2: TLabel
     64    Left = 440
     65    Height = 20
     66    Top = 11
     67    Width = 108
     68    Caption = 'Executor output:'
     69    ParentColor = False
     70  end
     71  object Label3: TLabel
     72    Left = 441
     73    Height = 20
     74    Top = 282
     75    Width = 98
     76    Caption = 'Executor input:'
     77    ParentColor = False
     78  end
     79  object MemoGenerator: TMemo
     80    Left = 8
     81    Height = 216
     82    Top = 344
     83    Width = 416
     84    ScrollBars = ssAutoBoth
     85    TabOrder = 5
     86  end
     87  object Label4: TLabel
     88    Left = 8
     89    Height = 20
     90    Top = 315
     91    Width = 117
     92    Caption = 'Generator output:'
     93    ParentColor = False
     94  end
    3795end
Note: See TracChangeset for help on using the changeset viewer.