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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 339
  Top = 190
  Width = 403
  Height = 418
  Caption = 'Transter File'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 288
    Top = 28
    Width = 36
    Height = 13
    Caption = #31471#21475#65306
  end
  object Label1: TLabel
    Left = 18
    Top = 28
    Width = 111
    Height = 13
    AutoSize = False
    Caption = #36828#31243#20027#26426'IP'#25110#22495#21517#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 68
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#35201#21457#36865#30340#25991#20214#65306
  end
  object Label4: TLabel
    Left = 152
    Top = 156
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #25509#25910#25991#20214#39044#35272
  end
  object Button1: TButton
    Left = 192
    Top = 104
    Width = 75
    Height = 33
    Caption = #25171#24320#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 160
    Top = 64
    Width = 209
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 328
    Top = 24
    Width = 41
    Height = 21
    TabOrder = 2
    Text = '10521'
  end
  object Edit1: TEdit
    Left = 136
    Top = 24
    Width = 137
    Height = 21
    TabOrder = 3
  end
  object Button2: TButton
    Left = 296
    Top = 104
    Width = 75
    Height = 33
    Caption = #20256#36865#25991#20214
    TabOrder = 4
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 372
    Width = 395
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Memo1: TMemo
    Left = 8
    Top = 176
    Width = 377
    Height = 193
    ScrollBars = ssVertical
    TabOrder = 6
  end
  object NMUDP1: TNMUDP
    RemotePort = 0
    LocalPort = 10521
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    OnDataSend = NMUDP1DataSend
    Left = 92
    Top = 200
  end
  object OpenDialog1: TOpenDialog
    Left = 36
    Top = 200
  end
end

⌨️ 快捷键说明

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