home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TFORMEFFECTSHAPE / TFORMEFFECTSHAPE.txt
Encoding:
Text File  |  2006-11-14  |  4.7 KB  |  182 lines

  1. inherited FormEffectShape: TFormEffectShape
  2.   ClientHeight = 233
  3.   ClientWidth = 392
  4.   Constraints.MinHeight = 150
  5.   Constraints.MinWidth = 342
  6.   KeyPreview = True
  7.   OldCreateOrder = True
  8.   OnKeyDown = FormKeyDown
  9.   DesignSize = (
  10.     392
  11.     233)
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ShapeBox: TShapeBox
  15.     Left = 4
  16.     Top = 4
  17.     Width = 384
  18.     Height = 198
  19.     Anchors = [akLeft, akTop, akRight, akBottom]
  20.     Caption = 'ShapeBox'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     TabOrder = 0
  27.     XMax = 1.000000000000000000
  28.     X2 = 1.000000000000000000
  29.     YMax = 1.000000000000000000
  30.     Y2 = 1.000000000000000000
  31.     LeftMargin = 30
  32.     RightMargin = 6
  33.     TopMargin = 5
  34.     BottomMargin = 19
  35.     OnPointChange = ShapeBoxPointChange
  36.     OnCoordChange = ShapeBoxCoordChange
  37.   end
  38.   object X: TNumEdit
  39.     Left = 222
  40.     Top = 207
  41.     Width = 72
  42.     Height = 21
  43.     Max = 100.000000000000000000
  44.     Decimal = 4
  45.     PageChange = 10.000000000000000000
  46.     LineChange = 1.000000000000000000
  47.     Label = 'X'
  48.     Anchors = [akRight, akBottom]
  49.     Caption = '0.0000'
  50.     Enabled = False
  51.     TabOrder = 7
  52.     MaxLength = 10
  53.     OnChange = XChange
  54.   end
  55.   object LabelX: TStaticText
  56.     Left = 204
  57.     Top = 209
  58.     Width = 14
  59.     Height = 17
  60.     Alignment = taRightJustify
  61.     Anchors = [akRight, akBottom]
  62.     Caption = 'X:'
  63.     FocusControl = X
  64.     TabOrder = 6
  65.   end
  66.   object Y: TNumEdit
  67.     Left = 316
  68.     Top = 207
  69.     Width = 72
  70.     Height = 21
  71.     Value = 1.000000000000000000
  72.     Min = 1.000000000000000000
  73.     Max = 100.000000000000000000
  74.     Decimal = 4
  75.     PageChange = 10.000000000000000000
  76.     LineChange = 1.000000000000000000
  77.     Label = 'Y'
  78.     Anchors = [akRight, akBottom]
  79.     Caption = '0.0000'
  80.     TabOrder = 9
  81.     MaxLength = 10
  82.     OnChange = YChange
  83.   end
  84.   object LabelY: TStaticText
  85.     Left = 298
  86.     Top = 209
  87.     Width = 14
  88.     Height = 17
  89.     Alignment = taRightJustify
  90.     Anchors = [akRight, akBottom]
  91.     Caption = 'Y:'
  92.     FocusControl = Y
  93.     TabOrder = 8
  94.   end
  95.   object Point: TNumEdit
  96.     Left = 102
  97.     Top = 207
  98.     Width = 29
  99.     Height = 21
  100.     Value = 1.000000000000000000
  101.     Min = 1.000000000000000000
  102.     Max = 2.000000000000000000
  103.     PageChange = 10.000000000000000000
  104.     LineChange = 1.000000000000000000
  105.     Label = 'Point'
  106.     Anchors = [akRight, akBottom]
  107.     Caption = '1'
  108.     TabOrder = 2
  109.     MaxLength = 5
  110.     OnChange = PointChange
  111.   end
  112.   object LabelPoint: TStaticText
  113.     Left = 67
  114.     Top = 209
  115.     Width = 31
  116.     Height = 17
  117.     Alignment = taRightJustify
  118.     Anchors = [akRight, akBottom]
  119.     Caption = 'Point:'
  120.     TabOrder = 1
  121.   end
  122.   object PointUpDown: TBuddyUpDown
  123.     Left = 131
  124.     Top = 207
  125.     Width = 15
  126.     Height = 21
  127.     Anchors = [akRight, akBottom]
  128.     Associate = Point
  129.     TabOrder = 3
  130.   end
  131.   object AddPoint: TBitton
  132.     Left = 152
  133.     Top = 208
  134.     Width = 20
  135.     Height = 20
  136.     Hint = 'Insert a new point after the current point'
  137.     Image.Data = {
  138.       F6000000424DF600000000000000760000002800000010000000100000000100
  139.       0400000000008000000000000000000000001000000000000000000000000000
  140.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  141.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  142.       88888888888888888888888888888880088888888888880FF08888888880080F
  143.       F088888888800880088888888880088888888888000000008888888800000000
  144.       8888888888800888888888888880088888888888888008888888888888888888
  145.       8888888888888888888888888888888888888888888888888888}
  146.     FocusAllowed = True
  147.     TransparentColour = clDefault
  148.     Anchors = [akRight, akBottom]
  149.     Caption = 'AddPoint'
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     OnClick = AddPointClick
  153.     TabStop = True
  154.     TabOrder = 4
  155.   end
  156.   object RemovePoint: TBitton
  157.     Left = 177
  158.     Top = 208
  159.     Width = 20
  160.     Height = 20
  161.     Hint = 'Remove the current point'
  162.     Image.Data = {
  163.       F6000000424DF600000000000000760000002800000010000000100000000100
  164.       0400000000008000000000000000000000001000000000000000000000000000
  165.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  166.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  167.       88888888888888888888888888888880088888888888880AA08888888888880A
  168.       A088888888888880088888888888888888888888000000008888888800000000
  169.       8888888888888888888888888888888888888888888888888888888888888888
  170.       8888888888888888888888888888888888888888888888888888}
  171.     FocusAllowed = True
  172.     TransparentColour = clDefault
  173.     Anchors = [akRight, akBottom]
  174.     Caption = 'RemovePoint'
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     OnClick = RemovePointClick
  178.     TabStop = True
  179.     TabOrder = 5
  180.   end
  181. end
  182.