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

📄 repeatlno_f.dfm

📁 县级供电企业电费核算源码, 在客户处正常运行8年以上, Delphi 5开发,数据库为Interbase/Firebird, 深入使用Procedure和Trigger等, 对入门者具有很好的参考价值
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -