Changeset 89 for branches/virt simple/UFormMain.lfm
- Timestamp:
- Sep 30, 2016, 10:13:35 PM (8 years ago)
- Location:
- branches/virt simple
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virt simple
-
Property svn:ignore
set to
lib
project1
project1.lps
-
Property svn:ignore
set to
-
branches/virt simple/UFormMain.lfm
r88 r89 150 150 Top = 31 151 151 Width = 502 152 Font.Name = 'Liberation Mono' 153 ParentFont = False 152 154 ScrollBars = ssAutoBoth 153 155 TabOrder = 5 … … 164 166 Left = 532 165 167 Height = 25 166 Top = 7 59168 Top = 760 167 169 Width = 100 168 170 Caption = 'Compile' 169 171 OnClick = ButtonCompileClick 170 172 TabOrder = 6 173 end 174 object ButtonStart: TButton 175 Left = 664 176 Height = 25 177 Top = 760 178 Width = 100 179 Caption = 'Start' 180 OnClick = ButtonStartClick 181 TabOrder = 7 182 end 183 object ButtonStop: TButton 184 Left = 784 185 Height = 25 186 Top = 760 187 Width = 100 188 Caption = 'Stop' 189 OnClick = ButtonStopClick 190 TabOrder = 8 171 191 end 172 192 object Timer1: TTimer … … 176 196 top = 205 177 197 end 198 object ActionList1: TActionList 199 left = 1051 200 top = 808 201 object ASave: TAction 202 Caption = 'Save' 203 OnExecute = ASaveExecute 204 ShortCut = 16467 205 end 206 end 178 207 end
Note:
See TracChangeset
for help on using the changeset viewer.