unitfrmchsapl.dfm

来自「Ole编程」· DFM 代码 · 共 52 行

DFM
52
字号
object frmChsapl: TfrmChsapl
  Left = 455
  Top = 409
  BorderStyle = bsDialog
  Caption = #35831#36873#25321#30003#35831#20070
  ClientHeight = 133
  ClientWidth = 350
  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 Label1: TLabel
    Left = 32
    Top = 32
    Width = 108
    Height = 13
    Caption = #35831#36873#25321#30003#35831#20070#31867#22411#65306
  end
  object cmbAppList: TComboBox
    Left = 168
    Top = 28
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object btnOk: TButton
    Left = 88
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = btnOkClick
  end
  object btnCancle: TButton
    Left = 208
    Top = 88
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = btnCancleClick
  end
end

⌨️ 快捷键说明

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