📄 rsbm.dfm
字号:
object rsbmb: Trsbmb
Left = 196
Top = 231
Width = 479
Height = 450
Caption = '部门设置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 8
Width = 60
Height = 13
Caption = '部门名称:'
end
object Label2: TLabel
Left = 160
Top = 8
Width = 27
Height = 13
Caption = '班组:'
end
object Label3: TLabel
Left = 280
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = '编号:'
end
object Edit1: TEdit
Left = 64
Top = 8
Width = 89
Height = 21
TabOrder = 0
OnKeyDown = Edit1KeyDown
OnKeyUp = Edit1KeyUp
end
object Edit2: TEdit
Left = 192
Top = 8
Width = 81
Height = 21
TabOrder = 1
OnKeyDown = Edit2KeyDown
OnKeyUp = Edit2KeyUp
end
object Panel1: TPanel
Left = 0
Top = 32
Width = 409
Height = 377
TabOrder = 2
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 409
Height = 377
DataSource = DataSource1
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid1DrawColumnCell
OnKeyUp = DBGrid1KeyUp
Columns = <
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部门'
Title.Color = 16744576
Width = 139
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '班组'
Title.Color = 16744576
Width = 145
Visible = True
end
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '编号'
Title.Color = 16744576
Width = 86
Visible = True
end>
end
end
object BitBtn1: TBitBtn
Left = 416
Top = 48
Width = 41
Height = 49
Caption = '增加+'
TabOrder = 3
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 416
Top = 248
Width = 41
Height = 57
Caption = '删除-'
TabOrder = 4
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 416
Top = 320
Width = 41
Height = 65
Caption = '退出'
TabOrder = 5
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 416
Top = 176
Width = 41
Height = 57
Caption = '保存'
TabOrder = 6
OnClick = BitBtn4Click
end
object BitBtn5: TBitBtn
Left = 416
Top = 112
Width = 41
Height = 49
Caption = '修改e'
TabOrder = 7
OnClick = BitBtn5Click
end
object Edit3: TEdit
Left = 320
Top = 8
Width = 81
Height = 21
TabOrder = 8
OnKeyUp = Edit3KeyUp
end
object DataSource1: TDataSource
DataSet = DataModule1.rsbm
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -