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

📄 gq_ulocate.dfm

📁 亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能
💻 DFM
字号:
object GQ_FLocate: TGQ_FLocate
  Left = 181
  Top = 182
  BorderStyle = bsDialog
  Caption = '数据定位'
  ClientHeight = 261
  ClientWidth = 558
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 24
    Top = 19
    Width = 84
    Height = 15
    Caption = '定位目标字段:'
  end
  object Label2: TLabel
    Left = 241
    Top = 19
    Width = 84
    Height = 15
    Caption = '目标字段取值:'
  end
  object Bevel1: TBevel
    Left = 240
    Top = 88
    Width = 301
    Height = 88
  end
  object ListBox1: TListBox
    Left = 20
    Top = 49
    Width = 166
    Height = 131
    ImeName = '中文 (简体) - 微软拼音'
    ItemHeight = 15
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object LocateVal: TEdit
    Left = 240
    Top = 49
    Width = 301
    Height = 23
    ImeName = '中文 (简体) - 微软拼音'
    TabOrder = 1
  end
  object StaticText1: TStaticText
    Left = 250
    Top = 100
    Width = 124
    Height = 19
    Caption = '当前记录为查找的起点'
    TabOrder = 2
  end
  object StaticText2: TStaticText
    Left = 250
    Top = 125
    Width = 208
    Height = 19
    Caption = '上一处定位于前一条符合条件的记录上'
    TabOrder = 3
  end
  object StaticText3: TStaticText
    Left = 250
    Top = 150
    Width = 208
    Height = 19
    Caption = '下一处定位于下一条符合条件的记录上'
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 245
    Top = 210
    Width = 94
    Height = 31
    Caption = '上一处'
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 339
    Top = 210
    Width = 94
    Height = 31
    Caption = '下一处'
    Default = True
    TabOrder = 6
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 433
    Top = 210
    Width = 93
    Height = 31
    Caption = '关闭'
    TabOrder = 7
    OnClick = BitBtn3Click
  end
  object CheckBox1: TCheckBox
    Left = 21
    Top = 188
    Width = 122
    Height = 21
    Caption = '忽略大小写'
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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