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

📄 invhistory.dfm

📁 文件包含程序源原文件
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Width = 47
          Height = 13
          Alignment = taRightJustify
          Caption = 'Paper NO'
        end
        object lblGuage: TLabel
          Left = 16
          Top = 120
          Width = 70
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'I/O Guage'
        end
        object lblUseTPrice: TLabel
          Left = 484
          Top = 53
          Width = 65
          Height = 13
          AutoSize = False
          Caption = 'Use Amount'
        end
        object lblUseAmount: TLabel
          Left = 536
          Top = 53
          Width = 60
          Height = 13
          Alignment = taRightJustify
          Caption = '789,012,345'
        end
        object lblUseGuage: TLabel
          Left = 325
          Top = 30
          Width = 66
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Use Guage'
        end
        object lblUseQuantity: TLabel
          Left = 318
          Top = 52
          Width = 73
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Use Quantity'
        end
        object lblUType: TLabel
          Left = 207
          Top = 169
          Width = 53
          Height = 13
          Caption = 'Unit Name '
        end
        object lblPart: TLabel
          Left = 328
          Top = 145
          Width = 63
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Part Code'
        end
        object lblMold: TLabel
          Left = 328
          Top = 121
          Width = 63
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Mold Code'
        end
        object lblOrderSerial: TLabel
          Left = 324
          Top = 76
          Width = 67
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Order Serial'
        end
        object lblMaker: TLabel
          Left = 328
          Top = 191
          Width = 63
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Maker'
        end
        object lblSuplier: TLabel
          Left = 320
          Top = 168
          Width = 71
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Suplier'
        end
        object lblOutType: TLabel
          Left = 589
          Top = 29
          Width = 80
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Manager Type'
        end
        object lblReceive: TLabel
          Left = 599
          Top = 52
          Width = 71
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Receive Man'
        end
        object lblInput: TLabel
          Left = 610
          Top = 76
          Width = 59
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Input Man'
        end
        object lblRemarks: TLabel
          Left = 616
          Top = 167
          Width = 53
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Remarks'
        end
        object lblIssPaper: TLabel
          Left = 602
          Top = 123
          Width = 67
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Issue Paper'
        end
        object lblmakerPrice: TLabel
          Left = 3
          Top = 189
          Width = 83
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Process Cost'
        end
        object lblOrderCode: TLabel
          Left = 324
          Top = 100
          Width = 67
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Order Code'
        end
        object lblSequalNo: TLabel
          Left = 528
          Top = 144
          Width = 141
          Height = 13
          Alignment = taRightJustify
          AutoSize = False
          Caption = 'Sequal No'
        end
        object edtDate: TEdit
          Left = 88
          Top = 49
          Width = 69
          Height = 21
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 10
          TabOrder = 0
          Text = '1999/12/12'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = edtDateKeyDown
        end
        object edtCode: TEdit
          Left = 88
          Top = 72
          Width = 233
          Height = 21
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 30
          TabOrder = 1
          Text = '123456789012345678901234567890'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtName: TEdit
          Left = 88
          Top = 95
          Width = 233
          Height = 21
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 2
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtUPrice: TEx2NumEdit
          Left = 88
          Top = 141
          Width = 116
          Height = 21
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 3
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
          CanNegative = False
          FixDecimal = 2
          Value = 12345678.12
        end
        object edtQuantity: TEx2NumEdit
          Left = 88
          Top = 164
          Width = 116
          Height = 20
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          ParentFont = False
          TabOrder = 4
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
          CanNegative = False
          FixDecimal = 2
          Value = 12345678.1
        end
        object edtInvoiceNo: TEdit
          Left = 670
          Top = 95
          Width = 153
          Height = 21
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          MaxLength = 20
          TabOrder = 5
          Text = '4567890'
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtStkID: TEdit
          Left = 88
          Top = 26
          Width = 41
          Height = 21
          CharCase = ecUpperCase
          ImeMode = imClose
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 6
          OnChange = ControlChange
          OnEnter = ControlEnter
          OnExit = ControlExit
          OnKeyDown = ControlKeyDown
        end
        object edtStkName: TEdit
          Left = 129
          Top = 26
          Width = 192
          Height = 21
          ImeMode = imClose

⌨️ 快捷键说明

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