FrmDbPrgressF.dfm 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. object FrmDbProgress: TFrmDbProgress
  2. Left = 0
  3. Top = 0
  4. Cursor = crHourGlass
  5. ActiveControl = Edit1
  6. BorderIcons = []
  7. BorderStyle = bsToolWindow
  8. Caption = ' '#49345#53468
  9. ClientHeight = 88
  10. ClientWidth = 383
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -13
  15. Font.Name = #47569#51008' '#44256#46357
  16. Font.Style = []
  17. FormStyle = fsStayOnTop
  18. OldCreateOrder = False
  19. Position = poOwnerFormCenter
  20. OnClose = FormClose
  21. OnShow = FormShow
  22. DesignSize = (
  23. 383
  24. 88)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object Label1: TLabel
  28. Left = 7
  29. Top = 6
  30. Width = 26
  31. Height = 17
  32. Caption = #51089#50629
  33. Transparent = True
  34. end
  35. object btnCancel: TButton
  36. Left = 303
  37. Top = 57
  38. Width = 75
  39. Height = 25
  40. Anchors = [akTop, akRight]
  41. Cancel = True
  42. Caption = 'Cancel'
  43. ModalResult = 2
  44. TabOrder = 1
  45. OnClick = btnCancelClick
  46. end
  47. object PbProgress: TcxProgressBar
  48. Left = 3
  49. Top = 24
  50. Cursor = crHourGlass
  51. AutoSize = False
  52. ParentColor = False
  53. ParentFont = False
  54. Position = 50.000000000000000000
  55. Properties.BarStyle = cxbsGradient
  56. Properties.BeginColor = 54056
  57. Properties.PeakSize = 1
  58. Properties.PeakValue = 50.000000000000000000
  59. Properties.ShowTextStyle = cxtsText
  60. Properties.SolidTextColor = True
  61. Properties.Text = #54532#47196#44536#47016' '#44592#52488' '#45936#51060#53552' '#47196#46377
  62. Properties.TransparentImage = False
  63. Style.Font.Charset = DEFAULT_CHARSET
  64. Style.Font.Color = clWindowText
  65. Style.Font.Height = -13
  66. Style.Font.Name = #47569#51008' '#44256#46357
  67. Style.Font.Style = [fsBold]
  68. Style.Shadow = False
  69. Style.TransparentBorder = False
  70. Style.IsFontAssigned = True
  71. StyleHot.TextStyle = [fsBold]
  72. TabOrder = 2
  73. Height = 28
  74. Width = 374
  75. end
  76. object Edit1: TEdit
  77. Left = -300
  78. Top = 64
  79. Width = 121
  80. Height = 25
  81. ImeName = 'Microsoft Office IME 2007'
  82. TabOrder = 0
  83. Text = 'Edit1'
  84. end
  85. object TmrProgress: TTimer
  86. Enabled = False
  87. Interval = 600
  88. OnTimer = TmrProgressTimer
  89. Left = 127
  90. Top = 56
  91. end
  92. end