getdepotandberthfrm.~dfm

来自「群星医药系统源码」· ~DFM 代码 · 共 90 行

~DFM
90
字号
object FmGetDepotAndBerth: TFmGetDepotAndBerth
  Left = 325
  Top = 257
  ActiveControl = edDepotID
  BorderStyle = bsDialog
  Caption = #35831#36873#25321#20179#24211#21450#36135#20301
  ClientHeight = 151
  ClientWidth = 286
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 60
    Top = 28
    Width = 36
    Height = 12
    Caption = #20179#24211#65306
  end
  object Label2: TLabel
    Left = 60
    Top = 60
    Width = 36
    Height = 12
    Caption = #36135#20301#65306
  end
  object Bevel1: TBevel
    Left = 4
    Top = 8
    Width = 277
    Height = 81
  end
  object edDepotID: TRzButtonEdit
    Left = 100
    Top = 21
    Width = 121
    Height = 20
    FrameVisible = True
    ReadOnly = True
    TabOnEnter = True
    TabOrder = 0
    OnKeyDown = edDepotIDKeyDown
    FlatButtons = True
    OnButtonClick = edDepotIDButtonClick
  end
  object edBerthNo: TRzButtonEdit
    Left = 100
    Top = 55
    Width = 121
    Height = 20
    FrameVisible = True
    TabOnEnter = True
    TabOrder = 1
    OnKeyDown = edBerthNoKeyDown
    FlatButtons = True
    OnButtonClick = edBerthNoButtonClick
  end
  object btnOK: TRzBitBtn
    Left = 64
    Top = 112
    Caption = #30830#23450'&O'
    Color = 15791348
    HighlightColor = 16026986
    HotTrack = True
    HotTrackColor = 3983359
    ParentColor = False
    TabOrder = 2
    OnClick = btnOKClick
  end
  object btnCancel: TRzBitBtn
    Left = 152
    Top = 112
    Caption = #21462#28040'&C'
    Color = 15791348
    HighlightColor = 16026986
    HotTrack = True
    HotTrackColor = 3983359
    ParentColor = False
    TabOrder = 3
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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