object kf_frmJlUnitHelp: Tkf_frmJlUnitHelp
  Left = 273
  Top = 198
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #35745#37327#21333#20301#26597#25214
  ClientHeight = 338
  ClientWidth = 424
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 12
    Top = 8
    Width = 36
    Height = 12
    Caption = #21517#31216#65306
  end
  object DBGrid1: TDBGrid
    Left = 1
    Top = 32
    Width = 376
    Height = 305
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Title.Alignment = taCenter
        Title.Caption = #35745#37327#21333#20301#32534#21495
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21517#31216
        Title.Alignment = taCenter
        Title.Caption = #35745#37327#21333#20301#21517#31216
        Width = 133
        Visible = True
      end>
  end
  object edttj: TEdit
    Left = 48
    Top = 5
    Width = 105
    Height = 20
    TabOrder = 1
    OnChange = edttjChange
  end
  object Panel1: TPanel
    Left = 160
    Top = 4
    Width = 257
    Height = 23
    BevelOuter = bvLowered
    Caption = #35828#26126#65306#21333#20301#34920#20013#31867#22411#20026#65306'WLUNIT'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object DataSource1: TDataSource
    DataSet = ADOQueryHelp
    Left = 104
    Top = 72
  end
  object ADOQueryHelp: TADOQuery
    Connection = ADOConnection1
    LockType = ltReadOnly
    CommandTimeout = 300
    Parameters = <>
    Left = 144
    Top = 72
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 200
    Top = 104
  end
end