⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scaleeditor.dfm

📁 PatientRunner 20 Source
💻 DFM
字号:
object ScaleEditorForm: TScaleEditorForm
  Left = 250
  Top = 345
  ActiveControl = DescriptionEdit
  BorderStyle = bsSingle
  Caption = 'Rating Scale Editor'
  ClientHeight = 171
  ClientWidth = 420
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 10
    Width = 81
    Height = 13
    Caption = 'Scale Descripton'
  end
  object Label2: TLabel
    Left = 194
    Top = 70
    Width = 23
    Height = 13
    Caption = 'Date'
  end
  object Label3: TLabel
    Left = 40
    Top = 70
    Width = 80
    Height = 13
    Caption = 'Numerical Result'
  end
  object OKButton: TButton
    Left = 128
    Top = 136
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 3
    OnClick = OKButtonClick
  end
  object CancelButton: TButton
    Left = 216
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Cancel'
    TabOrder = 4
    OnClick = CancelButtonClick
  end
  object DescriptionEdit: TEdit
    Left = 10
    Top = 30
    Width = 400
    Height = 21
    TabOrder = 0
  end
  object DatePicker: TDateTimePicker
    Left = 194
    Top = 88
    Width = 186
    Height = 21
    Date = 37440.023127303200000000
    Time = 37440.023127303200000000
    TabOrder = 2
  end
  object ResultEdit: TEdit
    Left = 40
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 1
    OnKeyPress = ResultEditKeyPress
  end
  object SQLQuery: TSQLQuery
    MaxBlobSize = -1
    Params = <>
    SQLConnection = MainForm.SQLConnection
    Left = 8
    Top = 128
  end
end

⌨️ 快捷键说明

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