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

📄 addpurchaser.~dfm

📁 delphi制作的图书管理系统
💻 ~DFM
字号:
object FrmAddPurchaser: TFrmAddPurchaser
  Left = 380
  Top = 75
  Width = 373
  Height = 390
  Caption = #28155#21152#37319#36141#21592
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object GrpBoxPurchaseInfo: TGroupBox
    Left = 24
    Top = 4
    Width = 231
    Height = 121
    Caption = #37319#36141#21592#20449#24687
    TabOrder = 5
    object LblID: TLabel
      Left = 24
      Top = 37
      Width = 60
      Height = 12
      Caption = #37319#36141#21592#32534#21495
    end
    object LblName: TLabel
      Left = 23
      Top = 75
      Width = 60
      Height = 12
      Caption = #37319#36141#21592#22995#21517
    end
    object EdtID: TEdit
      Left = 90
      Top = 32
      Width = 69
      Height = 18
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
    end
    object EdtName: TEdit
      Left = 91
      Top = 70
      Width = 80
      Height = 18
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 1
    end
  end
  object DBGridPurInfo: TDBGrid
    Left = 25
    Top = 138
    Width = 296
    Height = 209
    Ctl3D = True
    DataSource = DM.AddPurhcaserDSource
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ParentCtl3D = False
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'PurchaserID'
        Title.Caption = #37319#36141#21592#32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'PurchaserName'
        Title.Caption = #37319#36141#21592#22995#21517
        Visible = True
      end>
  end
  object BtnEdt: TButton
    Left = 273
    Top = 45
    Width = 75
    Height = 23
    Caption = #32534#36753
    TabOrder = 0
    OnClick = BtnEdtClick
  end
  object BtnEdit: TButton
    Left = 273
    Top = 12
    Width = 75
    Height = 25
    Caption = #26032#22686
    TabOrder = 2
    OnClick = BtnEditClick
  end
  object BtnDelete: TButton
    Left = 274
    Top = 75
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = BtnDeleteClick
  end
  object BtnExit: TButton
    Left = 274
    Top = 106
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = BtnExitClick
  end
end

⌨️ 快捷键说明

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