Changeset 55 for branches/DelphiToC/Forms/UMainForm.lfm
- Timestamp:
- Aug 10, 2010, 1:48:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Forms/UMainForm.lfm
r54 r55 3 3 Height = 494 4 4 Top = 103 5 Width = 8 845 Width = 861 6 6 Caption = 'Transpascal ' 7 7 ClientHeight = 494 8 ClientWidth = 8 848 ClientWidth = 861 9 9 Font.Height = -11 10 10 Font.Name = 'Tahoma' … … 16 16 LCLVersion = '0.9.29' 17 17 object ButtonCompile: TButton 18 Left = 7 3618 Left = 713 19 19 Height = 22 20 20 Top = 397 … … 28 28 TabOrder = 0 29 29 end 30 inline SynEdit 1: TSynEdit30 inline SynEditSource: TSynEdit 31 31 Left = 248 32 32 Height = 384 … … 611 611 end> 612 612 Lines.Strings = ( 613 'SynEdit 1'613 'SynEditSource' 614 614 ) 615 615 BracketHighlightStyle = sbhsBoth … … 723 723 end 724 724 object ComboBox1: TComboBox 725 Left = 7 35725 Left = 712 726 726 Height = 21 727 727 Top = 424 728 728 Width = 144 729 Anchors = [ak Left, akRight, akBottom]729 Anchors = [akRight, akBottom] 730 730 ItemHeight = 13 731 731 ItemIndex = 0 … … 741 741 Text = 'Pascal' 742 742 end 743 object ListBox 1: TListBox743 object ListBoxMessages: TListBox 744 744 Left = 8 745 745 Height = 91 746 746 Top = 398 747 Width = 720747 Width = 697 748 748 Anchors = [akLeft, akRight, akBottom] 749 749 ItemHeight = 0 750 OnClick = ListBox 1Click750 OnClick = ListBoxMessagesClick 751 751 TabOrder = 3 752 752 end … … 755 755 Height = 382 756 756 Top = 8 757 Width = 2 31757 Width = 208 758 758 Anchors = [akTop, akLeft, akRight, akBottom] 759 759 BevelOuter = bvNone
Note:
See TracChangeset
for help on using the changeset viewer.