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

📄 inv_consistency.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
object Frm_Inv_Consistency: TFrm_Inv_Consistency
  Left = 188
  Top = 155
  Width = 524
  Height = 347
  BOrderIcons = [biSystemMenu, biMinimize]
  Caption = '数据完整性校验'
  Color = clBtnFace
  Font.ChArset = DEFAULT_CHArSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 288
    Top = 0
    Width = 1
    Height = 270
    Cursor = crHSplit
    Align = alNone
    Beveled = True
    ResizeStyle = rsUpdate
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 289
    Height = 270
    Caption = '检查状态'
    TabOrder = 3
    object REdt_Detail: TRichEdit
      Left = 2
      Top = 15
      Width = 285
      Height = 253
      Align = alClient
      Font.ChArset = GB2312_CHArSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      ScrollBars = ssHorizontal
      TabOrder = 0
    end
  end
  object BitBtn1: TBitBtn
    Left = 274
    Top = 282
    Width = 75
    Height = 25
    Caption = '(&B) 开始'
    Default = True
    TabOrder = 0
    OnClick = BitBtn1Click
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 429
    Top = 282
    Width = 75
    Height = 25
    Caption = '(&C) 关闭'
    TabOrder = 1
    OnClick = BitBtn2Click
    NumGlyphs = 2
  end
  object BitBtn4: TBitBtn
    Left = 352
    Top = 282
    Width = 75
    Height = 25
    Cancel = True
    Caption = '(&L) 查看详情'
    TabOrder = 2
    OnClick = BitBtn4Click
    NumGlyphs = 2
  end
  object GroupBox2: TGroupBox
    Left = 292
    Top = -1
    Width = 221
    Height = 271
    Caption = '错误列表'
    TabOrder = 4
    object LB_Err: TListBox
      Left = 2
      Top = 15
      Width = 217
      Height = 254
      Align = alClient
      ItemHeight = 13
      TabOrder = 0
      OnDblClick = BitBtn4Click
    end
  end
  object AdoQry_Main: TAdoQuery
    Parameters = <>
    Left = 112
    Top = 64
  end
end

⌨️ 快捷键说明

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