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

📄 addfeeder.dfm

📁 可对供应商,顾客,商品,信息进行添加修改查询删除.可随时统计进货量和销售量,同时统计销售额和利润等.
💻 DFM
字号:
object AddFeederFrm: TAddFeederFrm
  Left = 162
  Top = 94
  Width = 481
  Height = 277
  Caption = #28155#21152#20379#24212#21830#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Feeder_GroupBox: TGroupBox
    Left = 5
    Top = 4
    Width = 465
    Height = 241
    Caption = #20379#24212#21830#20449#24687
    TabOrder = 0
    object CompanyName_Label: TLabel
      Left = 20
      Top = 28
      Width = 48
      Height = 13
      Caption = #20844#21496#21517#31216
    end
    object LinkMan_Label: TLabel
      Left = 20
      Top = 57
      Width = 60
      Height = 13
      Caption = #32852#31995#20154#22995#21517
    end
    object Address_Label: TLabel
      Left = 20
      Top = 86
      Width = 48
      Height = 13
      Caption = #32852#31995#22320#22336
    end
    object City_Label: TLabel
      Left = 20
      Top = 116
      Width = 48
      Height = 13
      Caption = #25152#22312#22478#24066
    end
    object Region_Label: TLabel
      Left = 20
      Top = 145
      Width = 48
      Height = 13
      Caption = #25152#22312#22320#21306
    end
    object ZipCode_Label: TLabel
      Left = 20
      Top = 174
      Width = 48
      Height = 13
      Caption = #37038#25919#32534#30721
    end
    object Tel_Label: TLabel
      Left = 20
      Top = 204
      Width = 48
      Height = 13
      Caption = #32852#31995#30005#35805
    end
    object Fax_Label: TLabel
      Left = 255
      Top = 27
      Width = 48
      Height = 13
      Caption = #20256#30495#21495#30721
    end
    object Homepage_Label: TLabel
      Left = 256
      Top = 59
      Width = 48
      Height = 13
      Caption = #20844#21496#20027#39029
    end
    object FeederRemark_GroupBox: TGroupBox
      Left = 257
      Top = 83
      Width = 193
      Height = 110
      Caption = #22791#27880#20449#24687
      TabOrder = 0
      object FeederRemark_Edit: TEdit
        Left = 8
        Top = 15
        Width = 177
        Height = 89
        Cursor = crIBeam
        AutoSize = False
        TabOrder = 0
      end
    end
    object CompanyName_Edit: TEdit
      Left = 94
      Top = 24
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 1
    end
    object LinkMan_Edit: TEdit
      Left = 94
      Top = 53
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 2
    end
    object Address_Edit: TEdit
      Left = 94
      Top = 82
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 3
    end
    object City_Edit: TEdit
      Left = 94
      Top = 112
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 4
    end
    object Region_Edit: TEdit
      Left = 94
      Top = 141
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 5
    end
    object ZipCode_Edit: TEdit
      Left = 94
      Top = 170
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 6
    end
    object Tel_Edit: TEdit
      Left = 94
      Top = 200
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 7
    end
    object Fax_Edit: TEdit
      Left = 326
      Top = 22
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 8
    end
    object Homepage_Edit: TEdit
      Left = 326
      Top = 54
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 9
    end
    object AddFeederOk_BitBtn: TBitBtn
      Left = 264
      Top = 205
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #28155#21152
      DragCursor = crHandPoint
      TabOrder = 10
      OnClick = AddFeederOk_BitBtnClick
      Kind = bkOK
    end
    object AddFeederReturn_BitBtn: TBitBtn
      Left = 368
      Top = 205
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #36820#22238
      DragCursor = crHandPoint
      TabOrder = 11
      OnClick = AddFeederReturn_BitBtnClick
      Kind = bkClose
    end
  end
  object AddFeeder_Table: TTable
    Active = True
    DatabaseName = 'venditiondatabase'
    TableName = 'Feeder'
    Left = 224
    Top = 24
  end
  object AddFeeder_Query: TQuery
    Active = True
    DatabaseName = 'venditiondatabase'
    SQL.Strings = (
      'select * from feeder')
    Left = 229
    Top = 68
  end
end

⌨️ 快捷键说明

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