formjixingfenlei.~dfm

来自「这是一个关于药品进销存的管理软件」· ~DFM 代码 · 共 60 行

~DFM
60
字号
object jixingfenlei: Tjixingfenlei
  Left = 230
  Top = 230
  Width = 452
  Height = 364
  Caption = #21058#22411#20998#31867
  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 DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 425
    Height = 265
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
  end
  object Button1: TButton
    Left = 104
    Top = 296
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
  end
  object Button2: TButton
    Left = 248
    Top = 296
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\'#23425#28009'\My Documents\panzi.mdb;Persist Security Info=False'
    CursorType = ctStatic
    TableName = #33647#21697#21058#22411#20449#24687
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 40
  end
end

⌨️ 快捷键说明

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