Ignore:
Timestamp:
Jul 18, 2012, 10:57:48 PM (12 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UFormMain.lfm

    r61 r65  
    55  Width = 695
    66  Caption = 'Transpascal IDE'
    7   ClientHeight = 482
     7  ClientHeight = 476
    88  ClientWidth = 695
    99  Font.Height = -11
     
    2020    Left = 0
    2121    Height = 5
    22     Top = 477
     22    Top = 471
    2323    Width = 695
    2424    Align = alBottom
     
    8989    object ComboBoxTarget: TComboBox
    9090      Left = 230
    91       Height = 21
     91      Height = 27
    9292      Top = 2
    9393      Width = 100
    94       ItemHeight = 13
     94      ItemHeight = 0
    9595      OnChange = ComboBoxTargetChange
    9696      Style = csDropDownList
     
    105105  object Splitter1: TSplitter
    106106    Left = 490
    107     Height = 345
     107    Height = 339
    108108    Top = 26
    109109    Width = 5
     
    113113  object PageControlRight: TPageControl
    114114    Left = 495
    115     Height = 345
     115    Height = 339
    116116    Top = 26
    117117    Width = 200
     
    137137    Left = 0
    138138    Height = 101
    139     Top = 376
     139    Top = 370
    140140    Width = 695
    141141    ActivePage = TabSheetMessages
     
    155155    Left = 0
    156156    Height = 5
    157     Top = 371
     157    Top = 365
    158158    Width = 695
    159159    Align = alBottom
     
    162162  object PageControlMain: TPageControl
    163163    Left = 0
    164     Height = 345
     164    Height = 339
    165165    Top = 26
    166166    Width = 490
     
    667667      object MenuItem24: TMenuItem
    668668        Action = AViewTargets
     669        Bitmap.Data = {
     670          36040000424D3604000000000000360000002800000010000000100000000100
     671          2000000000000004000064000000640000000000000000000000000000000000
     672          000000000000000000000000000000000000000000000202022F020202FF0303
     673          031F000000000000000000000000000000000000000000000000000000000000
     674          000000000000000000000000000000000000000000000505053F050505FF0505
     675          053F000000000000000000000000000000000000000000000000000000000000
     676          00000000000000000000000000000909097F090909DF090909FF090909FF0909
     677          09FF090909DF0909096F00000000000000000000000000000000000000000000
     678          000000000000000000000D0D0D9F0C0C0CFF0C0C0CAF0B0B0B4F0C0C0CFF0B0B
     679          0B4F0C0C0CAF0C0C0CFF0D0D0D9F000000000000000000000000000000000000
     680          0000000000000F0F0F7F0F0F0FFF0E0E0E5F00000000000000000F0F0FFF0000
     681          0000000000000E0E0E5F0F0F0FFF1010106F0000000000000000000000000000
     682          000000000000131313DF131313AF000000000000000000000000131313FF0000
     683          00000000000000000000131313AF131313DF0000000000000000000000001818
     684          182F1818183F161616FF1616167F1818183F1818183F1818183F161616FF1818
     685          183F1818183F1818183F1616167F161616FF1818183F1818181F1A1A1A1F1A1A
     686          1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1ABF1A1A
     687          1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1AFF1A1A1AFF000000001C1C
     688          1C1F1C1C1C3F1D1D1DFF1D1D1D4F0000000000000000000000001D1D1DFF0000
     689          000000000000000000001D1D1D4F1D1D1DFF1C1C1C3F1C1C1C1F000000000000
     690          000000000000202020DF202020AF000000000000000000000000202020FF0000
     691          00000000000000000000202020AF202020DF0000000000000000000000000000
     692          0000000000002424247F242424FF2424245F0000000000000000242424FF0000
     693          0000000000002424245F242424FF2424247F0000000000000000000000000000
     694          000000000000000000002727279F272727FF282828AF2828284F272727FF2828
     695          284F282828AF272727FF2727279F000000000000000000000000000000000000
     696          00000000000000000000000000002A2A2A7F2A2A2ADF2B2B2BFF2B2B2BFF2B2B
     697          2BFF2A2A2ADF2A2A2A7F00000000000000000000000000000000000000000000
     698          000000000000000000000000000000000000000000002E2E2E3F2E2E2EFF2E2E
     699          2E3F000000000000000000000000000000000000000000000000000000000000
     700          000000000000000000000000000000000000000000003131312F313131FF3030
     701          301F000000000000000000000000000000000000000000000000000000000000
     702          0000000000000000000000000000000000000000000000000000000000000000
     703          0000000000000000000000000000000000000000000000000000
     704        }
    669705      end
    670706    end
     
    877913    end
    878914  end
    879   object OpenDialog1: TOpenDialog
     915  object OpenDialogProject: TOpenDialog
    880916    DefaultExt = '.tppr'
    881917    Filter = 'Project file (*.tppr)|*.tppr|Any file (*.*)|*.*'
    882918    left = 115
    883     top = 52
     919    top = 54
    884920  end
    885   object SaveDialog1: TSaveDialog
     921  object SaveDialogProject: TSaveDialog
    886922    DefaultExt = '.tppr'
    887923    Filter = 'Project file (*.tppr)|*.tppr|Any file (*.*)|*.*'
Note: See TracChangeset for help on using the changeset viewer.