saveunit.dfm

来自「C++网络麻将源代码」· DFM 代码 · 共 57 行

DFM
57
字号
object saveForm: TsaveForm
  Left = 192
  Top = 103
  Width = 131
  Height = 209
  Caption = '保存进度'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object CheckBox1: TCheckBox
    Left = 32
    Top = 24
    Width = 75
    Height = 17
    Caption = '牌数状态'
    Checked = True
    State = cbChecked
    TabOrder = 0
  end
  object CheckBox2: TCheckBox
    Left = 32
    Top = 64
    Width = 75
    Height = 17
    Caption = '玩家状态'
    Checked = True
    State = cbChecked
    TabOrder = 1
  end
  object Button1: TButton
    Left = 24
    Top = 136
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 2
    OnClick = Button1Click
  end
  object CheckBox3: TCheckBox
    Left = 32
    Top = 104
    Width = 75
    Height = 17
    Caption = '桌面状态'
    Checked = True
    State = cbChecked
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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