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

📄 unit1.dfm

📁 .net 方面的开发说明资料。
💻 DFM
字号:
object Form1: TForm1
  Left = 183
  Top = 143
  Width = 770
  Height = 531
  Caption = 'eTransport IRC Client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object TabControl1: TTabControl
    Left = 0
    Top = 29
    Width = 762
    Height = 443
    Align = alClient
    TabOrder = 0
    TabPosition = tpBottom
    Tabs.Strings = (
      'Command Center')
    TabIndex = 0
    OnChange = TabControl1Change
    object Panel4: TPanel
      Left = 4
      Top = 4
      Width = 754
      Height = 417
      Align = alClient
      BevelOuter = bvNone
      Caption = 'Panel4'
      TabOrder = 0
      object Panel3: TPanel
        Left = 0
        Top = 394
        Width = 754
        Height = 23
        Align = alBottom
        BevelOuter = bvNone
        TabOrder = 0
        OnResize = Panel3Resize
        object Edit1: TEdit
          Left = 0
          Top = 0
          Width = 121
          Height = 23
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = 'Courier New'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          OnKeyDown = Edit1KeyDown
        end
      end
      object Panel1: TPanel
        Left = 617
        Top = 0
        Width = 137
        Height = 394
        Align = alRight
        BevelInner = bvRaised
        BevelOuter = bvNone
        TabOrder = 1
        object Panel2: TPanel
          Left = 1
          Top = 291
          Width = 135
          Height = 102
          Align = alBottom
          TabOrder = 0
          object Button1: TButton
            Left = 8
            Top = 8
            Width = 57
            Height = 25
            Caption = 'Op'
            TabOrder = 0
            OnClick = Button1Click
          end
          object Button2: TButton
            Left = 72
            Top = 8
            Width = 57
            Height = 25
            Caption = 'DeOp'
            TabOrder = 1
          end
          object Button3: TButton
            Left = 8
            Top = 40
            Width = 57
            Height = 25
            Caption = 'Kick'
            TabOrder = 2
          end
          object Button4: TButton
            Left = 72
            Top = 40
            Width = 57
            Height = 25
            Caption = 'Ban'
            TabOrder = 3
          end
          object Button5: TButton
            Left = 8
            Top = 72
            Width = 57
            Height = 25
            Caption = 'Lookup'
            TabOrder = 4
          end
          object Button6: TButton
            Left = 72
            Top = 72
            Width = 57
            Height = 25
            Caption = 'Whois'
            TabOrder = 5
          end
        end
        object ListBox1: TListBox
          Left = 1
          Top = 1
          Width = 135
          Height = 290
          Align = alClient
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = 'Courier New'
          Font.Style = []
          ItemHeight = 15
          ParentFont = False
          Sorted = True
          TabOrder = 1
        end
      end
      object Panel5: TPanel
        Left = 0
        Top = 0
        Width = 617
        Height = 394
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 2
        object ScrollBar1: TScrollBar
          Left = 600
          Top = 0
          Width = 17
          Height = 394
          Align = alRight
          Kind = sbVertical
          PageSize = 0
          TabOrder = 0
        end
        object Memo1: TMemo
          Left = 0
          Top = 0
          Width = 600
          Height = 394
          Align = alClient
          Lines.Strings = (
            'Memo1')
          TabOrder = 1
        end
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 472
    Width = 762
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 762
    Height = 29
    Caption = 'ToolBar1'
    TabOrder = 2
  end
  object Timer1: TTimer
    Interval = 5
    OnTimer = Timer1Timer
    Left = 216
    Top = 336
  end
  object MainMenu1: TMainMenu
    Left = 112
    Top = 72
    object File1: TMenuItem
      Caption = 'File'
      object Connect1: TMenuItem
        Caption = 'Connect'
        OnClick = Connect1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Options1: TMenuItem
        Caption = 'Options'
        ShortCut = 16463
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = 'Exit'
      end
    end
  end
end

⌨️ 快捷键说明

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