unit6.dfm

来自「电力系统集中抄表 采集器 上位机软件 可以经行集中抄表」· DFM 代码 · 共 72 行

DFM
72
字号
object Form6: TForm6
  Left = 62
  Top = 69
  Width = 697
  Height = 491
  AutoSize = True
  Caption = #38598#20013#22120#20013#38388#24211
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 689
    Height = 457
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnTitleClick = DBGrid1TitleClick
  end
  object DBFdir: TEdit
    Left = 288
    Top = 232
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'DBFdir'
    Visible = False
  end
  object Edit1: TEdit
    Left = 80
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
    Visible = False
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 336
    Top = 184
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 368
    Top = 184
  end
  object Database1: TDatabase
    SessionName = 'Default'
    Left = 304
    Top = 184
  end
end

⌨️ 快捷键说明

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