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

📄 addgoods.dfm

📁 餐饮管理源代码 使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为WorkData
💻 DFM
字号:
object frmAddGoods: TfrmAddGoods
  Left = 235
  Top = 139
  BorderStyle = bsDialog
  Caption = #21830#21697#36827#36135'...'
  ClientHeight = 259
  ClientWidth = 503
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 272
    Top = 208
    Width = 75
    Height = 25
    Caption = #24405'  '#20837
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 400
    Top = 208
    Width = 75
    Height = 25
    Caption = #20851'  '#38381
    ModalResult = 2
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 248
    Top = 8
    Width = 249
    Height = 177
    Caption = #22635#20889#36827#36135#20449#24687
    TabOrder = 2
    object Label1: TLabel
      Left = 40
      Top = 32
      Width = 48
      Height = 13
      Caption = #21830#21697#32534#21495
    end
    object Label3: TLabel
      Left = 64
      Top = 65
      Width = 24
      Height = 13
      Caption = #21333#20215
    end
    object Label4: TLabel
      Left = 64
      Top = 132
      Width = 24
      Height = 13
      Caption = #23384#36135
    end
    object Label8: TLabel
      Left = 40
      Top = 100
      Width = 48
      Height = 13
      Caption = #36827#36135#25968#37327
    end
    object stock: TLabel
      Left = 112
      Top = 132
      Width = 3
      Height = 13
    end
    object TLabel
      Left = 200
      Top = 65
      Width = 36
      Height = 13
      Caption = #65288#20803#65289
    end
    object number: TEdit
      Left = 112
      Top = 96
      Width = 81
      Height = 21
      TabOrder = 0
    end
    object articleId: TEdit
      Left = 112
      Top = 28
      Width = 81
      Height = 21
      TabOrder = 1
    end
    object price: TEdit
      Left = 112
      Top = 61
      Width = 81
      Height = 21
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 8
    Width = 233
    Height = 233
    Caption = #21442#29031#20449#24687
    TabOrder = 3
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 217
      Height = 209
      Color = clBtnShadow
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #21830#21697#32534#21495
          Width = 71
          Visible = True
        end
        item
          Expanded = False
          FieldName = #21830#21697#21517#31216
          Width = 113
          Visible = True
        end>
    end
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'WorkData'
    TableName = 'goods.db'
    Left = 248
    Top = 112
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 248
    Top = 80
  end
end

⌨️ 快捷键说明

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