home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TVECTOR_DYNAMIC_SYSTEM_EDITOR / TVECTOR_DYNAMIC_SYSTEM_EDITOR.txt
Text File  |  1999-04-13  |  3KB  |  201 lines

  1. object Vector_Dynamic_System_Editor: TVector_Dynamic_System_Editor
  2.   Left = 253
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = '3D Vector Editor'
  6.   ClientHeight = 280
  7.   ClientWidth = 384
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 185
  19.     Height = 225
  20.     Shape = bsFrame
  21.   end
  22.   object Size_Label: TLabel
  23.     Left = 16
  24.     Top = 28
  25.     Width = 20
  26.     Height = 13
  27.     Caption = '&Size'
  28.     FocusControl = Size_Edit
  29.   end
  30.   object X0_Label: TLabel
  31.     Left = 24
  32.     Top = 72
  33.     Width = 13
  34.     Height = 13
  35.     Caption = '&X0'
  36.     FocusControl = X0_Edit
  37.   end
  38.   object Y0_Label: TLabel
  39.     Left = 24
  40.     Top = 104
  41.     Width = 13
  42.     Height = 13
  43.     Caption = '&Y0'
  44.     FocusControl = Y0_Edit
  45.   end
  46.   object A_Label: TLabel
  47.     Left = 112
  48.     Top = 72
  49.     Width = 6
  50.     Height = 13
  51.     Caption = '&a'
  52.     FocusControl = A_Edit
  53.   end
  54.   object B_Label: TLabel
  55.     Left = 112
  56.     Top = 104
  57.     Width = 6
  58.     Height = 13
  59.     Caption = '&b'
  60.     FocusControl = B_Edit
  61.   end
  62.   object C_Label: TLabel
  63.     Left = 112
  64.     Top = 136
  65.     Width = 6
  66.     Height = 13
  67.     Caption = '&c'
  68.     FocusControl = C_Edit
  69.   end
  70.   object Z0_Label: TLabel
  71.     Left = 24
  72.     Top = 136
  73.     Width = 13
  74.     Height = 13
  75.     Caption = '&Z0'
  76.     FocusControl = Z0_Edit
  77.   end
  78.   object D_Label: TLabel
  79.     Left = 112
  80.     Top = 171
  81.     Width = 6
  82.     Height = 13
  83.     Caption = '&d'
  84.     FocusControl = D_Edit
  85.   end
  86.   object E_Label: TLabel
  87.     Left = 112
  88.     Top = 202
  89.     Width = 6
  90.     Height = 13
  91.     Caption = '&e'
  92.     FocusControl = E_Edit
  93.   end
  94.   object Preview: TPaintBox
  95.     Left = 200
  96.     Top = 8
  97.     Width = 177
  98.     Height = 225
  99.   end
  100.   object Button_Reset: TButton
  101.     Left = 77
  102.     Top = 248
  103.     Width = 50
  104.     Height = 25
  105.     Caption = '&Reset'
  106.     ModalResult = 4
  107.     TabOrder = 10
  108.   end
  109.   object Button_Cancel: TButton
  110.     Left = 144
  111.     Top = 248
  112.     Width = 50
  113.     Height = 25
  114.     Caption = 'Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 11
  117.   end
  118.   object Button_OK: TButton
  119.     Left = 8
  120.     Top = 248
  121.     Width = 50
  122.     Height = 25
  123.     Caption = '&Ok'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 9
  127.   end
  128.   object Button_Preview: TButton
  129.     Left = 256
  130.     Top = 248
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&Preview'
  134.     TabOrder = 12
  135.     OnClick = Button_PreviewClick
  136.   end
  137.   object Size_Edit: TEdit
  138.     Left = 48
  139.     Top = 24
  140.     Width = 129
  141.     Height = 21
  142.     TabOrder = 0
  143.   end
  144.   object X0_Edit: TEdit
  145.     Left = 48
  146.     Top = 72
  147.     Width = 49
  148.     Height = 21
  149.     TabOrder = 1
  150.   end
  151.   object Y0_Edit: TEdit
  152.     Left = 48
  153.     Top = 104
  154.     Width = 49
  155.     Height = 21
  156.     TabOrder = 2
  157.   end
  158.   object Z0_Edit: TEdit
  159.     Left = 48
  160.     Top = 136
  161.     Width = 49
  162.     Height = 21
  163.     TabOrder = 3
  164.   end
  165.   object A_Edit: TEdit
  166.     Left = 128
  167.     Top = 72
  168.     Width = 49
  169.     Height = 21
  170.     TabOrder = 4
  171.   end
  172.   object B_Edit: TEdit
  173.     Left = 128
  174.     Top = 104
  175.     Width = 49
  176.     Height = 21
  177.     TabOrder = 5
  178.   end
  179.   object C_Edit: TEdit
  180.     Left = 128
  181.     Top = 136
  182.     Width = 49
  183.     Height = 21
  184.     TabOrder = 6
  185.   end
  186.   object D_Edit: TEdit
  187.     Left = 128
  188.     Top = 168
  189.     Width = 49
  190.     Height = 21
  191.     TabOrder = 7
  192.   end
  193.   object E_Edit: TEdit
  194.     Left = 128
  195.     Top = 200
  196.     Width = 49
  197.     Height = 21
  198.     TabOrder = 8
  199.   end
  200. end
  201.