selectposition.dfm

来自「石油公司网管系统优化系统软件源码,很有价值的.」· DFM 代码 · 共 52 行

DFM
52
字号
object TSelectPosition: TTSelectPosition
  Left = 264
  Top = 132
  Anchors = [akLeft, akTop, akRight, akBottom]
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #35831#36873#25321
  ClientHeight = 178
  ClientWidth = 374
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Select: TRadioGroup
    Left = 8
    Top = 8
    Width = 361
    Height = 129
    Caption = #35831#36873#25321#21306#22495
    ItemIndex = 0
    Items.Strings = (
      #30333#39532#23546#21335#21306
      #30333#39532#23546#21271#21306
      #33891#24535#21306)
    TabOrder = 0
  end
  object OK: TButton
    Left = 192
    Top = 144
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 1
  end
  object Cancel: TButton
    Left = 288
    Top = 144
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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