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

📄 unit2.dfm

📁 FTP的基本功能都有 界面比较粗糙
💻 DFM
字号:
object Form2: TForm2
  Left = 229
  Top = 255
  Width = 400
  Height = 281
  Caption = 'Form2'
  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 Label1: TLabel
    Left = 64
    Top = 48
    Width = 71
    Height = 13
    Caption = #26381#21153#22120'ID'#65306'    '
  end
  object Label2: TLabel
    Left = 56
    Top = 88
    Width = 84
    Height = 13
    Caption = '    '#29992#25143#21517#65306'        '
  end
  object Label3: TLabel
    Left = 56
    Top = 136
    Width = 57
    Height = 13
    Caption = '      '#23494#30721' '#65306
  end
  object Label4: TLabel
    Left = 296
    Top = 56
    Width = 36
    Height = 13
    Caption = #31471#21475#65306
  end
  object Edit1: TEdit
    Left = 152
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 152
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 1
    OnChange = Edit2Change
  end
  object Edit3: TEdit
    Left = 152
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 336
    Top = 56
    Width = 25
    Height = 21
    TabOrder = 3
    Text = '21'
  end
  object BitBtn1: TBitBtn
    Left = 120
    Top = 176
    Width = 75
    Height = 25
    TabOrder = 4
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 176
    Width = 75
    Height = 25
    TabOrder = 5
    Kind = bkCancel
  end
  object CheckBox1: TCheckBox
    Left = 304
    Top = 112
    Width = 97
    Height = 17
    Caption = #21311#21517
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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