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

📄 ustoragecheck.dfm

📁 天涯進銷存系統
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      object SumDBEdit: TDBEdit
        Left = 536
        Top = 2
        Width = 86
        Height = 14
        BorderStyle = bsNone
        Color = 16251903
        DataField = 'TOTALSUM'
        DataSource = BillBodyDs
        ReadOnly = True
        TabOrder = 7
        OnKeyDown = SumDBEditKeyDown
      end
      object DBEdit1: TDBEdit
        Left = 411
        Top = 2
        Width = 51
        Height = 14
        BorderStyle = bsNone
        Color = 16251903
        DataField = 'CHECKQRY'
        DataSource = BillBodyDs
        ReadOnly = True
        TabOrder = 8
        OnKeyDown = DBEdit1KeyDown
      end
      object CheckMemoDBEdit: TDBEdit
        Left = 624
        Top = 2
        Width = 121
        Height = 14
        BorderStyle = bsNone
        Color = clWhite
        DataField = 'MEMO'
        DataSource = BillBodyDs
        TabOrder = 9
        OnKeyDown = CheckMemoDBEditKeyDown
      end
      object DBCheckBox1: TDBCheckBox
        Left = 747
        Top = 1
        Width = 29
        Height = 15
        DataField = 'ISCHECK'
        DataSource = BillBodyDs
        ReadOnly = True
        TabOrder = 10
        ValueChecked = 'True'
        ValueUnchecked = 'False'
      end
    end
  end
  object Panel4: TPanel
    Left = 8
    Top = 96
    Width = 780
    Height = 16
    BevelOuter = bvNone
    Color = 14581072
    TabOrder = 4
    object Label4: TLabel
      Left = 2
      Top = 2
      Width = 48
      Height = 12
      Caption = #21830#21697#32534#21495
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label7: TLabel
      Left = 257
      Top = 2
      Width = 24
      Height = 12
      Caption = #21333#20301
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label8: TLabel
      Left = 358
      Top = 2
      Width = 48
      Height = 12
      Caption = #23454#30424#25968#37327
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label9: TLabel
      Left = 460
      Top = 2
      Width = 48
      Height = 12
      Caption = #25104#26412#21333#20215
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label19: TLabel
      Left = 535
      Top = 2
      Width = 24
      Height = 12
      Caption = #37329#39069
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label20: TLabel
      Left = 105
      Top = 2
      Width = 48
      Height = 12
      Caption = #21517#31216#35268#26684
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label24: TLabel
      Left = 285
      Top = 2
      Width = 24
      Height = 12
      Caption = #20179#20301
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label5: TLabel
      Left = 410
      Top = 2
      Width = 48
      Height = 12
      Caption = #30408#20111#25968#37327
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label6: TLabel
      Left = 623
      Top = 2
      Width = 48
      Height = 12
      Caption = #30408#20111#21407#22240
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Label10: TLabel
      Left = 745
      Top = 3
      Width = 12
      Height = 12
      Caption = #30424
      Font.Charset = GB2312_CHARSET
      Font.Color = clWhite
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
  end
  object MemoDBEdit: TLBDBEdit
    Left = 72
    Top = 402
    Width = 698
    Height = 18
    ParentColor = True
    Color = clWhite
    TabOrder = 5
    Text = 'MemoDBEdit'
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    DataField = 'MEMO'
    DataSource = BillHandDs
  end
  object LBDBScrollBar1: TLBDBScrollBar
    Left = 769
    Top = 95
    Width = 19
    Height = 325
    Color = 16774127
    LineColor = clBackground
    DownFontColor = clBlack
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'Marlett'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 6
    DataSource = BillBodyData
  end
  object SaveButton: TLBButton
    Left = 656
    Top = 454
    Width = 62
    Height = 19
    Cursor = crHandPoint
    Caption = #20445#23384'(&S)'
    TabOrder = 7
    OnClick = Action8Execute
  end
  object CancelButton: TLBButton
    Left = 727
    Top = 454
    Width = 62
    Height = 19
    Cursor = crHandPoint
    Caption = #21462#28040'(&C)'
    TabOrder = 8
    OnClick = Action9Execute
  end
  object OpenView: TPanel
    Left = 248
    Top = 184
    Width = 265
    Height = 46
    Caption = #27491#22312#25171#24320#25968#25454#65292#35831#31245#21518'...'
    Color = 16774127
    TabOrder = 9
    Visible = False
    object Image1: TImage
      Left = 8
      Top = 8
      Width = 32
      Height = 32
      AutoSize = True
      Picture.Data = {
        055449636F6E0000010008001010100000000000280100008600000010100000
        0000000068050000AE0100001818100000000000E80100001607000018180000
        00000000C8060000FE0800002020100000000000E8020000C60F000020200000
        00000000A8080000AE120000303010000000000068060000561B000030300000
        00000000A80E0000BE2100002800000010000000200000000100040000000000
        C000000000000000000000000000000000000000000000000000000000800000
        0080800080000000800080008080000080808000C0C0C0000000FF0000000000
        00FFFF00FF000000FF00FF00FFFF0000FFFFFF0010001111111111110C840111
        1111111146C84011111111114E6C84011111111114E6C84011111111114E6C77
        000001111114E4808EEE80111111470EEEEEE8011111178EEEEEEE80111117EE
        EFEEEEE0111117EEEEEFEEE0111117EEFEFEFEE01111178EEFFFEE801111117E
        FEFEFE01111111178FEF871111111111777771118FFF601107FF111103FF8E8E
        01FF860180FF1111C007EEEEE003E601F0011111F800EEEEF8008E60F8001111
        F800EEFEF800E860FC011111FE03EEEEFF07EE60280000001000000020000000
        0100080000000000400100000000000000000000000000000000000000000000
        FFFFFF00787599008380A3007F7AA5006C666E00D698DA00A087A00083407900
        A3578F00D78EB200636162008A536D00B47290009F657D00A36B7D00B97C8C00
        C88B9B00C0949B00A88387009D696D00996666009D6A6A00A16E6E00A5727200
        9B6B6B00A3717100A97676009F6F6F00A6767600B4818100825D5D00B6838300
        B8858500B5838300785757009E737300805D5D0083606000C18E8E00B2838300
        C7949400C6939300CB989800C9969600B0878700B5929200614F4F00C7A4A400
        756161006C5C5C00A6A4A40074737300B6B5B500B17F7E00BE8B8A00A7757200
        A3726F00AD7C7900BC898600AF807B00AA7C7700BB8F8A00C99A9400CC9E9700
        BB928A00D1A49A00C2918300B68D8000D4A49300C4988500C39B8A00D5B4A400
        DEAF9100CAA58E00DAB39B00E1BBA300D0AC9300C8A79100E7B79500F1BF9600
        EAC3A000E3C9B100FFCE9B00FFD19E00FFD2A000F8D1A500E0C4A600FFD4A100
        FFD5A200FFD6A300FBD3A300FFD8A900FFD9AA00F7D3A700F5D2A900EBCDA800
        D7C1A800FFD7A400FFD9A600F9D5A500FFDAAB00FFDDB000FFDBA800FFDCA900
        FFDDAA00FFDDAC00FFE1B500FFDEAB00FFDFAC00FFE0AD00FFE3B700FFE5BD00
        FFE1AE00FFE2AF00FFE3B000FFE4B600FFE5B800EED6AE00FFE8BE00FFE4B100
        FFE5B200FFE6B300FFEAC200FFF1D600FFE7B400FFE8B500FFE8B700FFE9BA00
        FFEECA00FFF0D100FFEAB700FFEBB800FFEBBA00FBE8B800FFECBD00FFECBF00
        FFEEC300F4E4BC00FFEEC600ECE0C300FFECB900FFEDBA00FFEEBF00FFF2CD00
        FDF6E200FFEEBB00FFEFBC00FFF1C400FFF2CA00FFF0BD00FFF1BE00FFF5D400
        FFFAE800FFFDF600FFF2BF00FFF3C000FFF4C700FFF7D800FFFDF500FFF4C100

⌨️ 快捷键说明

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