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

📄 goodseditunit.dfm

📁 企业经营管理系统开发-商品销售管理系统,包括销售流程的前台和后台.
💻 DFM
字号:
object GoodsEditForm: TGoodsEditForm
  Left = 282
  Top = 205
  Width = 394
  Height = 346
  Caption = 'GoodsEditForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PanelBkGnd: TPanel
    Left = 0
    Top = 0
    Width = 386
    Height = 319
    Align = alClient
    BevelOuter = bvNone
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Panel_button: TPanel
      Left = 0
      Top = 270
      Width = 386
      Height = 49
      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 = 124
        Top = 14
        Width = 74
        Height = 27
        Cursor = crHandPoint
        Caption = #20445#23384'[&S]'
        TabOrder = 0
        OnClick = OKBtnClick
      end
      object CancelBtn: TButton
        Left = 207
        Top = 14
        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 = 243
      ParentColor = True
      TabOrder = 1
      object Label1: TLabel
        Left = 14
        Top = 14
        Width = 42
        Height = 13
        Caption = #21697#21517#65306
      end
      object Label2: TLabel
        Left = 14
        Top = 46
        Width = 42
        Height = 13
        Caption = #22411#21495#65306
      end
      object Label3: TLabel
        Left = 14
        Top = 79
        Width = 42
        Height = 13
        Caption = #32534#21495#65306
      end
      object Label5: TLabel
        Left = 14
        Top = 146
        Width = 42
        Height = 13
        Caption = #21333#20215#65306
      end
      object Label4: TLabel
        Left = 14
        Top = 179
        Width = 42
        Height = 13
        Caption = #25552#25104#65306
      end
      object Label6: TLabel
        Left = 14
        Top = 212
        Width = 42
        Height = 13
        Caption = #22791#27880#65306
      end
      object Label7: TLabel
        Left = 14
        Top = 112
        Width = 42
        Height = 13
        Caption = #21333#20301#65306
      end
      object E_type: TEdit
        Left = 53
        Top = 44
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 1
      end
      object E_ID: TEdit
        Left = 53
        Top = 77
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 2
      end
      object E_price: TEdit
        Left = 53
        Top = 144
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 4
        OnKeyPress = E_priceKeyPress
      end
      object E_sellprice: TEdit
        Left = 53
        Top = 177
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 5
      end
      object E_memo: TEdit
        Left = 53
        Top = 210
        Width = 278
        Height = 21
        MaxLength = 200
        TabOrder = 6
      end
      object E_unit: TEdit
        Left = 53
        Top = 110
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 3
      end
      object E_NAME: TComboBox
        Left = 53
        Top = 11
        Width = 278
        Height = 20
        Color = 15658734
        DropDownCount = 30
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ItemHeight = 12
        ParentFont = False
        TabOrder = 0
        OnKeyDown = E_NAMEKeyDown
      end
    end
  end
  object Query_data: TQuery
    DatabaseName = 'HWSHOPDATA'
    Left = 18
    Top = 277
  end
end

⌨️ 快捷键说明

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