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

📄 unit1.dfm

📁 商品销售管理系统
💻 DFM
字号:
object Form1: TForm1
  Left = 304
  Top = 159
  Width = 400
  Height = 283
  Caption = #30331#24405#26694
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 377
    Height = 233
    Caption = #35831#36755#20837':'
    TabOrder = 0
    object Label1: TLabel
      Left = 88
      Top = 72
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 88
      Top = 120
      Width = 48
      Height = 13
      Caption = #23494'    '#30721#65306
    end
    object Label3: TLabel
      Left = 80
      Top = 32
      Width = 228
      Height = 19
      Caption = #27426#36814#20351#29992#21830#21697#36827#36135#31649#29702#31995#32479
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #21326#25991#26032#39759
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 144
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 144
      Top = 120
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Button1: TButton
      Left = 40
      Top = 176
      Width = 75
      Height = 25
      Caption = #30830'    '#23450
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 152
      Top = 176
      Width = 75
      Height = 25
      Caption = #20462#25913#23494#30721
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 264
      Top = 176
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog='#21830#21697#36827#36135#31649#29702#31995#32479';Data Source=NIZHAOXINA'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 40
    Top = 48
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    TableName = #30331#24405#34920
    Left = 32
    Top = 112
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 80
    Top = 144
  end
end

⌨️ 快捷键说明

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