formhuizongchaxun.dfm

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

DFM
88
字号
object huizongchaxun: Thuizongchaxun
  Left = 145
  Top = 134
  Width = 290
  Height = 289
  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 = 8
    Top = 8
    Width = 48
    Height = 13
    Caption = #26102#38388#27573#65306
  end
  object Label2: TLabel
    Left = 56
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 128
    Top = 8
    Width = 12
    Height = 13
    Caption = #33267
  end
  object Label4: TLabel
    Left = 144
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 32
    Width = 265
    Height = 217
    Caption = #36873#25321#26465#20214
    TabOrder = 0
    object Button1: TButton
      Left = 8
      Top = 16
      Width = 249
      Height = 25
      Caption = #21508'['#33647#21697']'#27719#24635#26597#35810
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 8
      Top = 48
      Width = 249
      Height = 25
      Caption = #21508'['#20379#24212#21830']'#27719#24635#26597#35810
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 8
      Top = 80
      Width = 249
      Height = 25
      Caption = #21508'['#19994#21153#21592']'#27719#24635#26597#35810
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 8
      Top = 112
      Width = 249
      Height = 25
      Caption = #21508'['#20179#24211']'#27719#24635#26597#35810
      TabOrder = 3
      OnClick = Button4Click
    end
  end
end

⌨️ 快捷键说明

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