📄 xtxx.dfm
字号:
object FormXtxx: TFormXtxx
Left = 196
Top = 92
Width = 566
Height = 407
BorderIcons = [biSystemMenu, biMinimize]
Caption = #31995#32479#20449#24687#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 47
Width = 558
Height = 218
Align = alClient
DataSource = DataModule1.DataS
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 0
Top = 328
Width = 558
Height = 52
Align = alBottom
BevelInner = bvLowered
TabOrder = 1
object Button1: TButton
Left = 32
Top = 14
Width = 75
Height = 25
Caption = #22686#21152
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 134
Top = 14
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 236
Top = 14
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 338
Top = 14
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 440
Top = 14
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 4
OnClick = Button5Click
end
end
object Panel2: TPanel
Left = 0
Top = 265
Width = 558
Height = 63
Align = alBottom
BevelInner = bvLowered
TabOrder = 2
object Labelbh: TLabel
Left = 16
Top = 12
Width = 89
Height = 13
AutoSize = False
Caption = #20998#37197#36884#24452#32534#21495
end
object Labelmc: TLabel
Left = 216
Top = 12
Width = 57
Height = 13
AutoSize = False
Caption = #20998#37197#36884#24452
end
object Label4: TLabel
Left = 19
Top = 38
Width = 32
Height = 13
AutoSize = False
Caption = #22791#27880
end
object Edit1: TEdit
Left = 115
Top = 8
Width = 81
Height = 21
TabOrder = 0
OnExit = Edit1Exit
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 288
Top = 8
Width = 161
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 115
Top = 34
Width = 257
Height = 21
TabOrder = 2
OnExit = Edit3Exit
end
end
object TPanel
Left = 0
Top = 0
Width = 558
Height = 47
Align = alTop
BevelInner = bvLowered
BevelOuter = bvSpace
TabOrder = 3
object Label1: TLabel
Left = 24
Top = 16
Width = 113
Height = 16
AutoSize = False
Caption = #35831#36873#25321#31995#32479#34920
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 152
Top = 14
Width = 137
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ComboBox1Change
Items.Strings = (
#20998#37197#36884#24452
#25151#23627#29992#36884
#25151#23627#25143#22411
#25151#23627#26397#21521
#25151#23627#31561#32423)
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -