Changeset 62 for branches/Transpascal/Forms/UMainForm.lfm
- Timestamp:
- Oct 15, 2010, 7:09:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Forms/UMainForm.lfm
r61 r62 1 1 object MainForm: TMainForm 2 Left = 1 143 Height = 50 44 Top = 1 225 Width = 8612 Left = 142 3 Height = 501 4 Top = 113 5 Width = 695 6 6 Caption = 'Transpascal IDE' 7 ClientHeight = 5048 ClientWidth = 8617 ClientHeight = 482 8 ClientWidth = 695 9 9 Font.Height = -11 10 10 Font.Name = 'Tahoma' … … 20 20 Left = 0 21 21 Height = 5 22 Top = 4 8023 Width = 86122 Top = 477 23 Width = 695 24 24 Align = alBottom 25 25 ResizeAnchor = akBottom … … 27 27 object DockPanel: TPanel 28 28 Left = 0 29 Height = 45 429 Height = 451 30 30 Top = 26 31 Width = 86131 Width = 695 32 32 Align = alClient 33 33 BevelOuter = bvNone … … 38 38 Height = 26 39 39 Top = 0 40 Width = 86140 Width = 695 41 41 Caption = 'ToolBar1' 42 42 TabOrder = 2 … … 47 47 Width = 100 48 48 ItemHeight = 13 49 ItemIndex = 1 50 Items.Strings = ( 51 'Pascal' 52 'C' 53 'AS8051' 54 'XML' 55 ) 56 Style = csDropDownList 49 57 TabOrder = 0 50 Text = 'C omboBox1'58 Text = 'C' 51 59 end 52 60 object Button1: TButton
Note:
See TracChangeset
for help on using the changeset viewer.