⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lookupproduct.dfm

📁 产品信息系统!关于产品基础信息的系统!功能强大!
💻 DFM
字号:
inherited frmLookupProduct: TfrmLookupProduct
  Left = 222
  Top = 171
  Caption = #26816#32034
  ClientHeight = 202
  ClientWidth = 390
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object btClear: TBitBtn
    Left = 16
    Top = 163
    Width = 81
    Height = 25
    Caption = #28165#38500'[&C]'
    TabOrder = 0
    OnClick = btClearClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
      33333333333F8888883F33330000324334222222443333388F3833333388F333
      000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
      F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
      223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
      3338888300003AAAAAAA33333333333888888833333333330000333333333333
      333333333333333333FFFFFF000033333333333344444433FFFF333333888888
      00003A444333333A22222438888F333338F3333800003A2243333333A2222438
      F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
      22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
      33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
      3333333333338888883333330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object btOk: TBitBtn
    Left = 208
    Top = 163
    Width = 81
    Height = 25
    Caption = #30830#23450'[&O]'
    TabOrder = 1
    OnClick = btOkClick
    Kind = bkOK
  end
  object btCancel: TBitBtn
    Left = 298
    Top = 163
    Width = 81
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    Kind = bkCancel
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 361
    Height = 129
    Caption = #26816#32034#26465#20214
    TabOrder = 3
    object Label1: TLabel
      Left = 24
      Top = 27
      Width = 65
      Height = 13
      Alignment = taRightJustify
      Caption = #31867#12288#12288#21035#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 57
      Width = 65
      Height = 13
      Alignment = taRightJustify
      Caption = #20195#12288#12288#30721#65306
    end
    object Label3: TLabel
      Left = 24
      Top = 88
      Width = 65
      Height = 13
      Alignment = taRightJustify
      Caption = #21517#12288#12288#31216#65306
    end
    object lblNO: TLabel
      Left = 211
      Top = 57
      Width = 42
      Height = 13
      Caption = '("%%")'
    end
    object Label4: TLabel
      Left = 307
      Top = 88
      Width = 42
      Height = 13
      Caption = '("%%")'
    end
    object edtCode: TEdit
      Left = 88
      Top = 53
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object edtName: TEdit
      Left = 88
      Top = 85
      Width = 209
      Height = 21
      TabOrder = 1
    end
    object lktvTypeCode: TdxDBLookupTreeView
      Left = 88
      Top = 22
      Width = 161
      Height = 21
      CanSelectParents = True
      DropDownRows = 15
      DropDownWidth = 250
      ParentColor = False
      TabOrder = 2
      TabStop = True
      Text = 'lktvTypeCode'
      TreeViewColor = clWindow
      TreeViewCursor = crDefault
      TreeViewFont.Charset = DEFAULT_CHARSET
      TreeViewFont.Color = clWindowText
      TreeViewFont.Height = -11
      TreeViewFont.Name = 'MS Sans Serif'
      TreeViewFont.Style = []
      TreeViewIndent = 19
      TreeViewReadOnly = True
      TreeViewShowButtons = True
      TreeViewShowHint = False
      TreeViewShowLines = True
      TreeViewShowRoot = True
      TreeViewSortType = stNone
      DisplayField = 'fName'
      DividedChar = '.'
      ListSource = dsProductType
      KeyField = 'fID'
      ListField = 'fName'
      Options = [trDBCanDelete, trDBConfirmDelete, trCanDBNavigate, trSmartRecordCopy, trCheckHasChildren]
      ParentField = 'fParentID'
      TextStyle = tvtsShort
    end
  end
  object QProductType: TADOQuery
    Connection = dmClient.adocnClothing
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select fID,fParentID,fCode,fCode+'#39'_'#39'+fName as fName from tProduc' +
        'tType')
    Left = 287
    Top = 16
    object QProductTypefID: TAutoIncField
      FieldName = 'fID'
      ReadOnly = True
    end
    object QProductTypefParentID: TIntegerField
      FieldName = 'fParentID'
    end
    object QProductTypefCode: TWideStringField
      FieldName = 'fCode'
      Size = 50
    end
    object QProductTypefName: TWideStringField
      FieldName = 'fName'
      Size = 50
    end
  end
  object dsProductType: TDataSource
    DataSet = QProductType
    Left = 303
    Top = 24
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -