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

📄 hwseldata.dfm.svn-base

📁 这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
💻 SVN-BASE
字号:
object HwSelDataForm: THwSelDataForm
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #26597#25214#36873#25321
  ClientHeight = 418
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Pitch = fpFixed
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 8
    Top = 216
    Width = 345
    Height = 161
    Color = clWhite
    DataSource = dsSelData
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Pitch = fpFixed
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    OnKeyPress = DBGrid1KeyPress
  end
  object bbtnEdit: TBitBtn
    Left = 24
    Top = 386
    Width = 75
    Height = 25
    Caption = #32534#36753'(&E)'
    TabOrder = 3
    OnClick = bbtnEditClick
  end
  object bbtnOK: TBitBtn
    Left = 176
    Top = 386
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    ModalResult = 1
    TabOrder = 1
    OnClick = bbtnOKClick
    NumGlyphs = 2
  end
  object bbtnExit: TBitBtn
    Left = 264
    Top = 386
    Width = 75
    Height = 25
    Caption = #36864#20986'(&X)'
    ModalResult = 2
    TabOrder = 2
    NumGlyphs = 2
  end
  object gpLocateType: TGroupBox
    Left = 8
    Top = 52
    Width = 345
    Height = 101
    Caption = #26597#25214#31867#22411'(&S)'
    TabOrder = 4
    object cbCaseSensitive: TCheckBox
      Left = 12
      Top = 16
      Width = 181
      Height = 21
      Hint = #26597#25214#26102#24573#30053#22823#23567#20889
      Caption = #24573#30053#22823#23567#20889'(&C)'
      Checked = True
      ParentShowHint = False
      ShowHint = True
      State = cbChecked
      TabOrder = 0
    end
    object rbExactMatch: TRadioButton
      Left = 12
      Top = 44
      Width = 125
      Height = 17
      Hint = #26597#25214#30340#20869#23481#24517#39035#23436#20840#30456#31561
      Caption = #31934#30830#26597#25214'(&E)'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
    end
    object rbPartialMatchStart: TRadioButton
      Left = 12
      Top = 62
      Width = 185
      Height = 17
      Hint = #36215#22987#37096#20221#19982#26597#25214#20869#23481#30456#31561
      Caption = #36215#22987#37096#20221#21305#37197#26597#25214'(&P)'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
    end
    object rbPartialMatchAny: TRadioButton
      Left = 12
      Top = 80
      Width = 185
      Height = 17
      Hint = #20219#24847#37096#20221#19982#26597#25214#20869#23481#30456#31561
      Caption = #27169#31946#26597#25214'(&A)'
      Checked = True
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
      TabStop = True
    end
    object Panel1: TPanel
      Left = 1
      Top = 38
      Width = 344
      Height = 2
      BevelOuter = bvLowered
      TabOrder = 4
    end
  end
  object gpFieldValue: TGroupBox
    Left = 8
    Top = 4
    Width = 345
    Height = 45
    Caption = #23383#27573#20540'(&V)'
    TabOrder = 5
    object edtLocateValue: TEdit
      Left = 12
      Top = 17
      Width = 197
      Height = 20
      Hint = #36755#20837#35201#26597#25214#23383#27573#30340#20540
      AutoSize = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      OnKeyPress = edtLocateValueKeyPress
    end
    object btnLocate: TButton
      Left = 217
      Top = 12
      Width = 57
      Height = 27
      Hint = #26597#25214#31532#19968#26465#31526#21512#26465#20214#30340#35760#24405
      Caption = #26597#25214'(&L)'
      Default = True
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      OnClick = btnLocateClick
    end
    object btnNext: TButton
      Left = 279
      Top = 12
      Width = 57
      Height = 27
      Hint = #26597#25214#19979#19968#26465#31526#21512#26465#20214#30340#35760#24405
      Caption = #19979#19968#20010'(&N)'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      OnClick = btnNextClick
    end
  end
  object gpFields: TGroupBox
    Left = 8
    Top = 156
    Width = 345
    Height = 49
    Caption = #23383#27573'(&F)'
    TabOrder = 6
    object cbFieldName: TComboBox
      Left = 12
      Top = 20
      Width = 317
      Height = 20
      Hint = #36873#25321#35201#26597#25214#30340#23383#27573
      Style = csDropDownList
      ItemHeight = 12
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
  end
  object dsSelData: TDataSource
    Left = 104
    Top = 240
  end
end

⌨️ 快捷键说明

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