📄 fpselect.dfm
字号:
object frmProposeSelect: TfrmProposeSelect
Left = 525
Top = 378
Width = 420
Height = 188
Caption = 'New Proposal Selection'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lblName: TLabel
Left = 8
Top = 8
Width = 38
Height = 13
Caption = '&Name:'
FocusControl = txtName
end
object lblDesc: TLabel
Left = 8
Top = 56
Width = 57
Height = 13
Caption = '&Description:'
FocusControl = txtDesc
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object txtName: TEdit
Left = 8
Top = 24
Width = 393
Height = 21
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object txtDesc: TMemo
Left = 8
Top = 72
Width = 393
Height = 41
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ScrollBars = ssHorizontal
TabOrder = 1
WantReturns = False
WantTabs = True
end
object bvlPropose: TStaticText
Left = 8
Top = 120
Width = 393
Height = 2
AutoSize = False
BevelInner = bvNone
BevelKind = bkSoft
TabOrder = 4
end
object CorelButton1: TCorelButton
Left = 248
Top = 128
Width = 75
Height = 23
Caption = '&OK'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 2
end
object CorelButton2: TCorelButton
Left = 328
Top = 128
Width = 75
Height = 23
Cancel = True
Caption = '&Cancel'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -