stgGclImportHintFrm.dfm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. object stgGclImportHintForm: TstgGclImportHintForm
  2. Left = 514
  3. Top = 180
  4. Width = 719
  5. Height = 511
  6. Caption = 's'#26410#23548#20837#28165#21333#39033
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object zgFails: TZJGrid
  17. Left = 0
  18. Top = 0
  19. Width = 711
  20. Height = 439
  21. OptionsEx = []
  22. ShowGridLine = False
  23. DefaultColWidth = 73
  24. Selection.AlphaBlend = False
  25. Selection.TransparentColor = False
  26. FrozenCol = 0
  27. FrozenRow = 0
  28. Align = alClient
  29. end
  30. object pnlButton: TPanel
  31. Left = 0
  32. Top = 439
  33. Width = 711
  34. Height = 41
  35. Align = alBottom
  36. BevelOuter = bvNone
  37. TabOrder = 1
  38. DesignSize = (
  39. 711
  40. 41)
  41. object btnSave: TButton
  42. Left = 539
  43. Top = 8
  44. Width = 75
  45. Height = 25
  46. Anchors = [akTop, akRight]
  47. Caption = #20445' '#23384
  48. TabOrder = 0
  49. OnClick = btnSaveClick
  50. end
  51. object btnCance: TButton
  52. Left = 627
  53. Top = 8
  54. Width = 75
  55. Height = 25
  56. Anchors = [akTop, akRight]
  57. Caption = #21462' '#28040
  58. ModalResult = 2
  59. TabOrder = 1
  60. end
  61. end
  62. end