dlg.dfm

来自「网吧管理系统 网吧IC卡计费管理系统源码」· DFM 代码 · 共 63 行

DFM
63
字号
object Frm_Dlg: TFrm_Dlg
  Left = 229
  Top = 169
  BorderStyle = bsDialog
  Caption = #35831#27714#26381#21153
  ClientHeight = 169
  ClientWidth = 400
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 62
    Width = 36
    Height = 12
    Caption = #20869#23481#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 46
    Width = 24
    Height = 12
    Caption = #21457#36865
  end
  object Btn_ok: TButton
    Left = 112
    Top = 123
    Width = 75
    Height = 25
    Caption = #21457#36865
    ModalResult = 1
    TabOrder = 1
  end
  object Btn_Cancel: TButton
    Left = 207
    Top = 123
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
  object Memo1: TMemo
    Left = 57
    Top = 21
    Width = 315
    Height = 84
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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