📄 unit_addnewid.dfm
字号:
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 18
ParentFont = False
TabOrder = 1
end
object Edit_Pass: TsuiEdit
Left = 264
Top = 32
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 15
ParentFont = False
PasswordChar = '*'
TabOrder = 2
end
object Edit_UserName: TsuiEdit
Left = 264
Top = 64
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 20
ParentFont = False
TabOrder = 4
end
object Edit_ConfigPass: TsuiEdit
Left = 80
Top = 64
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 15
ParentFont = False
PasswordChar = '*'
TabOrder = 3
end
object Edit_BirthDay: TsuiEdit
Left = 80
Top = 96
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 10
ParentFont = False
TabOrder = 5
end
object Edit_Phone: TsuiEdit
Left = 264
Top = 96
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 14
ParentFont = False
TabOrder = 6
end
object Edit_EMail: TsuiEdit
Left = 264
Top = 128
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 20
ParentFont = False
TabOrder = 7
end
object Edit_SSNO: TsuiEdit
Left = 80
Top = 128
Width = 121
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 18
ParentFont = False
TabOrder = 8
end
object Edit_Quz1: TsuiEdit
Left = 16
Top = 184
Width = 374
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 40
ParentFont = False
TabOrder = 9
end
object Edit_Answer1: TsuiEdit
Left = 16
Top = 232
Width = 374
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 40
ParentFont = False
TabOrder = 10
end
object Edit_Quz2: TsuiEdit
Left = 16
Top = 280
Width = 374
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 40
ParentFont = False
TabOrder = 11
end
object Edit_Answer2: TsuiEdit
Left = 16
Top = 328
Width = 374
Height = 19
UIStyle = Protein
BorderColor = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
MaxLength = 40
ParentFont = False
TabOrder = 12
end
object Bt_Add: TsuiButton
Left = 242
Top = 355
Width = 62
Height = 27
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Caption = #30830#23450
AutoSize = False
ParentFont = False
UIStyle = MacOS
TabOrder = 13
Transparent = True
ModalResult = 0
FocusedRectMargin = 2
Layout = blGlyphLeft
Spacing = 4
MouseContinuouslyDownInterval = 100
OnClick = Bt_AddClick
ResHandle = 0
end
object Bt_Close: TsuiButton
Left = 328
Top = 355
Width = 62
Height = 27
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Caption = #20851#38381
AutoSize = False
ParentFont = False
UIStyle = MacOS
TabOrder = 14
Transparent = True
ModalResult = 0
FocusedRectMargin = 2
Layout = blGlyphLeft
Spacing = 4
MouseContinuouslyDownInterval = 100
OnClick = Bt_CloseClick
ResHandle = 0
end
object suiStatusBar1: TsuiStatusBar
Left = 0
Top = 395
Width = 402
Height = 19
UIStyle = MacOS
PanelColor = 15198183
Color = 15198183
Panels = <
item
Width = 50
end>
end
end
object suiMessageDialog1: TsuiMessageDialog
Position = poScreenCenter
Caption = 'suiDialog'
UIStyle = MacOS
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
CaptionFont.Charset = DEFAULT_CHARSET
CaptionFont.Color = clWhite
CaptionFont.Height = -11
CaptionFont.Name = 'Tahoma'
CaptionFont.Style = [fsBold]
ButtonCursor = crHandPoint
ButtonCount = 1
Button1Caption = 'OK'
Button2Caption = 'Cancel'
Button3Caption = 'Cancel'
Button1ModalResult = 1
Button2ModalResult = 2
Button3ModalResult = 2
IconType = suiNone
Text = 'Hello world!'
Left = 42
Top = 39
end
object CSocket: TClientSocket
Active = False
Address = '127.0.0.1'
ClientType = ctNonBlocking
Port = 8500
OnRead = CSocketRead
OnError = CSocketError
Left = 242
Top = 8
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 73
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -