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

📄 ufrmmetersort.dfm

📁 水电管理系统,你们不妨看看怎么样?我再继续给你们别的
💻 DFM
字号:
object frmMeterSort: TfrmMeterSort
  Left = 218
  Top = 149
  Width = 696
  Height = 509
  Caption = '类型维护'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel13: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 97
    Align = alTop
    BevelInner = bvLowered
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label18: TLabel
      Left = 175
      Top = 28
      Width = 65
      Height = 13
      Caption = '类型名称:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label19: TLabel
      Left = 174
      Top = 53
      Width = 65
      Height = 13
      Caption = '类型说明:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object DBEditEh12: TDBEditEh
      Left = 251
      Top = 25
      Width = 185
      Height = 19
      DataField = 'MeterSortName'
      DataSource = dsMeterSort
      EditButtons = <>
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Flat = True
      ImeName = '中文 (简体) - 王码五笔型86版'
      ParentFont = False
      TabOrder = 0
      Visible = True
    end
    object DBEditEh13: TDBEditEh
      Left = 251
      Top = 50
      Width = 185
      Height = 19
      DataField = 'MeterSortMemo'
      DataSource = dsMeterSort
      EditButtons = <>
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Flat = True
      ImeName = '中文 (简体) - 王码五笔型86版'
      ParentFont = False
      TabOrder = 1
      Visible = True
    end
  end
  object DBGridEh4: TDBGridEh
    Left = 0
    Top = 97
    Width = 688
    Height = 360
    Align = alClient
    DataSource = dsMeterSort
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    ImeName = '中文 (简体) - 王码五笔型86版'
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        EditButtons = <>
        FieldName = 'MeterSortID'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = '类型ID'
      end
      item
        EditButtons = <>
        FieldName = 'MeterSortName'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = '类型名称'
        Width = 90
      end
      item
        EditButtons = <>
        FieldName = 'MeterSortMemo'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = '说明'
        Width = 200
      end>
  end
  object MyDBNavigator1: TMyDBNavigator
    Left = 0
    Top = 457
    Width = 688
    Height = 25
    DataSource = dsMeterSort
    Align = alBottom
    Flat = True
    TabOrder = 2
  end
  object dsMeterSort: TDataSource
    DataSet = adoMeterSort
    Left = 32
    Top = 376
  end
  object adoMeterSort: TADOQuery
    Parameters = <>
    SQL.Strings = (
      'select * from MeterSort')
    Left = 80
    Top = 376
  end
end

⌨️ 快捷键说明

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