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

📄 ydpbcs.dfm

📁 营业用电管理系统(网络版)是本公司推出的新一代软件产品
💻 DFM
📖 第 1 页 / 共 2 页
字号:
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'pb_xlbh'
        Title.Alignment = taCenter
        Title.Caption = '线路编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_pbbh'
        Title.Alignment = taCenter
        Title.Caption = '配变编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_pbxh'
        Title.Alignment = taCenter
        Title.Caption = '配变型号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_edrl'
        Title.Alignment = taCenter
        Title.Caption = '额定容量'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_azdd'
        Title.Alignment = taCenter
        Title.Caption = '安装地点'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_yxfh'
        Title.Alignment = taCenter
        Title.Caption = '运行负荷'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_jxgh'
        Title.Alignment = taCenter
        Title.Caption = '进线杆号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'pb_bz'
        Title.Alignment = taCenter
        Title.Caption = '备注'
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 1
    Top = 47
    Width = 443
    Height = 110
    BevelInner = bvLowered
    BevelOuter = bvNone
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 11
      Width = 52
      Height = 13
      Caption = '线路编号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 246
      Top = 11
      Width = 52
      Height = 13
      Caption = '配变编号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 16
      Top = 37
      Width = 52
      Height = 13
      Caption = '配变型号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 246
      Top = 37
      Width = 52
      Height = 13
      Caption = '额定容量'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 16
      Top = 65
      Width = 52
      Height = 13
      Caption = '安装地点'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 246
      Top = 65
      Width = 52
      Height = 13
      Caption = '运行负荷'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 16
      Top = 89
      Width = 52
      Height = 13
      Caption = '进线杆号'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 250
      Top = 89
      Width = 47
      Height = 13
      Caption = '备   注'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object DBComboBox1: TDBComboBox
      Left = 80
      Top = 7
      Width = 125
      Height = 21
      DataField = 'pb_xlbh'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object DBEdit1: TDBEdit
      Left = 310
      Top = 7
      Width = 113
      Height = 21
      DataField = 'pb_pbbh'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 80
      Top = 32
      Width = 125
      Height = 21
      DataField = 'pb_pbxh'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 310
      Top = 32
      Width = 113
      Height = 21
      DataField = 'pb_edrl'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 3
    end
    object DBEdit4: TDBEdit
      Left = 80
      Top = 57
      Width = 125
      Height = 21
      DataField = 'pb_azdd'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 4
    end
    object DBEdit5: TDBEdit
      Left = 310
      Top = 57
      Width = 113
      Height = 21
      DataField = 'pb_yxfh'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 5
    end
    object DBEdit6: TDBEdit
      Left = 80
      Top = 82
      Width = 125
      Height = 21
      DataField = 'pb_jxgh'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 6
    end
    object DBEdit7: TDBEdit
      Left = 310
      Top = 82
      Width = 113
      Height = 21
      DataField = 'pb_bz'
      DataSource = YDData.DSpbcs
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 7
    end
  end
end

⌨️ 快捷键说明

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