medicine_form7.~dfm

来自「基于DELPHI+SQL的药品管理系统」· ~DFM 代码 · 共 83 行

~DFM
83
字号
object Form2: TForm2
  Left = 228
  Top = 222
  BorderStyle = bsDialog
  Caption = 'Form2'
  ClientHeight = 64
  ClientWidth = 416
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 401
    Height = 49
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 20
      Width = 109
      Height = 13
      AutoSize = False
      Caption = '选择客户流水号:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 201
      Top = 18
      Width = 17
      Height = 16
      AutoSize = False
      Caption = '到'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 128
      Top = 16
      Width = 65
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 224
      Top = 16
      Width = 65
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 312
      Top = 16
      Width = 75
      Height = 25
      Caption = '确   定'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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