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

📄 faae.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmFaAe: TfrmFaAe
  Left = 113
  Top = 77
  Width = 583
  Height = 429
  Caption = '附属设备'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 361
    Width = 575
  end
  inherited CoolBar1: TCoolBar
    Width = 575
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 575
      end>
    inherited tbMainBar: TToolBar
      Width = 562
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel2: TFloatPanel [2]
    Left = 0
    Top = 39
    Width = 575
    Height = 30
    Align = alTop
    Color = 50331647
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 2
    object Label9: TLabel
      Left = 9
      Top = 7
      Width = 72
      Height = 12
      Caption = '主设备编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object labLgLocName: TLabel
      Left = 256
      Top = 7
      Width = 6
      Height = 11
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 256
      Top = 8
      Width = 72
      Height = 12
      Caption = '主设备名称:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seFaAePFadnName: TSDEdit
      Left = 329
      Top = 4
      Width = 143
      Height = 18
      Ctl3D = False
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seFaAePFadn: TSDEdit
      Left = 78
      Top = 3
      Width = 137
      Height = 18
      Ctl3D = False
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 305
    Top = 69
    Width = 270
    Height = 292
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label17: TLabel
      Left = 16
      Top = 90
      Width = 54
      Height = 12
      Caption = '备   注:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 15
      Top = 32
      Width = 84
      Height = 12
      Caption = '附属设备编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 15
      Top = 62
      Width = 84
      Height = 12
      Caption = '附属设备名称:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seFaAeCodeName: TSDEdit
      Left = 98
      Top = 56
      Width = 122
      Height = 18
      Ctl3D = False
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object memFaAeDesc: TMemo
      Left = 16
      Top = 107
      Width = 216
      Height = 77
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'memFaAeDesc')
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 2
    end
    object seFaAeCode: TSDEdit
      Left = 98
      Top = 26
      Width = 122
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      OnKeyDown = seFaAeCodeKeyDown
      OnButtonClick = seFaAeCodeButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
  end
  object sgFaAe: TSDGrid [4]
    Left = 0
    Top = 69
    Width = 305
    Height = 292
    Align = alLeft
    Color = 50331647
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 4
    OnClick = sgFaAeClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '事故单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '设备编码'
        ColumnWidth = 0
      end>
    ColWidths = (
      9
      141
      148)
  end
  inherited MainMenu1: TMainMenu
    Left = 122
    Top = 147
  end
end

⌨️ 快捷键说明

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