ScProvinceFrm.dfm 886 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. object ScProvinceForm: TScProvinceForm
  2. Left = 511
  3. Top = 315
  4. BorderStyle = bsToolWindow
  5. Caption = #30465#20221
  6. ClientHeight = 166
  7. ClientWidth = 310
  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 = poOwnerFormCenter
  16. OnCreate = FormCreate
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object sgProvince: TStringGrid
  20. Left = 0
  21. Top = 0
  22. Width = 310
  23. Height = 166
  24. Align = alClient
  25. Color = 15792112
  26. FixedCols = 0
  27. RowCount = 7
  28. FixedRows = 0
  29. Font.Charset = ANSI_CHARSET
  30. Font.Color = 21243
  31. Font.Height = -12
  32. Font.Name = 'smartSimSun'
  33. Font.Style = []
  34. ParentFont = False
  35. ScrollBars = ssNone
  36. TabOrder = 0
  37. OnDblClick = sgProvinceDblClick
  38. OnDrawCell = sgProvinceDrawCell
  39. end
  40. end