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

📄 unit9.dfm

📁 基于ACESS数据库的小型进销存管理软件。
💻 DFM
字号:
object Form9: TForm9
  Left = 254
  Top = 172
  Width = 241
  Height = 52
  AutoSize = True
  Caption = #21697#31181#31867#21035#28155#21152
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    233
    25)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 48
    Height = 17
    Anchors = [akLeft, akTop, akRight, akBottom]
    Caption = #21697#31181#31867#21035
  end
  object Edit1: TEdit
    Left = 64
    Top = 0
    Width = 97
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 176
    Top = 0
    Width = 57
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object ADOTable1: TADOTable
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=MS Ac' +
      'cess Database;Initial Catalog=jxc'
    TableName = 'LB'
    Left = 208
  end
end

⌨️ 快捷键说明

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