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

📄 othermatout.~dfm

📁 文件包含程序源原文件
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
inherited frmOtherMatOut: TfrmOtherMatOut
  Left = 12
  Top = 19
  Width = 960
  Height = 711
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Other Material Out'
  OldCreateOrder = True
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited TabControl: TTabControl
    Top = 9
    Width = 952
    Height = 675
    Tabs.Strings = (
      'Other Out Paper')
    TabIndex = 0
    inherited ClientPanel: TPanel
      Top = 23
      Width = 944
      Height = 648
      object pnlInput: TPanel
        Left = 0
        Top = 0
        Width = 944
        Height = 241
        Align = alTop
        BevelInner = bvRaised
        BevelOuter = bvLowered
        Color = clSkyBlue
        TabOrder = 0
        object lblOutdate: TLabel
          Left = 47
          Top = 53
          Width = 48
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Date'
        end
        object lblCode: TLabel
          Left = 321
          Top = 9
          Width = 78
          Height = 12
          Alignment = taRightJustify
          Caption = 'Material Code'
        end
        object lblName: TLabel
          Left = 320
          Top = 30
          Width = 78
          Height = 12
          Alignment = taRightJustify
          Caption = 'Material Name'
        end
        object lblRemarks: TLabel
          Left = 355
          Top = 164
          Width = 42
          Height = 12
          Alignment = taRightJustify
          Caption = 'Remarks'
        end
        object lblpaper: TLabel
          Left = 42
          Top = 9
          Width = 54
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Paper'
        end
        object btnMatQry: TSpeedButton
          Left = 577
          Top = 5
          Width = 24
          Height = 20
          Caption = '...'
          OnClick = btnMatQryClick
        end
        object lblOutType: TLabel
          Left = 646
          Top = 53
          Width = 48
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Type'
        end
        object lblRecieve: TLabel
          Left = 28
          Top = 31
          Width = 66
          Height = 12
          Alignment = taRightJustify
          Caption = 'Reveive Man'
        end
        object lblUType: TLabel
          Left = 490
          Top = 96
          Width = 60
          Height = 12
          Caption = 'Unit Name '
        end
        object lblOutGuage: TLabel
          Left = 326
          Top = 52
          Width = 72
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Guage ID'
        end
        object lblUnitPrice: TLabel
          Left = 338
          Top = 119
          Width = 60
          Height = 12
          Alignment = taRightJustify
          Caption = 'Unit Price'
        end
        object lblOutQuantity: TLabel
          Left = 326
          Top = 96
          Width = 72
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Quantity'
        end
        object lblOutAmount: TLabel
          Left = 489
          Top = 121
          Width = 60
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Amount'
        end
        object lblTPrice: TLabel
          Left = 538
          Top = 120
          Width = 88
          Height = 16
          Alignment = taRightJustify
          Caption = '789,012,345'
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -12
          Font.Name = 'Fixedsys'
          Font.Style = []
          ParentFont = False
        end
        object lblMold: TLabel
          Left = 41
          Top = 76
          Width = 54
          Height = 12
          Alignment = taRightJustify
          Caption = 'Mold Code'
        end
        object lblPart: TLabel
          Left = 41
          Top = 98
          Width = 54
          Height = 12
          Alignment = taRightJustify
          Caption = 'Part Code'
        end
        object btnOutOrder: TSpeedButton
          Left = 603
          Top = 5
          Width = 24
          Height = 20
          Caption = '...'
          OnClick = btnOutOrderClick
        end
        object lblStockID: TLabel
          Left = 647
          Top = 9
          Width = 48
          Height = 12
          Alignment = taRightJustify
          Caption = 'Stock ID'
        end
        object lblOrderSerial: TLabel
          Left = 23
          Top = 163
          Width = 72
          Height = 12
          Alignment = taRightJustify
          Caption = 'Order Serial'
        end
        object lblInput: TLabel
          Left = 652
          Top = 75
          Width = 42
          Height = 12
          Alignment = taRightJustify
          Caption = 'Out Man'
        end
        object lblSuplier: TLabel
          Left = 652
          Top = 98
          Width = 42
          Height = 12
          Alignment = taRightJustify
          Caption = 'Suplier'
        end
        object lblMaker: TLabel
          Left = 664
          Top = 120
          Width = 30
          Height = 12
          Alignment = taRightJustify
          Caption = 'Maker'
        end
        object lblCurrQty: TLabel
          Left = 616
          Top = 96
          Width = 8
          Height = 16
          Alignment = taRightJustify
          Caption = '0'
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -12
          Font.Name = 'Fixedsys'
          Font.Style = []
          ParentFont = False
        end
        object lblIssPaper: TLabel
          Left = 629
          Top = 29
          Width = 66
          Height = 12
          Alignment = taRightJustify
          Caption = 'Issue Paper'
        end
        object lblSequalNo: TLabel
          Left = 40
          Top = 119
          Width = 54
          Height = 12
          Alignment = taRightJustify
          Caption = 'Sequal No'
        end
        object lblOrderCode: TLabel
          Left = 33
          Top = 140
          Width = 60
          Height = 12
          Alignment = taRightJustify
          Caption = 'Order Code'
        end
        object lblProcessCost: TLabel
          Left = 324
          Top = 140
          Width = 72
          Height = 12
          Alignment = taRightJustify
          Caption = 'Process Cost'
        end
        object Label1: TLabel
          Left = 348
          Top = 75
          Width = 48
          Height = 12
          Alignment = taRightJustify
          Caption = #21333#20215#26041#24335
        end
        object cbxMaker: TComboBox
          Left = 696
          Top = 115
          Width = 229
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          ItemHeight = 12
          TabOrder = 33
          OnChange = cbxMakerChange
          OnDropDown = cbxMakerDropDown
        end
        object cbxSuplier: TComboBox
          Left = 696
          Top = 93
          Width = 229
          Height = 20
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          ItemHeight = 12
          TabOrder = 31
          OnChange = cbxSuplierChange
          OnDropDown = cbxSuplierDropDown
        end
        object edtDate: TEdit
          Left = 96
          Top = 49
          Width = 73
          Height = 20
          ImeMode = imClose

⌨️ 快捷键说明

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