Ignore:
Timestamp:
Oct 15, 2010, 7:09:49 AM (14 years ago)
Author:
george
Message:
  • Added: Windows for Code tree and compiled code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Forms/UMainForm.lfm

    r61 r62  
    11object MainForm: TMainForm
    2   Left = 114
    3   Height = 504
    4   Top = 122
    5   Width = 861
     2  Left = 142
     3  Height = 501
     4  Top = 113
     5  Width = 695
    66  Caption = 'Transpascal IDE'
    7   ClientHeight = 504
    8   ClientWidth = 861
     7  ClientHeight = 482
     8  ClientWidth = 695
    99  Font.Height = -11
    1010  Font.Name = 'Tahoma'
     
    2020    Left = 0
    2121    Height = 5
    22     Top = 480
    23     Width = 861
     22    Top = 477
     23    Width = 695
    2424    Align = alBottom
    2525    ResizeAnchor = akBottom
     
    2727  object DockPanel: TPanel
    2828    Left = 0
    29     Height = 454
     29    Height = 451
    3030    Top = 26
    31     Width = 861
     31    Width = 695
    3232    Align = alClient
    3333    BevelOuter = bvNone
     
    3838    Height = 26
    3939    Top = 0
    40     Width = 861
     40    Width = 695
    4141    Caption = 'ToolBar1'
    4242    TabOrder = 2
     
    4747      Width = 100
    4848      ItemHeight = 13
     49      ItemIndex = 1
     50      Items.Strings = (
     51        'Pascal'
     52        'C'
     53        'AS8051'
     54        'XML'
     55      )
     56      Style = csDropDownList
    4957      TabOrder = 0
    50       Text = 'ComboBox1'
     58      Text = 'C'
    5159    end
    5260    object Button1: TButton
Note: See TracChangeset for help on using the changeset viewer.