workcurvetype.dfm

来自「光学仪器的控制系统 用于教学和科研的仪器」· DFM 代码 · 共 53 行

DFM
53
字号
object fmworkcurve_drawtype: Tfmworkcurve_drawtype
  Left = 188
  Top = 175
  Width = 812
  Height = 532
  ActiveControl = Button1
  Caption = #32472#21046#26041#24335#36873#25321
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 144
    Top = 16
    Width = 649
    Height = 449
  end
  object RadioGroup1: TRadioGroup
    Left = 7
    Top = 19
    Width = 130
    Height = 145
    Caption = #24037#20316#26354#32447#32472#21046#26041#24335
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      #21015#34920#25968#25454#32472#21046
      #26631#20934#26679#21697#27979#37327)
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 25
    Top = 177
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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