TIEmuStartUnit.dfm 960 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object TIEmuStartForm: TTIEmuStartForm
  2. Left = 211
  3. Top = 165
  4. ActiveControl = CancelButton
  5. BorderIcons = [biSystemMenu]
  6. BorderStyle = bsDialog
  7. Caption = 'Starting TiEmu...'
  8. ClientHeight = 86
  9. ClientWidth = 241
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -11
  14. Font.Name = 'MS Sans Serif'
  15. Font.Style = []
  16. OldCreateOrder = False
  17. Position = poScreenCenter
  18. OnClose = FormClose
  19. OnShow = FormShow
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Label1: TLabel
  23. Left = 16
  24. Top = 16
  25. Width = 209
  26. Height = 13
  27. Alignment = taCenter
  28. AutoSize = False
  29. Caption = 'Please wait while TiEmu is being started...'
  30. end
  31. object CancelButton: TButton
  32. Left = 80
  33. Top = 48
  34. Width = 81
  35. Height = 25
  36. Cancel = True
  37. Caption = '&Cancel'
  38. ModalResult = 2
  39. TabOrder = 0
  40. end
  41. object FindTimer: TTimer
  42. Interval = 100
  43. OnTimer = FindTimerTimer
  44. end
  45. end