unitsubstationinfo.dfm

来自「此代码是关于mapgis的在」· DFM 代码 · 共 98 行

DFM
98
字号
object Form_SubStationInfo: TForm_SubStationInfo
  Left = 381
  Top = 285
  BorderStyle = bsDialog
  Caption = #23376#31449#21495#35774#32622
  ClientHeight = 153
  ClientWidth = 291
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 48
    Height = 13
    Caption = #23376#31449#21495#65306
  end
  object Label2: TLabel
    Left = 20
    Top = 56
    Width = 60
    Height = 13
    Caption = #30495#31354#24320#20851#65306
  end
  object Label3: TLabel
    Left = 14
    Top = 88
    Width = 66
    Height = 13
    Caption = #38548#31163#24320#20851'1'#65306
  end
  object Label4: TLabel
    Left = 14
    Top = 120
    Width = 66
    Height = 13
    Caption = #38548#31163#24320#20851'2'#65306
  end
  object edStationId: TEdit
    Left = 80
    Top = 16
    Width = 106
    Height = 21
    TabOrder = 0
    OnKeyPress = edStationIdKeyPress
  end
  object BitBtn1: TBitBtn
    Left = 200
    Top = 13
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 200
    Top = 45
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object edZKPowerId: TEdit
    Left = 80
    Top = 48
    Width = 106
    Height = 21
    TabOrder = 3
    OnKeyPress = edStationIdKeyPress
  end
  object edGLPower1Id: TEdit
    Left = 80
    Top = 80
    Width = 106
    Height = 21
    TabOrder = 4
    OnKeyPress = edStationIdKeyPress
  end
  object edGLPower2Id: TEdit
    Left = 80
    Top = 112
    Width = 106
    Height = 21
    TabOrder = 5
    OnKeyPress = edStationIdKeyPress
  end
end

⌨️ 快捷键说明

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