home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMPROP / TFORMPROP.txt
Encoding:
Text File  |  2003-02-17  |  8.1 KB  |  449 lines

  1. object FormProp: TFormProp
  2.   Left = 227
  3.   Top = 191
  4.   HelpContext = 6
  5.   BorderStyle = bsDialog
  6.   Caption = 'Object Properties'
  7.   ClientHeight = 357
  8.   ClientWidth = 540
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LbCaption: TLabel
  21.     Left = 8
  22.     Top = 40
  23.     Width = 39
  24.     Height = 13
  25.     Caption = 'Caption:'
  26.   end
  27.   object LbPos: TLabel
  28.     Left = 8
  29.     Top = 112
  30.     Width = 37
  31.     Height = 13
  32.     Caption = 'Position'
  33.   end
  34.   object LbWidth: TLabel
  35.     Left = 8
  36.     Top = 64
  37.     Width = 31
  38.     Height = 13
  39.     Caption = 'Width:'
  40.   end
  41.   object LbHeight: TLabel
  42.     Left = 8
  43.     Top = 88
  44.     Width = 36
  45.     Height = 13
  46.     Caption = 'Length:'
  47.   end
  48.   object LbRotation: TLabel
  49.     Left = 8
  50.     Top = 160
  51.     Width = 43
  52.     Height = 13
  53.     Caption = 'Rotation:'
  54.   end
  55.   object Label7: TLabel
  56.     Left = 50
  57.     Top = 112
  58.     Width = 8
  59.     Height = 13
  60.     Caption = 'x:'
  61.   end
  62.   object Label8: TLabel
  63.     Left = 50
  64.     Top = 136
  65.     Width = 8
  66.     Height = 13
  67.     Caption = 'y:'
  68.   end
  69.   object LbUnit2: TLabel
  70.     Left = 102
  71.     Top = 88
  72.     Width = 14
  73.     Height = 13
  74.     Caption = 'cm'
  75.   end
  76.   object LbUnit1: TLabel
  77.     Left = 102
  78.     Top = 64
  79.     Width = 14
  80.     Height = 13
  81.     Caption = 'cm'
  82.   end
  83.   object LbUnitX: TLabel
  84.     Left = 102
  85.     Top = 112
  86.     Width = 14
  87.     Height = 13
  88.     Caption = 'cm'
  89.   end
  90.   object LbUnitY: TLabel
  91.     Left = 102
  92.     Top = 136
  93.     Width = 14
  94.     Height = 13
  95.     Caption = 'cm'
  96.   end
  97.   object Label15: TLabel
  98.     Left = 94
  99.     Top = 160
  100.     Width = 4
  101.     Height = 13
  102.     Caption = '∩┐╜'
  103.   end
  104.   object LbType: TLabel
  105.     Left = 8
  106.     Top = 16
  107.     Width = 27
  108.     Height = 13
  109.     Caption = 'Type:'
  110.   end
  111.   object LbPreview: TLabel
  112.     Left = 134
  113.     Top = 64
  114.     Width = 121
  115.     Height = 13
  116.     Alignment = taCenter
  117.     AutoSize = False
  118.     Caption = 'Preview'
  119.   end
  120.   object ImgPreview: TImage
  121.     Left = 134
  122.     Top = 80
  123.     Width = 121
  124.     Height = 137
  125.   end
  126.   object ImgRot: TImage
  127.     Left = 101
  128.     Top = 153
  129.     Width = 30
  130.     Height = 30
  131.     Cursor = crCross
  132.     Enabled = False
  133.     OnMouseDown = ImgRotMouseDown
  134.     OnMouseMove = ImgRotMouseMove
  135.   end
  136.   object EdCaption: TEdit
  137.     Left = 58
  138.     Top = 36
  139.     Width = 199
  140.     Height = 21
  141.     TabOrder = 2
  142.     OnChange = EdCaptionChange
  143.   end
  144.   object EdPosX: TEdit
  145.     Left = 58
  146.     Top = 108
  147.     Width = 41
  148.     Height = 21
  149.     TabOrder = 5
  150.     OnChange = EdCaptionChange
  151.   end
  152.   object EdPosY: TEdit
  153.     Left = 58
  154.     Top = 132
  155.     Width = 41
  156.     Height = 21
  157.     TabOrder = 6
  158.     OnChange = EdCaptionChange
  159.   end
  160.   object EdWidth: TEdit
  161.     Left = 58
  162.     Top = 60
  163.     Width = 41
  164.     Height = 21
  165.     TabOrder = 3
  166.     OnChange = EdCaptionChange
  167.   end
  168.   object EdHeight: TEdit
  169.     Left = 58
  170.     Top = 84
  171.     Width = 41
  172.     Height = 21
  173.     TabOrder = 4
  174.     OnChange = EdCaptionChange
  175.   end
  176.   object EdRotation: TEdit
  177.     Left = 58
  178.     Top = 156
  179.     Width = 31
  180.     Height = 21
  181.     TabOrder = 7
  182.     OnChange = EdCaptionChange
  183.     OnExit = EdRotationExit
  184.   end
  185.   object BtnOK: TButton
  186.     Left = 51
  187.     Top = 328
  188.     Width = 75
  189.     Height = 25
  190.     Caption = 'OK'
  191.     Default = True
  192.     ModalResult = 1
  193.     TabOrder = 11
  194.   end
  195.   object BtnCancel: TButton
  196.     Left = 131
  197.     Top = 328
  198.     Width = 75
  199.     Height = 25
  200.     Cancel = True
  201.     Caption = 'Cancel'
  202.     ModalResult = 2
  203.     TabOrder = 12
  204.   end
  205.   object GroupBoxCatalogue: TGroupBox
  206.     Left = 264
  207.     Top = 4
  208.     Width = 273
  209.     Height = 349
  210.     Caption = 'User library'
  211.     TabOrder = 13
  212.     object CatList: TListView
  213.       Left = 80
  214.       Top = 16
  215.       Width = 185
  216.       Height = 329
  217.       Columns = <
  218.         item
  219.           AutoSize = True
  220.           Caption = 'Name'
  221.         end
  222.         item
  223.           Alignment = taCenter
  224.           Caption = 'Size'
  225.           Width = 65
  226.         end>
  227.       ColumnClick = False
  228.       GridLines = True
  229.       HideSelection = False
  230.       RowSelect = True
  231.       SortType = stText
  232.       TabOrder = 0
  233.       ViewStyle = vsReport
  234.       OnChange = CatListChange
  235.       OnMouseDown = CatListMouseDown
  236.     end
  237.     object BtnLoad: TButton
  238.       Left = 8
  239.       Top = 72
  240.       Width = 70
  241.       Height = 25
  242.       Caption = '<- Load'
  243.       TabOrder = 1
  244.       OnClick = BtnLoadClick
  245.     end
  246.     object BtnSave: TButton
  247.       Left = 8
  248.       Top = 104
  249.       Width = 70
  250.       Height = 25
  251.       Caption = 'Save ->'
  252.       TabOrder = 2
  253.       OnClick = BtnSaveClick
  254.     end
  255.     object BtnHelp: TButton
  256.       Left = 8
  257.       Top = 320
  258.       Width = 70
  259.       Height = 25
  260.       Caption = 'Help'
  261.       TabOrder = 3
  262.       OnClick = BtnHelpClick
  263.     end
  264.   end
  265.   object GroupBoxColors: TGroupBox
  266.     Left = 8
  267.     Top = 256
  268.     Width = 249
  269.     Height = 65
  270.     Caption = 'Colors'
  271.     TabOrder = 10
  272.     object ImgColor: TImage
  273.       Left = 68
  274.       Top = 16
  275.       Width = 41
  276.       Height = 17
  277.       OnClick = BtnColorClick
  278.     end
  279.     object ImgFill: TImage
  280.       Left = 68
  281.       Top = 40
  282.       Width = 41
  283.       Height = 17
  284.       OnClick = BtnColorClick
  285.     end
  286.     object ImgTextColor: TImage
  287.       Left = 194
  288.       Top = 40
  289.       Width = 41
  290.       Height = 17
  291.       OnClick = BtnColorClick
  292.     end
  293.     object LbLineStyle: TLabel
  294.       Left = 113
  295.       Top = 18
  296.       Width = 26
  297.       Height = 13
  298.       Caption = 'Style:'
  299.     end
  300.     object ChkTextColor: TCheckBox
  301.       Left = 113
  302.       Top = 40
  303.       Width = 80
  304.       Height = 17
  305.       Caption = 'Caption:'
  306.       Checked = True
  307.       State = cbChecked
  308.       TabOrder = 3
  309.       OnClick = EdCaptionChange
  310.     end
  311.     object ChkLine: TCheckBox
  312.       Left = 8
  313.       Top = 16
  314.       Width = 60
  315.       Height = 17
  316.       Caption = 'Line:'
  317.       Checked = True
  318.       State = cbChecked
  319.       TabOrder = 0
  320.       OnClick = EdCaptionChange
  321.     end
  322.     object ChkFill: TCheckBox
  323.       Left = 8
  324.       Top = 40
  325.       Width = 60
  326.       Height = 17
  327.       Caption = 'Fill:'
  328.       Checked = True
  329.       State = cbChecked
  330.       TabOrder = 1
  331.       OnClick = EdCaptionChange
  332.     end
  333.     object CbLineStyle: TComboBox
  334.       Left = 152
  335.       Top = 14
  336.       Width = 83
  337.       Height = 21
  338.       Style = csDropDownList
  339.       ItemHeight = 13
  340.       TabOrder = 2
  341.       OnChange = EdCaptionChange
  342.     end
  343.   end
  344.   object CBType: TComboBox
  345.     Left = 58
  346.     Top = 12
  347.     Width = 96
  348.     Height = 21
  349.     Style = csDropDownList
  350.     ItemHeight = 13
  351.     TabOrder = 0
  352.     OnChange = CBTypeChange
  353.   end
  354.   object BtnCatalogue: TButton
  355.     Left = 157
  356.     Top = 8
  357.     Width = 100
  358.     Height = 25
  359.     Caption = 'User library  <<'
  360.     TabOrder = 1
  361.     OnClick = BtnCatalogueClick
  362.   end
  363.   object ChkSnap: TCheckBox
  364.     Left = 134
  365.     Top = 232
  366.     Width = 125
  367.     Height = 17
  368.     Caption = 'Snap to wall'
  369.     TabOrder = 9
  370.   end
  371.   object GroupBox3D: TGroupBox
  372.     Left = 6
  373.     Top = 184
  374.     Width = 123
  375.     Height = 65
  376.     Caption = '3D'
  377.     TabOrder = 8
  378.     object LbPos2: TLabel
  379.       Left = 6
  380.       Top = 17
  381.       Width = 37
  382.       Height = 13
  383.       Caption = 'Position'
  384.     end
  385.     object Label2: TLabel
  386.       Left = 52
  387.       Top = 17
  388.       Width = 8
  389.       Height = 13
  390.       Caption = 'z:'
  391.     end
  392.     object LbUnit5: TLabel
  393.       Left = 103
  394.       Top = 17
  395.       Width = 14
  396.       Height = 13
  397.       Caption = 'cm'
  398.     end
  399.     object LbHeight2: TLabel
  400.       Left = 6
  401.       Top = 40
  402.       Width = 34
  403.       Height = 13
  404.       Caption = 'Height:'
  405.     end
  406.     object LbUnit6: TLabel
  407.       Left = 103
  408.       Top = 40
  409.       Width = 14
  410.       Height = 13
  411.       Caption = 'cm'
  412.     end
  413.     object EdPosZ: TEdit
  414.       Left = 60
  415.       Top = 12
  416.       Width = 41
  417.       Height = 21
  418.       TabOrder = 0
  419.       OnChange = EdCaptionChange
  420.     end
  421.     object EdZHeight: TEdit
  422.       Left = 60
  423.       Top = 36
  424.       Width = 41
  425.       Height = 21
  426.       TabOrder = 1
  427.       OnChange = EdCaptionChange
  428.     end
  429.   end
  430.   object ColorDialog1: TColorDialog
  431.     Ctl3D = True
  432.     Left = 232
  433.     Top = 320
  434.   end
  435.   object PopupMenu1: TPopupMenu
  436.     AutoHotkeys = maManual
  437.     Left = 432
  438.     Top = 100
  439.     object Odeberzkatalogu1: TMenuItem
  440.       Caption = 'Remove Object'
  441.       OnClick = Odeberzkatalogu1Click
  442.     end
  443.     object Rename1: TMenuItem
  444.       Caption = 'Rename Object'
  445.       OnClick = Rename1Click
  446.     end
  447.   end
  448. end
  449.