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

📄 search_j.dfm

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 DFM
字号:
object Frm_search: TFrm_search
  Left = 48
  Top = 105
  BorderStyle = bsDialog
  Caption = #26597#35810#26465#20214#35774#32622
  ClientHeight = 448
  ClientWidth = 692
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 692
    Height = 392
    ActivePage = TabSheet2
    Align = alClient
    TabIndex = 0
    TabOrder = 0
    object TabSheet2: TTabSheet
      Caption = #26597#35810#26465#20214#35774#32622
      ImageIndex = 1
      object TreeView_search: TTreeView
        Left = 473
        Top = 0
        Width = 211
        Height = 364
        Align = alRight
        Color = clInfoBk
        Indent = 19
        ReadOnly = True
        TabOrder = 0
      end
      object Panel3: TPanel
        Left = 113
        Top = 0
        Width = 360
        Height = 364
        Align = alClient
        TabOrder = 1
        object Splitter1: TSplitter
          Left = 1
          Top = 221
          Width = 358
          Height = 3
          Cursor = crVSplit
          Align = alBottom
        end
        object Panel4: TPanel
          Left = 1
          Top = 1
          Width = 358
          Height = 220
          Align = alClient
          BevelOuter = bvLowered
          TabOrder = 0
          object Label7: TLabel
            Left = 48
            Top = 24
            Width = 39
            Height = 13
            Caption = #26597#35810#20540
            Font.Charset = ANSI_CHARSET
            Font.Color = clRed
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label3: TLabel
            Left = 48
            Top = 81
            Width = 39
            Height = 13
            Caption = #36816#31639#31526
            Font.Charset = ANSI_CHARSET
            Font.Color = clRed
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label5: TLabel
            Left = 48
            Top = 147
            Width = 52
            Height = 13
            Caption = #26465#20214#20851#31995
            Font.Charset = ANSI_CHARSET
            Font.Color = clRed
            Font.Height = -13
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object edit_value: TEdit
            Left = 16
            Top = 48
            Width = 121
            Height = 21
            Color = clInfoBk
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            TabOrder = 0
          end
          object combo_operator: TComboBox
            Left = 16
            Top = 106
            Width = 121
            Height = 21
            Color = clInfoBk
            ItemHeight = 13
            TabOrder = 1
            Text = #31561#20110'(=)'
            Items.Strings = (
              #31561#20110'(=)')
          end
          object Combo_rel: TComboBox
            Left = 16
            Top = 172
            Width = 121
            Height = 21
            Color = clInfoBk
            ItemHeight = 13
            TabOrder = 2
            Text = #21516#26102#28385#36275'(and)'
            Items.Strings = (
              #21516#26102#28385#36275'(and)'
              #25110#32773#28385#36275'(or)')
          end
          object btn_setup: TButton
            Left = 216
            Top = 46
            Width = 73
            Height = 25
            Caption = #35774#32622#26465#20214
            TabOrder = 3
            OnClick = btn_setupClick
          end
          object byn_delete: TButton
            Left = 216
            Top = 170
            Width = 73
            Height = 25
            Caption = #21024#38500#26465#20214
            TabOrder = 4
            OnClick = byn_deleteClick
          end
          object btn_moresearch: TButton
            Left = 216
            Top = 104
            Width = 73
            Height = 25
            Caption = #23376#26465#20214
            TabOrder = 5
            OnClick = btn_moresearchClick
          end
        end
        object Panel5: TPanel
          Left = 1
          Top = 224
          Width = 358
          Height = 139
          Align = alBottom
          BevelOuter = bvLowered
          TabOrder = 1
        end
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 113
        Height = 364
        Align = alLeft
        TabOrder = 2
        object Label1: TLabel
          Left = 1
          Top = 1
          Width = 111
          Height = 20
          Align = alTop
          Alignment = taCenter
          Caption = #25152#26377#23383#27573
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clRed
          Font.Height = -16
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          Layout = tlCenter
        end
        object list_fields: TCheckListBox
          Left = 1
          Top = 21
          Width = 111
          Height = 342
          OnClickCheck = list_fieldsClickCheck
          Align = alClient
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          ItemHeight = 13
          TabOrder = 0
          OnClick = List_fieldsClick
        end
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 392
    Width = 692
    Height = 56
    Align = alBottom
    TabOrder = 1
    object btn_ok: TButton
      Left = 264
      Top = 8
      Width = 75
      Height = 41
      Caption = #30830#23450
      TabOrder = 0
      OnClick = btn_okClick
    end
    object btn_cancel: TButton
      Left = 344
      Top = 8
      Width = 75
      Height = 41
      Caption = #21462#28040
      TabOrder = 1
      OnClick = btn_cancelClick
    end
  end
end

⌨️ 快捷键说明

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