📄 unit3.dfm
字号:
object Form3: TForm3
Left = 211
Top = 102
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #23398#29983#36164#26009#32534#36753#22120
ClientHeight = 389
ClientWidth = 621
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 7
Top = 13
Width = 273
Height = 319
DataSource = Form1.DataSource2
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'CARD_NO'
Title.Caption = #21345#21495
Visible = True
end
item
Expanded = False
FieldName = 'STU_NO'
Title.Caption = #23398#21495
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = #22995#21517
Visible = True
end
item
Expanded = False
FieldName = 'RANK'
Title.Caption = #32423#21035
Visible = True
end
item
Expanded = False
FieldName = 'SPEND_RANK'
Title.Caption = #36153#29992#32423#21035
Visible = True
end
item
Expanded = False
FieldName = 'PHOTO'
Title.Caption = #29031#29255
Visible = True
end
item
Expanded = False
FieldName = 'LOCK_FLAG'
Title.Caption = #26159#21542#38145#23450
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 288
Top = 7
Width = 321
Height = 368
Caption = #23398#29983#36164#26009#32534#36753
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 24
Width = 26
Height = 13
Caption = #21345#21495
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 64
Width = 26
Height = 13
Caption = #23398#21495
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 104
Width = 26
Height = 13
Caption = #22995#21517
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 256
Width = 26
Height = 13
Caption = #29677#32423
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 16
Top = 152
Width = 26
Height = 13
Caption = #23398#26657
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 16
Top = 200
Width = 26
Height = 13
Caption = #19987#19994
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object DBEdit1: TDBEdit
Left = 16
Top = 40
Width = 121
Height = 21
Color = clSkyBlue
DataField = 'CARD_NO'
DataSource = Form1.DataSource2
ReadOnly = True
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 16
Top = 80
Width = 121
Height = 21
Color = clSkyBlue
DataField = 'STU_NO'
DataSource = Form1.DataSource2
Enabled = False
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 16
Top = 120
Width = 121
Height = 21
Color = clSkyBlue
DataField = 'NAME'
DataSource = Form1.DataSource2
Enabled = False
TabOrder = 2
end
object DBImage1: TDBImage
Left = 156
Top = 32
Width = 157
Height = 157
DataField = 'PHOTO'
DataSource = Form1.DataSource2
Stretch = True
TabOrder = 3
end
object Button1: TButton
Left = 195
Top = 202
Width = 81
Height = 26
Caption = #27983#35272#25991#20214
Enabled = False
TabOrder = 4
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 16
Top = 312
Width = 97
Height = 17
Caption = #20923#32467#36164#26009
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = CheckBox1Click
end
object BitBtn1: TBitBtn
Left = 250
Top = 337
Width = 62
Height = 21
Caption = #25552#20132
TabOrder = 6
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 159
Top = 304
Width = 61
Height = 19
Caption = #20462#25913
TabOrder = 7
OnClick = BitBtn2Click
end
object BitBtn4: TBitBtn
Left = 250
Top = 303
Width = 61
Height = 19
Caption = #21024#38500
TabOrder = 8
OnClick = BitBtn4Click
end
object DBClassLookupComboBox: TDBLookupComboBox
Left = 16
Top = 275
Width = 121
Height = 24
DataField = 'CLASSID'
DataSource = Form1.DataSource2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyField = 'CLASSID'
ListField = 'CLASSNAME'
ListSource = Form1.Class
ParentFont = False
TabOrder = 9
end
object DBDEPLookupComboBox: TDBLookupComboBox
Left = 16
Top = 218
Width = 121
Height = 24
DataField = 'DEPID'
DataSource = Form1.DataSource2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyField = 'DEPID'
ListField = 'DEPARTMENTNAME'
ListSource = Form1.Dep
ParentFont = False
TabOrder = 10
end
object DBSchoolLookupComboBox: TDBLookupComboBox
Left = 16
Top = 169
Width = 121
Height = 24
DataField = 'SCHOOLID'
DataSource = Form1.DataSource2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyField = 'SCHOOLID'
ListField = 'SCHOOLNAME'
ListSource = Form1.Shool
ParentFont = False
TabOrder = 11
end
end
object Button2: TButton
Left = 448
Top = 344
Width = 59
Height = 21
Caption = #26597#25214
TabOrder = 2
OnClick = Button2Click
end
object DBNavigator1: TDBNavigator
Left = 31
Top = 344
Width = 220
Height = 25
DataSource = Form1.DataSource2
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 3
end
object Button3: TButton
Left = 483
Top = 247
Width = 81
Height = 26
Caption = #29677#32423#31649#29702
TabOrder = 4
OnClick = Button3Click
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 120
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -