| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 | object AuditSelctForm: TAuditSelctForm  Left = 630  Top = 250  Width = 466  Height = 370  Caption = #35831#36873#25321#25152#38656#30340#23457#26680#20154#24847#35265  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  PixelsPerInch = 96  TextHeight = 12  object pnlBottom: TPanel    Left = 0    Top = 299    Width = 458    Height = 37    Align = alBottom    BevelOuter = bvNone    TabOrder = 0    object btnOk: TButton      Left = 286      Top = 7      Width = 75      Height = 22      Caption = #30830'  '#23450      ModalResult = 1      TabOrder = 0    end    object btnCancel: TButton      Left = 374      Top = 7      Width = 75      Height = 22      Caption = #21462'  '#28040      ModalResult = 2      TabOrder = 1    end  end  object pnlSelectAudit: TPanel    Left = 0    Top = 0    Width = 458    Height = 299    Align = alClient    BevelOuter = bvNone    TabOrder = 1    object zgAuditSelect: TZJGrid      Left = 0      Top = 0      Width = 458      Height = 299      OptionsEx = []      ColCount = 3      ShowGridLine = False      DefaultColWidth = 200      DefaultFixedColWidth = 25      Selection.AlphaBlend = False      Selection.TransparentColor = False      OnGetCellText = zgAuditSelectGetCellText      OnGetCellEditor = zgAuditSelectGetCellEditor      OnEditorLoadCell = zgAuditSelectEditorLoadCell      OnEditorSaveCell = zgAuditSelectEditorSaveCell      Align = alClient    end    object cbbAuditors: TZjComboBox      Left = 193      Top = 169      Width = 145      Height = 20      Font.Charset = ANSI_CHARSET      Font.Color = clWindowText      Font.Height = -12      Font.Name = 'smartSimSun'      Font.Style = []      ItemHeight = 12      ParentFont = False      TabOrder = 1      Visible = False    end  endend
 |