📄 custview.dfm
字号:
object fmCustView: TfmCustView
Left = 296
Top = 88
BorderStyle = bsSingle
Caption = #35746#36135#31649#29702' - '#26410#31579#36873
ClientHeight = 362
ClientWidth = 493
Color = clBtnFace
ParentFont = True
Menu = MainMenu1
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 4
Top = 200
Width = 56
Height = 13
Caption = #26597#35810#21629#20196
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 36
Width = 28
Height = 13
Caption = #39038#23458
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object SpeedButton1: TSpeedButton
Left = 9
Top = 128
Width = 96
Height = 25
Caption = #23450#21046#26597#35810'(&C)'
NumGlyphs = 2
OnClick = SpeedButton1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 343
Width = 493
Height = 19
Panels = <>
end
object DBGrid2: TDBGrid
Left = 132
Top = 208
Width = 350
Height = 129
DataSource = DM1.OrdersSource
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnEnter = DBGrid2Enter
Columns = <
item
Expanded = False
FieldName = 'OrderNo'
Visible = True
end
item
Expanded = False
FieldName = 'Custno'
Title.Caption = 'CustNo'
Width = 45
Visible = True
end
item
Expanded = False
FieldName = 'AmountPaid'
Title.Caption = 'Amount Paid'
Width = 122
Visible = True
end
item
Expanded = False
FieldName = 'ShipDate'
Title.Caption = 'Ship Date'
Width = 83
Visible = True
end>
end
object DBNavigator1: TDBNavigator
Left = 132
Top = 4
Width = 88
Height = 25
DataSource = DM1.CustomerSource
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 3
end
object rgDataSet: TRadioGroup
Left = 8
Top = 60
Width = 97
Height = 61
Caption = #25968#25454#38598
ItemIndex = 1
Items.Strings = (
#22522#20110#26597#35810'(&Q)'
#22522#20110#34920'(&T)')
TabOrder = 2
OnClick = rgDataSetClick
end
object DBGrid1: TDBGrid
Left = 132
Top = 33
Width = 350
Height = 163
DataSource = DM1.CustomerSource
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnEnter = DBGrid1Enter
Columns = <
item
Expanded = False
FieldName = 'CustNo'
Width = 43
Visible = True
end
item
Expanded = False
FieldName = 'Company'
Width = 154
Visible = True
end
item
Expanded = False
FieldName = 'Country'
Visible = True
end
item
Expanded = False
FieldName = 'LastInvoiceDate'
Title.Caption = 'Last Invoice'
Visible = True
end
item
Expanded = False
FieldName = 'Contact'
Visible = True
end
item
Expanded = False
FieldName = 'City'
Visible = True
end
item
Expanded = False
FieldName = 'State'
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 7
Top = 224
Width = 121
Height = 81
Caption = #35774#32622#31579#36873#26465#20214
TabOrder = 5
object Label1: TLabel
Left = 4
Top = 52
Width = 60
Height = 13
Caption = 'Amount &Paid'
FocusControl = Edit1
end
object cbFilterOrders: TCheckBox
Left = 8
Top = 20
Width = 109
Height = 17
Caption = #31579#36873'(&F)'
TabOrder = 0
OnClick = cbFilterOrdersClick
end
object Edit1: TEdit
Left = 68
Top = 48
Width = 49
Height = 21
TabOrder = 1
Text = '1000'
OnChange = Edit1Change
end
end
object MainMenu1: TMainMenu
Left = 104
Top = 5
object About1: TMenuItem
Caption = #20851#20110'(&A)'
OnClick = About1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -