bas_currency_d.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 100 行

DFM
100
字号
inherited Frm_Bas_Currency_D: TFrm_Bas_Currency_D
  Left = 345
  Top = 186
  Caption = '货币主文件'
  ClientHeight = 172
  ClientWidth = 344
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 26
    Top = 23
    Width = 60
    Height = 12
    Caption = '货币代码:'
    TransParent = True
  end
  object Label2: TLabel [1]
    Left = 26
    Top = 53
    Width = 60
    Height = 12
    Caption = '货币名称:'
    TransParent = True
  end
  object Label3: TLabel [2]
    Left = 50
    Top = 84
    Width = 36
    Height = 12
    Caption = '币符:'
    TransParent = True
  end
  object Label4: TLabel [3]
    Left = 14
    Top = 114
    Width = 72
    Height = 12
    Caption = '是否本位币:'
    TransParent = True
  end
  inherited btn_ok: TButton
    Left = 181
    Top = 132
    Width = 62
    TabOrder = 4
  end
  inherited btn_Cancel: TButton
    Left = 258
    Top = 132
    Width = 65
    TabOrder = 5
  end
  inherited Pnl_Add: TPanel
    Left = 251
    Top = 10
    Width = 39
    Height = 21
    TabOrder = 6
  end
  object Edt_CurrencyCode: TEdit [7]
    Left = 89
    Top = 18
    Width = 26
    Height = 20
    MaxLength = 2
    TabOrder = 0
    OnExit = Edt_CurrencyCodeExit
  end
  object Edt_CurrencyName: TEdit [8]
    Left = 89
    Top = 49
    Width = 94
    Height = 20
    TabOrder = 1
  end
  object Edt_CurrencyFlag: TEdit [9]
    Left = 89
    Top = 81
    Width = 34
    Height = 20
    TabOrder = 2
  end
  object cmb_isMaster: TComboBox [10]
    Left = 89
    Top = 112
    Width = 64
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
    Items.Strings = (
      '0 否'
      '1 是')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 217
    Top = 8
  end
end

⌨️ 快捷键说明

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