OperationStatus.dfm 869 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. object OperationStatusForm: TOperationStatusForm
  2. Left = 375
  3. Top = 233
  4. BorderIcons = []
  5. BorderStyle = bsNone
  6. ClientHeight = 46
  7. ClientWidth = 366
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. DesignSize = (
  17. 366
  18. 46)
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object Bevel1: TBevel
  22. Left = 0
  23. Top = 0
  24. Width = 366
  25. Height = 46
  26. Align = alClient
  27. Style = bsRaised
  28. end
  29. object StatusLabel: TLabel
  30. Left = 16
  31. Top = 16
  32. Width = 335
  33. Height = 28
  34. Alignment = taCenter
  35. Anchors = [akLeft, akTop, akRight, akBottom]
  36. AutoSize = False
  37. Caption = 'StatusLabel'
  38. ShowAccelChar = False
  39. WordWrap = True
  40. end
  41. end