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

📄 unit_findstorage.dfm

📁 传奇3登陆器+服务端+配置器+配置生成器全套代码
💻 DFM
📖 第 1 页 / 共 3 页
字号:
      Top = 23
      Width = 291
      Height = 67
      Transparent = True
      AutoSize = False
      Align = alTop
      TabOrder = 2
      DrawStyle = suiNormal
      object Label2: TLabel
        Left = 16
        Top = 12
        Width = 30
        Height = 13
        Caption = 'ID'#65306
        Font.Charset = GB2312_CHARSET
        Font.Color = clRed
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = [fsBold]
        ParentFont = False
        Transparent = True
      end
      object Label3: TLabel
        Left = 144
        Top = 12
        Width = 42
        Height = 13
        Caption = #23494#30721#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 = 48
        Top = 8
        Width = 89
        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 = 0
      end
      object Edit_Pass: TsuiEdit
        Left = 184
        Top = 8
        Width = 89
        Height = 19
        UIStyle = Protein
        BorderColor = clBlack
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307
        Font.Style = []
        MaxLength = 15
        ParentFont = False
        PasswordChar = '*'
        TabOrder = 1
      end
      object Bt_Close: TsuiButton
        Left = 222
        Top = 35
        Width = 53
        Height = 22
        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 = 2
        Transparent = True
        ModalResult = 0
        FocusedRectMargin = 2
        Layout = blGlyphLeft
        Spacing = 4
        MouseContinuouslyDownInterval = 100
        OnClick = Bt_CloseClick
        ResHandle = 0
      end
      object Bt_Find: TsuiButton
        Left = 146
        Top = 35
        Width = 53
        Height = 22
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        Caption = #26597#25214
        AutoSize = False
        ParentFont = False
        UIStyle = MacOS
        TabOrder = 3
        Transparent = True
        ModalResult = 0
        FocusedRectMargin = 2
        Layout = blGlyphLeft
        Spacing = 4
        MouseContinuouslyDownInterval = 100
        OnClick = Bt_FindClick
        ResHandle = 0
      end
    end
    object suiImagePanel2: TsuiImagePanel
      Left = 0
      Top = 90
      Width = 291
      Height = 270
      Transparent = True
      AutoSize = False
      Align = alClient
      TabOrder = 3
      DrawStyle = suiNormal
      object cxMCListBox1: TcxMCListBox
        Left = 0
        Top = 0
        Width = 291
        Height = 270
        Align = alClient
        HeaderSections = <
          item
            Alignment = taCenter
            Text = #24207#21495
          end
          item
            Alignment = taCenter
            Text = #35282#33394#21517#23383
            Width = 140
          end
          item
            Alignment = taCenter
            Text = #20179#24211#23494#30721
            Width = 80
          end>
        ParentColor = False
        ParentFont = False
        Style.BorderColor = clWindowFrame
        Style.BorderStyle = cbsUltraFlat
        Style.Color = clWindow
        Style.Edges = [bLeft, bTop, bRight, bBottom]
        Style.HotTrack = True
        Style.Shadow = False
        TabOrder = 0
      end
    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 = 98
    Top = 7
  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 = 73
    Top = 8
  end
end

⌨️ 快捷键说明

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