Changeset 33 for tools/Grammer/UMainForm.lfm
- Timestamp:
- Apr 25, 2011, 10:41:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Grammer/UMainForm.lfm
r31 r33 1 1 object Form1: TForm1 2 Left = 3563 Height = 4214 Top = 1275 Width = 4712 Left = 209 3 Height = 552 4 Top = 43 5 Width = 673 6 6 Caption = 'Grammer transformator' 7 ClientHeight = 4218 ClientWidth = 4717 ClientHeight = 552 8 ClientWidth = 673 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 14 14 Height = 21 15 15 Top = 25 16 Width = 37516 Width = 577 17 17 Anchors = [akTop, akLeft, akRight] 18 18 TabOrder = 0 … … 28 28 end 29 29 object Button1: TButton 30 Left = 39130 Left = 593 31 31 Height = 25 32 32 Top = 25 … … 49 49 Height = 21 50 50 Top = 72 51 Width = 37451 Width = 576 52 52 Anchors = [akTop, akLeft, akRight] 53 53 TabOrder = 2 … … 55 55 end 56 56 object Button2: TButton 57 Left = 39157 Left = 593 58 58 Height = 25 59 59 Top = 72 … … 64 64 TabOrder = 3 65 65 end 66 object Button 3: TButton66 object ButtonGenerate: TButton 67 67 Left = 11 68 68 Height = 25 … … 70 70 Width = 75 71 71 Caption = 'Generate' 72 OnClick = Button 3Click72 OnClick = ButtonGenerateClick 73 73 TabOrder = 4 74 74 end 75 75 object Memo1: TMemo 76 76 Left = 8 77 Height = 27677 Height = 407 78 78 Top = 140 79 Width = 45879 Width = 660 80 80 Anchors = [akTop, akLeft, akRight, akBottom] 81 Font.Name = 'freemono' 82 ParentFont = False 81 83 ScrollBars = ssAutoBoth 82 84 TabOrder = 5
Note:
See TracChangeset
for help on using the changeset viewer.