unit_setupinditop.dfm

来自「delphi开发的中国移动大客户管理系统,后台数据库为oracle」· DFM 代码 · 共 93 行

DFM
93
字号
inherited Frm_Setupinditop: TFrm_Setupinditop
  Left = 60
  Top = 44
  Caption = '大客户个性化服务大标题设置'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 14
  inherited DBGrid_PUB: TDBGrid
    Options = [dgTitles, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    Columns = <
      item
        Expanded = False
        FieldName = 'INDISEQ'
        PickList.Strings = ()
        Title.Alignment = taCenter
        Visible = False
      end
      item
        Expanded = False
        FieldName = 'INDICAPTION'
        PickList.Strings = ()
        Title.Alignment = taCenter
        Title.Caption = '个性大标题'
        Width = 251
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'REMARK'
        PickList.Strings = ()
        Title.Alignment = taCenter
        Title.Caption = '备注'
        Width = 345
        Visible = True
      end>
  end
  inherited Pal_button: TPanel
    inherited BitBtnAdd: TFlatButton
      OnClick = BitBtnAddClick
    end
    inherited BitBtnAlter: TFlatButton
      OnClick = BitBtnAlterClick
    end
    inherited BitBtnSave: TFlatButton
      OnClick = BitBtnSaveClick
    end
  end
  inherited Panel2: TPanel
    inherited Label3: TLabel
      Left = 11
      Width = 70
      Caption = '个性大标题'
    end
    object Label1: TLabel [1]
      Left = 352
      Top = 15
      Width = 28
      Height = 14
      Caption = '备注'
    end
    inherited FlatEdit1: TFlatEdit
      Left = 88
      Width = 248
      MaxLength = 60
      Text = ''
      OnKeyPress = FlatEdit1KeyPress
    end
    object FlatEdit2: TFlatEdit
      Left = 392
      Top = 8
      Width = 185
      Height = 22
      ColorFlat = clBtnFace
      ParentColor = True
      MaxLength = 20
      TabOrder = 1
      OnKeyPress = FlatEdit2KeyPress
    end
  end
  inherited Query_PUB: TQuery
    CachedUpdates = True
    AfterScroll = Query_PUBAfterScroll
    SQL.Strings = (
      'select * from t_d_inditop'
      '')
    UpdateObject = UpdateSQL1
  end
  object UpdateSQL1: TUpdateSQL
    Left = 256
    Top = 88
  end
end

⌨️ 快捷键说明

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