formxiugaimima.~dfm

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

~DFM
90
字号
object xiugaimima: Txiugaimima
  Left = 306
  Top = 178
  Width = 325
  Height = 310
  Caption = #20462#25913#23494#30721
  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 = 40
    Top = 40
    Width = 60
    Height = 13
    Caption = #21407#22987#23494#30721#65306
  end
  object Label2: TLabel
    Left = 40
    Top = 80
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label3: TLabel
    Left = 40
    Top = 120
    Width = 72
    Height = 13
    Caption = #30830#35748#26032#23494#30721#65306
  end
  object Edit1: TEdit
    Left = 128
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 128
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 128
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 48
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 192
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 16
    Top = 240
  end
  object ADOCommand1: TADOCommand
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\'#23425#28009'\My Documents\panzi.mdb;Persist Security Info=False'
    Parameters = <>
    Left = 56
    Top = 240
  end
end

⌨️ 快捷键说明

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