📄 rcdvw2.dfm
字号:
object RecordViewCustomForm: TRecordViewCustomForm
Left = 242
Top = 155
Width = 409
Height = 321
Caption = 'RecordView - New custom controls'
Color = clAqua
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object SpeedButton2: TSpeedButton
Left = 120
Top = 248
Width = 161
Height = 25
Caption = 'Create RecordView Dialog'
OnClick = SpeedButton2Click
end
object wwDBRichEdit1: TwwDBRichEdit
Left = 8
Top = 16
Width = 385
Height = 225
AutoURLDetect = False
PrintJobName = 'Delphi 5'
TabOrder = 3
EditorCaption = 'Edit Rich Text'
EditorPosition.Left = 0
EditorPosition.Top = 0
EditorPosition.Width = 0
EditorPosition.Height = 0
MeasurementUnits = muInches
PrintMargins.Top = 1
PrintMargins.Bottom = 1
PrintMargins.Left = 1
PrintMargins.Right = 1
RichEditVersion = 2
Data = {
000100007B5C727466315C616E73695C616E7369637067313235325C64656666
305C6465666C616E67313033337B5C666F6E7474626C7B5C66305C666E696C5C
6663686172736574302054696D6573204E657720526F6D616E3B7D7D0D0A5C76
6965776B696E64345C7563315C706172645C66305C6673323220426F74682074
6865207265636F7264766965772070616E656C20616E64207265636F72647669
6577206469616C6F6720636F6D706F6E656E7473206E6F7720737570706F7274
20746865206E657720496E666F506F776572203330303020726164696F67726F
757020616E6420636865636B626F7820636F6E74726F6C732E205C7061720D0A
7D0D0A00}
end
object wwRadioGroup4: TwwRadioGroup
Left = 160
Top = 8
Width = 161
Height = 21
Frame.Enabled = True
Frame.Transparent = True
Frame.FocusStyle = efsFrameSunken
ShowBorder = False
ShowGroupCaption = False
Caption = 'wwRadioGroup4'
Columns = 2
DataField = 'SEX'
DataSource = DataSource1
Items.Strings = (
'Male'
'Female')
TabOrder = 0
Visible = False
end
object wwCheckBox1: TwwCheckBox
Left = 152
Top = 32
Width = 81
Height = 21
AlwaysTransparent = False
Frame.Enabled = True
Frame.Transparent = True
Frame.FocusStyle = efsFrameSunken
DynamicCaption = True
ValueChecked = 'True'
ValueUnchecked = 'False'
DisplayValueChecked = 'True'
DisplayValueUnchecked = 'False'
NullAndBlankState = cbUnchecked
Caption = 'False'
Color = clWindow
DataField = 'MARRIED'
DataSource = DataSource1
ParentColor = False
TabOrder = 1
Visible = False
end
object wwRadioGroup1: TwwRadioGroup
Left = 29
Top = 28
Width = 185
Height = 21
Frame.Enabled = True
Frame.Transparent = True
ButtonFrame.Enabled = True
ButtonFrame.FocusBorders = [efLeftBorder, efTopBorder, efRightBorder, efBottomBorder]
GlyphImages = ImageList6
ShowBorder = False
ShowGroupCaption = False
ShowFocusRect = False
Caption = 'PAYMETHOD'
Color = clWindow
Columns = 4
DataField = 'PAYMETHOD'
DataSource = DataSource1
Items.Strings = (
' '
' '
' '
' ')
ParentColor = False
TabOrder = 2
Values.Strings = (
'1'
'2'
'3'
'4')
Visible = False
end
object DataSource1: TDataSource
DataSet = Table1
Left = 8
Top = 8
end
object Table1: TTable
Active = True
DatabaseName = 'InfoDemo5'
TableName = 'clients.DBF'
Left = 40
Top = 8
object Table1ACCT_NBR: TFloatField
DisplayLabel = 'Account #'
DisplayWidth = 10
FieldName = 'ACCT_NBR'
end
object Table1FIRST_NAME: TStringField
DisplayLabel = 'First'
DisplayWidth = 7
FieldName = 'FIRST_NAME'
end
object Table1LAST_NAME: TStringField
DisplayLabel = 'Last'
DisplayWidth = 5
FieldName = 'LAST_NAME'
end
object Table1details: TIntegerField
DisplayLabel = 'Address'
DisplayWidth = 10
FieldKind = fkCalculated
FieldName = 'details'
Calculated = True
end
object Table1RINTERESTS: TBlobField
DisplayLabel = 'Interests/Hobbies'
DisplayWidth = 33
FieldName = 'RINTERESTS'
BlobType = ftTypedBinary
Size = 1
end
object Table1IMAGE: TBlobField
DisplayLabel = 'Photo'
DisplayWidth = 8
FieldName = 'IMAGE'
BlobType = ftTypedBinary
Size = 1
end
object Table1PAYMETHOD: TSmallintField
FieldName = 'PAYMETHOD'
end
object Table1BALANCEDUE: TFloatField
FieldName = 'BALANCEDUE'
DisplayFormat = '#.## lb'
currency = True
end
object Table1SEX: TStringField
DisplayLabel = 'Sex'
DisplayWidth = 15
FieldName = 'SEX'
Size = 6
end
object Table1MARRIED: TBooleanField
DisplayLabel = 'Married?'
DisplayWidth = 9
FieldName = 'MARRIED'
end
object Table1CITY: TStringField
DisplayWidth = 9
FieldName = 'CITY'
end
object Table1EDUCATION: TSmallintField
DisplayLabel = 'Highest level of Education:'
DisplayWidth = 31
FieldName = 'EDUCATION'
end
object Table1selected: TBooleanField
DisplayWidth = 10
FieldKind = fkCalculated
FieldName = 'selected'
Calculated = True
end
object Table1ADDRESS_1: TStringField
DisplayWidth = 13
FieldName = 'ADDRESS_1'
end
object Table1STATE: TStringField
DisplayWidth = 5
FieldName = 'STATE'
Size = 2
end
object Table1ZIP: TStringField
DisplayWidth = 5
FieldName = 'ZIP'
Size = 5
end
object Table1TELEPHONE: TStringField
DisplayWidth = 12
FieldName = 'TELEPHONE'
Size = 12
end
object Table1DATE_OPEN: TDateField
DisplayWidth = 14
FieldName = 'DATE_OPEN'
end
object Table1INTERESTS: TStringField
DisplayWidth = 33
FieldName = 'INTERESTS'
Size = 120
end
object Table1SS_NUMBER: TFloatField
DisplayWidth = 11
FieldName = 'SS_NUMBER'
end
object Table1PICTURE: TStringField
DisplayWidth = 15
FieldName = 'PICTURE'
Size = 15
end
object Table1BIRTH_DATE: TDateField
DisplayWidth = 11
FieldName = 'BIRTH_DATE'
end
object Table1RISK_LEVEL: TStringField
DisplayWidth = 10
FieldName = 'RISK_LEVEL'
Size = 8
end
object Table1OCCUPATION: TStringField
DisplayWidth = 20
FieldName = 'OCCUPATION'
end
object Table1OBJECTIVES: TStringField
DisplayWidth = 10
FieldName = 'OBJECTIVES'
Size = 10
end
object Table1CREDRATING: TStringField
DisplayWidth = 11
FieldName = 'CREDRATING'
Size = 1
end
end
object ImageList6: TImageList
Width = 22
Left = 120
Top = 8
Bitmap = {
494C010104000900040016001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000580000003000000001001000000000000021
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -