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

📄 report_topbmp.dfm

📁 这是一个学生管理系统
💻 DFM
字号:
object Frm_Report_TopBmp: TFrm_Report_TopBmp
  Left = 329
  Top = 124
  Width = 471
  Height = 306
  Caption = '页头图形徽标设置…'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 12
    Top = 13
    Width = 252
    Height = 12
    Caption = '下面这幅图画将同比例显示在相应报表的上方:'
  end
  object BitBtn_Help: TBitBtn
    Left = 13
    Top = 242
    Width = 79
    Height = 25
    Caption = '帮助(&H)'
    TabOrder = 0
    Kind = bkHelp
  end
  object RadioGroup_Aliment: TRadioGroup
    Left = 12
    Top = 179
    Width = 241
    Height = 48
    Caption = '在报表顶部的位置(&P)'
    Columns = 3
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '居左(&L)'
      '居中(&M)'
      '居右(&R)')
    ParentFont = False
    TabOrder = 1
  end
  object RadioGroup_DownLine: TRadioGroup
    Left = 263
    Top = 179
    Width = 190
    Height = 48
    Caption = '底部打印分栏线(&L)'
    Columns = 3
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '是(&Y)'
      '否(&N)    ')
    ParentFont = False
    TabOrder = 2
  end
  object BitBtn_Close: TBitBtn
    Left = 279
    Top = 242
    Width = 79
    Height = 25
    Caption = '确定'
    TabOrder = 3
    Kind = bkOK
  end
  object BitBtn_Load: TBitBtn
    Left = 382
    Top = 28
    Width = 72
    Height = 25
    Caption = '载入(&L)'
    TabOrder = 4
    OnClick = BitBtn_LoadClick
  end
  object BitBtn_Save: TBitBtn
    Left = 382
    Top = 58
    Width = 72
    Height = 25
    Caption = '另存(&S)'
    TabOrder = 5
    OnClick = BitBtn_SaveClick
  end
  object BitBtn_Clear: TBitBtn
    Left = 382
    Top = 89
    Width = 72
    Height = 25
    Caption = '清除(&X)'
    TabOrder = 6
    OnClick = BitBtn_ClearClick
  end
  object ScrollBox1: TScrollBox
    Left = 12
    Top = 29
    Width = 359
    Height = 121
    Color = clGray
    ParentColor = False
    TabOrder = 7
    object Image_SRep: TImage
      Left = 0
      Top = 0
      Width = 354
      Height = 116
      AutoSize = True
      PopupMenu = PopupMenu_Image
      OnDblClick = BitBtn_LoadClick
    end
  end
  object BitBtn1: TBitBtn
    Left = 374
    Top = 242
    Width = 79
    Height = 25
    Caption = '取消'
    TabOrder = 8
    Kind = bkCancel
  end
  object Edit_Path: TEdit
    Left = 12
    Top = 152
    Width = 359
    Height = 20
    Color = clBtnFace
    TabOrder = 9
  end
  object Button1: TButton
    Left = 382
    Top = 123
    Width = 73
    Height = 25
    Caption = '设为默认(&D)'
    TabOrder = 10
    OnClick = Button1Click
  end
  object OpenDialog: TOpenDialog
    DefaultExt = 'Rep'
    Filter = '图形文件(*.Bmp)|*.Bmp'
    InitialDir = 'C:\My Documents'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoReadOnlyReturn, ofEnableSizing]
    Title = '载入一个已有的公司信息徽标'
    Left = 178
    Top = 73
  end
  object SaveDialog: TSaveDialog
    DefaultExt = 'Rep'
    Filter = '图形文件(*.Bmp)|*.Bmp'
    InitialDir = 'C:\My Documents'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofCreatePrompt, ofEnableSizing]
    Title = '公司信息徽标另存为…'
    Left = 206
    Top = 73
  end
  object PopupMenu_Image: TPopupMenu
    Left = 235
    Top = 74
    object L1: TMenuItem
      Caption = '载入图画(&L)…'
      OnClick = BitBtn_LoadClick
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object S1: TMenuItem
      Caption = '图画另存为(&S)…'
      OnClick = BitBtn_SaveClick
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object X1: TMenuItem
      Caption = '清除图画(&X)'
      OnClick = BitBtn_ClearClick
    end
  end
end

⌨️ 快捷键说明

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