ypybform.dfm

来自「一个物流公司的物流配送系统」· DFM 代码 · 共 61 行

DFM
61
字号
object Frmypyb: TFrmypyb
  Left = 338
  Top = 182
  BorderStyle = bsDialog
  Caption = #27833#21697#26376#25253#34920
  ClientHeight = 204
  ClientWidth = 290
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 290
    Height = 204
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 51
      Top = 22
      Width = 36
      Height = 13
      Caption = #26376#20221#65306
    end
    object rqpk: TDateTimePicker
      Left = 88
      Top = 16
      Width = 129
      Height = 21
      CalAlignment = dtaLeft
      Date = 38485.5431535648
      Format = 'yyyy'#24180'MM'#26376
      Time = 38485.5431535648
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 0
    end
    object PrintBtn: TButton
      Left = 104
      Top = 96
      Width = 75
      Height = 25
      Caption = #25171#21360#39044#35272
      TabOrder = 1
      OnClick = PrintBtnClick
    end
  end
end

⌨️ 快捷键说明

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