object frmDyeStoreHelp: TfrmDyeStoreHelp
  Left = 334
  Top = 243
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20179#24211#26597#25214
  ClientHeight = 249
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 4
    Top = 8
    Width = 72
    Height = 12
    Caption = #32534#30721#25110#21517#31216#65306
  end
  object edttj: TEdit
    Left = 79
    Top = 5
    Width = 186
    Height = 20
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    OnChange = edttjChange
  end
  object DBGrid1: TDBGrid
    Left = 1
    Top = 30
    Width = 264
    Height = 209
    Ctl3D = True
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ParentCtl3D = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'DSCode'
        Title.Alignment = taCenter
        Title.Caption = #20179#24211#32534#21495
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DSName'
        Title.Alignment = taCenter
        Title.Caption = #20179#24211#21517#31216
        Width = 133
        Visible = True
      end>
  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 = 112
    Top = 136
  end
end