📄 otherinfounit.dfm
字号:
object OtherInfoForm: TOtherInfoForm
Left = 192
Top = 107
Width = 522
Height = 431
BorderIcons = [biSystemMenu, biMinimize]
Caption = #20854#23427#20449#24687#31649#29702
Color = clBtnFace
Constraints.MaxHeight = 431
Constraints.MaxWidth = 522
Constraints.MinHeight = 431
Constraints.MinWidth = 522
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 7
Top = 7
Width = 500
Height = 390
ActivePage = TabSheet1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object TabSheet1: TTabSheet
Caption = #20986#29256#31038#20449#24687#31649#29702
OnMouseMove = TabSheet1MouseMove
object Label1: TLabel
Left = 40
Top = 30
Width = 36
Height = 16
Caption = #21517#31216#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 70
Width = 36
Height = 16
Caption = #22320#22336#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 40
Top = 110
Width = 36
Height = 16
Caption = #37038#32534#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 208
Top = 110
Width = 78
Height = 16
Caption = #32852#31995#30005#35805#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 40
Top = 150
Width = 48
Height = 16
Caption = #32593#22336#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 40
Top = 190
Width = 43
Height = 16
Caption = 'Email: '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 40
Top = 223
Width = 36
Height = 16
Caption = #31616#20171#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object StatusBar1: TStatusBar
Left = 0
Top = 338
Width = 492
Height = 21
Panels = <
item
Text = #20986#29256#31038#20449#24687#31649#29702#39029#38754
Width = 170
end
item
Width = 50
end>
end
object ComboBox1: TComboBox
Left = 112
Top = 25
Width = 145
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
MaxLength = 30
ParentFont = False
TabOrder = 1
OnChange = ComboBox1Change
end
object Edit1: TEdit
Left = 112
Top = 65
Width = 345
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 50
ParentFont = False
TabOrder = 2
end
object Edit2: TEdit
Left = 112
Top = 105
Width = 81
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 6
ParentFont = False
TabOrder = 3
end
object Edit3: TEdit
Left = 296
Top = 105
Width = 161
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 20
ParentFont = False
TabOrder = 4
end
object Edit4: TEdit
Left = 112
Top = 145
Width = 222
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 30
ParentFont = False
TabOrder = 5
end
object Edit5: TEdit
Left = 112
Top = 185
Width = 222
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 30
ParentFont = False
TabOrder = 6
end
object Memo1: TMemo
Left = 112
Top = 225
Width = 353
Height = 60
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
end
object BitBtn1: TBitBtn
Left = 88
Top = 296
Width = 70
Height = 27
Caption = #26356#26032
TabOrder = 8
OnClick = BitBtn1Click
OnMouseMove = BitBtn1MouseMove
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 200
Top = 296
Width = 70
Height = 27
Caption = #28155#21152
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = BitBtn2Click
OnMouseMove = BitBtn2MouseMove
Kind = bkAll
end
object BitBtn3: TBitBtn
Left = 312
Top = 296
Width = 70
Height = 27
Caption = #21024#38500
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 10
OnClick = BitBtn3Click
OnMouseMove = BitBtn3MouseMove
Kind = bkCancel
end
object BitBtn10: TBitBtn
Left = 280
Top = 24
Width = 70
Height = 27
Caption = #21047#26032
TabOrder = 11
OnClick = BitBtn10Click
OnMouseMove = BitBtn10MouseMove
Kind = bkRetry
end
end
object TabSheet2: TTabSheet
Caption = #20316#32773#20449#24687#31649#29702
ImageIndex = 1
OnMouseMove = TabSheet2MouseMove
object Label8: TLabel
Left = 72
Top = 40
Width = 72
Height = 16
Caption = #20316#32773#21517#65306#12288#12288
end
object Label9: TLabel
Left = 72
Top = 80
Width = 46
Height = 16
Caption = 'Email: '
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -