dd_gl.dfm

来自「网吧管理系统」· DFM 代码 · 共 52 行

DFM
52
字号
object ddgl: Tddgl
  Left = 296
  Top = 245
  Width = 268
  Height = 202
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = #30005#33041#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 40
    Top = 8
    Width = 185
    Height = 105
    Caption = #35831#36755#20837#30005#33041#26377#22810#23569#21488
    TabOrder = 0
    object Edit1: TEdit
      Left = 32
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
  end
  object Button1: TButton
    Left = 48
    Top = 136
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 136
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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