AuditSelectFrm.dfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. object AuditSelctForm: TAuditSelctForm
  2. Left = 630
  3. Top = 250
  4. Width = 466
  5. Height = 370
  6. Caption = #35831#36873#25321#25152#38656#30340#23457#26680#20154#24847#35265
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 12
  16. object pnlBottom: TPanel
  17. Left = 0
  18. Top = 299
  19. Width = 458
  20. Height = 37
  21. Align = alBottom
  22. BevelOuter = bvNone
  23. TabOrder = 0
  24. object btnOk: TButton
  25. Left = 286
  26. Top = 7
  27. Width = 75
  28. Height = 22
  29. Caption = #30830' '#23450
  30. ModalResult = 1
  31. TabOrder = 0
  32. end
  33. object btnCancel: TButton
  34. Left = 374
  35. Top = 7
  36. Width = 75
  37. Height = 22
  38. Caption = #21462' '#28040
  39. ModalResult = 2
  40. TabOrder = 1
  41. end
  42. end
  43. object pnlSelectAudit: TPanel
  44. Left = 0
  45. Top = 0
  46. Width = 458
  47. Height = 299
  48. Align = alClient
  49. BevelOuter = bvNone
  50. TabOrder = 1
  51. object zgAuditSelect: TZJGrid
  52. Left = 0
  53. Top = 0
  54. Width = 458
  55. Height = 299
  56. OptionsEx = []
  57. ColCount = 3
  58. ShowGridLine = False
  59. DefaultColWidth = 200
  60. DefaultFixedColWidth = 25
  61. Selection.AlphaBlend = False
  62. Selection.TransparentColor = False
  63. OnGetCellText = zgAuditSelectGetCellText
  64. OnGetCellEditor = zgAuditSelectGetCellEditor
  65. OnEditorLoadCell = zgAuditSelectEditorLoadCell
  66. OnEditorSaveCell = zgAuditSelectEditorSaveCell
  67. Align = alClient
  68. end
  69. object cbbAuditors: TZjComboBox
  70. Left = 193
  71. Top = 169
  72. Width = 145
  73. Height = 20
  74. Font.Charset = ANSI_CHARSET
  75. Font.Color = clWindowText
  76. Font.Height = -12
  77. Font.Name = 'smartSimSun'
  78. Font.Style = []
  79. ItemHeight = 12
  80. ParentFont = False
  81. TabOrder = 1
  82. Visible = False
  83. end
  84. end
  85. end