📄 tmainform.dfm
字号:
object MainForm: TMainForm
Left = 403
Top = 166
Width = 547
Height = 411
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'SQL'#22791#20221#31995#32479'-'#23458#25143#31471
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object TaskList: TListView
Left = 0
Top = 25
Width = 539
Height = 237
Align = alClient
Columns = <
item
Caption = #25968#25454#24211
Width = 100
end
item
Caption = #21608#26399
Width = 100
end
item
Caption = #19979#27425#25191#34892#26102#38388
Width = 100
end>
TabOrder = 0
ViewStyle = vsReport
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 539
Height = 25
Align = alTop
Caption = #22791#20221#35745#21010
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 0
Top = 319
Width = 539
Height = 65
Align = alBottom
TabOrder = 2
object Label4: TLabel
Left = 32
Top = 24
Width = 97
Height = 17
AutoSize = False
Caption = #26381#21153#22120#31471#22320#22336
end
object btnEditAddress: TButton
Left = 392
Top = 24
Width = 65
Height = 25
TabOrder = 0
OnClick = btnEditAddressClick
end
object IPBox: TPanel
Left = 120
Top = 16
Width = 257
Height = 41
TabOrder = 1
object Label1: TLabel
Left = 59
Top = 12
Width = 13
Height = 13
AutoSize = False
Caption = '.'
end
object Label2: TLabel
Left = 123
Top = 12
Width = 13
Height = 13
AutoSize = False
Caption = '.'
end
object Label3: TLabel
Left = 187
Top = 12
Width = 13
Height = 13
AutoSize = False
Caption = '.'
end
object txtIP1: TEdit
Tag = 1
Left = 8
Top = 8
Width = 49
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 3
ParentFont = False
TabOrder = 0
OnKeyPress = OnIPClick
end
object txtIP2: TEdit
Tag = 2
Left = 72
Top = 8
Width = 49
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 3
ParentFont = False
TabOrder = 1
OnKeyPress = OnIPClick
end
object txtIP3: TEdit
Tag = 3
Left = 136
Top = 8
Width = 49
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 3
ParentFont = False
TabOrder = 2
OnKeyPress = OnIPClick
end
object txtIP4: TEdit
Tag = 4
Left = 200
Top = 8
Width = 49
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 3
ParentFont = False
TabOrder = 3
OnKeyPress = OnIPClick
end
end
object btnCancel: TButton
Left = 464
Top = 24
Width = 65
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = btnCancelClick
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 262
Width = 539
Height = 57
Align = alBottom
TabOrder = 3
object btnAddTask: TButton
Left = 120
Top = 16
Width = 89
Height = 33
Caption = #22686#21152#35745#21010
TabOrder = 0
OnClick = btnAddTaskClick
end
object btnDelete: TButton
Left = 296
Top = 16
Width = 89
Height = 33
Caption = #21024#38500#35745#21010
TabOrder = 1
OnClick = btnDeleteClick
end
end
object m_Conn: TADOConnection
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 24
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -