⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 matbalain.dfm

📁 文件包含程序源原文件
💻 DFM
📖 第 1 页 / 共 4 页
字号:
inherited frmMatBalaIn: TfrmMatBalaIn
  Left = 90
  Top = 167
  Width = 852
  Height = 411
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Material Balance Manager'
  OldCreateOrder = True
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited TabControl: TTabControl
    Top = 33
    Width = 844
    Height = 351
    Tabs.Strings = (
      'Material Balance In Paper')
    TabIndex = 0
    inherited ClientPanel: TPanel
      Top = 23
      Width = 836
      Height = 324
      object pnlInput: TPanel
        Left = 0
        Top = 0
        Width = 344
        Height = 324
        Align = alLeft
        BevelInner = bvRaised
        BevelOuter = bvLowered
        TabOrder = 0
        object lblindate: TLabel
          Left = 67
          Top = 85
          Width = 42
          Height = 12
          Alignment = taRightJustify
          Caption = 'IN Date'
        end
        object lblCode: TLabel
          Left = 31
          Top = 109
          Width = 78
          Height = 12
          Alignment = taRightJustify
          Caption = 'Material Code'
        end
        object lblName: TLabel
          Left = 31
          Top = 133
          Width = 78
          Height = 12
          Alignment = taRightJustify
          Caption = 'Material Name'
        end
        object lblRemarks: TLabel
          Left = 67
          Top = 225
          Width = 42
          Height = 12
          Alignment = taRightJustify
          Caption = 'Remarks'
        end
        object lblpaper: TLabel
          Left = 37
          Top = 36
          Width = 72
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Paper NO'
        end
        object lblUType: TLabel
          Left = 205
          Top = 206
          Width = 54
          Height = 12
          Caption = 'Unit Name'
        end
        object lblInGuage: TLabel
          Left = 31
          Top = 157
          Width = 78
          Height = 12
          Alignment = taRightJustify
          Caption = 'Bala Gugae ID'
        end
        object lblunitPrice: TLabel
          Left = 49
          Top = 181
          Width = 60
          Height = 12
          Alignment = taRightJustify
          Caption = 'Unit Price'
        end
        object lblINQuantity: TLabel
          Left = 43
          Top = 205
          Width = 66
          Height = 12
          Alignment = taRightJustify
          Caption = 'In Quantity'
        end
        object lblINAmount: TLabel
          Left = 207
          Top = 181
          Width = 54
          Height = 12
          Caption = 'IN Amount'
        end
        object lblStockID: TLabel
          Left = 61
          Top = 60
          Width = 48
          Height = 12
          Alignment = taRightJustify
          Caption = 'Stock ID'
        end
        object lblIsspaper: TLabel
          Left = 43
          Top = 12
          Width = 66
          Height = 12
          Alignment = taRightJustify
          Caption = 'Issue Paper'
        end
        object btnGuageDef: TSpeedButton
          Left = 311
          Top = 153
          Width = 23
          Height = 20
          Caption = '...'
          OnClick = btnGuageDefClick
        end
        object lblTPrice: TLabel
          Left = 265
          Top = 182
          Width = 72
          Height = 12
          Caption = 'Total Amount'
        end
        object edtDate: TEdit
          Left = 112
          Top = 81
          Width = 74
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 10
          TabOrder = 0
          Text = '1999/11/11'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = edtDateKeyDown
        end
        object edtMatCode: TEdit
          Left = 112
          Top = 105
          Width = 222
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 30
          ReadOnly = True
          TabOrder = 1
          Text = '123456789012345678901234567890'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtMatName: TEdit
          Left = 112
          Top = 129
          Width = 222
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 30
          ReadOnly = True
          TabOrder = 2
          Text = 'edtMatName'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtNote: TEdit
          Left = 112
          Top = 225
          Width = 222
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 60
          TabOrder = 3
          Text = '789012345678901234567890123456789012345678901234567890'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = edtNoteKeyDown
        end
        object edtINPaperNo: TEdit
          Left = 112
          Top = 32
          Width = 222
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          ReadOnly = True
          TabOrder = 4
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtPrice: TEx2NumEdit
          Left = 112
          Top = 177
          Width = 89
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 5
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
          Comma = False
          FixDecimal = 2
          Value = 12345678.1
        end
        object edtWeight: TEx2NumEdit
          Left = 112
          Top = 201
          Width = 89
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 6
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
          Comma = False
          FixDecimal = 2
          Value = 12345678.1
        end
        object Panel4: TPanel

⌨️ 快捷键说明

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