edithint.dfm

来自「一个很好用的万能查询控件。部分代码经过更改。」· DFM 代码 · 共 42 行

DFM
42
字号
object frmEditHint: TfrmEditHint
  Left = 227
  Top = 149
  Width = 324
  Height = 169
  Caption = #25552#31034#20869#23481
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 12
    Top = 12
    Width = 293
    Height = 89
    Lines.Strings = (
      '')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 148
    Top = 110
    Width = 75
    Height = 25
    Caption = #30830#23450'(C)'
    TabOrder = 1
  end
  object Button2: TButton
    Left = 230
    Top = 110
    Width = 75
    Height = 25
    Caption = #20851#38381'(&X)'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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