📄 unit1.~dfm
字号:
object FrmChat: TFrmChat
Left = 192
Top = 112
Width = 501
Height = 399
Caption = '通用投票'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PopupMenu = PopupMenu1
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object DD1: TLabel
Left = 311
Top = 272
Width = 19
Height = 19
Caption = '●'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object DD2: TLabel
Left = 341
Top = 272
Width = 19
Height = 19
Caption = '●'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object DD3: TLabel
Left = 372
Top = 272
Width = 19
Height = 19
Caption = '●'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object DD4: TLabel
Left = 402
Top = 272
Width = 19
Height = 19
Caption = '●'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object DD5: TLabel
Left = 433
Top = 272
Width = 19
Height = 19
Caption = '●'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 290
Top = 113
Width = 96
Height = 12
Caption = '本电脑已投票数量'
end
object MyIPName: TLabel
Left = 23
Top = 12
Width = 84
Height = 12
Caption = '本机 IP 地址:'
end
object MyIPaddress: TLabel
Left = 121
Top = 12
Width = 160
Height = 12
AutoSize = False
Caption = '255.255.255.255'
end
object Button1: TButton
Left = 290
Top = 302
Width = 75
Height = 25
Caption = '马上投票'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 399
Top = 302
Width = 75
Height = 25
Caption = '停止投票'
TabOrder = 1
OnClick = Button2Click
end
object Memo1: TMemo
Left = 23
Top = 28
Width = 259
Height = 301
ScrollBars = ssVertical
TabOrder = 2
end
object Edit1: TEdit
Left = 394
Top = 109
Width = 80
Height = 20
TabOrder = 3
Text = '0'
end
object GroupBox1: TGroupBox
Left = 290
Top = 28
Width = 184
Height = 73
Caption = '投票活动'
TabOrder = 4
object Label3: TLabel
Left = 14
Top = 31
Width = 156
Height = 12
Caption = '汇丰杯第二届竹乡宝宝秀大赛'
end
end
object Panel2: TPanel
Left = 290
Top = 138
Width = 184
Height = 125
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 5
object Label5: TLabel
Left = 10
Top = 57
Width = 30
Height = 12
Caption = '密 码'
end
object Label7: TLabel
Left = 10
Top = 11
Width = 48
Height = 12
Caption = '拨号连接'
end
object Label8: TLabel
Left = 10
Top = 34
Width = 30
Height = 12
Caption = '用 户'
end
object Label6: TLabel
Left = 10
Top = 80
Width = 84
Height = 12
Caption = '投票间隔(毫秒)'
end
object Label9: TLabel
Left = 10
Top = 103
Width = 84
Height = 12
Caption = '拨号间隔(毫秒)'
end
object eUser: TEdit
Left = 72
Top = 29
Width = 101
Height = 20
TabOrder = 1
end
object ePasswd: TEdit
Left = 72
Top = 53
Width = 101
Height = 20
TabOrder = 2
end
object eRasName: TEdit
Left = 72
Top = 6
Width = 101
Height = 20
TabOrder = 0
Text = '<填写连接的名称>'
end
object eJange: TEdit
Left = 112
Top = 76
Width = 61
Height = 20
TabOrder = 3
Text = '1000'
end
object eModem: TEdit
Left = 112
Top = 99
Width = 61
Height = 20
TabOrder = 4
Text = '500'
end
end
object CC1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 80
OnConnect = CC1Connect
OnRead = CC1Read
OnError = CC1Error
Left = 147
Top = 68
end
object PopupMenu1: TPopupMenu
Left = 118
Top = 68
object app_about: TMenuItem
Caption = '关于软件(&A)'
OnClick = app_aboutClick
end
object N2: TMenuItem
Caption = '-'
end
object app_exit: TMenuItem
Caption = '退出程序(&X)'
OnClick = app_exitClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -