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

📄 unit1.~dfm

📁 《Delphi 7应用编程150例》源码(全)
💻 ~DFM
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 261
  Height = 166
  Caption = 'NetShare'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 8
    Top = 24
    Width = 68
    Height = 16
    Caption = #26412#22320#34394#25311#30424':'
  end
  object Label2: TLabel
    Left = 8
    Top = 64
    Width = 81
    Height = 16
    Caption = #32593#32476#20849#20139#30446#24405':'
  end
  object btnConnect: TButton
    Left = 8
    Top = 96
    Width = 97
    Height = 33
    Caption = #36830#25509
    TabOrder = 0
    OnClick = btnConnectClick
  end
  object btnDisconnect: TButton
    Left = 144
    Top = 96
    Width = 97
    Height = 33
    Caption = #26029#24320
    TabOrder = 1
    OnClick = btnDisconnectClick
  end
  object edtLocal: TEdit
    Left = 96
    Top = 16
    Width = 145
    Height = 24
    TabOrder = 2
  end
  object edtRemote: TEdit
    Left = 96
    Top = 56
    Width = 145
    Height = 24
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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