home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / editory / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TINFORMATIONFORM / TINFORMATIONFORM.txt
Encoding:
Text File  |  2003-10-10  |  4.0 KB  |  219 lines

  1. inherited InformationForm: TInformationForm
  2.   Caption = 'File Information'
  3.   ClientHeight = 338
  4.   ClientWidth = 380
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 137
  9.     Top = 308
  10.     TabOrder = 21
  11.     OnClick = ButtonOkClick
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 217
  15.     Top = 308
  16.     TabOrder = 22
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 297
  20.     Top = 308
  21.     TabOrder = 23
  22.     HelpKey = 'file_information'
  23.   end
  24.   object Album: TEdit
  25.     Left = 88
  26.     Top = 9
  27.     Width = 284
  28.     Height = 21
  29.     Anchors = [akLeft, akTop, akRight]
  30.     MaxLength = 200
  31.     TabOrder = 1
  32.   end
  33.   object AlbumLabel: TStaticText
  34.     Left = 3
  35.     Top = 11
  36.     Width = 79
  37.     Height = 17
  38.     Alignment = taRightJustify
  39.     AutoSize = False
  40.     Caption = 'Album:'
  41.     TabOrder = 0
  42.   end
  43.   object Artist: TEdit
  44.     Left = 88
  45.     Top = 36
  46.     Width = 284
  47.     Height = 21
  48.     Anchors = [akLeft, akTop, akRight]
  49.     MaxLength = 200
  50.     TabOrder = 3
  51.   end
  52.   object ArtistLabel: TStaticText
  53.     Left = 3
  54.     Top = 38
  55.     Width = 79
  56.     Height = 17
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = 'Artist:'
  60.     TabOrder = 2
  61.   end
  62.   object Copyright: TEdit
  63.     Left = 88
  64.     Top = 90
  65.     Width = 284
  66.     Height = 21
  67.     Anchors = [akLeft, akTop, akRight]
  68.     MaxLength = 200
  69.     TabOrder = 7
  70.   end
  71.   object CopyrightLabel: TStaticText
  72.     Left = 3
  73.     Top = 92
  74.     Width = 79
  75.     Height = 17
  76.     Alignment = taRightJustify
  77.     AutoSize = False
  78.     Caption = 'Copyright:'
  79.     TabOrder = 6
  80.   end
  81.   object Description: TMemo
  82.     Left = 88
  83.     Top = 225
  84.     Width = 284
  85.     Height = 75
  86.     Anchors = [akLeft, akTop, akRight]
  87.     MaxLength = 500
  88.     TabOrder = 20
  89.     WantReturns = False
  90.   end
  91.   object DescriptionLabel: TStaticText
  92.     Left = 3
  93.     Top = 225
  94.     Width = 79
  95.     Height = 17
  96.     Alignment = taRightJustify
  97.     AutoSize = False
  98.     Caption = 'Description:'
  99.     TabOrder = 19
  100.   end
  101.   object Title: TEdit
  102.     Left = 88
  103.     Top = 63
  104.     Width = 284
  105.     Height = 21
  106.     Anchors = [akLeft, akTop, akRight]
  107.     MaxLength = 200
  108.     TabOrder = 5
  109.   end
  110.   object TitleLabel: TStaticText
  111.     Left = 3
  112.     Top = 65
  113.     Width = 79
  114.     Height = 17
  115.     Alignment = taRightJustify
  116.     AutoSize = False
  117.     Caption = 'Title:'
  118.     TabOrder = 4
  119.   end
  120.   object Genre: TEdit
  121.     Left = 88
  122.     Top = 117
  123.     Width = 284
  124.     Height = 21
  125.     Anchors = [akLeft, akTop, akRight]
  126.     MaxLength = 200
  127.     TabOrder = 9
  128.   end
  129.   object GenreLabel: TStaticText
  130.     Left = 3
  131.     Top = 119
  132.     Width = 79
  133.     Height = 17
  134.     Alignment = taRightJustify
  135.     AutoSize = False
  136.     Caption = 'Genre:'
  137.     TabOrder = 8
  138.   end
  139.   object Date: TEdit
  140.     Left = 88
  141.     Top = 144
  142.     Width = 143
  143.     Height = 21
  144.     MaxLength = 100
  145.     TabOrder = 11
  146.   end
  147.   object DateLabel: TStaticText
  148.     Left = 3
  149.     Top = 146
  150.     Width = 79
  151.     Height = 17
  152.     Alignment = taRightJustify
  153.     AutoSize = False
  154.     Caption = 'Date:'
  155.     TabOrder = 10
  156.   end
  157.   object DateFormatLabel: TStaticText
  158.     Left = 237
  159.     Top = 147
  160.     Width = 133
  161.     Height = 17
  162.     Caption = 'YYYY/MM/DD HH:MM:SS'
  163.     TabOrder = 12
  164.   end
  165.   object URL: TEdit
  166.     Left = 88
  167.     Top = 171
  168.     Width = 284
  169.     Height = 21
  170.     Anchors = [akLeft, akTop, akRight]
  171.     MaxLength = 200
  172.     TabOrder = 14
  173.   end
  174.   object URLLabel: TStaticText
  175.     Left = 3
  176.     Top = 173
  177.     Width = 79
  178.     Height = 17
  179.     Alignment = taRightJustify
  180.     AutoSize = False
  181.     Caption = 'URL:'
  182.     TabOrder = 13
  183.   end
  184.   object TrackNumber: TEdit
  185.     Left = 88
  186.     Top = 198
  187.     Width = 68
  188.     Height = 21
  189.     MaxLength = 7
  190.     TabOrder = 16
  191.   end
  192.   object TrackLabel: TStaticText
  193.     Left = 3
  194.     Top = 200
  195.     Width = 79
  196.     Height = 17
  197.     Alignment = taRightJustify
  198.     AutoSize = False
  199.     Caption = 'Track number:'
  200.     TabOrder = 15
  201.   end
  202.   object ISRC: TEdit
  203.     Left = 236
  204.     Top = 198
  205.     Width = 136
  206.     Height = 21
  207.     MaxLength = 100
  208.     TabOrder = 18
  209.   end
  210.   object ISRCLabel: TStaticText
  211.     Left = 198
  212.     Top = 200
  213.     Width = 32
  214.     Height = 17
  215.     Caption = 'ISRC:'
  216.     TabOrder = 17
  217.   end
  218. end
  219.