Frame2u.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Frame2: TFrame2
  2.   Left = 0
  3.   Top = 0
  4.   Width = 443
  5.   Height = 277
  6.   Align = alClient
  7.   TabOrder = 0
  8.   object CheckBox1: TCheckBox
  9.     Left = 24
  10.     Top = 24
  11.     Width = 97
  12.     Height = 17
  13.     Caption = 'CheckBox1'
  14.     TabOrder = 0
  15.   end
  16.   object CheckBox2: TCheckBox
  17.     Left = 24
  18.     Top = 56
  19.     Width = 97
  20.     Height = 17
  21.     Caption = 'CheckBox2'
  22.     TabOrder = 1
  23.   end
  24.   object CheckBox3: TCheckBox
  25.     Left = 24
  26.     Top = 88
  27.     Width = 97
  28.     Height = 17
  29.     Caption = 'CheckBox3'
  30.     TabOrder = 2
  31.   end
  32.   object CheckBox4: TCheckBox
  33.     Left = 24
  34.     Top = 120
  35.     Width = 97
  36.     Height = 17
  37.     Caption = 'CheckBox4'
  38.     TabOrder = 3
  39.   end
  40.   object CheckBox5: TCheckBox
  41.     Left = 24
  42.     Top = 152
  43.     Width = 97
  44.     Height = 17
  45.     Caption = 'CheckBox5'
  46.     TabOrder = 4
  47.   end
  48.   object Button1: TButton
  49.     Left = 168
  50.     Top = 32
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Button1'
  54.     TabOrder = 5
  55.   end
  56.   object Button2: TButton
  57.     Left = 168
  58.     Top = 72
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Button2'
  62.     TabOrder = 6
  63.   end
  64. end