ssd.dfm

来自「科思ERP部分源码及控件」· DFM 代码 · 共 303 行

DFM
303
字号
inherited frmSsd: TfrmSsd
  Left = 79
  Top = 115
  Width = 680
  Height = 459
  Caption = '客户结算方式'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 391
    Width = 672
  end
  inherited CoolBar1: TCoolBar
    Width = 672
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 672
      end>
    inherited tbMainBar: TToolBar
      Width = 659
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object sgSsd: TSDGrid [2]
    Left = 0
    Top = 71
    Width = 327
    Height = 320
    Align = alLeft
    Color = clWhite
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgSsdClick
    EvenGridColor = 15659257
    OddGridColor = clWhite
    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 = 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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '主币种'
        ColumnWidth = 0
      end>
    ColWidths = (
      7
      52
      110
      110
      42)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 327
    Top = 71
    Width = 345
    Height = 320
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label3: TLabel
      Left = 13
      Top = 15
      Width = 36
      Height = 12
      Caption = '币种:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 13
      Top = 43
      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 = 13
      Top = 70
      Width = 60
      Height = 12
      Caption = '银行帐号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 13
      Top = 98
      Width = 60
      Height = 12
      Caption = '结算方式:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seSsdBankName: TSDEdit
      Left = 102
      Top = 36
      Width = 150
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 20
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 2
      Text = 'seSsdBankName'
      SplitSymbol = ' | '
    end
    object seSsdBankNo: TSDEdit
      Left = 102
      Top = 65
      Width = 150
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 30
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 3
      Text = 'seSsdBankNo'
      SplitSymbol = ' | '
    end
    object cbSsdCurrencyCode: TSDComboBox
      Left = 102
      Top = 7
      Width = 150
      Height = 20
      Style = csDropDownList
      Color = clWhite
      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 chkSsdPrimary: TCheckBox
      Left = 262
      Top = 11
      Width = 64
      Height = 17
      Caption = '主币种'
      TabOrder = 1
    end
    object scSsdSettelMode: TSDComboBox
      Left = 102
      Top = 94
      Width = 193
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 4
      KeyItem = cbItem2
    end
    object chkSsdDefSettleMode: TCheckBox
      Left = 16
      Top = 124
      Width = 124
      Height = 17
      Caption = '设置缺省结算方式'
      TabOrder = 5
    end
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 672
    Height = 32
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label2: TLabel
      Left = 18
      Top = 7
      Width = 58
      Height = 12
      AutoSize = False
      Caption = '客户代码:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object cbSsdClientCode: TSDComboBox
      Left = 92
      Top = 4
      Width = 213
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      OnClick = cbSsdClientCodeClick
      KeyItem = cbItem2
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 383
    Top = 38
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 454
    Top = 39
  end
end

⌨️ 快捷键说明

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