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

📄 frmaudit.dfm

📁 详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...一个酒店管理系统VB+Access [学生学籍管理系统(VB+Acess).zip] - !这个是刚刚编的毕业设计,可能
💻 DFM
字号:
object frmAuditReview: TfrmAuditReview
  Left = 191
  Top = 107
  Width = 550
  Height = 418
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSizeToolWin
  Caption = 'Audit Review'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object bClose: TBitBtn
    Left = 445
    Top = 352
    Width = 75
    Height = 25
    Caption = '&Close'
    TabOrder = 0
    NumGlyphs = 2
  end
  object bPrevious: TBitBtn
    Left = 8
    Top = 352
    Width = 75
    Height = 25
    Caption = '&Previous'
    Enabled = False
    TabOrder = 1
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000120B0000120B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333333333333333333333333333333333333333333333
      3333333333333FF3333333333333003333333333333F77F33333333333009033
      333333333F7737F333333333009990333333333F773337FFFFFF330099999000
      00003F773333377777770099999999999990773FF33333FFFFF7330099999000
      000033773FF33777777733330099903333333333773FF7F33333333333009033
      33333333337737F3333333333333003333333333333377333333333333333333
      3333333333333333333333333333333333333333333333333333333333333333
      3333333333333333333333333333333333333333333333333333}
    NumGlyphs = 2
  end
  object bNext: TBitBtn
    Left = 96
    Top = 352
    Width = 75
    Height = 25
    Caption = '&Next'
    TabOrder = 2
    OnClick = bNextClick
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000120B0000120B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333333333333333333333333333333333333333333333
      3333333333333333333333333333333333333333333FF3333333333333003333
      3333333333773FF3333333333309003333333333337F773FF333333333099900
      33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
      99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
      33333333337F3F77333333333309003333333333337F77333333333333003333
      3333333333773333333333333333333333333333333333333333333333333333
      3333333333333333333333333333333333333333333333333333}
    NumGlyphs = 2
  end
  object PageControl1: TPageControl
    Left = 2
    Top = 2
    Width = 519
    Height = 345
    ActivePage = tsAudit
    TabOrder = 3
    object tsAudit: TTabSheet
      Caption = 'Audit Property'
      object mParams: TMemo
        Left = 0
        Top = 121
        Width = 511
        Height = 112
        TabStop = False
        Align = alTop
        Color = clHighlightText
        ReadOnly = True
        ScrollBars = ssBoth
        TabOrder = 0
        WantTabs = True
        WordWrap = False
      end
      object mSQL: TMemo
        Left = 0
        Top = 233
        Width = 511
        Height = 84
        TabStop = False
        Align = alClient
        Color = clHighlightText
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 1
        WantTabs = True
      end
      object gbAuditDetails: TGroupBox
        Left = 0
        Top = 0
        Width = 511
        Height = 121
        Align = alTop
        Caption = 'Audit Details'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        object Label1: TLabel
          Left = 16
          Top = 32
          Width = 58
          Height = 13
          Caption = 'Date && Time'
        end
        object Label2: TLabel
          Left = 16
          Top = 56
          Width = 51
          Height = 13
          Caption = 'Audit Type'
        end
        object Label3: TLabel
          Left = 16
          Top = 80
          Width = 48
          Height = 13
          Caption = 'Username'
        end
        object Label4: TLabel
          Left = 251
          Top = 80
          Width = 41
          Height = 13
          Caption = 'Location'
        end
        object Label5: TLabel
          Left = 251
          Top = 32
          Width = 67
          Height = 13
          Caption = 'Request Type'
        end
        object Label6: TLabel
          Left = 251
          Top = 56
          Width = 77
          Height = 13
          Caption = 'Request Handle'
        end
        object eDateTime: TEdit
          Left = 83
          Top = 32
          Width = 158
          Height = 21
          TabStop = False
          Color = clInactiveCaptionText
          ReadOnly = True
          TabOrder = 0
        end
        object eAuditType: TEdit
          Left = 83
          Top = 56
          Width = 158
          Height = 21
          TabStop = False
          Color = clInactiveCaptionText
          ReadOnly = True
          TabOrder = 1
        end
        object eUsername: TEdit
          Left = 83
          Top = 80
          Width = 158
          Height = 21
          TabStop = False
          Color = clInactiveCaptionText
          ReadOnly = True
          TabOrder = 2
        end
        object eLocation: TEdit
          Left = 332
          Top = 80
          Width = 173
          Height = 21
          TabStop = False
          Color = clInactiveCaptionText
          ReadOnly = True
          TabOrder = 3
        end
        object eRequestType: TEdit
          Left = 332
          Top = 32
          Width = 173
          Height = 21
          TabStop = False
          Color = clInactiveCaptionText
          ReadOnly = True
          TabOrder = 4
        end
        object eRequestHandle: TEdit
          Left = 332
          Top = 56
          Width = 173
          Height = 21
          TabStop = False
          Color = clInactiveCaptionText
          ReadOnly = True
          TabOrder = 5
        end
      end
    end
  end
end

⌨️ 快捷键说明

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