📄 wu_liao_ji_cha.~dfm
字号:
object wu_liao_ji_ch: Twu_liao_ji_ch
Left = -4
Top = -4
Width = 808
Height = 580
Caption = #29289#26009#22522#26412#36039#26009#26597#35426
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
800
553)
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 9
Width = 769
Height = 73
Caption = #26597#35426#26781#20214
TabOrder = 0
object Label1: TLabel
Left = 206
Top = 28
Width = 6
Height = 13
Caption = '='
end
object Button2: TButton
Left = 576
Top = 23
Width = 90
Height = 25
Caption = #21462#28040
TabOrder = 0
OnClick = Button2Click
end
end
object DBGrid1: TDBGrid
Left = 8
Top = 88
Width = 777
Height = 463
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clYellow
DataSource = DataSource1
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'FMNO'
Title.Caption = #29289#26009#32232#34399
Visible = True
end
item
Expanded = False
FieldName = 'FMNAME'
Title.Caption = #29289#26009#21517#31281
Visible = True
end
item
Expanded = False
FieldName = 'FMGUID'
Title.Caption = #29289#26009#35215#26684
Visible = True
end
item
Expanded = False
FieldName = 'fkind'
Title.Caption = #29289#26009#31181#39006
Visible = True
end
item
Expanded = False
FieldName = 'FUNIT'
Title.Caption = #21934#20301
Visible = True
end
item
Expanded = False
FieldName = 'FDATE'
Title.Caption = #24314#31435#26085#26399
Visible = True
end
item
Expanded = False
FieldName = 'fmake'
Title.Caption = #24314#31435#20154
Visible = True
end
item
Expanded = False
FieldName = 'an_chuan_ku_chen'
Title.Caption = #23433#20840#24235#23384
Visible = True
end
item
Expanded = False
FieldName = 'FREMARK'
Title.Caption = #20633#27880
Visible = True
end>
end
object ComboBox1: TComboBox
Left = 91
Top = 32
Width = 105
Height = 21
ItemHeight = 13
TabOrder = 2
Text = 'ComboBox1'
OnClick = ComboBox1Click
OnKeyPress = ComboBox1KeyPress
Items.Strings = (
#29289#26009#32232#34399
#29289#26009#21517#31281
#29289#26009#35215#26684
#29289#26009#31181#39006)
end
object Edit1: TEdit
Left = 238
Top = 32
Width = 105
Height = 21
TabOrder = 3
Text = 'Edit1'
OnKeyPress = Edit1KeyPress
end
object Button1: TButton
Left = 447
Top = 32
Width = 90
Height = 25
Caption = #26597#25214
TabOrder = 4
OnClick = Button1Click
end
object DataSource1: TDataSource
DataSet = Table1
Left = 176
Top = 160
end
object Table1: TTable
Active = True
DatabaseName = 'aa'
TableName = 'dbo.t_maTERIAL'
Left = 288
Top = 152
end
object Query1: TQuery
DatabaseName = 'aa'
Left = 488
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -