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

📄 slxxzx.dfm

📁 售后服务系统优质的售后服务是企业生存和市场竞争的保障
💻 DFM
字号:
object SlxxZxForm: TSlxxZxForm
  Left = 205
  Top = 141
  Width = 520
  Height = 196
  Caption = '受理信息注销'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 497
    Height = 153
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 184
      Top = 27
      Width = 56
      Height = 14
      Caption = '注销备注'
    end
    object RadioGroup1: TRadioGroup
      Left = 16
      Top = 16
      Width = 137
      Height = 121
      Caption = '注销原因'
      ItemIndex = 0
      Items.Strings = (
        '客户已自行处理'
        '电话处理正常'
        '重复受理'
        '缺件待修'
        '其它')
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 248
      Top = 27
      Width = 217
      Height = 22
      TabOrder = 1
    end
    object Button1: TButton
      Left = 248
      Top = 96
      Width = 75
      Height = 25
      Caption = '确认'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 368
      Top = 96
      Width = 75
      Height = 25
      Caption = '放弃'
      TabOrder = 3
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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