yhsgl_tj.~dfm

来自「商品批发管理系统 本作品采用C/S模式」· ~DFM 代码 · 共 96 行

~DFM
96
字号
object yhsglTJ: TyhsglTJ
  Left = 235
  Top = 207
  Width = 358
  Height = 218
  Caption = #36816#36135#21830#36164#26009
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 321
    Height = 113
    Caption = #35831#22635#20889#36816#36135#21830#36164#26009
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 60
      Height = 13
      Caption = #36816#36135#21830#32534#21495
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 8
      Top = 56
      Width = 60
      Height = 13
      Caption = #36816#36135#21830#21517#31216
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 160
      Top = 16
      Width = 24
      Height = 13
      Caption = #30005#35805
      FocusControl = DBEdit3
    end
    object DBEdit1: TDBEdit
      Left = 8
      Top = 32
      Width = 137
      Height = 21
      DataField = 'yhsbh'
      DataSource = DM.DSyhsgl
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 8
      Top = 72
      Width = 137
      Height = 21
      DataField = 'yhsmc'
      DataSource = DM.DSyhsgl
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 160
      Top = 32
      Width = 137
      Height = 21
      DataField = 'dh'
      DataSource = DM.DSyhsgl
      TabOrder = 2
    end
  end
  object Button1: TButton
    Left = 80
    Top = 144
    Width = 75
    Height = 25
    Caption = #25552#20132#36164#26009
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864#20986#28155#21152
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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