📄 setzw.dfm
字号:
object setzw_Form: Tsetzw_Form
Left = 8
Top = 8
Width = 275
Height = 244
BorderIcons = [biSystemMenu]
Caption = #35774#23450#32844#21153#24037#36164#26631#20934
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 177
Top = 0
Width = 90
Height = 210
Align = alRight
TabOrder = 0
object je_LEdit: TLabeledEdit
Left = 8
Top = 32
Width = 73
Height = 21
EditLabel.Width = 63
EditLabel.Height = 13
EditLabel.Caption = #24037#36164#26631#20934' '
TabOrder = 0
end
object cmdok: TButton
Left = 24
Top = 80
Width = 49
Height = 25
Caption = #30830' '#23450
TabOrder = 1
OnClick = cmdokClick
end
object cmdclose: TButton
Left = 24
Top = 128
Width = 49
Height = 25
Caption = #21462' '#28040
TabOrder = 2
OnClick = cmdcloseClick
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 177
Height = 210
Align = alClient
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
Columns = <
item
Expanded = False
FieldName = 'zwmc'
Title.Caption = #32844#21153#21517#31216
Width = 60
Visible = True
end
item
Expanded = False
FieldName = 'zwgz'
Title.Caption = #32844#21153#24037#36164
Width = 60
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = Query1
Left = 136
Top = 48
end
object Query1: TQuery
Left = 136
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -