Tri.dfm
上传用户:fuxingtt
上传日期:2022-04-05
资源大小:49k
文件大小:1k
源码类别:

行业应用

开发平台:

Delphi

  1. object Triage: TTriage
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsSingle
  5.   Caption = 'Tri'
  6.   ClientHeight = 55
  7.   ClientWidth = 627
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TriBox: TRadioGroup
  19.     Left = 5
  20.     Top = 5
  21.     Width = 617
  22.     Height = 44
  23.     Caption = ' Tri par '
  24.     Columns = 4
  25.     Items.Strings = (
  26.       'Id'
  27.       'N'#176' Client'
  28.       'Nom'
  29.       'Pr'#233'nom')
  30.     TabOrder = 0
  31.     OnClick = TriBoxClick
  32.   end
  33. end