ubilltype_m.dfm

来自「三層進銷存 使用接口和連接池 是他人的面试作品 delphi语言编写」· DFM 代码 · 共 102 行

DFM
102
字号
inherited frmbilltype_m: Tfrmbilltype_m
  Left = 336
  Top = 140
  Caption = #21333#25454#32534#30721
  ClientHeight = 138
  ClientWidth = 355
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  inherited GroupBox: TGroupBox
    Height = 121
    TabOrder = 3
    inherited Label1: TLabel
      Top = 18
      Caption = #32534#30721#20195#21495
    end
    object Label2: TLabel [1]
      Left = 8
      Top = 55
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #32534#30721#25551#36848
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel [2]
      Left = 8
      Top = 90
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #22791#27880
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    inherited Edit1: TwwDBEdit
      Height = 20
      DataField = 'fcode'
      DataSource = frmbilltype.DSbaseinfo
      Font.Charset = ANSI_CHARSET
      Font.Height = -12
      Font.Name = #23435#20307
      ParentFont = False
    end
    object wwDBEdit1: TwwDBEdit
      Left = 64
      Top = 52
      Width = 121
      Height = 20
      DataField = 'fname'
      DataSource = frmbilltype.DSbaseinfo
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit2: TwwDBEdit
      Left = 64
      Top = 88
      Width = 177
      Height = 20
      DataField = 'fnote'
      DataSource = frmbilltype.DSbaseinfo
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
  end
  inherited Button1: TButton
    TabOrder = 0
  end
  inherited Button2: TButton
    TabOrder = 1
  end
  inherited Button3: TButton
    Top = 96
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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