📄 chuqin.dfm
字号:
object Formchuqin: TFormchuqin
Left = 412
Top = 214
BorderIcons = [biSystemMenu, biMaximize]
BorderStyle = bsDialog
Caption = #20449#24687#24405#20837
ClientHeight = 292
ClientWidth = 144
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 6
Top = 4
Width = 131
Height = 237
Caption = #21592#24037#32771#21220
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 23
Width = 38
Height = 13
AutoSize = False
Caption = #32534#21495
end
object Label2: TLabel
Left = 16
Top = 53
Width = 38
Height = 13
AutoSize = False
Caption = #26376#20221
end
object Label3: TLabel
Left = 16
Top = 81
Width = 57
Height = 13
AutoSize = False
Caption = #24212#20986#21220
end
object Label4: TLabel
Left = 16
Top = 112
Width = 38
Height = 13
AutoSize = False
Caption = #36831#21040
end
object Label5: TLabel
Left = 16
Top = 144
Width = 38
Height = 13
AutoSize = False
Caption = #26089#36864
end
object Label6: TLabel
Left = 16
Top = 175
Width = 38
Height = 13
AutoSize = False
Caption = #35831#20551
end
object Label7: TLabel
Left = 16
Top = 207
Width = 38
Height = 13
AutoSize = False
Caption = #26103#24037
end
object Edit1: TEdit
Left = 48
Top = 21
Width = 65
Height = 21
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 48
Top = 49
Width = 38
Height = 21
ItemHeight = 13
TabOrder = 1
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12')
end
object UpDown1: TUpDown
Left = 83
Top = 109
Width = 15
Height = 21
Associate = Edit2
TabOrder = 2
end
object Edit2: TEdit
Left = 58
Top = 109
Width = 25
Height = 21
TabOrder = 3
Text = '0'
end
object Edit3: TEdit
Left = 58
Top = 142
Width = 25
Height = 21
TabOrder = 4
Text = '0'
end
object UpDown2: TUpDown
Left = 83
Top = 142
Width = 15
Height = 21
Associate = Edit3
TabOrder = 5
end
object Edit4: TEdit
Left = 58
Top = 77
Width = 25
Height = 21
TabOrder = 6
Text = '0'
end
object UpDown3: TUpDown
Left = 83
Top = 77
Width = 16
Height = 21
Associate = Edit4
Max = 31
TabOrder = 7
end
object Edit5: TEdit
Left = 58
Top = 173
Width = 25
Height = 21
TabOrder = 8
Text = '0'
end
object UpDown4: TUpDown
Left = 83
Top = 173
Width = 15
Height = 21
Associate = Edit5
TabOrder = 9
end
object Edit6: TEdit
Left = 58
Top = 204
Width = 25
Height = 21
TabOrder = 10
Text = '0'
end
object UpDown5: TUpDown
Left = 83
Top = 204
Width = 15
Height = 21
Associate = Edit6
TabOrder = 11
end
end
object BitBtn1: TBitBtn
Left = 32
Top = 256
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object Table1: TTable
DatabaseName = 'OnDuty'
TableName = 'OnDuty.DB'
Left = 16
Top = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -