unit1.~dfm

来自「delphi用于数据库的多线程的实现」· ~DFM 代码 · 共 54 行

~DFM
54
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 374
  Height = 239
  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 Memo1: TMemo
    Left = 0
    Top = 0
    Width = 366
    Height = 126
    Align = alTop
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 144
    Width = 75
    Height = 25
    Caption = 'get'
    TabOrder = 1
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 144
    Width = 75
    Height = 25
    Caption = 'close'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=True;User ID=sa;Initia' +
      'l Catalog=Northwind'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 32
    Top = 80
  end
end

⌨️ 快捷键说明

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