Advertisement
ssdnet

Untitled

Aug 24th, 2024 (edited)
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 3.01 KB | None | 0 0
  1.     TProjectTemplate: array[0..28] of TProjectTemplateRow =
  2.   (
  3.     (variable:'{username}'; iconname:'username'; allowfile:true; allowproperties:true; editable:true),
  4.     (variable:'{password}'; iconname:'password'; allowfile:true; allowproperties:true; editable:true),
  5.     (variable:'{email}'; iconname:'email'; allowfile:true; allowproperties:true; editable:true),
  6.     (variable:'{imagecaptcharesult}';iconname:'captcha result'; allowfile:false; allowproperties:false; editable:false),
  7.     (variable:'{textcaptcharesult}';iconname:'captcha result'; allowfile:false; allowproperties:false; editable:false),
  8.     (variable:'{firstname}';iconname:'firstname'; allowfile:true; allowproperties:true; editable:true),
  9.     (variable:'{lastname}';iconname:'lastname'; allowfile:true; allowproperties:true; editable:true),
  10.     (variable:'{subject}';iconname:'subject'; allowfile:true; allowproperties:true; editable:true),
  11.     (variable:'{summary}';iconname:'summary'; allowfile:true; allowproperties:true; editable:true),
  12.     (variable:'{content}';iconname:'content'; allowfile:true; allowproperties:true; editable:true),
  13.     (variable:'{tags}';iconname:'tags'; allowfile:true; allowproperties:true; editable:true),
  14.     (variable:'{homepage}';iconname:'homepage'; allowfile:true; allowproperties:true; editable:true),
  15.     (variable:'{location}';iconname:'location'; allowfile:true; allowproperties:true; editable:true),
  16.     (variable:'{interest}';iconname:'interest'; allowfile:true; allowproperties:true; editable:true),
  17.     (variable:'{occupation}';iconname:'occupation'; allowfile:true; allowproperties:true; editable:true),
  18.     (variable:'{facebook}';iconname:'facebook'; allowfile:true; allowproperties:true; editable:true),
  19.     (variable:'{twitter}';iconname:'twitter'; allowfile:true; allowproperties:true; editable:true),
  20.     (variable:'{skype}';iconname:'skype'; allowfile:true; allowproperties:true; editable:true),
  21.     (variable:'{bio}';iconname:'bio'; allowfile:true; allowproperties:true; editable:true),
  22.     (variable:'{birthyear}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
  23.     (variable:'{birthmonth}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
  24.     (variable:'{birthday}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
  25.     (variable:'{hidebirthdate}';iconname:'birthdate'; allowfile:false; allowproperties:false; editable:true),
  26.     (variable:'{signature}';iconname:'signature'; allowfile:true; allowproperties:true; editable:true),
  27.     (variable:'{userdata1}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
  28.     (variable:'{userdata2}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
  29.     (variable:'{userdata3}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
  30.     (variable:'{userdata4}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true),
  31.     (variable:'{userdata5}';iconname:'userdata'; allowfile:true; allowproperties:true; editable:true)
  32.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement