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

📄 unitghx.dfm

📁 这是一个很好的超市管理系统
💻 DFM
字号:
object FrmGHX: TFrmGHX
  Left = 58
  Top = 88
  Width = 572
  Height = 443
  Caption = #20379#36135#21830#20449#24687#30331#35760
  Color = clSkyBlue
  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 = 120
    Width = 561
    Height = 239
    Caption = 'Panel1'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 0
      Top = 0
      Width = 561
      Height = 236
      DataSource = DM.dsGHX
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clBlue
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'ven_id'
          Title.Caption = #20379#36135#21830#32534#21495
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'ven_name'
          Title.Caption = #20379#36135#21830#21517#31216
          Width = 200
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'ven_address'
          Title.Caption = #20379#24212#21830#22320#22336
          Width = 200
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'ven_prod_name'
          Title.Caption = #21830#21697#21517#31216
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'ven_telephone'
          Title.Caption = #32852#31995#30005#35805
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'memo'
          Title.Caption = #22791#27880
          Width = 400
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 561
    Height = 121
    Caption = 'Panel2'
    Color = clSkyBlue
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 75
      Height = 13
      Caption = #20379#24212#21830#21517#31216#65306' '
    end
    object Label2: TLabel
      Left = 240
      Top = 16
      Width = 60
      Height = 13
      Caption = #21830#21697#21517#31216#65306
    end
    object Label3: TLabel
      Left = 24
      Top = 48
      Width = 63
      Height = 13
      Caption = #32852#31995#30005#35805#65306' '
    end
    object Label4: TLabel
      Left = 240
      Top = 48
      Width = 36
      Height = 13
      Caption = #22320#22336#65306
    end
    object Label5: TLabel
      Left = 24
      Top = 80
      Width = 36
      Height = 13
      Caption = #22791#27880#65306
    end
    object DBEdit1: TDBEdit
      Left = 104
      Top = 16
      Width = 121
      Height = 21
      BorderStyle = bsNone
      DataField = 'ven_name'
      DataSource = DM.dsGHX
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 304
      Top = 16
      Width = 121
      Height = 21
      BorderStyle = bsNone
      DataField = 'ven_prod_name'
      DataSource = DM.dsGHX
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 104
      Top = 48
      Width = 121
      Height = 21
      BorderStyle = bsNone
      DataField = 'ven_telephone'
      DataSource = DM.dsGHX
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 304
      Top = 48
      Width = 225
      Height = 21
      BorderStyle = bsNone
      DataField = 'ven_address'
      DataSource = DM.dsGHX
      TabOrder = 3
    end
    object DBEdit5: TDBEdit
      Left = 72
      Top = 80
      Width = 465
      Height = 21
      BorderStyle = bsNone
      DataField = 'memo'
      DataSource = DM.dsGHX
      TabOrder = 4
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 360
    Width = 561
    Height = 56
    Caption = 'Panel3'
    Color = clSkyBlue
    TabOrder = 2
    object BitBtn1: TBitBtn
      Left = 32
      Top = 24
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 120
      Top = 24
      Width = 75
      Height = 25
      Caption = #32534#36753
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 208
      Top = 24
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 296
      Top = 24
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 3
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 384
      Top = 24
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = BitBtn5Click
    end
    object BitBtn6: TBitBtn
      Left = 472
      Top = 24
      Width = 75
      Height = 25
      Caption = #36864#20986
      ModalResult = 1
      TabOrder = 5
      OnClick = BitBtn6Click
    end
  end
end

⌨️ 快捷键说明

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