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

📄 linese.dfm

📁 蓝月英雄版合区工具
💻 DFM
字号:
object Form1: TForm1
  Left = 222
  Top = 172
  Width = 759
  Height = 488
  Caption = #20256#22855'2 Blue'#33521#38596#29256#21512#21306#24037#20855
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 656
    Top = 416
    Width = 75
    Height = 25
    Caption = 'StartServer'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 544
    Top = 416
    Width = 105
    Height = 25
    Caption = 'EnumChildWindow'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 384
    Top = 416
    Width = 75
    Height = 25
    Caption = 'Mir.DB'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Memo: TMemo
    Left = 0
    Top = 296
    Width = 749
    Height = 113
    TabOrder = 3
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 442
    Width = 751
    Height = 19
    Panels = <>
  end
  object Button5: TButton
    Left = 464
    Top = 416
    Width = 75
    Height = 25
    Caption = 'HumList'
    TabOrder = 5
    OnClick = Button5Click
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 751
    Height = 289
    ActivePage = TabSheet2
    Align = alTop
    TabOrder = 6
    object TabSheet1: TTabSheet
      Caption = 'Hum.DB'
      object ListView1: TListView
        Left = 0
        Top = 0
        Width = 743
        Height = 257
        Align = alTop
        Columns = <
          item
            Caption = #32034#24341#21495
            Width = 80
          end
          item
            Caption = #30331#38470#24080#21495
            Width = 100
          end
          item
            Caption = #20154#29289#21517#31216
            Width = 150
          end
          item
            Caption = #26159#21542#21024#38500
            Width = 100
          end
          item
            Caption = #21024#38500#26102#38388
            Width = 150
          end
          item
            Caption = #25805#20316#35760#25968
            Width = 100
          end>
        GridLines = True
        HideSelection = False
        MultiSelect = True
        OwnerData = True
        TabOrder = 0
        ViewStyle = vsReport
        OnData = ListView1Data
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Mir.DB'
      ImageIndex = 1
      object StringGrid1: TStringGrid
        Left = 0
        Top = 0
        Width = 743
        Height = 257
        Align = alTop
        ColCount = 6
        DefaultColWidth = 60
        FixedCols = 0
        TabOrder = 0
      end
    end
  end
  object ServerSocket: TServerSocket
    Active = False
    Port = 37000
    ServerType = stNonBlocking
    OnClientConnect = ServerSocketClientConnect
    OnClientRead = ServerSocketClientRead
    Left = 24
    Top = 408
  end
end

⌨️ 快捷键说明

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