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

📄 basehandlesearch.dfm

📁 用delphi编写的数据库管理软件
💻 DFM
字号:
inherited frmHandleSearch: TfrmHandleSearch
  Left = 288
  Top = 347
  ActiveControl = Edit1
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #26597#25214#22522#31867
  ClientHeight = 353
  ClientWidth = 635
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 7
    Width = 600
    Height = 104
    Caption = #26465#20214#35774#32622
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 54
      Height = 13
      Caption = #32534'    '#21495
    end
    object Label2: TLabel
      Left = 24
      Top = 52
      Width = 54
      Height = 13
      Caption = #21517'    '#31216
    end
    object Label3: TLabel
      Left = 24
      Top = 80
      Width = 54
      Height = 13
      Caption = #22320'    '#22336
    end
    object Label4: TLabel
      Left = 224
      Top = 22
      Width = 50
      Height = 15
      Caption = #65288'%%'#65289
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 348
      Top = 49
      Width = 50
      Height = 15
      Caption = #65288'%%'#65289
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 348
      Top = 81
      Width = 50
      Height = 15
      Caption = #65288'%%'#65289
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 96
      Top = 20
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 96
      Top = 48
      Width = 250
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 96
      Top = 76
      Width = 250
      Height = 21
      TabOrder = 2
    end
    object Button1: TButton
      Left = 432
      Top = 72
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 512
      Top = 72
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object Panel1: TPanel
    Left = 16
    Top = 128
    Width = 600
    Height = 209
    BevelWidth = 2
    BorderStyle = bsSingle
    TabOrder = 1
    object Grid: TDBGridEh
      Left = 6
      Top = 5
      Width = 580
      Height = 190
      DataSource = DSBaseinfo
      FixedColor = 12835543
      FooterColor = 12835543
      FooterFont.Charset = ANSI_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -13
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      FooterRowCount = 1
      OptionsEh = [dghFixed3D, dghHighlightFocus, dghClearSelection, dghAutoSortMarking, dghMultiSortMarking, dghDialogFind]
      ReadOnly = True
      SortLocal = True
      SumList.Active = True
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnDblClick = GridDblClick
      OnGetCellParams = GridGetCellParams
      OnTitleBtnClick = GridTitleBtnClick
    end
  end
  object CDSBaseinfo: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 168
    Top = 208
  end
  object DSBaseinfo: TDataSource
    DataSet = CDSBaseinfo
    Left = 192
    Top = 232
  end
end

⌨️ 快捷键说明

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