inputhao.dfm

来自「小管理程序主要管理的小咖啡厅我是从网上下的经测试可用」· DFM 代码 · 共 59 行

DFM
59
字号
object Frminputhao: TFrminputhao
  Left = 425
  Top = 262
  BorderStyle = bsDialog
  Caption = #25151#21488#32534#21495
  ClientHeight = 81
  ClientWidth = 280
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #25151#21488#32534#21495#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object SpeedButton1: TSpeedButton
    Left = 56
    Top = 48
    Width = 65
    Height = 25
    Caption = #30830'  '#23450
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 184
    Top = 48
    Width = 65
    Height = 25
    Caption = #20851'  '#38381
    OnClick = SpeedButton2Click
  end
  object Edit1: TEdit
    Left = 96
    Top = 8
    Width = 161
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20013#25991
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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