unit10.dfm

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

DFM
49
字号
object Form10: TForm10
  Left = 228
  Top = 150
  Width = 219
  Height = 59
  AutoSize = True
  Caption = 'Form10'
  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 Label1: TLabel
    Left = 0
    Top = 0
    Width = 36
    Height = 13
    Caption = #38144#21806#21592
  end
  object Button1: TButton
    Left = 160
    Top = 0
    Width = 51
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 56
    Top = 0
    Width = 89
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object ADOTable1: TADOTable
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=MS Ac' +
      'cess Database;Initial Catalog=jxc'
    TableName = 'XSY'
    Left = 32
  end
end

⌨️ 快捷键说明

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