home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / sharewar / slunec / app / rooarr1.exe / RooArr.exe / 0 / RCDATA / TFORMPROP / TFORMPROP.txt
Text File  |  2002-09-07  |  6KB  |  342 lines

  1. object FormProp: TFormProp
  2.   Left = 240
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Object Properties'
  6.   ClientHeight = 300
  7.   ClientWidth = 517
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LbCaption: TLabel
  20.     Left = 8
  21.     Top = 40
  22.     Width = 39
  23.     Height = 13
  24.     Caption = 'Caption:'
  25.   end
  26.   object LbPos: TLabel
  27.     Left = 8
  28.     Top = 128
  29.     Width = 37
  30.     Height = 13
  31.     Caption = 'Position'
  32.   end
  33.   object LbWidth: TLabel
  34.     Left = 8
  35.     Top = 64
  36.     Width = 31
  37.     Height = 13
  38.     Caption = 'Width:'
  39.   end
  40.   object LbHeight: TLabel
  41.     Left = 8
  42.     Top = 88
  43.     Width = 34
  44.     Height = 13
  45.     Caption = 'Height:'
  46.   end
  47.   object LbRotation: TLabel
  48.     Left = 8
  49.     Top = 176
  50.     Width = 43
  51.     Height = 13
  52.     Caption = 'Rotation:'
  53.   end
  54.   object Label7: TLabel
  55.     Left = 48
  56.     Top = 128
  57.     Width = 8
  58.     Height = 13
  59.     Caption = 'x:'
  60.   end
  61.   object Label8: TLabel
  62.     Left = 48
  63.     Top = 152
  64.     Width = 8
  65.     Height = 13
  66.     Caption = 'y:'
  67.   end
  68.   object Label10: TLabel
  69.     Left = 100
  70.     Top = 88
  71.     Width = 14
  72.     Height = 13
  73.     Caption = 'cm'
  74.   end
  75.   object Label12: TLabel
  76.     Left = 100
  77.     Top = 64
  78.     Width = 14
  79.     Height = 13
  80.     Caption = 'cm'
  81.   end
  82.   object Bevel1: TBevel
  83.     Left = 120
  84.     Top = 80
  85.     Width = 120
  86.     Height = 120
  87.   end
  88.   object Label13: TLabel
  89.     Left = 100
  90.     Top = 128
  91.     Width = 14
  92.     Height = 13
  93.     Caption = 'cm'
  94.   end
  95.   object Label14: TLabel
  96.     Left = 100
  97.     Top = 152
  98.     Width = 14
  99.     Height = 13
  100.     Caption = 'cm'
  101.   end
  102.   object Label15: TLabel
  103.     Left = 100
  104.     Top = 176
  105.     Width = 4
  106.     Height = 13
  107.     Caption = '∩┐╜'
  108.   end
  109.   object LbType: TLabel
  110.     Left = 8
  111.     Top = 16
  112.     Width = 27
  113.     Height = 13
  114.     Caption = 'Type:'
  115.   end
  116.   object LbPreview: TLabel
  117.     Left = 160
  118.     Top = 64
  119.     Width = 38
  120.     Height = 13
  121.     Caption = 'Preview'
  122.   end
  123.   object ImgPreview: TImage
  124.     Left = 121
  125.     Top = 81
  126.     Width = 118
  127.     Height = 118
  128.   end
  129.   object EdCaption: TEdit
  130.     Left = 56
  131.     Top = 36
  132.     Width = 185
  133.     Height = 21
  134.     TabOrder = 2
  135.     OnChange = EdCaptionChange
  136.   end
  137.   object EdPosX: TEdit
  138.     Left = 56
  139.     Top = 124
  140.     Width = 41
  141.     Height = 21
  142.     TabOrder = 5
  143.     OnChange = EdCaptionChange
  144.   end
  145.   object EdPosY: TEdit
  146.     Left = 56
  147.     Top = 148
  148.     Width = 41
  149.     Height = 21
  150.     TabOrder = 6
  151.     OnChange = EdCaptionChange
  152.   end
  153.   object EdWidth: TEdit
  154.     Left = 56
  155.     Top = 60
  156.     Width = 41
  157.     Height = 21
  158.     TabOrder = 3
  159.     OnChange = EdCaptionChange
  160.   end
  161.   object EdHeight: TEdit
  162.     Left = 56
  163.     Top = 84
  164.     Width = 41
  165.     Height = 21
  166.     TabOrder = 4
  167.     OnChange = EdCaptionChange
  168.   end
  169.   object EdRotation: TEdit
  170.     Left = 56
  171.     Top = 172
  172.     Width = 41
  173.     Height = 21
  174.     TabOrder = 7
  175.     OnChange = EdCaptionChange
  176.   end
  177.   object BtnOK: TButton
  178.     Left = 51
  179.     Top = 268
  180.     Width = 75
  181.     Height = 25
  182.     Caption = 'OK'
  183.     Default = True
  184.     ModalResult = 1
  185.     TabOrder = 9
  186.   end
  187.   object BtnCancel: TButton
  188.     Left = 131
  189.     Top = 268
  190.     Width = 75
  191.     Height = 25
  192.     Cancel = True
  193.     Caption = 'Cancel'
  194.     ModalResult = 2
  195.     TabOrder = 10
  196.   end
  197.   object GroupBoxCatalogue: TGroupBox
  198.     Left = 248
  199.     Top = 4
  200.     Width = 265
  201.     Height = 293
  202.     Caption = 'Catalogue of predefined objects'
  203.     TabOrder = 11
  204.     object CatList: TListView
  205.       Left = 72
  206.       Top = 16
  207.       Width = 188
  208.       Height = 273
  209.       Columns = <
  210.         item
  211.           AutoSize = True
  212.           Caption = 'Name'
  213.         end
  214.         item
  215.           Alignment = taCenter
  216.           Caption = 'Size'
  217.           Width = 65
  218.         end>
  219.       GridLines = True
  220.       HideSelection = False
  221.       RowSelect = True
  222.       SortType = stText
  223.       TabOrder = 0
  224.       ViewStyle = vsReport
  225.       OnChange = CatListChange
  226.       OnMouseDown = CatListMouseDown
  227.     end
  228.     object BtnLoad: TButton
  229.       Left = 8
  230.       Top = 72
  231.       Width = 57
  232.       Height = 25
  233.       Caption = '<- Load'
  234.       TabOrder = 1
  235.       OnClick = BtnLoadClick
  236.     end
  237.     object BtnSave: TButton
  238.       Left = 8
  239.       Top = 104
  240.       Width = 57
  241.       Height = 25
  242.       Caption = 'Save ->'
  243.       TabOrder = 2
  244.       OnClick = BtnSaveClick
  245.     end
  246.   end
  247.   object GroupBoxColors: TGroupBox
  248.     Left = 8
  249.     Top = 200
  250.     Width = 233
  251.     Height = 65
  252.     Caption = 'Colors'
  253.     TabOrder = 8
  254.     object ImgColor: TImage
  255.       Left = 58
  256.       Top = 16
  257.       Width = 41
  258.       Height = 17
  259.       OnClick = BtnColorClick
  260.     end
  261.     object ImgFill: TImage
  262.       Left = 58
  263.       Top = 40
  264.       Width = 41
  265.       Height = 17
  266.       OnClick = BtnFillClick
  267.     end
  268.     object ImgTextColor: TImage
  269.       Left = 184
  270.       Top = 16
  271.       Width = 41
  272.       Height = 17
  273.       OnClick = BtnTextColorClick
  274.     end
  275.     object ChkTextColor: TCheckBox
  276.       Left = 120
  277.       Top = 16
  278.       Width = 62
  279.       Height = 17
  280.       Caption = 'Caption:'
  281.       Checked = True
  282.       State = cbChecked
  283.       TabOrder = 2
  284.       OnClick = EdCaptionChange
  285.     end
  286.     object ChkLine: TCheckBox
  287.       Left = 8
  288.       Top = 16
  289.       Width = 46
  290.       Height = 17
  291.       Caption = 'Line:'
  292.       Checked = True
  293.       State = cbChecked
  294.       TabOrder = 0
  295.       OnClick = EdCaptionChange
  296.     end
  297.     object ChkFill: TCheckBox
  298.       Left = 8
  299.       Top = 40
  300.       Width = 48
  301.       Height = 17
  302.       Caption = 'Fill:'
  303.       Checked = True
  304.       State = cbChecked
  305.       TabOrder = 1
  306.       OnClick = EdCaptionChange
  307.     end
  308.   end
  309.   object CBType: TComboBox
  310.     Left = 56
  311.     Top = 12
  312.     Width = 99
  313.     Height = 21
  314.     Style = csDropDownList
  315.     ItemHeight = 13
  316.     TabOrder = 0
  317.     OnChange = CBTypeChange
  318.   end
  319.   object BtnCatalogue: TButton
  320.     Left = 160
  321.     Top = 8
  322.     Width = 81
  323.     Height = 25
  324.     Caption = 'Catalogue  <<'
  325.     TabOrder = 1
  326.     OnClick = BtnCatalogueClick
  327.   end
  328.   object ColorDialog1: TColorDialog
  329.     Ctl3D = True
  330.     Left = 184
  331.     Top = 232
  332.   end
  333.   object PopupMenu1: TPopupMenu
  334.     Left = 400
  335.     Top = 100
  336.     object Odeberzkatalogu1: TMenuItem
  337.       Caption = 'Odeber objekt z katalogu'
  338.       OnClick = Odeberzkatalogu1Click
  339.     end
  340.   end
  341. end
  342.