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

📄 account.dfm

📁 飞恒进销存(超市批发)管理系统V5.1(含源程序) 语言:Delphi 6/7 相关控件:FastReport 2.4以上, Ehlib 3.4以上 1.数据库为fhe2db_V51.da
💻 DFM
字号:
object AccountForm: TAccountForm
  Left = 303
  Top = 259
  BorderStyle = bsDialog
  Caption = #36873#25321#24080#22871
  ClientHeight = 254
  ClientWidth = 434
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object btbDel: TBitBtn
    Left = 355
    Top = 217
    Width = 71
    Height = 27
    Caption = #21024#38500#24080#22871
    Enabled = False
    TabOrder = 3
  end
  object btbAdd: TBitBtn
    Left = 277
    Top = 217
    Width = 71
    Height = 27
    Caption = #26032#24314#24080#22871
    Enabled = False
    TabOrder = 2
  end
  object btbOK: TBitBtn
    Left = 117
    Top = 217
    Width = 70
    Height = 27
    Caption = #36873#25321#24080#22871
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = btbOKClick
    NumGlyphs = 2
  end
  object btbExit: TBitBtn
    Left = 195
    Top = 217
    Width = 70
    Height = 27
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 1
    OnClick = btbExitClick
  end
  object btnChangeLink: TBitBtn
    Left = 4
    Top = 217
    Width = 71
    Height = 27
    Caption = #26356#25913#36830#25509
    Enabled = False
    TabOrder = 4
  end
  object Panel1: TPanel
    Left = 0
    Top = 49
    Width = 434
    Height = 157
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 5
    object grdAccount: TDBGridEh
      Left = 2
      Top = 2
      Width = 430
      Height = 153
      Align = alClient
      AutoFitColWidths = True
      BorderStyle = bsNone
      Ctl3D = True
      DataSource = DataE2.dsTmp
      EvenRowColor = clWindow
      FooterColor = clWindow
      FooterFont.Charset = GB2312_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -12
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      ImeName = #20116#31508#22411#30721
      OddRowColor = clWindow
      Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      TitleLines = 1
      VertScrollBar.VisibleMode = sbAlwaysShowEh
      Columns = <
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'AccSetName'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #24080#22871#21517#31216
          Width = 196
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'DBName'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #25968#25454#24211#21517#31216
          Width = 159
        end
        item
          Alignment = taCenter
          Checkboxes = True
          EditButtons = <>
          FieldName = 'IsPos'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #22791#20221#24080#22871
          Width = 56
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 434
    Height = 49
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 6
    object Shape1: TShape
      Left = 0
      Top = 0
      Width = 434
      Height = 49
      Align = alClient
      Pen.Color = clWindow
    end
    object Label1: TLabel
      Left = 108
      Top = 13
      Width = 210
      Height = 21
      Caption = #27426#36814#20351#29992#25105#20844#21496#36719#20214'!'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
  end
end

⌨️ 快捷键说明

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