unit1.dfm

来自「delphi2007开发的汽车配件进销存系统.实用级的源码.」· DFM 代码 · 共 59 行

DFM
59
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = #25968#25454#23548#20986#19982#28165#29702
  ClientHeight = 80
  ClientWidth = 288
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 40
    Top = 8
    Width = 75
    Height = 25
    Caption = #23548#20986#25968#25454
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 145
    Top = 8
    Width = 75
    Height = 25
    Caption = #28165#29702#25968#25454
    TabOrder = 1
    OnClick = Button2Click
  end
  object qry1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=rhcgrys;Persist Security Info=True;' +
      'User ID=sa;Initial Catalog=carfitting;Data Source=127.0.0.1'
    Parameters = <>
    Left = 32
    Top = 16
  end
  object qry2: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=database.mdb;Persis' +
      't Security Info=False'
    Parameters = <>
    Left = 104
    Top = 40
  end
  object conn: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=rhcgrys;Persist Security Info=True;' +
      'User ID=sa;Initial Catalog=carfitting;Data Source=.'
    Parameters = <>
    Left = 152
    Top = 40
  end
end

⌨️ 快捷键说明

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