Changeset 78 for branches/Transpascal/Forms/UMainForm.lfm
- Timestamp:
- Oct 22, 2010, 11:34:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Forms/UMainForm.lfm
r66 r78 45 45 Height = 21 46 46 Top = 2 47 Width = 1 0047 Width = 135 48 48 ItemHeight = 13 49 49 ItemIndex = 1 … … 60 60 end 61 61 object Button1: TButton 62 Left = 1 0162 Left = 136 63 63 Height = 22 64 64 Top = 2 … … 66 66 Action = ABuild 67 67 TabOrder = 1 68 end 69 object CheckBoxLogParsing: TCheckBox 70 Left = 195 71 Height = 17 72 Top = 2 73 Width = 105 74 Caption = 'Log parsing to file' 75 TabOrder = 2 68 76 end 69 77 end … … 127 135 Category = 'Project' 128 136 Caption = 'Close' 137 OnExecute = AProjectCloseExecute 129 138 end 130 139 object ABuild: TAction 131 140 Category = 'Build' 132 141 Caption = 'Build' 133 OnExecute = ButtonCompileClick142 OnExecute = ABuildExecute 134 143 end 135 144 end
Note:
See TracChangeset
for help on using the changeset viewer.