Changeset 49 for branches/DelphiToC/UMainForm.lfm
- Timestamp:
- Aug 9, 2010, 2:24:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/UMainForm.lfm
r46 r49 1 1 object MainForm: TMainForm 2 Left = 1693 Height = 5154 Top = 1 105 Width = 8 722 Left = 273 3 Height = 498 4 Top = 105 5 Width = 881 6 6 Caption = 'Pascal Compiler AVR' 7 ClientHeight = 5158 ClientWidth = 8 727 ClientHeight = 498 8 ClientWidth = 881 9 9 Font.Height = -11 10 10 Font.Name = 'Tahoma' … … 16 16 LCLVersion = '0.9.29' 17 17 object Button1: TButton 18 Left = 8 18 Left = 800 19 19 Height = 22 20 Top = 4 9020 Top = 401 21 21 Width = 75 22 Anchors = [ak Left, akBottom]22 Anchors = [akRight, akBottom] 23 23 Caption = 'Kompilovat' 24 24 OnClick = Button1Click … … 27 27 object Memo2: TMemo 28 28 Left = 672 29 Height = 3 8029 Height = 363 30 30 Top = 32 31 Width = 19431 Width = 203 32 32 Anchors = [akTop, akLeft, akRight, akBottom] 33 33 Font.Height = -13 … … 37 37 TabOrder = 1 38 38 end 39 object Memo3: TMemo40 Left = 841 Height = 6642 Top = 41843 Width = 85844 Anchors = [akLeft, akRight, akBottom]45 ScrollBars = ssBoth46 TabOrder = 247 end48 39 object TreeView1: TTreeView 49 40 Left = 368 50 Height = 40441 Height = 387 51 42 Top = 8 52 43 Width = 296 … … 54 45 DefaultItemHeight = 15 55 46 Indent = 19 56 TabOrder = 347 TabOrder = 2 57 48 end 58 49 inline SynEdit1: TSynEdit 59 50 Left = 8 60 Height = 40551 Height = 388 61 52 Top = 8 62 53 Width = 352 … … 68 59 ParentColor = False 69 60 ParentFont = False 70 TabOrder = 461 TabOrder = 3 71 62 Gutter.Width = 57 72 63 Gutter.MouseActions = < … … 754 745 Height = 21 755 746 Top = 8 756 Width = 196747 Width = 205 757 748 Anchors = [akTop, akLeft, akRight] 758 749 ItemHeight = 13 … … 765 756 OnChange = ComboBox1Change 766 757 Style = csDropDownList 758 TabOrder = 4 759 Text = 'Pascal' 760 end 761 object ListBox1: TListBox 762 Left = 8 763 Height = 91 764 Top = 402 765 Width = 785 766 Anchors = [akLeft, akRight, akBottom] 767 ItemHeight = 0 768 OnClick = ListBox1Click 767 769 TabOrder = 5 768 Text = 'Pascal'769 770 end 770 771 object SynPasSyn1: TSynPasSyn
Note:
See TracChangeset
for help on using the changeset viewer.