FrmInitializeF.dfm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. object FrmInitialize: TFrmInitialize
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = []
  7. BorderStyle = bsToolWindow
  8. Caption = ' '#54532#47196#44536#47016' '#52488#44592#54868
  9. ClientHeight = 59
  10. ClientWidth = 456
  11. Color = clBtnFace
  12. DoubleBuffered = True
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -13
  16. Font.Name = #47569#51008' '#44256#46357
  17. Font.Style = []
  18. FormStyle = fsStayOnTop
  19. KeyPreview = True
  20. OldCreateOrder = False
  21. Position = poOwnerFormCenter
  22. ShowHint = True
  23. OnClose = FormClose
  24. OnShow = FormShow
  25. DesignSize = (
  26. 456
  27. 59)
  28. PixelsPerInch = 96
  29. TextHeight = 17
  30. object ShpTitle: TShape
  31. Left = 4
  32. Top = 4
  33. Width = 448
  34. Height = 52
  35. Anchors = [akLeft, akTop, akRight]
  36. Brush.Style = bsClear
  37. Pen.Color = 10849679
  38. Pen.Width = 2
  39. ExplicitWidth = 539
  40. end
  41. object cxProgressBar1: TcxProgressBar
  42. Left = 13
  43. Top = 25
  44. Anchors = [akLeft, akTop, akRight]
  45. Properties.PeakValue = 50.000000000000000000
  46. TabOrder = 0
  47. Width = 429
  48. end
  49. object LblStatus: TcxLabel
  50. Left = 15
  51. Top = 6
  52. Caption = #54532#47196#44536#47016' '#52488#44592#54868#51473
  53. Transparent = True
  54. end
  55. object TmrShow: TTimer
  56. Enabled = False
  57. Interval = 500
  58. OnTimer = TmrShowTimer
  59. Left = 232
  60. Top = 8
  61. end
  62. end