complaint.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 487 行

DFM
487
字号
inherited frmComplaint: TfrmComplaint
  Left = 9
  Top = 31
  Width = 788
  Height = 545
  Caption = '客户投诉受理单'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 477
    Width = 780
  end
  inherited CoolBar1: TCoolBar
    Width = 780
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 780
      end>
    inherited tbMainBar: TToolBar
      Width = 767
      inherited tbGenrate: TToolButton
        Visible = False
      end
      inherited tbCheck: TToolButton
        Visible = True
      end
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 388
    Top = 39
    Width = 392
    Height = 438
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 21
      Top = 21
      Width = 36
      Height = 12
      Caption = '单号:'
    end
    object Label2: TLabel
      Left = 21
      Top = 48
      Width = 60
      Height = 12
      Caption = '客户编号:'
    end
    object Label3: TLabel
      Left = 21
      Top = 76
      Width = 48
      Height = 12
      Caption = '联系人:'
    end
    object Label4: TLabel
      Left = 21
      Top = 103
      Width = 48
      Height = 12
      Caption = 'E_MAIL:'
    end
    object Label5: TLabel
      Left = 208
      Top = 73
      Width = 60
      Height = 12
      Caption = '联系电话:'
    end
    object Label6: TLabel
      Left = 19
      Top = 128
      Width = 60
      Height = 12
      Caption = '衣服型号:'
    end
    object Label7: TLabel
      Left = 19
      Top = 159
      Width = 48
      Height = 12
      Caption = '面料号:'
    end
    object Label8: TLabel
      Left = 214
      Top = 160
      Width = 36
      Height = 12
      Caption = '款型:'
    end
    object Label9: TLabel
      Left = 11
      Top = 189
      Width = 60
      Height = 12
      Caption = '购买时间:'
    end
    object Label10: TLabel
      Left = 11
      Top = 217
      Width = 72
      Height = 12
      Caption = '经销商名称:'
    end
    object Label11: TLabel
      Left = 11
      Top = 245
      Width = 60
      Height = 12
      Caption = '投诉原因:'
    end
    object Label12: TLabel
      Left = 8
      Top = 303
      Width = 60
      Height = 12
      Caption = '处理结果:'
    end
    object Label13: TLabel
      Left = 11
      Top = 406
      Width = 48
      Height = 12
      Caption = '受理人:'
    end
    object Label14: TLabel
      Left = 184
      Top = 408
      Width = 60
      Height = 12
      Caption = '受理日期:'
    end
    object Label15: TLabel
      Left = 11
      Top = 359
      Width = 60
      Height = 12
      Caption = '反馈结果:'
    end
    object Label16: TLabel
      Left = 188
      Top = 189
      Width = 60
      Height = 12
      Caption = '部门签认:'
    end
    object seComplaintCode: TSDEdit
      Left = 89
      Top = 9
      Width = 190
      Height = 20
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seComplaintCode'
      SplitSymbol = ' | '
    end
    object seComplaintLinkTel: TSDEdit
      Left = 276
      Top = 67
      Width = 89
      Height = 20
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seComplaintGoods: TSDEdit
      Left = 89
      Top = 126
      Width = 280
      Height = 20
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seComplaintGoods'
      OnExit = seComplaintGoodsExit
      OnButtonClick = seComplaintGoodsButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object deComplaintBuyDate: TDateEdit
      Left = 89
      Top = 184
      Width = 87
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      DefaultToday = True
      CDate = '2003-04-23'
      InitDate = '2003-04-23'
      ModalResult = 0
      TabOrder = 3
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object meComplaintRr: TMemo
      Left = 90
      Top = 239
      Width = 274
      Height = 50
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        ' ')
      ParentCtl3D = False
      TabOrder = 4
    end
    object meComplaintResult: TMemo
      Left = 90
      Top = 297
      Width = 276
      Height = 45
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        ' ')
      ParentCtl3D = False
      TabOrder = 5
    end
    object seComplaintAppellater: TSDEdit
      Left = 69
      Top = 399
      Width = 84
      Height = 20
      Ctl3D = False
      Enabled = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 6
      SplitSymbol = ' | '
    end
    object deComplaintDate: TDateEdit
      Left = 246
      Top = 403
      Width = 90
      Height = 17
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      DefaultToday = True
      CDate = '2003-04-23'
      InitDate = '2003-04-23'
      ModalResult = 0
      Enabled = False
      TabOrder = 7
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object meComplaintFeedback: TMemo
      Left = 90
      Top = 353
      Width = 278
      Height = 43
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        ' ')
      ParentCtl3D = False
      TabOrder = 8
    end
    object scComplaintDeptCheck: TSDComboBox
      Left = 255
      Top = 183
      Width = 106
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      Enabled = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 9
      KeyItem = cbItem2
    end
    object seComplaintLinkMan: TSDEdit
      Left = 89
      Top = 67
      Width = 108
      Height = 20
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 10
      Text = 'seComplaintLinkMan'
      SplitSymbol = ' | '
    end
    object scComplainteMail: TSDEdit
      Left = 88
      Top = 96
      Width = 185
      Height = 20
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 11
      Text = 'scComplainteMail'
      SplitSymbol = ' | '
    end
    object scComplaintClient: TSDComboBox
      Left = 89
      Top = 38
      Width = 192
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 12
      Text = 'scComplaintClient'
      KeyItem = cbItem2
    end
    object seComplaintDealer: TSDEdit
      Left = 89
      Top = 213
      Width = 275
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 13
      Text = 'seComplaintDealer'
      SplitSymbol = ' | '
    end
    object scComplaintCloth: TSDComboBox
      Left = 91
      Top = 156
      Width = 104
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 14
      Text = 'scComplaintCloth'
      KeyItem = cbItem2
    end
    object scComplaintStyle: TSDComboBox
      Left = 254
      Top = 155
      Width = 108
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 15
      Text = 'scComplaintStyle'
      KeyItem = cbItem2
    end
  end
  object sgComplaint: TSDGrid [3]
    Left = 0
    Top = 39
    Width = 388
    Height = 438
    Align = alLeft
    Color = 50331647
    ColCount = 8
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgComplaintClick
    EvenGridColor = 50331647
    OddGridColor = 15725041
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '客户编号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '衣服型号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '面料号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '款号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '受理人'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '受理日期'
        ColumnWidth = 0
      end>
    ColWidths = (
      7
      36
      71
      52
      47
      52
      48
      65)
  end
  inherited MainMenu1: TMainMenu
    Left = 85
    Top = 244
  end
  inherited ImageList1: TImageList
    Left = 23
    Top = 245
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 77
    Top = 302
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 19
    Top = 301
  end
  inherited SaveDataDlg: TSaveDialog
    Left = 150
    Top = 245
  end
end

⌨️ 快捷键说明

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