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

📄 ufind.dfm

📁 Delphi7+ado+Access2000模式开发的单机版档案管理系统
💻 DFM
字号:
object frmFind: TfrmFind
  Left = 249
  Top = 215
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20449#24687#26597#35810
  ClientHeight = 143
  ClientWidth = 282
  Color = 16759701
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object bbtnOk: TBitBtn
    Left = 24
    Top = 116
    Width = 75
    Height = 20
    Caption = #26597'  '#35810
    Default = True
    TabOrder = 0
    OnClick = bbtnOkClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object bbtnCancel: TBitBtn
    Left = 176
    Top = 116
    Width = 75
    Height = 20
    Caption = #21462'  '#28040
    TabOrder = 1
    OnClick = bbtnCancelClick
    Kind = bkCancel
  end
  object pcFind: TPageControl
    Left = 0
    Top = 0
    Width = 282
    Height = 105
    ActivePage = tcSingle
    Align = alTop
    Style = tsFlatButtons
    TabOrder = 2
    object tcSingle: TTabSheet
      Caption = #21333#20154#26597#35810
      object Label3: TLabel
        Left = 16
        Top = 56
        Width = 72
        Height = 13
        Caption = #35831#36755#20837#24037#21495#65306
        Transparent = True
      end
      object gbInqus: TGroupBox
        Left = 8
        Top = 0
        Width = 265
        Height = 41
        Caption = #26597#35810#26465#20214
        TabOrder = 0
        object rbName: TRadioButton
          Left = 104
          Top = 16
          Width = 45
          Height = 17
          Caption = #22995' '#21517
          TabOrder = 0
          OnClick = rbNameClick
        end
        object rbEName: TRadioButton
          Left = 176
          Top = 16
          Width = 49
          Height = 17
          Caption = #25340' '#38899
          TabOrder = 1
          OnClick = rbENameClick
        end
        object rbStano: TRadioButton
          Left = 24
          Top = 16
          Width = 45
          Height = 17
          Caption = #24037' '#21495
          Checked = True
          TabOrder = 2
          TabStop = True
          OnClick = rbStanoClick
        end
      end
      object edtInqu: TEdit
        Left = 104
        Top = 50
        Width = 121
        Height = 21
        TabOrder = 1
      end
    end
    object tsMul: TTabSheet
      Caption = #22810#20154#26597#35810
      ImageIndex = 1
      object gbInqum: TGroupBox
        Left = 8
        Top = 0
        Width = 260
        Height = 73
        Caption = #26597#35810#26465#20214
        TabOrder = 0
        object Label1: TLabel
          Left = 6
          Top = 23
          Width = 42
          Height = 12
          Caption = #37096' '#38376#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label2: TLabel
          Left = 136
          Top = 23
          Width = 42
          Height = 12
          Caption = #24615' '#21035#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label6: TLabel
          Left = 6
          Top = 51
          Width = 42
          Height = 12
          Caption = #24037' '#31181#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object Label10: TLabel
          Left = 136
          Top = 51
          Width = 42
          Height = 12
          Caption = #23398' '#21382#65306
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object cbDep: TComboBox
          Left = 45
          Top = 16
          Width = 75
          Height = 21
          Style = csDropDownList
          ItemHeight = 0
          TabOrder = 0
        end
        object cbSort: TComboBox
          Left = 45
          Top = 44
          Width = 75
          Height = 21
          Style = csDropDownList
          ItemHeight = 0
          TabOrder = 2
        end
        object cbLevel: TComboBox
          Left = 175
          Top = 44
          Width = 75
          Height = 21
          Style = csDropDownList
          ItemHeight = 0
          TabOrder = 3
        end
        object cbSex: TComboBox
          Left = 175
          Top = 16
          Width = 75
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 1
          Items.Strings = (
            #30007
            #22899)
        end
      end
    end
  end
  object xqFind: TXPMenu
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Active = True
    Left = 248
  end
end

⌨️ 快捷键说明

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