buildstaticmodel.dfm

来自「这是我用Delphi和Matlab写的一个程序」· DFM 代码 · 共 1,065 行 · 第 1/5 页

DFM
1,065
字号
object fmStaticStereo: TfmStaticStereo
  Left = 141
  Top = 146
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'MAXScript Parameters '
  ClientHeight = 254
  ClientWidth = 631
  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 Label3: TLabel
    Left = 8
    Top = 87
    Width = 123
    Height = 26
    Caption = 'Coordinates of cyclopean eye (Generic Unit): '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object lblCX: TLabel
    Left = 129
    Top = 93
    Width = 16
    Height = 18
    Alignment = taCenter
    AutoSize = False
    Caption = 'x:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblCY: TLabel
    Left = 201
    Top = 93
    Width = 16
    Height = 18
    Alignment = taCenter
    AutoSize = False
    Caption = 'y:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblTarget: TLabel
    Left = 8
    Top = 127
    Width = 102
    Height = 26
    Caption = 'Coordinates of Taget (Generic Unit): '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object lblScale: TLabel
    Left = 8
    Top = 174
    Width = 74
    Height = 13
    Caption = 'Ratio(AB / CO):'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblFOV: TLabel
    Left = 8
    Top = 53
    Width = 24
    Height = 13
    Caption = 'FOV:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblDeg: TLabel
    Left = 207
    Top = 53
    Width = 21
    Height = 13
    Caption = 'deg.'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblSize: TLabel
    Left = 8
    Top = 14
    Width = 55
    Height = 13
    Caption = 'Image Size:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblStar: TLabel
    Left = 207
    Top = 14
    Width = 5
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = '*'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblPixel: TLabel
    Left = 281
    Top = 12
    Width = 26
    Height = 13
    Caption = 'pixels'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblCZ: TLabel
    Left = 273
    Top = 93
    Width = 16
    Height = 18
    Alignment = taCenter
    AutoSize = False
    Caption = 'z:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblTX: TLabel
    Left = 129
    Top = 133
    Width = 16
    Height = 18
    Alignment = taCenter
    AutoSize = False
    Caption = 'x:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblTY: TLabel
    Left = 201
    Top = 133
    Width = 16
    Height = 18
    Alignment = taCenter
    AutoSize = False
    Caption = 'y:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblTZ: TLabel
    Left = 273
    Top = 133
    Width = 16
    Height = 18
    Alignment = taCenter
    AutoSize = False
    Caption = 'z:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'

⌨️ 快捷键说明

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