📄 unit1.dfm
字号:
object Form1: TForm1
Left = 154
Top = 120
Width = 388
Height = 300
Caption = 'Multi-Boom power by the.rock'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 104
Top = 15
Width = 22
Height = 13
Caption = 'Port:'
end
object Label2: TLabel
Left = 6
Top = 15
Width = 44
Height = 13
Caption = 'TargetIP:'
end
object Label3: TLabel
Left = 150
Top = 15
Width = 23
Height = 13
Caption = 'Size:'
end
object Label4: TLabel
Left = 195
Top = 15
Width = 31
Height = 13
Caption = 'Times:'
end
object Label5: TLabel
Left = 238
Top = 16
Width = 30
Height = 13
Caption = 'Delay:'
end
object Button1: TButton
Left = 295
Top = 78
Width = 75
Height = 25
Hint = 'Save the modified IP .'
Caption = 'Modify'
TabOrder = 0
OnClick = Button1Click
end
object list1: TListBox
Left = 8
Top = 72
Width = 273
Height = 177
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
ItemHeight = 15
ParentFont = False
TabOrder = 1
OnClick = list1Click
end
object Edit1: TEdit
Left = 8
Top = 32
Width = 89
Height = 21
TabOrder = 2
end
object Edit2: TEdit
Left = 103
Top = 32
Width = 41
Height = 21
TabOrder = 3
Text = '100'
end
object Edit3: TEdit
Left = 149
Top = 32
Width = 42
Height = 21
TabOrder = 4
Text = '6000'
end
object Button2: TButton
Left = 295
Top = 19
Width = 75
Height = 25
Hint = 'Add the Boom IP to Plan'
Caption = 'Add'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 295
Top = 48
Width = 75
Height = 25
Hint = 'Delete selected IP from plan.'
Caption = 'Delete'
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 295
Top = 165
Width = 75
Height = 25
Hint = 'Start a Boom or Resume exists boom !'
Caption = 'Do!'
TabOrder = 7
OnClick = Button4Click
end
object Edit4: TEdit
Left = 196
Top = 32
Width = 36
Height = 21
TabOrder = 8
Text = '50'
end
object Edit5: TEdit
Left = 237
Top = 32
Width = 39
Height = 21
TabOrder = 9
Text = '0'
end
object Button5: TButton
Left = 295
Top = 224
Width = 75
Height = 25
Hint = 'Cancel a boom plan'
Caption = 'Cancel!'
TabOrder = 10
OnClick = Button5Click
end
object Button6: TButton
Left = 295
Top = 195
Width = 75
Height = 25
Hint = 'Suspend Boom !'
Caption = 'Suspend'
TabOrder = 11
OnClick = Button6Click
end
object Button7: TButton
Left = 296
Top = 112
Width = 75
Height = 25
Hint = 'Validate the IP(hosts) , and translate them into IP.'
Caption = 'Validate'
TabOrder = 12
OnClick = Button7Click
end
object Panel1: TPanel
Left = 8
Top = 56
Width = 273
Height = 105
Caption = 'Panel1'
TabOrder = 13
Visible = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -