unit1.dfm.~1~

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

~1~
33
字号
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
  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 = 104
    Top = 40
  end
end

⌨️ 快捷键说明

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