home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB32 / RZPNLEDT.DF_ / RZPNLEDT.DF / RZPNLEDT.txt
Text File  |  1996-10-18  |  5KB  |  261 lines

  1. object RzPanelEditDlg: TRzPanelEditDlg
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = ' - Panel Editor'
  6.   ClientHeight = 277
  7.   ClientWidth = 357
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object GrpBorder: TGroupBox
  16.     Left = 180
  17.     Top = 124
  18.     Width = 169
  19.     Height = 109
  20.     Caption = 'Border Style'
  21.     TabOrder = 3
  22.     TabStop = True
  23.     object LblOuter: TLabel
  24.       Left = 8
  25.       Top = 24
  26.       Width = 26
  27.       Height = 13
  28.       Caption = 'Outer'
  29.     end
  30.     object LblInner: TLabel
  31.       Left = 8
  32.       Top = 52
  33.       Width = 24
  34.       Height = 13
  35.       Caption = 'Inner'
  36.     end
  37.     object Label1: TLabel
  38.       Left = 8
  39.       Top = 80
  40.       Width = 24
  41.       Height = 13
  42.       Caption = 'Color'
  43.     end
  44.     object CbxOuter: TComboBox
  45.       Tag = 2
  46.       Left = 48
  47.       Top = 20
  48.       Width = 113
  49.       Height = 21
  50.       Style = csDropDownList
  51.       ItemHeight = 13
  52.       Items.Strings = (
  53.         'fsNone'
  54.         'fsFlat'
  55.         'fsGroove'
  56.         'fsBump'
  57.         'fsLowered'
  58.         'fsButtonDown'
  59.         'fsRaised'
  60.         'fsButtonUp'
  61.         'fsStatus'
  62.         'fsPopup')
  63.       TabOrder = 0
  64.       OnChange = CbxOuterChange
  65.     end
  66.     object CbxInner: TComboBox
  67.       Tag = 1
  68.       Left = 48
  69.       Top = 48
  70.       Width = 113
  71.       Height = 21
  72.       Style = csDropDownList
  73.       ItemHeight = 13
  74.       Items.Strings = (
  75.         'fsNone'
  76.         'fsFlat'
  77.         'fsGroove'
  78.         'fsBump'
  79.         'fsLowered'
  80.         'fsButtonDown'
  81.         'fsRaised'
  82.         'fsButtonUp'
  83.         'fsStatus'
  84.         'fsPopup')
  85.       TabOrder = 1
  86.       OnChange = CbxInnerChange
  87.     end
  88.     object CbxBorderColor: TRzColorComboBox
  89.       Left = 48
  90.       Top = 76
  91.       Width = 113
  92.       Height = 22
  93.       About = aiRaizeComponents
  94.       TabOrder = 2
  95.       OnChange = CbxBorderColorChange
  96.     end
  97.   end
  98.   object GrpPreview: TGroupBox
  99.     Left = 8
  100.     Top = 76
  101.     Width = 161
  102.     Height = 157
  103.     Caption = 'Preview'
  104.     TabOrder = 4
  105.     object PnlPreview: TRzPanel
  106.       Left = 12
  107.       Top = 20
  108.       Width = 137
  109.       Height = 125
  110.       FrameSides = []
  111.       TabOrder = 0
  112.     end
  113.   end
  114.   object GrpBorderSides: TGroupBox
  115.     Left = 180
  116.     Top = 8
  117.     Width = 81
  118.     Height = 109
  119.     Caption = 'Border Sides'
  120.     TabOrder = 1
  121.     object ChkLeftBorder: TCheckBox
  122.       Left = 8
  123.       Top = 16
  124.       Width = 37
  125.       Height = 17
  126.       Caption = 'Left'
  127.       State = cbChecked
  128.       TabOrder = 0
  129.       OnClick = ChkBorderClick
  130.     end
  131.     object ChkTopBorder: TCheckBox
  132.       Tag = 1
  133.       Left = 8
  134.       Top = 36
  135.       Width = 37
  136.       Height = 17
  137.       Caption = 'Top'
  138.       State = cbChecked
  139.       TabOrder = 1
  140.       OnClick = ChkBorderClick
  141.     end
  142.     object ChkRightBorder: TCheckBox
  143.       Tag = 2
  144.       Left = 8
  145.       Top = 56
  146.       Width = 49
  147.       Height = 17
  148.       Caption = 'Right'
  149.       State = cbChecked
  150.       TabOrder = 2
  151.       OnClick = ChkBorderClick
  152.     end
  153.     object ChkBottomBorder: TCheckBox
  154.       Tag = 3
  155.       Left = 8
  156.       Top = 76
  157.       Width = 57
  158.       Height = 17
  159.       Caption = 'Bottom'
  160.       State = cbChecked
  161.       TabOrder = 3
  162.       OnClick = ChkBorderClick
  163.     end
  164.   end
  165.   object GrpFrameSides: TGroupBox
  166.     Left = 272
  167.     Top = 8
  168.     Width = 77
  169.     Height = 109
  170.     Caption = 'Frame Sides'
  171.     TabOrder = 2
  172.     object ChkLeftFrame: TCheckBox
  173.       Left = 8
  174.       Top = 16
  175.       Width = 37
  176.       Height = 17
  177.       Caption = 'Left'
  178.       TabOrder = 0
  179.       OnClick = ChkFrameClick
  180.     end
  181.     object ChkTopFrame: TCheckBox
  182.       Tag = 1
  183.       Left = 8
  184.       Top = 36
  185.       Width = 37
  186.       Height = 17
  187.       Caption = 'Top'
  188.       TabOrder = 1
  189.       OnClick = ChkFrameClick
  190.     end
  191.     object ChkRightFrame: TCheckBox
  192.       Tag = 2
  193.       Left = 8
  194.       Top = 56
  195.       Width = 45
  196.       Height = 17
  197.       Caption = 'Right'
  198.       TabOrder = 2
  199.       OnClick = ChkFrameClick
  200.     end
  201.     object ChkBottomFrame: TCheckBox
  202.       Tag = 3
  203.       Left = 8
  204.       Top = 76
  205.       Width = 57
  206.       Height = 17
  207.       Caption = 'Bottom'
  208.       TabOrder = 3
  209.       OnClick = ChkFrameClick
  210.     end
  211.   end
  212.   object BtnOK: TButton
  213.     Left = 110
  214.     Top = 244
  215.     Width = 75
  216.     Height = 25
  217.     Caption = 'OK'
  218.     Default = True
  219.     ModalResult = 1
  220.     TabOrder = 5
  221.   end
  222.   object BtnCancel: TButton
  223.     Left = 191
  224.     Top = 244
  225.     Width = 75
  226.     Height = 25
  227.     Caption = 'Cancel'
  228.     ModalResult = 2
  229.     TabOrder = 6
  230.   end
  231.   object BtnHelp: TButton
  232.     Left = 274
  233.     Top = 244
  234.     Width = 75
  235.     Height = 25
  236.     Caption = 'Help'
  237.     TabOrder = 7
  238.     OnClick = BtnHelpClick
  239.   end
  240.   object GrpWidth: TGroupBox
  241.     Left = 8
  242.     Top = 8
  243.     Width = 161
  244.     Height = 61
  245.     Caption = 'Border Width'
  246.     TabOrder = 0
  247.     TabStop = True
  248.     object TrkWidth: TRzTrackBar
  249.       Left = 5
  250.       Top = 16
  251.       Width = 153
  252.       Max = 25
  253.       Position = 0
  254.       TickStyle = tkOwnerDraw
  255.       OnChange = TrkWidthChange
  256.       OnDrawTick = TrkWidthDrawTick
  257.       TabOrder = 0
  258.     end
  259.   end
  260. end
  261.