Changeset 30 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Apr 25, 2011, 7:46:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UMainForm.lfm
r27 r30 1 1 object MainForm: TMainForm 2 Left = 1462 Left = 240 3 3 Height = 501 4 Top = 884 Top = 119 5 5 Width = 695 6 6 Caption = 'Transpascal IDE' 7 ClientHeight = 4 827 ClientHeight = 478 8 8 ClientWidth = 695 9 9 Font.Height = -11 … … 20 20 Left = 0 21 21 Height = 5 22 Top = 47 722 Top = 473 23 23 Width = 695 24 24 Align = alBottom … … 27 27 object DockPanel: TPanel 28 28 Left = 0 29 Height = 4 5129 Height = 447 30 30 Top = 26 31 31 Width = 695 … … 43 43 object ComboBoxProducer: TComboBox 44 44 Left = 192 45 Height = 2 145 Height = 24 46 46 Top = 2 47 47 Width = 135 48 48 Align = alLeft 49 ItemHeight = 1349 ItemHeight = 0 50 50 ItemIndex = 1 51 51 Items.Strings = ( … … 73 73 Height = 24 74 74 Top = 2 75 Width = 1 0575 Width = 124 76 76 Align = alLeft 77 77 Caption = 'Log parsing to file' … … 80 80 object ComboBoxAnalyzer: TComboBox 81 81 Left = 40 82 Height = 2 182 Height = 24 83 83 Top = 2 84 84 Width = 124 85 85 Align = alLeft 86 ItemHeight = 1386 ItemHeight = 0 87 87 Style = csDropDownList 88 88 TabOrder = 3 … … 185 185 end 186 186 end 187 object CoolDockMaster1: TCoolDockMaster 187 object CoolDockMaster1: TCDMaster 188 Customize = CDCustomize1 188 189 TabsEnabled = True 189 190 DefaultTabsPos = hpAuto … … 191 192 DefaultMoveSpeed = 0 192 193 ShowIcons = False 193 left = 428 194 top = 56 195 end 196 object CoolDockClient1: TCoolDockClient 194 left = 504 195 top = 104 196 end 197 object CoolDockClient1: TCDClient 198 Master = CoolDockMaster1 199 Panel = DockPanel 197 200 Dockable = False 198 201 Floatable = False 199 Master = CoolDockMaster1200 Panel = DockPanel201 202 left = 504 202 203 top = 56 … … 212 213 top = 104 213 214 end 215 object CDWindowList1: TCDWindowList 216 left = 502 217 top = 157 218 end 219 object CDLayoutList1: TCDLayoutList 220 left = 502 221 top = 205 222 end 223 object CDCustomize1: TCDCustomize 224 Master = CoolDockMaster1 225 LayoutList = CDLayoutList1 226 left = 499 227 top = 260 228 end 229 object ImageList1: TImageList 230 left = 624 231 top = 112 232 end 214 233 end
Note:
See TracChangeset
for help on using the changeset viewer.