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

📄 goodsedunit.dfm

📁 简单的进销存系统,包含登陆等界面,内容丰富,各种技巧,适合初学者
💻 DFM
字号:
object GoodsEdForm: TGoodsEdForm
  Left = 247
  Top = 169
  BorderStyle = bsSingle
  Caption = #21830#21697#20449#24687
  ClientHeight = 312
  ClientWidth = 386
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PanelBkGnd: TPanel
    Left = 0
    Top = 0
    Width = 386
    Height = 312
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Color = clInactiveCaptionText
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Panel_button: TPanel
      Left = 0
      Top = 240
      Width = 382
      Height = 68
      Align = alBottom
      BevelOuter = bvNone
      ParentColor = True
      TabOrder = 0
      object Bevel_button: TBevel
        Left = 7
        Top = 1
        Width = 356
        Height = 2
      end
      object OKBtn: TButton
        Left = 140
        Top = 22
        Width = 74
        Height = 27
        Cursor = crHandPoint
        Caption = #20445#23384'[&S]'
        TabOrder = 0
        OnClick = OKBtnClick
      end
      object CancelBtn: TButton
        Left = 231
        Top = 22
        Width = 74
        Height = 27
        Cursor = crHandPoint
        Caption = #21462#28040'[&C]'
        TabOrder = 1
        OnClick = CancelBtnClick
      end
    end
    object FlatPanel_edit: TPanel
      Left = 12
      Top = 6
      Width = 346
      Height = 219
      ParentColor = True
      TabOrder = 1
      object Label1: TLabel
        Left = 14
        Top = 14
        Width = 36
        Height = 13
        Caption = #21697#21517#65306
      end
      object Label2: TLabel
        Left = 14
        Top = 46
        Width = 36
        Height = 13
        Caption = #22411#21495#65306
      end
      object Label3: TLabel
        Left = 14
        Top = 79
        Width = 36
        Height = 13
        Caption = #32534#21495#65306
      end
      object Label5: TLabel
        Left = 14
        Top = 146
        Width = 36
        Height = 13
        Caption = #21333#20215#65306
      end
      object Label4: TLabel
        Left = 14
        Top = 179
        Width = 36
        Height = 13
        Caption = #25552#25104#65306
      end
      object Label7: TLabel
        Left = 14
        Top = 112
        Width = 36
        Height = 13
        Caption = #21333#20301#65306
      end
      object E_NAME: TEdit
        Left = 64
        Top = 8
        Width = 241
        Height = 21
        TabOrder = 0
      end
      object E_type: TEdit
        Left = 64
        Top = 40
        Width = 241
        Height = 21
        TabOrder = 1
      end
      object E_ID: TEdit
        Left = 64
        Top = 80
        Width = 241
        Height = 21
        TabOrder = 2
      end
      object E_unit: TEdit
        Left = 64
        Top = 112
        Width = 241
        Height = 21
        TabOrder = 3
      end
      object E_price: TEdit
        Left = 64
        Top = 144
        Width = 241
        Height = 21
        TabOrder = 4
      end
      object E_sellprice: TEdit
        Left = 64
        Top = 176
        Width = 241
        Height = 21
        TabOrder = 5
      end
    end
  end
  object ADOQuery_data: TADOQuery
    Parameters = <>
    Left = 8
    Top = 280
  end
  object ADOCommand_data: TADOCommand
    Parameters = <>
    Left = 40
    Top = 280
  end
  object ADOQuery_temp: TADOQuery
    Parameters = <>
    Left = 72
    Top = 280
  end
end

⌨️ 快捷键说明

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