repeatlno_f.dfm

来自「县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数」· DFM 代码 · 共 101 行

DFM
101
字号
object F_RepeatLNo: TF_RepeatLNo
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = '逻辑表号检查'
  ClientHeight = 372
  ClientWidth = 547
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnDblClick = DBGrid1DblClick
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object DBGrid1: TDBGrid
    Left = 16
    Top = 8
    Width = 281
    Height = 321
    Hint = '双击显示重复表号'
    Color = clWhite
    DataSource = DM_Mobile.Ds_RepeatLNo
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
  end
  object DBGrid2: TDBGrid
    Left = 304
    Top = 8
    Width = 225
    Height = 321
    Color = clWhite
    DataSource = DM_Mobile.Ds_RepeatLNoDetail
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 335
    Width = 547
    Height = 37
    Align = alBottom
    TabOrder = 2
    object Panel2: TPanel
      Left = 447
      Top = 1
      Width = 99
      Height = 35
      Align = alRight
      TabOrder = 0
      object Bt_Close: TButton
        Left = 8
        Top = 4
        Width = 75
        Height = 25
        Caption = '关闭&C'
        TabOrder = 0
        OnClick = Bt_CloseClick
      end
    end
  end
  object DBE_CenterNo: TDBEdit
    Left = 40
    Top = 120
    Width = 121
    Height = 24
    DataField = 'F_CENTERNO'
    DataSource = DM_Mobile.Ds_RepeatLNo
    TabOrder = 3
    Visible = False
  end
  object DBE_LNo: TDBEdit
    Left = 40
    Top = 144
    Width = 121
    Height = 24
    DataField = 'F_LNO'
    DataSource = DM_Mobile.Ds_RepeatLNo
    TabOrder = 4
    Visible = False
  end
end

⌨️ 快捷键说明

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