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

📄 customer.dfm

📁 某公司资料管理系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
      TabOrder = 7
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditCountry: TDBEdit
      Left = 384
      Top = 170
      Width = 122
      Height = 21
      DataField = 'Country'
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditState: TDBEdit
      Left = 385
      Top = 145
      Width = 306
      Height = 21
      DataField = 'State'
      DataSource = MastData.CustomerSource
      TabOrder = 5
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditCity: TDBEdit
      Left = 384
      Top = 121
      Width = 307
      Height = 21
      DataField = 'City'
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditCompany: TDBEdit
      Left = 384
      Top = 33
      Width = 307
      Height = 21
      DataField = 'Company'
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditCustNo: TDBEdit
      Left = 385
      Top = 10
      Width = 121
      Height = 21
      DataField = 'CustomerNo'
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditMainCurrency: TDBEdit
      Left = 585
      Top = 194
      Width = 105
      Height = 21
      DataField = 'MainCurrency'
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 14
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditMethod: TDBEdit
      Left = 585
      Top = 218
      Width = 105
      Height = 21
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 15
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditPayterm: TDBEdit
      Left = 585
      Top = 242
      Width = 105
      Height = 21
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 16
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditNet: TDBEdit
      Left = 585
      Top = 266
      Width = 105
      Height = 21
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 17
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 299
      Height = 347
      Align = alLeft
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 18
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'CustomerNo'
          Title.Caption = #23458#25143#32534#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Company'
          Title.Caption = #23458#25143#21517#31216
          Width = 208
          Visible = True
        end>
    end
    object DBEditDescription: TDBEdit
      Left = 385
      Top = 55
      Width = 306
      Height = 21
      DataField = 'Description'
      DataSource = MastData.CustomerSource
      TabOrder = 2
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBMemoAddress: TDBMemo
      Left = 385
      Top = 80
      Width = 306
      Height = 36
      DataField = 'Address'
      DataSource = MastData.CustomerSource
      TabOrder = 3
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditZip: TDBEdit
      Left = 585
      Top = 170
      Width = 106
      Height = 21
      DataField = 'Zip'
      DataSource = MastData.CustomerSource
      TabOrder = 13
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBEditTelephone2: TDBEdit
      Left = 385
      Top = 245
      Width = 121
      Height = 21
      DataField = 'Telephone2'
      DataSource = MastData.CustomerSource
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 9
      OnKeyPress = DBEditCustNoKeyPress
    end
    object DBCheckBox1: TDBCheckBox
      Left = 560
      Top = 10
      Width = 136
      Height = 17
      Caption = #24403#21069#20449#24687#26377#25928'('#8730')'
      DataField = 'Valid'
      DataSource = MastData.CustomerSource
      TabOrder = 19
      ValueChecked = 'Y'
      ValueUnchecked = 'N'
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 722
    Height = 51
    Align = alTop
    TabOrder = 1
    object Label15: TLabel
      Left = 240
      Top = 15
      Width = 128
      Height = 21
      Caption = #23458' '#25143' '#20449' '#24687
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 402
    Width = 722
    Height = 46
    Align = alBottom
    TabOrder = 2
    object DBNavigator1: TDBNavigator
      Left = 26
      Top = 10
      Width = 340
      Height = 26
      DataSource = MastData.CustomerSource
      TabOrder = 0
    end
    object BitBtnClose: TBitBtn
      Left = 585
      Top = 11
      Width = 66
      Height = 25
      Caption = #36820#22238
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      Kind = bkClose
    end
    object BitBtn2: TBitBtn
      Left = 395
      Top = 11
      Width = 65
      Height = 25
      Caption = #25171#21360
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn2Click
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000130B0000130B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
        00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
        8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
        8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
        8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
        03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
        03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
        33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
        33333337FFFF7733333333300000033333333337777773333333}
      NumGlyphs = 2
    end
    object BitBtn3: TBitBtn
      Left = 480
      Top = 11
      Width = 65
      Height = 25
      Caption = #39044#35272
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = BitBtn3Click
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        0400000000000001000000000000000000001000000010000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
        FFF07F3FF3FF3FFF3FF70F00F00F000F00F07F773773777377370FFFFFFFFFFF
        FFF07F3FF3FF33FFFFF70F00F00FF00000F07F773773377777F70FEEEEEFF0F9
        FCF07F33333337F7F7F70FFFFFFFF0F9FCF07F3FFFF337F737F70F0000FFF0FF
        FCF07F7777F337F337370F0000FFF0FFFFF07F777733373333370FFFFFFFFFFF
        FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
        C880733777777777733700000000000000007777777777777777333333333333
        3333333333333333333333333333333333333333333333333333}
      NumGlyphs = 2
    end
  end
end

⌨️ 快捷键说明

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