⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit_findid.dfm

📁 传奇3封外挂客户端+登陆器+配置器源码............................
💻 DFM
📖 第 1 页 / 共 3 页
字号:
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label1: TLabel
      Left = 16
      Top = 260
      Width = 168
      Height = 13
      Caption = #25214#22238#30340#23494#30721#65292#35831#22949#21892#20445#31649#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Edit_ID: TsuiEdit
      Left = 80
      Top = 32
      Width = 225
      Height = 19
      UIStyle = Protein
      BorderColor = clBlack
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      MaxLength = 18
      ParentFont = False
      TabOrder = 1
      OnExit = Edit_IDExit
      OnKeyPress = Edit_IDKeyPress
    end
    object Edit_Quz1: TsuiEdit
      Left = 16
      Top = 80
      Width = 289
      Height = 19
      UIStyle = Protein
      BorderColor = clBlack
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      MaxLength = 40
      ParentFont = False
      ReadOnly = True
      TabOrder = 2
    end
    object Edit_Answer1: TsuiEdit
      Left = 16
      Top = 128
      Width = 289
      Height = 19
      UIStyle = Protein
      BorderColor = clBlack
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      MaxLength = 40
      ParentFont = False
      TabOrder = 3
    end
    object Edit_Quz2: TsuiEdit
      Left = 16
      Top = 176
      Width = 289
      Height = 19
      UIStyle = Protein
      BorderColor = clBlack
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      MaxLength = 40
      ParentFont = False
      ReadOnly = True
      TabOrder = 4
    end
    object Edit_Answer2: TsuiEdit
      Left = 16
      Top = 224
      Width = 289
      Height = 19
      UIStyle = Protein
      BorderColor = clBlack
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      MaxLength = 40
      ParentFont = False
      TabOrder = 5
    end
    object Bt_Find: TsuiButton
      Left = 154
      Top = 291
      Width = 62
      Height = 27
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Caption = #25214#22238
      AutoSize = False
      ParentFont = False
      UIStyle = MacOS
      Enabled = False
      TabOrder = 6
      Transparent = True
      ModalResult = 0
      FocusedRectMargin = 2
      Layout = blGlyphLeft
      Spacing = 4
      MouseContinuouslyDownInterval = 100
      OnClick = Bt_FindClick
      ResHandle = 0
    end
    object Bt_Close: TsuiButton
      Left = 242
      Top = 291
      Width = 62
      Height = 27
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Caption = #20851#38381
      AutoSize = False
      ParentFont = False
      UIStyle = MacOS
      TabOrder = 7
      Transparent = True
      ModalResult = 0
      FocusedRectMargin = 2
      Layout = blGlyphLeft
      Spacing = 4
      MouseContinuouslyDownInterval = 100
      OnClick = Bt_CloseClick
      ResHandle = 0
    end
    object suiStatusBar1: TsuiStatusBar
      Left = 0
      Top = 336
      Width = 314
      Height = 19
      UIStyle = MacOS
      PanelColor = 15198183
      Color = 15198183
      Panels = <
        item
          Width = 50
        end>
    end
    object Edit_Pass: TsuiEdit
      Left = 187
      Top = 256
      Width = 118
      Height = 19
      UIStyle = Protein
      BorderColor = clBlack
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      MaxLength = 18
      ParentFont = False
      ReadOnly = True
      TabOrder = 9
    end
  end
  object suiMessageDialog1: TsuiMessageDialog
    Position = poScreenCenter
    Caption = 'suiDialog'
    UIStyle = MacOS
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    CaptionFont.Charset = DEFAULT_CHARSET
    CaptionFont.Color = clWhite
    CaptionFont.Height = -11
    CaptionFont.Name = 'Tahoma'
    CaptionFont.Style = [fsBold]
    ButtonCursor = crHandPoint
    ButtonCount = 1
    Button1Caption = 'OK'
    Button2Caption = 'Cancel'
    Button3Caption = 'Cancel'
    Button1ModalResult = 1
    Button2ModalResult = 2
    Button3ModalResult = 2
    IconType = suiNone
    Text = 'Hello world!'
    Left = 122
    Top = 65535
  end
  object CSocket: TClientSocket
    Active = False
    Address = '127.0.0.1'
    ClientType = ctNonBlocking
    Port = 8500
    OnRead = CSocketRead
    OnError = CSocketError
    Left = 242
    Top = 8
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 500
    OnTimer = Timer1Timer
    Left = 65
    Top = 65528
  end
end

⌨️ 快捷键说明

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