getsppz.dfm

来自「售后服务系统优质的售后服务是企业生存和市场竞争的保障」· DFM 代码 · 共 75 行

DFM
75
字号
object GetPzForm: TGetPzForm
  Left = 193
  Top = 117
  Width = 388
  Height = 310
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 361
    Height = 233
    Caption = '选择商品'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 16
      Top = 24
      Width = 329
      Height = 193
      DataSource = FwSlForm.DataSource4
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -14
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'mc'
          Title.Alignment = taCenter
          Title.Caption = '名称'
          Width = 118
          Visible = True
        end
        item
          Color = clInfoBk
          Expanded = False
          FieldName = 'bz'
          Title.Alignment = taCenter
          Title.Caption = '备注'
          Width = 156
          Visible = True
        end>
    end
  end
  object Button1: TButton
    Left = 112
    Top = 248
    Width = 57
    Height = 25
    Caption = '选择'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 248
    Width = 57
    Height = 25
    Caption = '放弃'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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