unit17.dfm
来自「学校学籍管理系统」· DFM 代码 · 共 283 行
DFM
283 行
object aoxue: Taoxue
Left = 353
Top = 303
Width = 263
Height = 345
BorderIcons = []
Caption = 'aoxue'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 15
Top = 39
Width = 60
Height = 15
Caption = #20070#31821#21517#31216
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 15
Top = 67
Width = 45
Height = 15
Caption = #20986#29256#31038
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 15
Top = 97
Width = 30
Height = 15
Caption = #20027#32534
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 15
Top = 124
Width = 60
Height = 15
Caption = #39046#20070#25968#37327
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 15
Top = 179
Width = 30
Height = 15
Caption = #21333#20215
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 15
Top = 152
Width = 60
Height = 15
Caption = #39046#20070#26085#26399
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 15
Top = 233
Width = 45
Height = 15
Caption = #39046#20070#20154
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 15
Top = 259
Width = 30
Height = 15
Caption = #22791#27880
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 15
Top = 207
Width = 45
Height = 15
Caption = #19987#19994#31995
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 15
Top = 13
Width = 30
Height = 15
Caption = #23398#21495
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object DBLookupComboBox2: TDBLookupComboBox
Left = 79
Top = 62
Width = 161
Height = 21
DataField = 'cu'
DataSource = DataSource2
KeyField = 'cu'
ListField = 'cu'
ListSource = DataSource1
TabOrder = 0
end
object DBLookupComboBox4: TDBLookupComboBox
Left = 79
Top = 92
Width = 88
Height = 21
DataField = 'zhe'
DataSource = DataSource2
KeyField = 'zhe'
ListField = 'zhe'
ListSource = DataSource1
TabOrder = 1
end
object Edit1: TEdit
Left = 79
Top = 119
Width = 86
Height = 21
TabOrder = 2
end
object DBLookupComboBox5: TDBLookupComboBox
Left = 79
Top = 175
Width = 55
Height = 21
DataField = 'ji'
DataSource = DataSource2
KeyField = 'ji'
ListField = 'ji'
ListSource = DataSource1
TabOrder = 3
end
object Edit3: TEdit
Left = 79
Top = 259
Width = 157
Height = 21
TabOrder = 4
end
object DBLookupComboBox6: TDBLookupComboBox
Left = 79
Top = 230
Width = 82
Height = 21
DataField = 'name'
DataSource = DataSource2
KeyField = 'user'
ListField = 'user'
ListSource = DataSource3
TabOrder = 5
end
object Button1: TButton
Left = 45
Top = 290
Width = 47
Height = 21
Caption = #30830#23450
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 157
Top = 290
Width = 47
Height = 21
Caption = #20851#38381
TabOrder = 7
OnClick = Button2Click
end
object Edit2: TEdit
Left = 79
Top = 35
Width = 161
Height = 21
TabOrder = 8
OnChange = Edit2Change
end
object DateTimePicker1: TDateTimePicker
Left = 79
Top = 147
Width = 87
Height = 21
Date = 38037.000000000000000000
Time = 38037.000000000000000000
TabOrder = 9
TabStop = False
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 79
Top = 201
Width = 105
Height = 21
DataField = 'ban'
DataSource = DataSource2
KeyField = 'jian'
ListField = 'jian'
ListSource = DataSource3
TabOrder = 10
end
object MaskEdit1: TMaskEdit
Left = 79
Top = 7
Width = 58
Height = 21
EditMask = '000000;0;_'
MaxLength = 6
TabOrder = 11
OnChange = MaskEdit1Change
end
object DataSource1: TDataSource
DataSet = Dm.aoru
Left = 224
Top = 105
end
object DataSource2: TDataSource
DataSet = Dm.aoxeu
Left = 168
Top = 9
end
object DataSource3: TDataSource
DataSet = Dm.studen
Left = 224
Top = 145
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?