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

📄 navarrow.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmNavArrow: TfrmNavArrow
  Left = 136
  Top = 124
  Width = 560
  Height = 440
  Caption = '模块导航箭头'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 372
    Width = 552
  end
  inherited CoolBar1: TCoolBar
    Width = 552
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 552
      end>
    inherited tbMainBar: TToolBar
      Width = 539
    end
  end
  object FloatPanel2: TFloatPanel [2]
    Left = 0
    Top = 39
    Width = 552
    Height = 29
    Align = alTop
    Color = 16441822
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 2
    object Label6: TLabel
      Left = 14
      Top = 7
      Width = 42
      Height = 12
      Caption = '模块ID:'
    end
    object scNavArrowModule: TSDComboBox
      Left = 56
      Top = 1
      Width = 236
      Height = 20
      TabStop = False
      Style = csDropDownList
      Color = 16441822
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      OnClick = scNavArrowModuleClick
      KeyItem = cbItem2
    end
  end
  object sgNavArrow: TSDGrid [3]
    Left = 0
    Top = 68
    Width = 281
    Height = 304
    Align = alLeft
    Color = 16441822
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 21
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgNavArrowClick
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '代码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '线型'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '方向'
        ColumnWidth = 0
      end>
    ColWidths = (
      119
      83
      71)
  end
  object FloatPanel1: TFloatPanel [4]
    Left = 281
    Top = 68
    Width = 271
    Height = 304
    Align = alClient
    Color = 16441822
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 4
    object Label1: TLabel
      Left = 7
      Top = 35
      Width = 54
      Height = 12
      Caption = '箭头线型:'
    end
    object Label2: TLabel
      Left = 7
      Top = 14
      Width = 30
      Height = 12
      Caption = '代码:'
    end
    object Label3: TLabel
      Left = 7
      Top = 142
      Width = 42
      Height = 12
      Caption = '坐标X2:'
    end
    object Label4: TLabel
      Left = 7
      Top = 99
      Width = 42
      Height = 12
      Caption = '坐标X1:'
    end
    object Label5: TLabel
      Left = 7
      Top = 121
      Width = 42
      Height = 12
      Caption = '坐标Y1:'
    end
    object Label7: TLabel
      Left = 7
      Top = 164
      Width = 42
      Height = 12
      Caption = '坐标Y2:'
    end
    object Label8: TLabel
      Left = 7
      Top = 185
      Width = 54
      Height = 12
      Caption = '坐标角度:'
    end
    object Label9: TLabel
      Left = 7
      Top = 207
      Width = 30
      Height = 12
      Caption = '颜色:'
    end
    object Label10: TLabel
      Left = 7
      Top = 57
      Width = 54
      Height = 12
      Caption = '箭头方向:'
    end
    object Label11: TLabel
      Left = 7
      Top = 78
      Width = 42
      Height = 12
      Caption = '箭头3D:'
    end
    object seNavArrowCode: TSDEdit
      Left = 60
      Top = 9
      Width = 160
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seNavArrowCode'
      SplitSymbol = ' | '
    end
    object scNavArrowStyle: TSDComboBox
      Left = 60
      Top = 27
      Width = 160
      Height = 20
      Style = csDropDownList
      Color = 16441822
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      Items.Strings = (
        '1-存储'
        '2-在制'
        '3-待检'
        '4-待发'
        '5-在途'
        '6-维修'
        '7-次品'
        '8-废品'
        '9-待处理')
      KeyItem = cbItem2
    end
    object seNavArrowX1: TSDEdit
      Left = 59
      Top = 92
      Width = 119
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seNavArrowY1: TSDEdit
      Left = 59
      Top = 114
      Width = 119
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seNavArrowX2: TSDEdit
      Left = 59
      Top = 135
      Width = 119
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seNavArrowY2: TSDEdit
      Left = 59
      Top = 157
      Width = 119
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seNavArrowAngle: TSDEdit
      Left = 59
      Top = 178
      Width = 119
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 6
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seNavArrowColor: TSDEdit
      Left = 59
      Top = 200
      Width = 187
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 7
      Text = 'seNavArrowColor'
      SplitSymbol = ' | '
    end
    object scNavArrowDir: TSDComboBox
      Left = 60
      Top = 47
      Width = 160
      Height = 20
      Style = csDropDownList
      Color = 16441822
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 8
      Items.Strings = (
        '1-存储'
        '2-在制'
        '3-待检'
        '4-待发'
        '5-在途'
        '6-维修'
        '7-次品'
        '8-废品'
        '9-待处理')
      KeyItem = cbItem2
    end
    object scNavArrow3D: TSDComboBox
      Left = 60
      Top = 67
      Width = 160
      Height = 20
      Style = csDropDownList
      Color = 16441822
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 9
      Items.Strings = (
        '1-存储'
        '2-在制'
        '3-待检'
        '4-待发'
        '5-在途'
        '6-维修'
        '7-次品'
        '8-废品'
        '9-待处理')
      KeyItem = cbItem2
    end
    object GroupBox1: TGroupBox
      Left = 8
      Top = 224
      Width = 184
      Height = 40
      Caption = '可视标志'
      TabOrder = 10
      object rbNavArrowVisible1: TRadioButton
        Left = 12
        Top = 16
        Width = 54
        Height = 17
        Caption = '可视'
        Checked = True
        TabOrder = 0
        TabStop = True
      end
      object rbNavArrowVisible2: TRadioButton
        Left = 82
        Top = 16
        Width = 54
        Height = 17
        Caption = '不可视'
        TabOrder = 1
      end
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 94
    Top = 139
  end
  inherited ImageList1: TImageList
    Left = 133
    Top = 138
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 323
    Top = 319
  end
end

⌨️ 快捷键说明

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