Changeset 52 for branches/DelphiToC/Forms/UMainForm.lfm
- Timestamp:
- Aug 10, 2010, 7:57:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Forms/UMainForm.lfm
r51 r52 1 1 object MainForm: TMainForm 2 Left = 2732 Left = 176 3 3 Height = 498 4 Top = 1054 Top = 77 5 5 Width = 881 6 6 Caption = 'Pascal Compiler AVR' … … 25 25 TabOrder = 0 26 26 end 27 object Memo2: TMemo28 Left = 67229 Height = 36330 Top = 3231 Width = 20332 Anchors = [akTop, akLeft, akRight, akBottom]33 Font.Height = -1334 Font.Name = 'Lucida Console'35 ParentFont = False36 ScrollBars = ssBoth37 TabOrder = 138 end39 object TreeView1: TTreeView40 Left = 36841 Height = 38742 Top = 843 Width = 29644 Anchors = [akTop, akLeft, akBottom]45 DefaultItemHeight = 1546 Indent = 1947 TabOrder = 248 end49 27 inline SynEdit1: TSynEdit 50 28 Left = 8 51 29 Height = 388 52 30 Top = 8 53 Width = 35231 Width = 488 54 32 Anchors = [akTop, akLeft, akBottom] 55 33 Font.Height = -13 … … 59 37 ParentColor = False 60 38 ParentFont = False 61 TabOrder = 339 TabOrder = 1 62 40 Gutter.Width = 57 63 41 Gutter.MouseActions = < … … 742 720 end 743 721 object ComboBox1: TComboBox 744 Left = 672722 Left = 504 745 723 Height = 21 746 724 Top = 8 747 Width = 205725 Width = 373 748 726 Anchors = [akTop, akLeft, akRight] 749 727 ItemHeight = 13 … … 753 731 'C' 754 732 'i8051' 733 'TreeView' 755 734 ) 756 735 OnChange = ComboBox1Change 757 736 Style = csDropDownList 758 TabOrder = 4737 TabOrder = 2 759 738 Text = 'Pascal' 760 739 end … … 767 746 ItemHeight = 0 768 747 OnClick = ListBox1Click 769 TabOrder = 5 748 TabOrder = 3 749 end 750 object Panel1: TPanel 751 Left = 504 752 Height = 354 753 Top = 40 754 Width = 372 755 Anchors = [akTop, akLeft, akRight, akBottom] 756 BevelOuter = bvNone 757 TabOrder = 4 770 758 end 771 759 object SynPasSyn1: TSynPasSyn
Note:
See TracChangeset
for help on using the changeset viewer.