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

📄 unit1.~dfm

📁 写流进数据库.rar 如何把文件变为流
💻 ~DFM
字号:
object Form1: TForm1
  Left = 186
  Top = 96
  Width = 979
  Height = 605
  Caption = 'Form1'
  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 OleContainer1: TOleContainer
    Left = 640
    Top = 104
    Width = 33
    Height = 33
    Caption = 'OleContainer1'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 248
    Top = 120
    Width = 169
    Height = 81
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 224
    Width = 153
    Height = 105
    Caption = 'Button2'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 128
    Top = 224
    Width = 105
    Height = 113
    Caption = 'Button3'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 440
    Top = 192
    Width = 249
    Height = 137
    Caption = 'Button4'
    TabOrder = 4
    OnClick = Button4Click
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from mdf')
    Left = 432
    Top = 88
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=OraOLEDB.Oracle.1;Password=dell;Persist Security Info=T' +
      'rue;User ID=luck;Data Source=luck'
    LoginPrompt = False
    Provider = 'OraOLEDB.Oracle.1'
    Left = 104
    Top = 48
  end
end

⌨️ 快捷键说明

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