📄 operinfounit.dfm
字号:
object OperInfoForm: TOperInfoForm
Left = 256
Top = 218
Width = 563
Height = 425
Caption = #25805#20316#21592#20449#24687#24405#20837
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object PanelBkGnd: TPanel
Left = 0
Top = 0
Width = 555
Height = 398
Align = alClient
BevelOuter = bvNone
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
object ControlBar1: TControlBar
Left = 0
Top = 0
Width = 555
Height = 24
Align = alTop
AutoSize = True
BevelEdges = []
BevelInner = bvNone
TabOrder = 0
object ToolBar1: TToolBar
Left = 11
Top = 2
Width = 542
Height = 20
AutoSize = True
ButtonHeight = 20
ButtonWidth = 55
Caption = 'ToolBar1'
EdgeBorders = []
EdgeInner = esLowered
EdgeOuter = esRaised
Flat = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
ShowCaptions = True
TabOrder = 0
object TB_add: TToolButton
Left = 0
Top = 0
Cursor = crHandPoint
AutoSize = True
Caption = #22686#21152'[&A]'
ImageIndex = 0
OnClick = TB_addClick
end
object TB_EDIT: TToolButton
Left = 53
Top = 0
Cursor = crHandPoint
AutoSize = True
Caption = #20462#25913'[&B]'
ImageIndex = 1
OnClick = TB_EDITClick
end
object TB_DEL: TToolButton
Left = 106
Top = 0
Cursor = crHandPoint
AutoSize = True
Caption = #21024#38500'[&C]'
ImageIndex = 3
OnClick = TB_DELClick
end
object ToolButton5: TToolButton
Left = 159
Top = 0
Width = 8
Caption = 'ToolButton5'
ImageIndex = 4
Style = tbsSeparator
end
object TB_refresh: TToolButton
Left = 167
Top = 0
Cursor = crHandPoint
AutoSize = True
Caption = #21047#26032'[&E]'
ImageIndex = 6
OnClick = TB_refreshClick
end
object TB_EXIT: TToolButton
Left = 220
Top = 0
Cursor = crHandPoint
AutoSize = True
Caption = #36864#20986'[&X]'
ImageIndex = 9
OnClick = TB_EXITClick
end
end
end
object DBG_BASSMESS: TDBGrid
Left = 0
Top = 24
Width = 555
Height = 353
Align = alClient
Color = clWhite
Ctl3D = True
DataSource = DataSource
FixedColor = cl3DLight
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ParentCtl3D = False
ParentFont = False
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = TB_EDITClick
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Alignment = taCenter
Title.Caption = #32534#21495
Title.Font.Charset = GB2312_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = #23435#20307
Title.Font.Style = []
Width = 60
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Alignment = taCenter
Title.Caption = #22995#21517
Title.Font.Charset = GB2312_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = #23435#20307
Title.Font.Style = []
Width = 57
Visible = True
end
item
Expanded = False
FieldName = 'SEX'
Title.Alignment = taCenter
Title.Caption = #24615#21035
Title.Font.Charset = GB2312_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = #23435#20307
Title.Font.Style = []
Visible = True
end
item
Expanded = False
FieldName = 'RIGHTS'
Title.Alignment = taCenter
Title.Caption = #26435#38480
Title.Font.Charset = GB2312_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = #23435#20307
Title.Font.Style = []
Width = 167
Visible = True
end
item
Expanded = False
FieldName = 'MEMO'
Title.Alignment = taCenter
Title.Caption = #22791#27880
Title.Font.Charset = GB2312_CHARSET
Title.Font.Color = clWindowText
Title.Font.Height = -12
Title.Font.Name = #23435#20307
Title.Font.Style = []
Width = 205
Visible = True
end>
end
object StatusBar: TStatusBar
Left = 0
Top = 377
Width = 555
Height = 21
Color = cl3DLight
Panels = <
item
Width = 250
end
item
Alignment = taCenter
Width = 250
end
item
Alignment = taCenter
Width = 50
end>
end
end
object DataSource: TDataSource
DataSet = Query_data
Left = 433
Top = 64
end
object Query_data: TQuery
Left = 472
Top = 66
end
object Query_del: TQuery
DatabaseName = 'HWSHOPDATA'
DataSource = DataSource
Left = 508
Top = 68
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -