unit9.dfm

来自「基于ACESS数据库的小型进销存管理软件。」· DFM 代码 · 共 52 行

DFM
52
字号
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 + =
减小字号Ctrl + -
显示快捷键?