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

📄 diagnosiseditor.dfm

📁 PatientRunner 20 Source
💻 DFM
字号:
object DiagnosisEditorForm: TDiagnosisEditorForm
  Left = 124
  Top = 90
  ActiveControl = DiagnosisEdit
  BorderStyle = bsSingle
  Caption = 'Diagnosis Editor'
  ClientHeight = 205
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 10
    Width = 46
    Height = 13
    Caption = 'Diagnosis'
  end
  object Label3: TLabel
    Left = 224
    Top = 70
    Width = 45
    Height = 13
    Caption = 'End Date'
  end
  object Label2: TLabel
    Left = 10
    Top = 70
    Width = 48
    Height = 13
    Caption = 'Start Date'
  end
  object OKButton: TButton
    Left = 128
    Top = 168
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 4
    OnClick = OKButtonClick
  end
  object CancelButton: TButton
    Left = 216
    Top = 168
    Width = 75
    Height = 25
    Caption = 'Cancel'
    TabOrder = 5
    OnClick = CancelButtonClick
  end
  object DiagnosisEdit: TEdit
    Left = 10
    Top = 30
    Width = 400
    Height = 21
    TabOrder = 0
  end
  object EndDatePicker: TDateTimePicker
    Left = 224
    Top = 88
    Width = 186
    Height = 21
    Date = 37440.023050231500000000
    Time = 37440.023050231500000000
    TabOrder = 2
  end
  object StartDatePicker: TDateTimePicker
    Left = 10
    Top = 88
    Width = 186
    Height = 21
    Date = 37440.023127303200000000
    Time = 37440.023127303200000000
    TabOrder = 1
  end
  object ResolvedCheckBox: TCheckBox
    Left = 175
    Top = 128
    Width = 70
    Height = 17
    Caption = 'Resolved'
    TabOrder = 3
  end
  object SQLQuery: TSQLQuery
    MaxBlobSize = -1
    Params = <>
    SQLConnection = MainForm.SQLConnection
    Left = 64
    Top = 128
  end
end

⌨️ 快捷键说明

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