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

📄 lr.dfm

📁 科思ERP部分源码及控件
💻 DFM
字号:
inherited frmLr: TfrmLr
  Left = 152
  Top = 67
  Width = 589
  Height = 463
  Caption = '离职原因'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 395
    Width = 581
  end
  inherited CoolBar1: TCoolBar
    Width = 581
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 581
      end>
    inherited tbMainBar: TToolBar
      Width = 568
    end
  end
  object sgLr: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 305
    Height = 356
    Align = alLeft
    Color = clWhite
    ColCount = 2
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 3
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgLrClick
    SelectColor = clNavy
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '原因代码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '原因名称'
        ColumnWidth = 0
      end>
    ColWidths = (
      96
      153)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 305
    Top = 39
    Width = 276
    Height = 356
    Align = alClient
    Color = clWhite
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 14
      Top = 22
      Width = 60
      Height = 12
      Caption = '原因代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 14
      Top = 60
      Width = 60
      Height = 12
      Caption = '原因说明:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seLrCode: TSDEdit
      Left = 73
      Top = 16
      Width = 164
      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
      Text = 'seLrCode'
      OnKeyDown = seLrCodeKeyDown
      SplitSymbol = ' | '
    end
    object memLrDesc: TMemo
      Left = 72
      Top = 59
      Width = 182
      Height = 45
      Ctl3D = False
      Lines.Strings = (
        'memLrDesc')
      ParentCtl3D = False
      TabOrder = 1
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 70
    Top = 163
  end
  inherited ImageList1: TImageList
    Left = 70
    Top = 163
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 70
    Top = 163
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 70
    Top = 163
  end
end

⌨️ 快捷键说明

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