📄 mysqllinks.dfm
字号:
object LinkFields: TLinkFields
Left = 357
Top = 161
Width = 312
Height = 210
HorzScrollBar.Range = 301
VertScrollBar.Range = 180
ActiveControl = DetailList
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Link Designer'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = True
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 3
Top = 1
Width = 298
Height = 152
Shape = bsFrame
end
object Label30: TLabel
Left = 11
Top = 7
Width = 57
Height = 13
Caption = 'D&etail Fields'
FocusControl = DetailList
end
object Label31: TLabel
Left = 192
Top = 5
Width = 62
Height = 13
Caption = '&Master Fields'
FocusControl = MasterList
end
object Label2: TLabel
Left = 10
Top = 81
Width = 61
Height = 13
Caption = '&Joined Fields'
FocusControl = BindList
end
object DetailList: TListBox
Left = 11
Top = 20
Width = 102
Height = 60
ItemHeight = 13
TabOrder = 0
OnClick = DetailListClick
end
object MasterList: TListBox
Left = 192
Top = 19
Width = 102
Height = 60
ItemHeight = 13
TabOrder = 1
end
object BindList: TListBox
Left = 10
Top = 94
Width = 210
Height = 49
ItemHeight = 13
MultiSelect = True
TabOrder = 2
end
object AddButton: TButton
Left = 120
Top = 36
Width = 65
Height = 22
Caption = '&Add'
TabOrder = 3
OnClick = AddButtonClick
end
object DeleteButton: TButton
Left = 228
Top = 94
Width = 65
Height = 22
Caption = '&Delete'
TabOrder = 4
OnClick = DeleteButtonClick
end
object ClearButton: TButton
Left = 228
Top = 121
Width = 65
Height = 22
Caption = '&Clear'
TabOrder = 5
OnClick = ClearButtonClick
end
object Button1: TButton
Left = 120
Top = 159
Width = 65
Height = 21
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -