home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TINFORMATIONFORM / TINFORMATIONFORM.txt
Text File  |  2005-01-25  |  6KB  |  276 lines

  1. inherited InformationForm: TInformationForm
  2.   Caption = 'File Information'
  3.   ClientHeight = 338
  4.   ClientWidth = 380
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object AlbumLabel: TStaticText [0]
  8.     Left = 3
  9.     Top = 11
  10.     Width = 79
  11.     Height = 17
  12.     Alignment = taRightJustify
  13.     AutoSize = False
  14.     Caption = 'Album:'
  15.     TabOrder = 0
  16.   end
  17.   object Album: TEdit [1]
  18.     Left = 88
  19.     Top = 9
  20.     Width = 284
  21.     Height = 21
  22.     Anchors = [akLeft, akTop, akRight]
  23.     MaxLength = 200
  24.     TabOrder = 1
  25.   end
  26.   object ArtistLabel: TStaticText [2]
  27.     Left = 3
  28.     Top = 38
  29.     Width = 79
  30.     Height = 17
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = 'Artist:'
  34.     TabOrder = 2
  35.   end
  36.   object Artist: TEdit [3]
  37.     Left = 88
  38.     Top = 36
  39.     Width = 284
  40.     Height = 21
  41.     Anchors = [akLeft, akTop, akRight]
  42.     MaxLength = 200
  43.     TabOrder = 3
  44.   end
  45.   object TitleLabel: TStaticText [4]
  46.     Left = 3
  47.     Top = 65
  48.     Width = 79
  49.     Height = 17
  50.     Alignment = taRightJustify
  51.     AutoSize = False
  52.     Caption = 'Title:'
  53.     TabOrder = 4
  54.   end
  55.   object Title: TEdit [5]
  56.     Left = 88
  57.     Top = 63
  58.     Width = 284
  59.     Height = 21
  60.     Anchors = [akLeft, akTop, akRight]
  61.     MaxLength = 200
  62.     TabOrder = 5
  63.   end
  64.   object CopyrightLabel: TStaticText [6]
  65.     Left = 3
  66.     Top = 92
  67.     Width = 79
  68.     Height = 17
  69.     Alignment = taRightJustify
  70.     AutoSize = False
  71.     Caption = 'Copyright:'
  72.     TabOrder = 6
  73.   end
  74.   object Copyright: TEdit [7]
  75.     Left = 88
  76.     Top = 90
  77.     Width = 284
  78.     Height = 21
  79.     Anchors = [akLeft, akTop, akRight]
  80.     MaxLength = 200
  81.     TabOrder = 7
  82.   end
  83.   object GenreLabel: TStaticText [8]
  84.     Left = 3
  85.     Top = 119
  86.     Width = 79
  87.     Height = 17
  88.     Alignment = taRightJustify
  89.     AutoSize = False
  90.     Caption = 'Genre:'
  91.     TabOrder = 8
  92.   end
  93.   object Genre: TEdit [9]
  94.     Left = 88
  95.     Top = 117
  96.     Width = 284
  97.     Height = 21
  98.     Anchors = [akLeft, akTop, akRight]
  99.     MaxLength = 200
  100.     TabOrder = 9
  101.   end
  102.   object DateLabel: TStaticText [10]
  103.     Left = 3
  104.     Top = 146
  105.     Width = 79
  106.     Height = 17
  107.     Alignment = taRightJustify
  108.     AutoSize = False
  109.     Caption = 'Date:'
  110.     TabOrder = 10
  111.   end
  112.   object Date: TEdit [11]
  113.     Left = 88
  114.     Top = 144
  115.     Width = 143
  116.     Height = 21
  117.     MaxLength = 100
  118.     TabOrder = 11
  119.   end
  120.   object DateFormatLabel: TStaticText [12]
  121.     Left = 237
  122.     Top = 147
  123.     Width = 133
  124.     Height = 17
  125.     Caption = 'YYYY/MM/DD HH:MM:SS'
  126.     TabOrder = 12
  127.   end
  128.   object URLLabel: TStaticText [13]
  129.     Left = 3
  130.     Top = 173
  131.     Width = 79
  132.     Height = 17
  133.     Alignment = taRightJustify
  134.     AutoSize = False
  135.     Caption = 'URL:'
  136.     TabOrder = 13
  137.   end
  138.   object URL: TEdit [14]
  139.     Left = 88
  140.     Top = 171
  141.     Width = 284
  142.     Height = 21
  143.     Anchors = [akLeft, akTop, akRight]
  144.     MaxLength = 200
  145.     TabOrder = 14
  146.   end
  147.   object TrackLabel: TStaticText [15]
  148.     Left = 3
  149.     Top = 200
  150.     Width = 79
  151.     Height = 17
  152.     Alignment = taRightJustify
  153.     AutoSize = False
  154.     Caption = 'Track number:'
  155.     TabOrder = 15
  156.   end
  157.   object TrackNumber: TEdit [16]
  158.     Left = 88
  159.     Top = 198
  160.     Width = 68
  161.     Height = 21
  162.     MaxLength = 7
  163.     TabOrder = 16
  164.   end
  165.   object ISRCLabel: TStaticText [17]
  166.     Left = 198
  167.     Top = 200
  168.     Width = 32
  169.     Height = 17
  170.     Caption = 'ISRC:'
  171.     TabOrder = 17
  172.   end
  173.   object ISRC: TEdit [18]
  174.     Left = 236
  175.     Top = 198
  176.     Width = 136
  177.     Height = 21
  178.     MaxLength = 100
  179.     TabOrder = 18
  180.   end
  181.   object DescriptionLabel: TStaticText [19]
  182.     Left = 3
  183.     Top = 225
  184.     Width = 79
  185.     Height = 17
  186.     Alignment = taRightJustify
  187.     AutoSize = False
  188.     Caption = 'Description:'
  189.     TabOrder = 19
  190.   end
  191.   object Description: TMemo [20]
  192.     Left = 88
  193.     Top = 225
  194.     Width = 284
  195.     Height = 75
  196.     Anchors = [akLeft, akTop, akRight]
  197.     MaxLength = 500
  198.     TabOrder = 20
  199.     WantReturns = False
  200.   end
  201.   object Copy: TBitton [21]
  202.     Left = 15
  203.     Top = 308
  204.     Width = 25
  205.     Height = 25
  206.     Image.Data = {
  207.       F6000000424DF600000000000000760000002800000010000000100000000100
  208.       0400000000008000000000000000000000001000000000000000000000000000
  209.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  210.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  211.       88888888888888888888888888844444444488888884FFFFFFF488888884F000
  212.       00F480000004FFFFFFF480FFFFF4F00000F480F00004FFFFFFF480FFFFF4F00F
  213.       444480F00004FFFF4F4880FFFFF4FFFF448880F00F044444488880FFFF0F0888
  214.       888880FFFF008888888880000008888888888888888888888888}
  215.     FocusAllowed = True
  216.     Action = ActionCopy
  217.     ParentShowHint = False
  218.     ShowHint = True
  219.     TabOrder = 21
  220.   end
  221.   object Paste: TBitton [22]
  222.     Left = 46
  223.     Top = 308
  224.     Width = 25
  225.     Height = 25
  226.     Image.Data = {
  227.       F6000000424DF600000000000000760000002800000010000000100000000100
  228.       0400000000008000000000000000000000001000000000000000000000000000
  229.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  230.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888884444444
  231.       4444888884FFFFFFFFF4888884F0000000F4800004FFFFFFFFF4073734F00000
  232.       00F4037374FFFFFFFFF4073734F0000F4444037374FFFFFF4F48073734FFFFFF
  233.       4488037374444444408807373737373730880370000000037088073088888807
  234.       308803730B00B0737088800000BB000008888888800008888888}
  235.     FocusAllowed = True
  236.     Action = ActionPaste
  237.     ParentShowHint = False
  238.     ShowHint = True
  239.     TabOrder = 22
  240.   end
  241.   inherited ButtonOk: TButton
  242.     Left = 137
  243.     Top = 308
  244.     TabOrder = 23
  245.     OnClick = ButtonOkClick
  246.   end
  247.   inherited ButtonCancel: TButton
  248.     Left = 217
  249.     Top = 308
  250.     TabOrder = 24
  251.   end
  252.   inherited ButtonHelp: THelpButton
  253.     Left = 297
  254.     Top = 308
  255.     TabOrder = 25
  256.     HelpKey = 'file_information'
  257.   end
  258.   object ActionList: TActionList
  259.     Left = 28
  260.     Top = 272
  261.     object ActionCopy: TAction
  262.       Category = 'Edit'
  263.       Caption = 'Copy'
  264.       Hint = 'Copies information to the clipboard'
  265.       OnExecute = CopyExecute
  266.     end
  267.     object ActionPaste: TAction
  268.       Category = 'Edit'
  269.       Caption = 'Paste'
  270.       Hint = 'Pastes information from the clipboard'
  271.       OnExecute = PasteExecute
  272.       OnUpdate = PasteUpdate
  273.     end
  274.   end
  275. end
  276.