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

📄 whereform.dfm

📁 科思ERP部分源码及控件
💻 DFM
字号:
object WhereStrForm: TWhereStrForm
  Left = 222
  Top = 159
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = '查询条件'
  ClientHeight = 224
  ClientWidth = 449
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object plFind: TPanel
    Left = 5
    Top = 5
    Width = 436
    Height = 180
    BevelInner = bvLowered
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 101
      Top = 40
      Width = 48
      Height = 12
      Caption = '逻  辑:'
    end
    object Label2: TLabel
      Left = 101
      Top = 70
      Width = 48
      Height = 12
      Caption = '查询值:'
    end
    object Label3: TLabel
      Left = 101
      Top = 99
      Width = 48
      Height = 12
      Caption = '关  联:'
    end
    object Label4: TLabel
      Left = 28
      Top = 12
      Width = 36
      Height = 12
      Caption = '字  段'
    end
    object ecValue: TSDComboBox
      Left = 146
      Top = 65
      Width = 90
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      ParentColor = True
      TabOrder = 9
      OnClick = scLogicClick
    end
    object edValue: TDateEdit
      Left = 146
      Top = 65
      Width = 90
      Height = 20
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-05-09'
      InitDate = '2003-05-09 22:18:01'
      ModalResult = 0
      TabOrder = 7
      Color = -2113929201
    end
    object bbAdd: TBitBtn
      Left = 102
      Top = 139
      Width = 40
      Height = 22
      Caption = '加入'
      TabOrder = 3
      OnClick = bbAddClick
    end
    object bbReMove: TBitBtn
      Left = 150
      Top = 139
      Width = 40
      Height = 22
      Caption = '移去'
      TabOrder = 4
      OnClick = bbReMoveClick
    end
    object bbClear: TBitBtn
      Left = 198
      Top = 139
      Width = 40
      Height = 22
      Caption = '清空'
      TabOrder = 5
      OnClick = bbClearClick
    end
    object scLogic: TSDComboBox
      Left = 146
      Top = 36
      Width = 90
      Height = 20
      Style = csDropDownList
      Color = clWhite
      ItemHeight = 12
      TabOrder = 1
      OnClick = scLogicClick
    end
    object scRelate: TSDComboBox
      Left = 146
      Top = 95
      Width = 90
      Height = 20
      Style = csDropDownList
      Color = clWhite
      ItemHeight = 12
      TabOrder = 2
    end
    object LFields: TListBox
      Left = 9
      Top = 26
      Width = 84
      Height = 141
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      OnClick = LFieldsClick
    end
    object lvWhereStr: TListView
      Left = 246
      Top = 12
      Width = 180
      Height = 155
      Color = clWhite
      Columns = <
        item
          AutoSize = True
          Caption = '关联'
          MaxWidth = 36
          MinWidth = 36
        end
        item
          AutoSize = True
          Caption = '        条件'
          MaxWidth = 143
          MinWidth = 143
        end>
      ColumnClick = False
      Ctl3D = False
      GridLines = True
      HideSelection = False
      HotTrack = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 6
      ViewStyle = vsReport
    end
    object etValue: TSDEdit
      Left = 146
      Top = 65
      Width = 91
      Height = 20
      Color = clWhite
      TabOrder = 8
      OnButtonClick = etValueButtonClick
      SplitSymbol = ' | '
    end
  end
  object bbOk: TBitBtn
    Left = 275
    Top = 192
    Width = 70
    Height = 22
    Anchors = [akRight, akBottom]
    Caption = '确定(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = bbOkClick
    Glyph.Data = {
      E6000000424DE60000000000000076000000280000000E0000000E0000000100
      0400000000007000000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777C
      770077777777774EC7007777777774ECC700777777774ECC770077777774ECC7
      770077770087CC7777007787E7088777770078FE7E707777770078EFE7E07777
      770078FEFE7077777700778FEF07777777007778807777777700777777777777
      77007777777777777700}
  end
  object bbCancel: TBitBtn
    Left = 359
    Top = 192
    Width = 70
    Height = 22
    Anchors = [akRight, akBottom]
    Caption = '取消(&C)'
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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