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

📄 u_frmtest.dfm

📁 触摸屏软键盘模块(DELPHI组件
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -