Changeset 54 for branches/DelphiToC/Forms/UMainForm.lfm
- Timestamp:
- Aug 10, 2010, 11:54:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Forms/UMainForm.lfm
r53 r54 1 1 object MainForm: TMainForm 2 Left = 14 13 Height = 49 84 Top = 10 55 Width = 88 12 Left = 148 3 Height = 494 4 Top = 103 5 Width = 884 6 6 Caption = 'Transpascal ' 7 ClientHeight = 49 88 ClientWidth = 88 17 ClientHeight = 494 8 ClientWidth = 884 9 9 Font.Height = -11 10 10 Font.Name = 'Tahoma' … … 16 16 LCLVersion = '0.9.29' 17 17 object ButtonCompile: TButton 18 Left = 80118 Left = 736 19 19 Height = 22 20 Top = 40121 Width = 7520 Top = 397 21 Width = 144 22 22 Anchors = [akRight, akBottom] 23 23 Caption = 'Kompilovat' … … 29 29 end 30 30 inline SynEdit1: TSynEdit 31 Left = 832 Height = 38 833 Top = 834 Width = 48831 Left = 248 32 Height = 384 33 Top = 6 34 Width = 392 35 35 Anchors = [akTop, akLeft, akBottom] 36 36 Font.Height = -13 … … 723 723 end 724 724 object ComboBox1: TComboBox 725 Left = 504725 Left = 735 726 726 Height = 21 727 Top = 8728 Width = 373729 Anchors = [ak Top, akLeft, akRight]727 Top = 424 728 Width = 144 729 Anchors = [akLeft, akRight, akBottom] 730 730 ItemHeight = 13 731 731 ItemIndex = 0 … … 744 744 Left = 8 745 745 Height = 91 746 Top = 402747 Width = 7 85746 Top = 398 747 Width = 720 748 748 Anchors = [akLeft, akRight, akBottom] 749 749 ItemHeight = 0 … … 752 752 end 753 753 object Panel1: TPanel 754 Left = 504755 Height = 3 54756 Top = 40757 Width = 372754 Left = 648 755 Height = 382 756 Top = 8 757 Width = 231 758 758 Anchors = [akTop, akLeft, akRight, akBottom] 759 759 BevelOuter = bvNone 760 760 TabOrder = 4 761 761 end 762 object TreeViewProject: TTreeView 763 Left = 7 764 Height = 383 765 Top = 8 766 Width = 233 767 Anchors = [akTop, akLeft, akBottom] 768 DefaultItemHeight = 15 769 ReadOnly = True 770 TabOrder = 5 771 OnChange = TreeViewProjectChange 772 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw] 773 end 762 774 object SynPasSyn1: TSynPasSyn 763 775 CompilerMode = pcmDelphi 764 776 NestedComments = False 765 left = 183766 top = 48777 left = 328 778 top = 32 767 779 end 768 780 end
Note:
See TracChangeset
for help on using the changeset viewer.