📄 unit8.dfm
字号:
object frmequipment: Tfrmequipment
Left = 194
Top = 107
Width = 600
Height = 400
Caption = #35774#22791#31649#29702
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 592
Height = 41
Align = alTop
TabOrder = 0
object Button1: TButton
Left = 10
Top = 10
Width = 75
Height = 25
Caption = #26032#22686
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 100
Top = 10
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 190
Top = 10
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 2
OnClick = Button3Click
end
object CheckBox1: TCheckBox
Left = 300
Top = 14
Width = 97
Height = 17
Caption = #26597#35810
TabOrder = 3
OnClick = CheckBox1Click
end
end
object Panel2: TPanel
Left = 0
Top = 41
Width = 592
Height = 40
Align = alTop
TabOrder = 1
Visible = False
object Label1: TLabel
Left = 8
Top = 10
Width = 65
Height = 13
Caption = #26597#35810#26465#20214#65306
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 80
Top = 10
Width = 39
Height = 13
Caption = #32534#21495#65306
end
object Label3: TLabel
Left = 248
Top = 10
Width = 52
Height = 13
Caption = #26426#25151#21495#65306
end
object Label4: TLabel
Left = 420
Top = 10
Width = 39
Height = 13
Caption = #29366#24577#65306
end
object Edit1: TEdit
Left = 120
Top = 10
Width = 121
Height = 21
TabOrder = 0
OnExit = Edit1Exit
end
object Edit2: TEdit
Left = 288
Top = 10
Width = 121
Height = 21
TabOrder = 1
OnExit = Edit1Exit
end
object ComboBox1: TComboBox
Left = 470
Top = 10
Width = 120
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
OnChange = Edit1Exit
Items.Strings = (
#33391#22909
#25439#22351)
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 81
Width = 592
Height = 292
Align = alClient
Color = clInfoBk
DataSource = DataSource1
ReadOnly = True
TabOrder = 2
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = #23435#20307
TitleFont.Style = []
end
object DataSource1: TDataSource
DataSet = dm1.ADOQuery1
Left = 152
Top = 152
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -