📄 uselectlevel.dfm
字号:
object fm_selectLevel: Tfm_selectLevel
Left = 362
Top = 169
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #36873#25321#32423#21035
ClientHeight = 399
ClientWidth = 581
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 55
Width = 60
Height = 13
Caption = #32423#21035#21517#31216#65306
end
object Label3: TLabel
Left = 23
Top = 24
Width = 60
Height = 13
Caption = #32423#21035#32534#21495#65306
end
object Ed_levelname: TEdit
Left = 93
Top = 52
Width = 148
Height = 21
TabOrder = 0
end
object Ed_LID: TEdit
Left = 93
Top = 20
Width = 148
Height = 21
TabOrder = 1
end
object DBGrid1: TDBGrid
Left = 24
Top = 85
Width = 537
Height = 300
DataSource = DM1.Levelsource
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'LID'
Title.Caption = #32534#21495
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Level_name'
Title.Caption = #21517#31216
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'Level_remark'
Title.Caption = #22791#27880
Width = 150
Visible = True
end>
end
object But_query: TButton
Left = 265
Top = 25
Width = 84
Height = 35
Caption = #26597#35810
TabOrder = 3
OnClick = But_queryClick
end
object But_select: TButton
Left = 374
Top = 26
Width = 84
Height = 35
Caption = #36873#25321
TabOrder = 4
OnClick = But_selectClick
end
object But_creat: TButton
Left = 479
Top = 26
Width = 84
Height = 35
Caption = #26032#24314
TabOrder = 5
OnClick = But_creatClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -