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

📄 depoteditunit.dfm

📁 简单的进销存系统,包含登陆等界面,内容丰富,各种技巧,适合初学者
💻 DFM
字号:
object DepotEditForm: TDepotEditForm
  Left = 291
  Top = 280
  Width = 381
  Height = 310
  Caption = 'DepotEditForm'
  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
  PixelsPerInch = 96
  TextHeight = 13
  object PanelBkGnd: TPanel
    Left = 0
    Top = 0
    Width = 373
    Height = 283
    Align = alClient
    BevelOuter = bvNone
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Panel_button: TPanel
      Left = 0
      Top = 234
      Width = 373
      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 = 8
      Width = 346
      Height = 217
      ParentColor = True
      TabOrder = 1
      object LB_Name: TLabel
        Left = 14
        Top = 30
        Width = 36
        Height = 13
        Caption = #21517#31216#65306
      end
      object LB_ID: TLabel
        Left = 14
        Top = 78
        Width = 36
        Height = 13
        Caption = #32534#21495#65306
      end
      object LB_Memo: TLabel
        Left = 14
        Top = 120
        Width = 36
        Height = 13
        Caption = #22791#27880#65306
      end
      object E_Name: TDBEdit
        Left = 56
        Top = 24
        Width = 273
        Height = 21
        DataField = 'name'
        DataSource = DepotInfoForm.DataSource1
        TabOrder = 0
      end
      object E_ID: TDBEdit
        Left = 56
        Top = 72
        Width = 273
        Height = 21
        DataField = 'id'
        DataSource = DepotInfoForm.DataSource1
        TabOrder = 1
      end
      object E_memo: TDBEdit
        Left = 56
        Top = 115
        Width = 273
        Height = 21
        DataField = 'memo'
        DataSource = DepotInfoForm.DataSource1
        TabOrder = 2
      end
    end
  end
  object ADOQuery_data: TADOQuery
    Parameters = <>
    Left = 48
    Top = 240
  end
end

⌨️ 快捷键说明

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