unitincept.dfm.~22~
来自「初中成绩录入系统网络版(firebird) firebird下的网络编程」· ~22~ 代码 · 共 102 行
~22~
102 行
object fmIncept: TfmIncept
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #26657#39564'/'#25509#25910#25104#32489
ClientHeight = 462
ClientWidth = 702
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 52
Height = 13
Caption = #23398#26657#21015#34920
end
object Label2: TLabel
Left = 160
Top = 16
Width = 26
Height = 13
Caption = #35821#22522
end
object Label3: TLabel
Left = 296
Top = 16
Width = 26
Height = 13
Caption = #20316#25991
end
object Label4: TLabel
Left = 432
Top = 16
Width = 26
Height = 13
Caption = #25968#23398
end
object Label5: TLabel
Left = 568
Top = 16
Width = 26
Height = 13
Caption = #33521#35821
end
object SchoolList: TListBox
Left = 24
Top = 40
Width = 113
Height = 400
ItemHeight = 13
TabOrder = 0
OnClick = SchoolListClick
end
object yuwen1List: TCheckListBox
Left = 152
Top = 40
Width = 121
Height = 401
OnClickCheck = yuwen1ListClickCheck
ItemHeight = 13
TabOrder = 1
end
object yuwen2List: TCheckListBox
Left = 288
Top = 40
Width = 121
Height = 401
OnClickCheck = yuwen2ListClickCheck
ItemHeight = 13
TabOrder = 2
end
object shuxueList: TCheckListBox
Left = 424
Top = 40
Width = 121
Height = 401
OnClickCheck = shuxueListClickCheck
ItemHeight = 13
TabOrder = 3
end
object yingyuList: TCheckListBox
Left = 560
Top = 40
Width = 121
Height = 401
OnClickCheck = yingyuListClickCheck
ItemHeight = 13
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?