Changeset 12 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Nov 8, 2010, 10:06:37 AM (14 years ago)
- Location:
- trunk/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE
-
Property svn:ignore
set to
lib
-
Property svn:ignore
set to
-
trunk/IDE/Forms/UMainForm.lfm
r2 r12 5 5 Width = 695 6 6 Caption = 'Transpascal IDE' 7 ClientHeight = 4 767 ClientHeight = 482 8 8 ClientWidth = 695 9 9 Font.Height = -11 … … 20 20 Left = 0 21 21 Height = 5 22 Top = 47 122 Top = 477 23 23 Width = 695 24 24 Align = alBottom … … 27 27 object DockPanel: TPanel 28 28 Left = 0 29 Height = 4 4529 Height = 451 30 30 Top = 26 31 31 Width = 695 … … 41 41 Caption = 'ToolBar1' 42 42 TabOrder = 2 43 object ComboBox TargetSelection: TComboBox43 object ComboBoxProducer: TComboBox 44 44 Left = 192 45 Height = 2 445 Height = 21 46 46 Top = 2 47 47 Width = 135 48 48 Align = alLeft 49 ItemHeight = 049 ItemHeight = 13 50 50 ItemIndex = 1 51 51 Items.Strings = ( … … 55 55 'XML' 56 56 ) 57 OnChange = ComboBox TargetSelectionChange57 OnChange = ComboBoxProducerChange 58 58 Style = csDropDownList 59 59 TabOrder = 0 … … 73 73 Height = 24 74 74 Top = 2 75 Width = 1 2275 Width = 105 76 76 Align = alLeft 77 77 Caption = 'Log parsing to file' 78 78 TabOrder = 2 79 79 end 80 object ComboBoxAnalyzer Type: TComboBox80 object ComboBoxAnalyzer: TComboBox 81 81 Left = 40 82 Height = 2 482 Height = 21 83 83 Top = 2 84 84 Width = 124 85 85 Align = alLeft 86 ItemHeight = 086 ItemHeight = 13 87 87 Style = csDropDownList 88 88 TabOrder = 3
Note:
See TracChangeset
for help on using the changeset viewer.