📄 nameform.dfm
字号:
object nameset: Tnameset
Left = 192
Top = 103
Width = 446
Height = 322
Caption = 'nameset'
Color = 16744703
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 16
Width = 48
Height = 13
Caption = '玩家姓名'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 40
Width = 48
Height = 13
Caption = '你的姓名'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 136
Top = 40
Width = 24
Height = 13
Caption = '上家'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 320
Top = 40
Width = 24
Height = 13
Caption = '下家'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 232
Top = 40
Width = 24
Height = 13
Caption = '对家'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 88
Top = 120
Width = 48
Height = 13
Caption = '初始牌数'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object RadioButton1: TRadioButton
Left = 176
Top = 136
Width = 89
Height = 17
Caption = '设置牌数'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 176
Top = 176
Width = 89
Height = 17
Caption = '设置人民币'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = RadioButton2Click
end
object Edit1: TEdit
Left = 32
Top = 64
Width = 57
Height = 21
MaxLength = 6
TabOrder = 2
end
object Edit2: TEdit
Left = 120
Top = 64
Width = 65
Height = 21
MaxLength = 6
TabOrder = 3
end
object Edit3: TEdit
Left = 208
Top = 64
Width = 73
Height = 21
MaxLength = 6
TabOrder = 4
end
object Edit4: TEdit
Left = 296
Top = 64
Width = 73
Height = 21
MaxLength = 6
TabOrder = 5
end
object Button1: TButton
Left = 168
Top = 240
Width = 75
Height = 25
Caption = '确定'
TabOrder = 6
OnClick = Button1Click
end
object MaskEdit1: TMaskEdit
Left = 288
Top = 136
Width = 81
Height = 21
EditMask = '!9999;1;0'
MaxLength = 4
TabOrder = 7
Text = ' '
end
object MaskEdit2: TMaskEdit
Left = 288
Top = 176
Width = 81
Height = 21
Enabled = False
EditMask = '!9999.99;1;0'
MaxLength = 7
TabOrder = 8
Text = ' . '
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -