main.dfm

来自「FIR引擎最新源码+注册」· DFM 代码 · 共 312 行

DFM
312
字号
object frmFMain: TfrmFMain
  Left = 522
  Top = 59
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #39134#23572#19990#30028#24341#25806#25480#26435#23458#25143#31471
  ClientHeight = 409
  ClientWidth = 369
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object StatusBar: TStatusBar
    Left = 0
    Top = 390
    Width = 369
    Height = 19
    Panels = <
      item
        Text = #26410#36830#25509
        Width = 100
      end
      item
        Text = #26410#30331#38470
        Width = 100
      end
      item
        Width = 100
      end
      item
        Width = 100
      end>
  end
  object GroupBoxLogin: TGroupBox
    Left = 8
    Top = 8
    Width = 353
    Height = 113
    Caption = #30331#38470
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 30
      Height = 12
      Caption = #36134#21495':'
    end
    object Label2: TLabel
      Left = 16
      Top = 48
      Width = 30
      Height = 12
      Caption = #23494#30721':'
    end
    object EditAccout: TEdit
      Left = 56
      Top = 20
      Width = 289
      Height = 20
      TabOrder = 0
    end
    object EditPassword: TEdit
      Left = 56
      Top = 44
      Width = 289
      Height = 20
      TabOrder = 1
    end
    object ButtonLogin: TButton
      Left = 14
      Top = 72
      Width = 75
      Height = 25
      Caption = #30331#38470
      TabOrder = 2
      OnClick = ButtonLoginClick
    end
    object ButtonCloseSocket: TButton
      Left = 270
      Top = 72
      Width = 75
      Height = 25
      Caption = #36864#20986
      Enabled = False
      TabOrder = 3
      OnClick = ButtonCloseSocketClick
    end
  end
  object GroupBoxUser: TGroupBox
    Left = 8
    Top = 128
    Width = 353
    Height = 257
    Caption = #32534#36753#29992#25143
    Enabled = False
    TabOrder = 2
    object Label5: TLabel
      Left = 16
      Top = 24
      Width = 42
      Height = 12
      Caption = #29992#25143'QQ:'
    end
    object Label6: TLabel
      Left = 16
      Top = 120
      Width = 54
      Height = 12
      Caption = #27880#20876#26085#26399':'
    end
    object Label7: TLabel
      Left = 16
      Top = 144
      Width = 54
      Height = 12
      Caption = #21040#26399#26102#38388':'
    end
    object Label8: TLabel
      Left = 16
      Top = 96
      Width = 54
      Height = 12
      Caption = #20351#29992#27425#25968':'
    end
    object Label9: TLabel
      Left = 16
      Top = 48
      Width = 42
      Height = 12
      Caption = #26426#22120#30721':'
    end
    object Label10: TLabel
      Left = 16
      Top = 72
      Width = 42
      Height = 12
      Caption = 'IP'#22320#22336':'
    end
    object Label11: TLabel
      Left = 16
      Top = 168
      Width = 54
      Height = 12
      Caption = #25480#26435#22825#25968':'
    end
    object Label3: TLabel
      Left = 16
      Top = 192
      Width = 54
      Height = 12
      Caption = #25480#26435#20154#25968':'
    end
    object EditUserQQ: TEdit
      Left = 72
      Top = 20
      Width = 169
      Height = 20
      TabOrder = 0
    end
    object RadioGroupUserMode: TRadioGroup
      Left = 248
      Top = 16
      Width = 97
      Height = 97
      Caption = #27880#20876#31867#22411
      ItemIndex = 0
      Items.Strings = (
        #26085#26399#38480#21046
        #27425#25968#38480#21046
        #26080#38480#21046)
      TabOrder = 1
      OnClick = RadioGroupUserModeClick
    end
    object DateTimeEditStartDate: TRzDateTimeEdit
      Left = 72
      Top = 116
      Width = 169
      Height = 20
      EditType = etDate
      Enabled = False
      TabOrder = 2
    end
    object DateTimeEditEndDate: TRzDateTimeEdit
      Left = 72
      Top = 140
      Width = 169
      Height = 20
      EditType = etDate
      Enabled = False
      TabOrder = 3
    end
    object EditSerialNumber: TEdit
      Left = 72
      Top = 44
      Width = 169
      Height = 20
      Enabled = False
      TabOrder = 4
      Text = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    end
    object RadioGroupBind: TRadioGroup
      Left = 248
      Top = 128
      Width = 97
      Height = 81
      Caption = #32465#23450#31867#22411
      ItemIndex = 1
      Items.Strings = (
        #32465#23450#26426#22120
        #32465#23450'IP')
      TabOrder = 5
      OnClick = RadioGroupBindClick
    end
    object ButtonAdd: TButton
      Left = 16
      Top = 224
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 6
      OnClick = ButtonAddClick
    end
    object ButtonDel: TButton
      Left = 96
      Top = 224
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 7
      OnClick = ButtonDelClick
    end
    object ButtonChg: TButton
      Left = 176
      Top = 224
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 8
      OnClick = ButtonAddClick
    end
    object ButtonSearch: TButton
      Left = 256
      Top = 224
      Width = 75
      Height = 25
      Caption = #25628#32034
      TabOrder = 9
      OnClick = ButtonSearchClick
    end
    object EditIPaddr: TEdit
      Left = 72
      Top = 68
      Width = 169
      Height = 20
      TabOrder = 10
      Text = '127.0.0.1'
    end
    object SpinEditMaxCount: TSpinEdit
      Left = 72
      Top = 92
      Width = 169
      Height = 21
      Enabled = False
      MaxValue = 99999
      MinValue = 0
      TabOrder = 11
      Value = 100
    end
    object SpinEditMaxDay: TSpinEdit
      Left = 72
      Top = 164
      Width = 169
      Height = 21
      MaxValue = 99999
      MinValue = 0
      TabOrder = 12
      Value = 30
      OnChange = SpinEditMaxDayChange
    end
    object SpinEditUserCount: TSpinEdit
      Left = 72
      Top = 188
      Width = 169
      Height = 21
      MaxValue = 99999
      MinValue = 0
      TabOrder = 13
      Value = 1000
      OnChange = SpinEditMaxDayChange
    end
  end
  object ClientSocket: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    Left = 80
    Top = 32
  end
  object DecodeTimer: TTimer
    Interval = 1
    Left = 112
    Top = 35
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?