u_frmtest.dfm

来自「触摸屏软键盘模块(DELPHI组件」· DFM 代码 · 共 93 行

DFM
93
字号
object frmTest: TfrmTest
  Left = 282
  Top = 316
  Width = 489
  Height = 282
  Caption = 'frmTest'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object BindTxt: TEdit
    Left = 168
    Top = 56
    Width = 121
    Height = 21
    Color = clWhite
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    TabOrder = 0
  end
  object Button1: TButton
    Left = 288
    Top = 56
    Width = 22
    Height = 25
    Caption = '...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 168
    Top = 104
    Width = 121
    Height = 21
    Color = clWhite
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 168
    Top = 144
    Width = 121
    Height = 21
    Color = clWhite
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit3: TEdit
    Left = 168
    Top = 176
    Width = 121
    Height = 21
    Color = clWhite
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    TabOrder = 4
    Text = 'Edit1'
  end
  object Button2: TButton
    Left = 288
    Top = 104
    Width = 22
    Height = 25
    Caption = '...'
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 288
    Top = 144
    Width = 22
    Height = 25
    Caption = '...'
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 288
    Top = 176
    Width = 22
    Height = 25
    Caption = '...'
    TabOrder = 7
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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