📄 unit2.dfm
字号:
object Form2: TForm2
Left = 0
Top = 0
Caption = #37197#32622#25991#20214#35774#32622
ClientHeight = 385
ClientWidth = 416
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 209
Top = 29
Width = 72
Height = 13
Caption = #40664#35748#36890#35759#20018#21475
end
object Label2: TLabel
Left = 10
Top = 30
Width = 48
Height = 13
Caption = #23398#26657#32534#30721
end
object Label3: TLabel
Left = 10
Top = 57
Width = 104
Height = 13
Caption = #37325#22797#21047#21345#38388#38548'('#20998#38047')'
end
object Label4: TLabel
Left = 209
Top = 60
Width = 116
Height = 13
Caption = #26080#22238#25191#19978#20256#38388#38548'('#20998#38047')'
end
object Label5: TLabel
Left = 10
Top = 84
Width = 70
Height = 13
Caption = #36828#31243#26381#21153#22120'IP'
end
object Label6: TLabel
Left = 209
Top = 84
Width = 84
Height = 13
Caption = #36828#31243#26381#21153#22120#31471#21475
end
object txtschoolno: TEdit
Left = 130
Top = 27
Width = 65
Height = 21
TabOrder = 0
end
object txtcf: TEdit
Left = 130
Top = 54
Width = 65
Height = 21
TabOrder = 1
Text = '5'
end
object txtwcf: TEdit
Left = 345
Top = 54
Width = 65
Height = 21
TabOrder = 2
Text = '10'
end
object txtport: TEdit
Left = 345
Top = 81
Width = 65
Height = 21
TabOrder = 3
Text = '10000'
end
object ComboBox1: TComboBox
Left = 94
Top = 81
Width = 101
Height = 21
ItemHeight = 13
TabOrder = 4
Text = '202.105.113.175'
Items.Strings = (
'202.105.113.175'
'210.21.206.254')
end
object cmdtimeset: TButton
Left = 12
Top = 108
Width = 389
Height = 25
Caption = #20986#20837#26657#26102#38388#27573#35774#32622
TabOrder = 5
OnClick = cmdtimesetClick
end
object GroupBox1: TGroupBox
Left = 8
Top = 137
Width = 400
Height = 210
Caption = #26426#21495#21015#34920
TabOrder = 6
object Label14: TLabel
Left = 16
Top = 193
Width = 344
Height = 13
Caption = #27880':'#26426#21495#21015#34920#20013#30340#25991#26412#26694#21487#22635#22810#20010#26426#21495','#22810#20010#26426#21495#20043#38388#20197#36887#21495'(,)'#20998#38548
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object GroupBox2: TGroupBox
Left = 16
Top = 16
Width = 377
Height = 97
Caption = #26426#21495#21015#34920'A('#20840#22825'24'#23567#26102#26377#25928#37319#38598#25968#25454')'
TabOrder = 0
object Label7: TLabel
Left = 8
Top = 24
Width = 24
Height = 13
Caption = #36827#26657
end
object Label8: TLabel
Left = 8
Top = 47
Width = 24
Height = 13
Caption = #20986#26657
end
object Label9: TLabel
Left = 8
Top = 70
Width = 24
Height = 13
Caption = #36890#29992
end
object Label10: TLabel
Left = 200
Top = 24
Width = 36
Height = 13
Caption = #23487#33293#36827
end
object Label11: TLabel
Left = 200
Top = 43
Width = 36
Height = 13
Caption = #23487#33293#20986
end
object schoolin1: TEdit
Left = 38
Top = 20
Width = 137
Height = 21
TabOrder = 0
end
object txtshin: TEdit
Left = 248
Top = 20
Width = 117
Height = 21
TabOrder = 1
end
object schoolout1: TEdit
Left = 38
Top = 43
Width = 137
Height = 21
TabOrder = 2
end
object txtshout: TEdit
Left = 248
Top = 42
Width = 117
Height = 21
TabOrder = 3
end
object schoolty1: TEdit
Left = 38
Top = 66
Width = 327
Height = 21
TabOrder = 4
end
end
object GroupBox3: TGroupBox
Left = 16
Top = 115
Width = 377
Height = 74
Caption = #26426#21495#21015#34920'B('#21482#22312#26377#25928#26102#38388#27573#20869#37319#38598#25968#25454')'
TabOrder = 1
object Label12: TLabel
Left = 8
Top = 24
Width = 24
Height = 13
Caption = #36827#26657
end
object Label13: TLabel
Left = 8
Top = 51
Width = 24
Height = 13
Caption = #36890#29992
end
object Label15: TLabel
Left = 212
Top = 24
Width = 24
Height = 13
Caption = #20986#26657
end
object schoolin2: TEdit
Left = 38
Top = 20
Width = 137
Height = 21
TabOrder = 0
end
object schoolout2: TEdit
Left = 248
Top = 20
Width = 117
Height = 21
TabOrder = 1
end
object schoolty2: TEdit
Left = 38
Top = 47
Width = 327
Height = 21
TabOrder = 2
end
end
end
object ComboBox2: TComboBox
Left = 345
Top = 27
Width = 65
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 7
Text = 'COM1'
Items.Strings = (
'COM1'
'COM2'
'COM3'
'COM4'
'COM5'
'COM6'
'COM7'
'COM8'
'COM9')
end
object BitBtn1: TBitBtn
Left = 75
Top = 353
Width = 80
Height = 28
Caption = #30830#23450
TabOrder = 8
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 222
Top = 353
Width = 80
Height = 28
Caption = #36820#22238
TabOrder = 9
OnClick = BitBtn2Click
Kind = bkCancel
end
object CheckBox1: TCheckBox
Left = 8
Top = 8
Width = 185
Height = 17
Caption = #26159#21542#36816#34892#27492#31243#24207#26102#33258#21160#21551#21160#26381#21153
TabOrder = 10
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -