Changeset 140 for branches/easy compiler/UFormMain.lfm
- Timestamp:
- Jan 16, 2018, 10:38:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/easy compiler/UFormMain.lfm
r139 r140 1 1 object Form1: TForm1 2 Left = 6003 Height = 3944 Top = 4225 Width = 5172 Left = 326 3 Height = 572 4 Top = 267 5 Width = 909 6 6 Caption = 'Little compiler' 7 ClientHeight = 3948 ClientWidth = 5177 ClientHeight = 572 8 ClientWidth = 909 9 9 DesignTimePPI = 120 10 OnCreate = FormCreate 11 OnDestroy = FormDestroy 10 12 OnShow = FormShow 11 13 LCLVersion = '1.8.0.6' 12 14 object MemoOutput: TMemo 13 Left = 814 Height = 16015 Top = 22416 Width = 4 9615 Left = 440 16 Height = 240 17 Top = 32 18 Width = 400 17 19 ScrollBars = ssAutoBoth 18 20 TabOrder = 0 … … 20 22 object MemoSource: TMemo 21 23 Left = 8 22 Height = 16823 Top = 824 Width = 4 9624 Height = 240 25 Top = 32 26 Width = 416 25 27 ScrollBars = ssAutoBoth 26 28 TabOrder = 1 27 29 end 28 30 object ButtonBuild: TButton 29 Left = 1 8431 Left = 112 30 32 Height = 31 31 Top = 18433 Top = 280 32 34 Width = 166 33 35 Caption = 'Compile && Execute' … … 35 37 TabOrder = 2 36 38 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 37 95 end
Note:
See TracChangeset
for help on using the changeset viewer.