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

📄 unit1.dfm

📁 多线程 网络传输 开发环境:Delphi7.0+WinXP
💻 DFM
字号:
object Feiler: TFeiler
  Left = 348
  Top = 246
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Feiler'
  ClientHeight = 140
  ClientWidth = 425
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 41
    Height = 12
    AutoSize = False
    Caption = 'IP'#22320#22336
  end
  object Label2: TLabel
    Left = 192
    Top = 16
    Width = 41
    Height = 12
    AutoSize = False
    Caption = #32447#31243#25968
  end
  object Label3: TLabel
    Left = 8
    Top = 48
    Width = 49
    Height = 12
    AutoSize = False
    Caption = #20256#36755#25991#20214
  end
  object Edit1: TEdit
    Left = 64
    Top = 16
    Width = 105
    Height = 20
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 248
    Top = 16
    Width = 49
    Height = 20
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 1
    Text = '1'
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9'
      '10')
  end
  object Button1: TButton
    Left = 328
    Top = 48
    Width = 75
    Height = 25
    Caption = #20256#36755
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 328
    Top = 16
    Width = 75
    Height = 25
    Caption = #36873#25321
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 64
    Top = 48
    Width = 241
    Height = 20
    ReadOnly = True
    TabOrder = 4
  end
  object Button3: TButton
    Left = 328
    Top = 80
    Width = 75
    Height = 25
    Caption = #36827#24230#26174#31034'>>'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Panel1: TPanel
    Left = 8
    Top = 128
    Width = 409
    Height = 233
    BevelOuter = bvNone
    TabOrder = 6
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 121
    Width = 425
    Height = 19
    Panels = <
      item
        Text = #22810#32447#31243#32593#32476#20256#36755
        Width = 120
      end
      item
        Text = #20316#32773#65306'masm'
        Width = 80
      end
      item
        Width = 50
      end>
  end
  object OpenDialog1: TOpenDialog
    Left = 168
    Top = 8
  end
end

⌨️ 快捷键说明

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