📄 tcourserewardunit.dfm
字号:
Visible = True
end
item
Expanded = False
FieldName = 'tpost'
Title.Caption = #32844#31216
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'tclessoncount'
Title.Caption = #35838#26102
Width = 40
Visible = True
end
item
Expanded = False
FieldName = 'tremuneration'
Title.Caption = #24212#21457#35838#37228
Width = 68
Visible = True
end
item
Expanded = False
FieldName = 'trstandard'
Title.Caption = #26631#20934
Width = 47
Visible = True
end
item
Expanded = False
FieldName = 'trtaxrate'
Title.Caption = #31246#29575
Width = 45
Visible = True
end
item
Expanded = False
FieldName = 'trtax'
Title.Caption = #20195#25187#31246#39069
Width = 76
Visible = True
end
item
Expanded = False
FieldName = 'trwages'
Title.Caption = #23454#21457#37329#39069
Width = 60
Visible = True
end
item
Expanded = False
FieldName = 'trtime'
Title.Caption = #21457#25918#26102#38388
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'tbool'
Title.Caption = #26159#21542#22806#32856
Width = 58
Visible = True
end
item
Expanded = False
FieldName = 'trmemo'
Title.Caption = #22791#27880
Width = 172
Visible = True
end>
end
end
object Panel2: TPanel
Left = 0
Top = 427
Width = 843
Height = 107
Align = alBottom
BorderStyle = bsSingle
TabOrder = 3
object Label15: TLabel
Left = 513
Top = 19
Width = 48
Height = 13
AutoSize = False
Caption = #22791' '#27880#65306
end
object Label2: TLabel
Left = 12
Top = 59
Width = 60
Height = 13
Caption = #26631' '#20934#65306
end
object Label6: TLabel
Left = 11
Top = 18
Width = 60
Height = 13
AutoSize = False
Caption = #24212#21457#35838#37228#65306
end
object Label7: TLabel
Left = 166
Top = 60
Width = 42
Height = 13
Caption = #31246' '#29575#65306
end
object Label9: TLabel
Left = 185
Top = 18
Width = 62
Height = 13
AutoSize = False
Caption = #20195#25187#31246#39069#65306
end
object Label10: TLabel
Left = 354
Top = 18
Width = 60
Height = 13
AutoSize = False
Caption = #23454#21457#37329#39069#65306
end
object Label11: TLabel
Left = 292
Top = 60
Width = 60
Height = 13
AutoSize = False
Caption = #21457#25918#26102#38388#65306
end
object edttrmemo: TEdit
Left = 565
Top = 16
Width = 244
Height = 21
TabOrder = 0
Text = 'edttrmemo'
end
object edttrstandard: TEdit
Left = 74
Top = 55
Width = 82
Height = 21
TabOrder = 1
Text = 'edttrstandard'
end
object edttremuneration: TEdit
Left = 76
Top = 15
Width = 81
Height = 21
TabOrder = 2
Text = 'edttremuneration'
end
object edttrtaxrate: TEdit
Left = 209
Top = 57
Width = 62
Height = 21
TabOrder = 3
Text = 'edttrtaxrate'
end
object edttrtax: TEdit
Left = 254
Top = 15
Width = 80
Height = 21
TabOrder = 4
Text = 'edttrtax'
end
object edttrwages: TEdit
Left = 421
Top = 15
Width = 80
Height = 21
TabOrder = 5
Text = 'edttrwages'
end
object DtrDTP: TDateTimePicker
Left = 359
Top = 57
Width = 142
Height = 21
Date = 39187.000000000000000000
Time = 39187.000000000000000000
TabOrder = 6
end
end
object Panel5: TPanel
Left = 0
Top = 381
Width = 843
Height = 46
Align = alBottom
BorderStyle = bsSingle
TabOrder = 4
object Label3: TLabel
Left = 10
Top = 14
Width = 60
Height = 13
AutoSize = False
Caption = #25480#35838#25945#24072#65306
end
object Label17: TLabel
Left = 170
Top = 14
Width = 36
Height = 13
AutoSize = False
Caption = #22806' '#32856#65306
end
object Label4: TLabel
Left = 243
Top = 14
Width = 37
Height = 13
AutoSize = False
Caption = #32844' '#31216#65306
end
object Label5: TLabel
Left = 377
Top = 14
Width = 44
Height = 13
AutoSize = False
Caption = #38498' '#31995#65306
end
object Label8: TLabel
Left = 527
Top = 14
Width = 65
Height = 13
AutoSize = False
Caption = #25480#35838#26102#25968#65306
end
object Label16: TLabel
Left = 641
Top = 13
Width = 91
Height = 13
AutoSize = False
Caption = #35838#37228#30331#35760#26102#38388#65306
end
object edttcname: TEdit
Left = 76
Top = 10
Width = 81
Height = 21
TabOrder = 0
Text = 'edttcname'
end
object cbtcout: TCheckBox
Left = 211
Top = 12
Width = 15
Height = 17
TabOrder = 1
end
object edttcpost: TEdit
Left = 285
Top = 10
Width = 76
Height = 21
TabOrder = 2
Text = 'edttcpost'
end
object edttcdepartment: TEdit
Left = 426
Top = 10
Width = 92
Height = 21
TabOrder = 3
Text = 'edttcdepartment'
end
object edttclessoncount: TEdit
Left = 592
Top = 10
Width = 43
Height = 21
TabOrder = 4
Text = 'edttclessoncount'
end
object edttrtime: TEdit
Left = 732
Top = 10
Width = 75
Height = 21
TabOrder = 5
Text = 'edttrtime'
end
end
object ADOQuery1: TADOQuery
Connection = DM.ADOConnection1
AfterScroll = ADOQuery1AfterScroll
Parameters = <>
SQL.Strings = (
'SELECT tc.tcscode,tc.tctime,tc.tcno,tt.tcdepartment,tr.trno,tt.' +
'tname,tr.trstandard,tr.tremuneration,tc.tclessoncount,tt.tpost,t' +
'r.trtaxrate,tr.trtax,tr.trwages,tr.trmemo,tr.trtime,tt.tbool '
'from TTeacher tt '
'right outer join TCourse tc on tt.tno=tc.tcscode '
'left outer join TCourseReward tr on tc.tcno= tr.tcno ')
Left = 208
Top = 161
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 136
Top = 113
end
object ADOQuery2: TADOQuery
Connection = DM.ADOConnection1
Parameters = <>
SQL.Strings = (
'SELECT * from TCourseReward')
Left = 304
Top = 161
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -