📄 delesome.dfm
字号:
object DeleSomeForm: TDeleSomeForm
Left = 248
Top = 130
Width = 287
Height = 289
BorderIcons = [biSystemMenu]
Caption = '删除感应卡片'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 6
Top = 192
Width = 263
Height = 2
end
object m_CancelBitBtn: TBitBtn
Left = 152
Top = 211
Width = 85
Height = 32
Caption = '取消(&C)'
TabOrder = 4
Kind = bkCancel
end
object m_OkBut: TBitBtn
Left = 36
Top = 211
Width = 85
Height = 32
Caption = '确认(&O)'
Default = True
ModalResult = 1
TabOrder = 3
Glyph.Data = {
F2010000424DF201000000000000760000002800000024000000130000000100
0400000000007C01000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333334433333
3333333333388F3333333333000033334224333333333333338338F333333333
0000333422224333333333333833338F33333333000033422222243333333333
83333338F3333333000034222A22224333333338F33F33338F33333300003222
A2A2224333333338F383F3338F33333300003A2A222A222433333338F8333F33
38F33333000034A22222A22243333338833333F3338F333300004222A2222A22
2433338F338F333F3338F3330000222A3A2224A22243338F3838F338F3338F33
0000A2A333A2224A2224338F83338F338F3338F300003A33333A2224A2224338
333338F338F3338F000033333333A2224A2243333333338F338F338F00003333
33333A2224A2233333333338F338F83300003333333333A2224A333333333333
8F338F33000033333333333A222433333333333338F338F30000333333333333
A224333333333333338F38F300003333333333333A223333333333333338F8F3
000033333333333333A3333333333333333383330000}
NumGlyphs = 2
end
object m_CurRBut: TRadioButton
Left = 25
Top = 34
Width = 230
Height = 16
Caption = '只删除当前记录(&R)'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = RButClick
end
object m_SomeRBut: TRadioButton
Left = 25
Top = 68
Width = 237
Height = 17
Caption = '准备删除一些记录(&G)'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = RButClick
end
object m_SomeGBox: TGroupBox
Left = 74
Top = 94
Width = 151
Height = 85
Caption = '待删除的卡片号码'
Font.Charset = GB2312_CHARSET
Font.Color = clMaroon
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
object m_FromLabel: TLabel
Left = 12
Top = 32
Width = 30
Height = 12
Caption = '从(&F)'
FocusControl = m_FromEdit
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object m_ToLabel: TLabel
Left = 12
Top = 57
Width = 30
Height = 12
Caption = '至(&T)'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object m_FromEdit: TEdit
Left = 43
Top = 24
Width = 72
Height = 20
Color = clGreen
Font.Charset = GB2312_CHARSET
Font.Color = clYellow
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '1'
end
object m_FromUpDown: TUpDown
Left = 116
Top = 24
Width = 17
Height = 20
Associate = m_FromEdit
Min = 1
Max = 30000
Position = 1
TabOrder = 2
Thousands = False
Wrap = False
end
object m_ToEdit: TEdit
Left = 43
Top = 51
Width = 72
Height = 20
Color = clGreen
Font.Charset = GB2312_CHARSET
Font.Color = clYellow
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = '1'
end
object m_ToUpDown: TUpDown
Left = 116
Top = 51
Width = 17
Height = 20
Associate = m_ToEdit
Min = 1
Max = 30000
Position = 1
TabOrder = 3
Thousands = False
Wrap = False
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -