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

📄 unit1.~dfm

📁 精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个数据库 用户密码验证系统 获取Man地址 信史服务 ping命令等待
💻 ~DFM
字号:
object Form1: TForm1
  Left = 310
  Top = 154
  Width = 357
  Height = 333
  Caption = #35775#38382#25351#23450#35745#31639#26426#30340#20849#20139#36164#28304
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 132
    Height = 16
    Caption = #35831#25351#23450#35745#31639#26426#21517#31216'            '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 16
    Top = 8
    Width = 313
    Height = 73
  end
  object Bevel2: TBevel
    Left = 16
    Top = 88
    Width = 313
    Height = 193
  end
  object Label2: TLabel
    Left = 32
    Top = 104
    Width = 178
    Height = 13
    Caption = #35813#35745#31639#26426#36164#28304#20849#20139#29366#20917#65306'        '
  end
  object Button1: TButton
    Left = 232
    Top = 16
    Width = 75
    Height = 25
    Caption = #35775#38382
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 32
    Top = 120
    Width = 289
    Height = 145
    Lines.Strings = (
      '')
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 32
    Top = 40
    Width = 145
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 232
    Top = 48
    Width = 73
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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