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

📄 ywyeditunit.dfm

📁 一个用delphi 开发的商场销售系统 涵盖很多功能
💻 DFM
字号:
object YWYEditForm: TYWYEditForm
  Left = 303
  Top = 211
  Width = 368
  Height = 287
  Caption = 'YWYEditForm'
  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 = 360
    Height = 260
    Align = alClient
    BevelOuter = bvNone
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Panel_button: TPanel
      Left = 0
      Top = 211
      Width = 360
      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 = 202
      ParentColor = True
      TabOrder = 1
      object Label1: TLabel
        Left = 14
        Top = 14
        Width = 36
        Height = 13
        Caption = #22995#21517#65306
      end
      object Label2: TLabel
        Left = 14
        Top = 46
        Width = 36
        Height = 13
        Caption = #24037#21495#65306
      end
      object Label3: TLabel
        Left = 14
        Top = 79
        Width = 36
        Height = 13
        Caption = #24615#21035#65306
      end
      object Label5: TLabel
        Left = 14
        Top = 112
        Width = 36
        Height = 13
        Caption = #37096#38376#65306
      end
      object Label4: TLabel
        Left = 14
        Top = 145
        Width = 36
        Height = 13
        Caption = #23646#24615#65306
      end
      object Label6: TLabel
        Left = 14
        Top = 178
        Width = 36
        Height = 13
        Caption = #22791#27880#65306
      end
      object E_name: TEdit
        Left = 53
        Top = 11
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 0
        OnKeyDown = E_nameKeyDown
      end
      object E_id: TEdit
        Left = 53
        Top = 44
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 1
        OnExit = E_idExit
      end
      object E_sex: TEdit
        Left = 53
        Top = 77
        Width = 278
        Height = 21
        MaxLength = 2
        TabOrder = 2
        Text = #30007
        OnDblClick = E_sexDblClick
      end
      object E_department: TEdit
        Left = 53
        Top = 110
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 3
      end
      object cE_type: TEdit
        Left = 53
        Top = 143
        Width = 278
        Height = 21
        MaxLength = 20
        TabOrder = 4
      end
      object E_memo: TEdit
        Left = 53
        Top = 176
        Width = 278
        Height = 21
        MaxLength = 200
        TabOrder = 5
      end
      object C_type: TComboBox
        Left = 53
        Top = 143
        Width = 278
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 6
        Items.Strings = (
          #22312#32844
          #35843#32844
          #20572#32844)
      end
    end
  end
  object Query_data: TQuery
    DatabaseName = 'HWSHOPDATA'
    Left = 34
    Top = 221
  end
end

⌨️ 快捷键说明

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