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

📄 changegoods.dfm

📁 餐饮管理源代码 使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为WorkData
💻 DFM
字号:
object frmChangeGoods: TfrmChangeGoods
  Left = 195
  Top = 139
  BorderStyle = bsDialog
  Caption = #20462#25913#21830#21697#20449#24687
  ClientHeight = 266
  ClientWidth = 327
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 0
    Width = 313
    Height = 65
    Caption = #23450#20301#21830#21697
    TabOrder = 0
    object Label12: TLabel
      Left = 24
      Top = 24
      Width = 48
      Height = 13
      Caption = #21830#21697#32534#21495
    end
    object goodsId: TEdit
      Left = 80
      Top = 20
      Width = 105
      Height = 21
      TabOrder = 0
    end
    object Button3: TButton
      Left = 216
      Top = 20
      Width = 73
      Height = 21
      Caption = #39564#35777#36755#20837
      TabOrder = 1
      OnClick = Button3Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 72
    Width = 313
    Height = 153
    Caption = #21487#20462#25913#20449#24687
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 48
      Height = 13
      Caption = #21830#21697#21517#31216
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 48
      Height = 13
      Caption = #21830#21697#31867#22411
    end
    object Label5: TLabel
      Left = 169
      Top = 56
      Width = 24
      Height = 13
      Caption = #21333#20215
    end
    object Label3: TLabel
      Left = 40
      Top = 116
      Width = 24
      Height = 13
      Caption = #29992#36884
    end
    object Label9: TLabel
      Left = 41
      Top = 88
      Width = 24
      Height = 13
      Caption = #21333#20301
    end
    object Label7: TLabel
      Left = 169
      Top = 88
      Width = 24
      Height = 13
      Caption = #20135#22320
    end
    object Label4: TLabel
      Left = 264
      Top = 56
      Width = 36
      Height = 13
      Caption = #65288#20803#65289
    end
    object goodsName: TEdit
      Left = 72
      Top = 20
      Width = 97
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object goodsType: TEdit
      Left = 72
      Top = 51
      Width = 73
      Height = 21
      TabOrder = 1
    end
    object note: TEdit
      Left = 72
      Top = 112
      Width = 233
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object units: TEdit
      Left = 72
      Top = 84
      Width = 49
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object price: TEdit
      Left = 200
      Top = 52
      Width = 65
      Height = 21
      TabOrder = 4
    end
    object birthplace: TEdit
      Left = 200
      Top = 84
      Width = 97
      Height = 21
      TabOrder = 5
    end
  end
  object Button1: TButton
    Left = 160
    Top = 232
    Width = 75
    Height = 25
    Caption = #20462'  '#25913
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 232
    Width = 75
    Height = 25
    Caption = #20851'  '#38381
    ModalResult = 1
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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