kglxm.dfm

来自「用delphi开发的电力调度操作票系统并带有access数据库」· DFM 代码 · 共 81 行

DFM
81
字号
object Frm_KGLXM: TFrm_KGLXM
  Left = 334
  Top = 280
  Width = 288
  Height = 299
  Caption = #24320#20851#31867#22411#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid: TDBGrid
    Left = 16
    Top = 80
    Width = 241
    Height = 161
    DataSource = DataSource
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object RadioButton1: TRadioButton
    Left = 24
    Top = 16
    Width = 113
    Height = 17
    Caption = #26222#36890#24320#20851
    Checked = True
    TabOrder = 1
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 152
    Top = 16
    Width = 113
    Height = 17
    Caption = #32447#36335#24320#20851
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 40
    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 = 3
  end
  object DataSource: TDataSource
    DataSet = ADOTable
    Left = 160
    Top = 144
  end
  object ADOTable: TADOTable
    Left = 224
    Top = 144
  end
end

⌨️ 快捷键说明

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