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

  1. object Transform_Dialog: TTransform_Dialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Transform vector'
  6.   ClientHeight = 439
  7.   ClientWidth = 355
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 46
  23.     Height = 13
  24.     Caption = '&Functions'
  25.     FocusControl = Function_List
  26.   end
  27.   object Label2: TLabel
  28.     Left = 152
  29.     Top = 16
  30.     Width = 36
  31.     Height = 13
  32.     Caption = '&Vectors'
  33.     FocusControl = Vector_List
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 360
  38.     Width = 28
  39.     Height = 13
  40.     Caption = '&Name'
  41.     FocusControl = Name_Edit
  42.   end
  43.   object Close_Button: TButton
  44.     Left = 7
  45.     Top = 408
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Close'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.     OnClick = Close_ButtonClick
  53.   end
  54.   object Function_List: TListBox
  55.     Left = 8
  56.     Top = 32
  57.     Width = 137
  58.     Height = 313
  59.     ItemHeight = 13
  60.     TabOrder = 1
  61.     OnClick = Function_ListClick
  62.   end
  63.   object Apply_Button: TButton
  64.     Left = 95
  65.     Top = 407
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = '&Apply'
  70.     ModalResult = 6
  71.     TabOrder = 2
  72.     OnClick = Apply_ButtonClick
  73.   end
  74.   object Vector_List: TListView
  75.     Left = 152
  76.     Top = 32
  77.     Width = 193
  78.     Height = 313
  79.     ColumnClick = False
  80.     Columns = <>
  81.     OnChange = Vector_ListChange
  82.     TabOrder = 3
  83.     LargeImages = ImageList1
  84.   end
  85.   object RadioGroup1: TRadioGroup
  86.     Left = 272
  87.     Top = 352
  88.     Width = 73
  89.     Height = 81
  90.     Caption = 'Dimension'
  91.     TabOrder = 4
  92.   end
  93.   object XDimension: TRadioButton
  94.     Left = 280
  95.     Top = 368
  96.     Width = 41
  97.     Height = 17
  98.     Caption = '&X'
  99.     Enabled = False
  100.     TabOrder = 5
  101.   end
  102.   object YDimension: TRadioButton
  103.     Left = 280
  104.     Top = 388
  105.     Width = 41
  106.     Height = 17
  107.     Caption = '&Y'
  108.     Enabled = False
  109.     TabOrder = 6
  110.   end
  111.   object ZDimension: TRadioButton
  112.     Left = 280
  113.     Top = 408
  114.     Width = 41
  115.     Height = 17
  116.     Caption = '&Z'
  117.     Enabled = False
  118.     TabOrder = 7
  119.   end
  120.   object Name_Edit: TEdit
  121.     Left = 8
  122.     Top = 376
  123.     Width = 257
  124.     Height = 21
  125.     TabOrder = 8
  126.   end
  127.   object ImageList1: TImageList
  128.     Height = 32
  129.     Width = 32
  130.     Left = 160
  131.     Top = 40
  132.   end
  133. end
  134.