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

📄 facs.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmFacs: TfrmFacs
  Left = 61
  Top = 44
  Width = 562
  Height = 374
  Caption = '卡片样式'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 306
    Width = 554
  end
  inherited CoolBar1: TCoolBar
    Width = 554
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 554
      end>
    inherited tbMainBar: TToolBar
      Width = 541
    end
  end
  object sgFacs: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 289
    Height = 267
    Align = alLeft
    Color = 50331647
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgFacsClick
    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
      103
      172)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 289
    Top = 39
    Width = 265
    Height = 267
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel4'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 27
      Top = 33
      Width = 60
      Height = 12
      Caption = '式样代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 27
      Top = 67
      Width = 60
      Height = 12
      Caption = '式样名称:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 27
      Top = 100
      Width = 60
      Height = 12
      Caption = '式样路径:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 27
      Top = 134
      Width = 36
      Height = 12
      Caption = '备注:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seFacsCode: TSDEdit
      Left = 85
      Top = 27
      Width = 114
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seFacsCode'
      OnKeyDown = seFacsCodeKeyDown
      SplitSymbol = ' | '
    end
    object seFacsPath: TSDEdit
      Left = 85
      Top = 94
      Width = 116
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seFacsPath'
      SplitSymbol = ' | '
    end
    object seFacsName: TSDEdit
      Left = 85
      Top = 61
      Width = 115
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seFacsName'
      SplitSymbol = ' | '
    end
    object memFacsDesc: TMemo
      Left = 28
      Top = 148
      Width = 194
      Height = 60
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'memFacsDesc')
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 3
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 498
    Top = 75
  end
  inherited ImageList1: TImageList
    Left = 473
    Top = 50
  end
end

⌨️ 快捷键说明

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