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

📄 mxacm.dfm

📁 用delphi开发的电力调度操作票系统并带有access数据库
💻 DFM
字号:
object Frm_MXACM: TFrm_MXACM
  Left = 125
  Top = 159
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #27597#32447#23433#25514#31649#29702
  ClientHeight = 440
  ClientWidth = 968
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 592
    Top = 14
    Width = 56
    Height = 16
    Caption = #21464#30005#25152':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 789
    Top = 14
    Width = 72
    Height = 16
    Caption = #24320#20851#31867#22411':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid: TDBGrid
    Left = 16
    Top = 40
    Width = 561
    Height = 393
    DataSource = DataSource
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #21464#30005#25152#32534#21495
        Width = 68
        Visible = True
      end
      item
        Expanded = False
        FieldName = #27597#32447#32534#21495
        Width = 55
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25805#20316#31867#22411
        Width = 73
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25805#20316#20869#23481
        Width = 264
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22791#27880
        Width = 68
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 8
    Width = 240
    Height = 25
    DataSource = DataSource
    Hints.Strings = (
      #31532#19968#26465#35760#24405
      #19978#19968#26465#35760#24405
      #19979#19968#26465#35760#24405
      #26368#21518#19968#26465#35760#24405
      #25554#20837
      #21024#38500
      #32534#36753
      #25552#20132
      #21462#28040
      #21047#26032)
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object DBGrid_BDS: TDBGrid
    Left = 592
    Top = 40
    Width = 185
    Height = 393
    DataSource = DataSource_BDS
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #21464#30005#25152#32534#21495
        Width = 76
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21464#30005#25152#21517#31216
        Width = 69
        Visible = True
      end>
  end
  object DBGrid_KGLX: TDBGrid
    Left = 789
    Top = 40
    Width = 161
    Height = 105
    DataSource = DataSource_KGLX
    ReadOnly = True
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #20998#27573#32534#21495
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20998#27573#21517#31216
        Width = 71
        Visible = True
      end>
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 264
    Top = 8
  end
  object DataSource: TDataSource
    DataSet = ADOTable
    Left = 280
    Top = 200
  end
  object DataSource_BDS: TDataSource
    DataSet = ADOTable_BDS
    Left = 680
    Top = 184
  end
  object ADOTable_BDS: TADOTable
    Left = 632
    Top = 184
  end
  object ADOTable_KGLX: TADOTable
    Left = 800
    Top = 96
  end
  object DataSource_KGLX: TDataSource
    DataSet = ADOTable_KGLX
    Left = 840
    Top = 96
  end
  object ADOTable: TADOTable
    Left = 184
    Top = 192
  end
end

⌨️ 快捷键说明

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