uset.dfm

来自「DELPHI版扫雷源码」· DFM 代码 · 共 97 行

DFM
97
字号
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #33258#23450#20041#38647#21306
  ClientHeight = 83
  ClientWidth = 172
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 33
    Height = 17
    AutoSize = False
    Caption = #23485#24230
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 8
    Top = 32
    Width = 33
    Height = 17
    AutoSize = False
    Caption = #39640#24230
    Layout = tlCenter
  end
  object Label3: TLabel
    Left = 8
    Top = 56
    Width = 33
    Height = 17
    AutoSize = False
    Caption = #38647#25968
    Layout = tlCenter
  end
  object Edit1: TEdit
    Left = 40
    Top = 8
    Width = 49
    Height = 21
    MaxLength = 2
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 40
    Top = 32
    Width = 49
    Height = 21
    MaxLength = 2
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 40
    Top = 56
    Width = 49
    Height = 21
    MaxLength = 3
    TabOrder = 2
    OnChange = Edit3Change
  end
  object Button1: TButton
    Left = 104
    Top = 16
    Width = 57
    Height = 20
    Caption = #30830#23450
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 48
    Width = 57
    Height = 20
    Cancel = True
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object XPManifest1: TXPManifest
    Left = 56
    Top = 24
  end
end

⌨️ 快捷键说明

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