formrukuxinxichaxunjieguo.dfm

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

DFM
101
字号
object rukuxinxichaxunjieguo: Trukuxinxichaxunjieguo
  Left = 400
  Top = 398
  Width = 696
  Height = 480
  Caption = #20837#24211#20449#24687#26597#30475#32467#26524
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 416
    Width = 48
    Height = 13
    Caption = #35760#24405#25968#65306
  end
  object Label2: TLabel
    Left = 144
    Top = 416
    Width = 60
    Height = 13
    Caption = #21512#35745#25968#37327#65306
  end
  object Label3: TLabel
    Left = 272
    Top = 416
    Width = 84
    Height = 13
    Caption = #21512#35745#36827#36135#37329#39069#65306
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 40
    Width = 673
    Height = 361
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 80
    Top = 416
    Width = 57
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 208
    Top = 416
    Width = 57
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 360
    Top = 416
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit3'
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Bo' +
      'rland\Delphi7\Projects\'#33647#21697#36827#38144#23384#31995#32479'\panzi.mdb;Persist Security Info=F' +
      'alse'
    CursorType = ctStatic
    TableName = #20837#24211#20449#24687#26597#35810
    Left = 8
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 40
    Top = 8
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Bo' +
      'rland\Delphi7\Projects\'#33647#21697#36827#38144#23384#31995#32479'\panzi.mdb;Persist Security Info=F' +
      'alse'
    Parameters = <>
    Left = 80
    Top = 8
  end
end

⌨️ 快捷键说明

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