Changeset 18 for trunk/UInterpreterForm.lfm
- Timestamp:
- Feb 11, 2012, 9:32:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UInterpreterForm.lfm
r15 r18 7 7 ClientHeight = 509 8 8 ClientWidth = 762 9 OnHide = FormHide 10 OnShow = FormShow 9 11 LCLVersion = '0.9.31' 10 12 object Panel3: TPanel … … 187 189 ParentColor = False 188 190 end 191 object Label7: TLabel 192 Left = 1 193 Height = 18 194 Top = 62 195 Width = 45 196 Caption = 'Speed:' 197 ParentColor = False 198 end 199 object LabelStepSpeed: TLabel 200 Left = 112 201 Height = 18 202 Top = 62 203 Width = 13 204 Caption = ' ' 205 ParentColor = False 206 end 189 207 end 190 208 object ToolBar1: TToolBar … … 193 211 Top = 0 194 212 Width = 762 195 Caption = 'ToolBar1'196 213 Images = MainForm.ImageList1 197 214 TabOrder = 3 … … 233 250 end 234 251 object Timer1: TTimer 235 Interval = 500252 Enabled = False 236 253 OnTimer = Timer1Timer 237 254 left = 495
Note:
See TracChangeset
for help on using the changeset viewer.