home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TCELPROP / TCELPROP.txt
Encoding:
Text File  |  1998-04-21  |  4.9 KB  |  276 lines

  1. object CelProp: TCelProp
  2.   Left = 70
  3.   Top = 112
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Cel Properties'
  7.   ClientHeight = 293
  8.   ClientWidth = 417
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 20
  20.     Width = 34
  21.     Height = 13
  22.     Caption = 'Object:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 84
  27.     Width = 36
  28.     Height = 13
  29.     Caption = 'Palette:'
  30.   end
  31.   object CelName: TLabel
  32.     Left = 16
  33.     Top = 52
  34.     Width = 18
  35.     Height = 13
  36.     Caption = 'Cel:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 16
  40.     Top = 236
  41.     Width = 47
  42.     Height = 13
  43.     Caption = 'Comment:'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 224
  47.     Top = 236
  48.     Width = 68
  49.     Height = 13
  50.     Caption = 'Transparency:'
  51.   end
  52.   object Button1: TButton
  53.     Left = 8
  54.     Top = 264
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Ok'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 0
  61.   end
  62.   object Button2: TButton
  63.     Left = 336
  64.     Top = 264
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 1
  70.   end
  71.   object ObjectCombo1: TComboBox
  72.     Left = 64
  73.     Top = 16
  74.     Width = 145
  75.     Height = 21
  76.     Style = csDropDownList
  77.     ItemHeight = 13
  78.     TabOrder = 2
  79.     OnChange = ObjectCombo1Change
  80.   end
  81.   object GroupBox1: TGroupBox
  82.     Left = 8
  83.     Top = 104
  84.     Width = 201
  85.     Height = 121
  86.     TabOrder = 3
  87.     object Set0: TCheckBox
  88.       Left = 8
  89.       Top = 8
  90.       Width = 97
  91.       Height = 17
  92.       Caption = 'Set 0'
  93.       TabOrder = 0
  94.       OnClick = Set0Click
  95.     end
  96.     object Set1: TCheckBox
  97.       Tag = 1
  98.       Left = 8
  99.       Top = 24
  100.       Width = 97
  101.       Height = 17
  102.       Caption = 'Set 1'
  103.       TabOrder = 1
  104.       OnClick = Set0Click
  105.     end
  106.     object Set2: TCheckBox
  107.       Tag = 2
  108.       Left = 8
  109.       Top = 40
  110.       Width = 97
  111.       Height = 17
  112.       Caption = 'Set 2'
  113.       TabOrder = 2
  114.       OnClick = Set0Click
  115.     end
  116.     object Set3: TCheckBox
  117.       Tag = 3
  118.       Left = 8
  119.       Top = 56
  120.       Width = 97
  121.       Height = 17
  122.       Caption = 'Set 3'
  123.       TabOrder = 3
  124.       OnClick = Set0Click
  125.     end
  126.     object Set4: TCheckBox
  127.       Tag = 4
  128.       Left = 8
  129.       Top = 72
  130.       Width = 97
  131.       Height = 17
  132.       Caption = 'Set 4'
  133.       TabOrder = 4
  134.       OnClick = Set0Click
  135.     end
  136.     object Set5: TCheckBox
  137.       Tag = 5
  138.       Left = 96
  139.       Top = 8
  140.       Width = 97
  141.       Height = 17
  142.       Caption = 'Set 5'
  143.       TabOrder = 5
  144.       OnClick = Set0Click
  145.     end
  146.     object Set6: TCheckBox
  147.       Tag = 6
  148.       Left = 96
  149.       Top = 24
  150.       Width = 97
  151.       Height = 17
  152.       Caption = 'Set 6'
  153.       TabOrder = 6
  154.       OnClick = Set0Click
  155.     end
  156.     object Set7: TCheckBox
  157.       Tag = 7
  158.       Left = 96
  159.       Top = 40
  160.       Width = 97
  161.       Height = 17
  162.       Caption = 'Set 7'
  163.       TabOrder = 7
  164.       OnClick = Set0Click
  165.     end
  166.     object Set8: TCheckBox
  167.       Tag = 8
  168.       Left = 96
  169.       Top = 56
  170.       Width = 97
  171.       Height = 17
  172.       Caption = 'Set 8'
  173.       TabOrder = 8
  174.       OnClick = Set0Click
  175.     end
  176.     object Set9: TCheckBox
  177.       Tag = 9
  178.       Left = 96
  179.       Top = 72
  180.       Width = 97
  181.       Height = 17
  182.       Caption = 'Set 9'
  183.       TabOrder = 9
  184.       OnClick = Set0Click
  185.     end
  186.     object SetAllB: TButton
  187.       Left = 8
  188.       Top = 96
  189.       Width = 65
  190.       Height = 17
  191.       Caption = 'Set All'
  192.       TabOrder = 10
  193.       OnClick = SetAllBClick
  194.     end
  195.     object ClearAllB: TButton
  196.       Left = 96
  197.       Top = 96
  198.       Width = 65
  199.       Height = 17
  200.       Caption = 'Clear All'
  201.       TabOrder = 11
  202.       OnClick = ClearAllBClick
  203.     end
  204.   end
  205.   object PaletteCombo: TComboBox
  206.     Left = 64
  207.     Top = 80
  208.     Width = 145
  209.     Height = 21
  210.     Style = csDropDownList
  211.     ItemHeight = 13
  212.     TabOrder = 4
  213.     OnChange = PaletteComboChange
  214.   end
  215.   object ScrollBox1: TScrollBox
  216.     Left = 224
  217.     Top = 48
  218.     Width = 185
  219.     Height = 177
  220.     TabOrder = 5
  221.     object Image1: TImage
  222.       Left = 0
  223.       Top = 0
  224.       Width = 105
  225.       Height = 105
  226.       AutoSize = True
  227.     end
  228.   end
  229.   object CommentEdit: TEdit
  230.     Left = 64
  231.     Top = 232
  232.     Width = 145
  233.     Height = 21
  234.     MaxLength = 80
  235.     TabOrder = 6
  236.   end
  237.   object TranspEdit1: TRxSpinEdit
  238.     Left = 296
  239.     Top = 232
  240.     Width = 113
  241.     Height = 21
  242.     Alignment = taRightJustify
  243.     MaxValue = 256.000000000000000000
  244.     TabOrder = 7
  245.   end
  246.   object Button3: TButton
  247.     Left = 336
  248.     Top = 18
  249.     Width = 75
  250.     Height = 17
  251.     Caption = 'New Object'
  252.     TabOrder = 8
  253.     OnClick = Button3Click
  254.   end
  255.   object Button4: TButton
  256.     Left = 224
  257.     Top = 18
  258.     Width = 75
  259.     Height = 17
  260.     Caption = 'Edit Object'
  261.     TabOrder = 9
  262.     OnClick = Button4Click
  263.   end
  264.   object CelListBox1: TComboBox
  265.     Left = 64
  266.     Top = 48
  267.     Width = 145
  268.     Height = 21
  269.     Style = csDropDownList
  270.     ItemHeight = 13
  271.     Sorted = True
  272.     TabOrder = 10
  273.     OnChange = CelListBox1Change
  274.   end
  275. end
  276.