📄 yhdl.dfm
字号:
object CLogin: TCLogin
Left = 240
Top = 154
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '用户登录'
ClientHeight = 191
ClientWidth = 288
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {
0000010001002020040000000000E80200001600000028000000200000004000
0000010004000000000000020000000000000000000000000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
0000000000000000000000000000000000033000000000000000000000000000
003BB30000000000000000000000000033BB3B00000000000000000000000000
3FBB3B0000000000000000000000000003FB3B00000000000000000000000000
000B3B00000000000000000000000000003B3B00000000000000000000000000
3FBB3B0000000000000000000000000003FB3B00000000000000000000000000
000B3B00000000000000000000000000003B3B00000000000000000000000000
3FBB3B000000008800000000000000003FBB3B00000008770000000000000000
03FB3B0000008FFF700000000000000003FB33000008FFFFF700000000000000
3FBB7300008FFFFFFF70000000000003FBB7BB3008FFF000FFF700000000003F
BB7B7BB30FF2044400FF7000000003FBB78787BB30222444440FF70000003FBB
7878787BB30A22442220FF7000003FBBB7B7B7B7B30A2C42A220FFF700003FBB
7B000B7BB302CCC22AA0FFFF70003FBBB08000B7B30CCCCC4220FFF700003FBB
7000007BB30C2CCCC440FF70000003FBB08080BB3082A22CC40FF7000000083F
BB0000B30F87AA222C4F700000000083FFFFF030FFF887A224F7000000000080
3333303FFFFFF888FF7000000000008000008008FFFFFFFFFF00000000000008
000000008FFFFFFF70000000000000000000000008888888800000000000FE7F
FFFFFC3FFFFFF81FFFFFF01FFFFFF01FFFFFF81FFFFFFC1FFFFFF81FFFFFF01F
FFFFF81FFFFFFC1FFFFFF81FFFFFF01FCFFFF01F87FFF81F03FFF81E01FFF01C
00FFE008007FC000003F8000001F0000000F0000000700000003018000070180
000F8000001F8000003F8000007F900000FF9F2001FFCF7003FFE0F807FF}
KeyPreview = True
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 37
Top = 13
Width = 60
Height = 15
Caption = '业务日期'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 27
Top = 42
Width = 235
Height = 72
BevelInner = bvLowered
TabOrder = 0
object Label2: TLabel
Left = 16
Top = 16
Width = 45
Height = 15
Caption = '操作员'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 44
Width = 46
Height = 15
Caption = '口 令'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 84
Top = 10
Width = 129
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ItemHeight = 15
ParentFont = False
TabOrder = 0
end
object Edit1: TEdit
Left = 84
Top = 39
Width = 128
Height = 23
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 1
end
end
object BitBtn1: TBitBtn
Left = 18
Top = 127
Width = 83
Height = 29
Caption = '确定(&O)'
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtn1Click
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 103
Top = 127
Width = 83
Height = 29
Caption = '取消(&C)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
object BitBtn3: TBitBtn
Left = 189
Top = 127
Width = 83
Height = 29
Caption = '帮助(&H)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = BitBtn3Click
Kind = bkHelp
end
object DateTimePicker1: TDateTimePicker
Left = 110
Top = 8
Width = 139
Height = 23
BiDiMode = bdLeftToRight
CalAlignment = dtaLeft
Date = 37289.4893358796
Time = 37289.4893358796
DateFormat = dfLong
DateMode = dmComboBox
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
Kind = dtkDate
ParseInput = False
ParentBiDiMode = False
ParentFont = False
TabOrder = 4
end
object StatusBar1: TStatusBar
Left = 0
Top = 166
Width = 288
Height = 25
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object ClientSocket1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 2044
OnConnecting = ClientSocket1Connecting
OnRead = ClientSocket1Read
OnError = ClientSocket1Error
Left = 8
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -