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

📄 unit1.dfm

📁 精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个数据库 用户密码验证系统 获取Man地址 信史服务 ping命令等待
💻 DFM
字号:
object Form1: TForm1
  Left = 313
  Top = 160
  Width = 428
  Height = 313
  Caption = 'ODBC'#25968#25454#28304#30340#28155#21152
  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 Bevel2: TBevel
    Left = 16
    Top = 24
    Width = 193
    Height = 225
  end
  object Label1: TLabel
    Left = 32
    Top = 48
    Width = 90
    Height = 16
    Caption = #25968#25454#28304#21517#31216'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 120
    Width = 171
    Height = 16
    Caption = #25968#25454#24211#23436#25972#36335#24452#21644#21517#31216'                 '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 224
    Top = 32
    Width = 105
    Height = 16
    Caption = #28155#21152#32467#26524#26174#31034'           '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 216
    Top = 24
    Width = 193
    Height = 225
  end
  object Edit1: TEdit
    Left = 40
    Top = 80
    Width = 153
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 40
    Top = 160
    Width = 153
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 232
    Top = 64
    Width = 161
    Height = 121
    TabOrder = 2
  end
  object Button1: TButton
    Left = 72
    Top = 200
    Width = 81
    Height = 33
    Caption = #28155#21152
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 272
    Top = 200
    Width = 81
    Height = 33
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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