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

📄 unitdhr.~dfm

📁 这是一个很好的超市管理系统
💻 ~DFM
字号:
object FrmDHR: TFrmDHR
  Left = 192
  Top = 107
  Width = 546
  Height = 375
  Caption = #35746#36135#20154#20449#24687#30331#35760
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 537
    Height = 145
    Caption = 'Panel1'
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 8
      Width = 84
      Height = 13
      Caption = #35746#36135#20154#22995#21517#65306#12288
    end
    object Label2: TLabel
      Left = 16
      Top = 40
      Width = 84
      Height = 13
      Caption = #36523#20221#35777#21495#30721#65306#12288
    end
    object Label3: TLabel
      Left = 312
      Top = 8
      Width = 48
      Height = 13
      Caption = #24615#21035#65306#12288
    end
    object Label4: TLabel
      Left = 24
      Top = 72
      Width = 72
      Height = 13
      Caption = #32852#31995#22320#22336#65306#12288
    end
    object Label5: TLabel
      Left = 24
      Top = 104
      Width = 72
      Height = 13
      Caption = #32852#31995#30005#35805#65306#12288
    end
    object DBEdit1: TDBEdit
      Left = 104
      Top = 8
      Width = 121
      Height = 21
      DataField = 'order_person_name'
      DataSource = DM.dsDHR
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 352
      Top = 8
      Width = 121
      Height = 21
      DataField = 'order_person_sex'
      DataSource = DM.dsDHR
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 104
      Top = 40
      Width = 369
      Height = 21
      DataField = 'order_person_idcard'
      DataSource = DM.dsDHR
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 104
      Top = 72
      Width = 369
      Height = 21
      DataField = 'address'
      DataSource = DM.dsDHR
      TabOrder = 3
    end
    object DBEdit5: TDBEdit
      Left = 104
      Top = 104
      Width = 369
      Height = 21
      DataField = 'tel'
      DataSource = DM.dsDHR
      TabOrder = 4
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 146
    Width = 537
    Height = 201
    Caption = 'Panel2'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 0
      Top = 0
      Width = 537
      Height = 137
      DataSource = DM.dsDHR
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'order_person_name'
          Title.Caption = #35746#36135#20154#22995#21517
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'order_person_sex'
          Title.Caption = #24615#21035
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'order_person_idcard'
          Title.Caption = #36523#20221#35777#21495#30721
          Width = 150
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'address'
          Title.Caption = #32852#31995#22320#22336
          Width = 200
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'tel'
          Title.Caption = #32852#31995#30005#35805
          Width = 200
          Visible = True
        end>
    end
    object BitBtn1: TBitBtn
      Left = 8
      Top = 160
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 96
      Top = 160
      Width = 75
      Height = 25
      Caption = #32534#36753
      TabOrder = 2
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 184
      Top = 160
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 3
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 272
      Top = 160
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 4
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 360
      Top = 160
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 5
      OnClick = BitBtn5Click
    end
    object BitBtn6: TBitBtn
      Left = 448
      Top = 160
      Width = 75
      Height = 25
      Caption = #36864#20986
      ModalResult = 1
      TabOrder = 6
      OnClick = BitBtn6Click
    end
  end
end

⌨️ 快捷键说明

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