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

📄 parameter.dfm

📁 科思ERP部分源码及控件
💻 DFM
字号:
inherited frmParameter: TfrmParameter
  Left = 1
  Top = 140
  Width = 631
  Height = 442
  Caption = '参数维护'
  DefaultMonitor = dmDesktop
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 371
    Width = 623
  end
  inherited CoolBar1: TCoolBar
    Width = 623
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 623
      end>
    inherited tbMainBar: TToolBar
      Width = 610
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 329
    Top = 39
    Width = 294
    Height = 332
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label2: TLabel
      Left = 24
      Top = 66
      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 = 24
      Top = 93
      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 = 24
      Top = 19
      Width = 60
      Height = 12
      Caption = '上级编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 24
      Top = 135
      Width = 60
      Height = 12
      Caption = '参数类型:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object lbParaUpperCode: TLabel
      Left = 80
      Top = 18
      Width = 24
      Height = 12
      Caption = 'Null'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 24
      Top = 42
      Width = 60
      Height = 12
      Caption = '本级编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seParaName: TSDEdit
      Left = 80
      Top = 58
      Width = 183
      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 = 1
      Text = 'seParaName'
      SplitSymbol = ' | '
    end
    object seParaItem: TSDEdit
      Left = 80
      Top = 36
      Width = 181
      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 = 'seParaItem'
      SplitSymbol = ' | '
    end
    object scParaType: TSDComboBox
      Left = 81
      Top = 131
      Width = 110
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 3
      KeyItem = cbItem2
    end
    object GroupBox1: TGroupBox
      Left = 24
      Top = 157
      Width = 243
      Height = 155
      Caption = '参数的值'
      Color = 50331647
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = False
      ParentFont = False
      TabOrder = 4
      object Label9: TLabel
        Left = 4
        Top = 19
        Width = 72
        Height = 12
        Caption = '参数值类型:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label8: TLabel
        Left = 16
        Top = 44
        Width = 60
        Height = 12
        Caption = '参数的值:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label10: TLabel
        Left = 4
        Top = 68
        Width = 72
        Height = 12
        Caption = '参数值描述:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object scParaValueType: TSDComboBox
        Left = 75
        Top = 12
        Width = 106
        Height = 20
        Style = csDropDownList
        Color = 50331647
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 0
        KeyItem = cbItem2
      end
      object seParaValue: TSDEdit
        Left = 76
        Top = 39
        Width = 143
        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 = 1
        Text = 'seParaValue'
        SplitSymbol = ' | '
      end
      object memParaValueDesc: TMemo
        Left = 8
        Top = 85
        Width = 225
        Height = 60
        Color = 50331647
        Ctl3D = False
        Lines.Strings = (
          'memParaDesc')
        ParentCtl3D = False
        TabOrder = 2
      end
    end
    object memParaDesc: TMemo
      Left = 80
      Top = 84
      Width = 181
      Height = 44
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memParaDesc')
      ParentCtl3D = False
      TabOrder = 2
    end
  end
  object Panel1: TPanel [3]
    Left = 0
    Top = 39
    Width = 329
    Height = 332
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 3
    object tvParameter: TTreeView
      Left = 1
      Top = 1
      Width = 327
      Height = 330
      Align = alClient
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Indent = 19
      ParentCtl3D = False
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
      OnChange = tvParameterChange
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 242
    Top = 107
  end
  inherited RecPrintDlg: TPrintDialog
    Top = 47
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Top = 39
  end
end

⌨️ 快捷键说明

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