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

📄 ffrmfilter.dfm

📁 财务软件:功能尚可,基于UML设计开发的delphi系统,文档齐全
💻 DFM
字号:
object frmFilter: TfrmFilter
  Left = 285
  Top = 215
  BorderStyle = bsDialog
  Caption = #36807#28388#21442#25968#35774#32622
  ClientHeight = 282
  ClientWidth = 419
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 72
    Top = 192
    Width = 39
    Height = 12
    Caption = #27604#36739#39033
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 0
    Top = 192
    Width = 26
    Height = 12
    Caption = #20851#31995
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 210
    Top = 192
    Width = 39
    Height = 12
    Caption = #36816#31639#31526
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 288
    Top = 192
    Width = 13
    Height = 12
    Caption = #20540
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 376
    Top = 208
    Width = 41
    Height = 22
    Caption = #22686#21152
    OnClick = SpeedButton1Click
  end
  object cmbField: TComboBox
    Left = 68
    Top = 209
    Width = 141
    Height = 20
    ItemHeight = 12
    TabOrder = 0
  end
  object cmbCompare: TComboBox
    Left = 212
    Top = 209
    Width = 77
    Height = 20
    ItemHeight = 12
    TabOrder = 1
  end
  object edtValue: TEdit
    Left = 292
    Top = 209
    Width = 85
    Height = 20
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 240
    Width = 73
    Height = 33
    Caption = #30830#23450
    TabOrder = 3
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 240
    Top = 240
    Width = 73
    Height = 33
    Caption = #21462#28040
    TabOrder = 4
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object cmbRelate: TComboBox
    Left = 0
    Top = 209
    Width = 65
    Height = 20
    ItemHeight = 12
    TabOrder = 5
  end
  object memFilter: TMemo
    Left = 0
    Top = 0
    Width = 419
    Height = 185
    Align = alTop
    Color = clInfoBk
    PopupMenu = PopupMenu1
    ScrollBars = ssBoth
    TabOrder = 6
  end
  object PopupMenu1: TPopupMenu
    Left = 64
    Top = 72
    object N1: TMenuItem
      Caption = #28165#31354
      OnClick = N1Click
    end
  end
end

⌨️ 快捷键说明

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