unit1.dfm.~2~

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

~2~
42
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = #25968#25454#23548#20986#19982#28165#29702
  ClientHeight = 379
  ClientWidth = 577
  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 = 368
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  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 = 80
    Top = 40
  end
  object qry2: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=database.mdb;Persis' +
      't Security Info=False'
    Parameters = <>
    Left = 120
    Top = 40
  end
end

⌨️ 快捷键说明

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