home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / DEMO / PANELFRM.DF_ / PANELFRM.DF / PANELFRM.txt < prev   
Text File  |  1996-10-18  |  6KB  |  299 lines

  1. object FrmPanelEditor: TFrmPanelEditor
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'RzPanel Editor'
  6.   ClientHeight = 334
  7.   ClientWidth = 370
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object RzLabel1: TRzLabel
  20.     Left = 30
  21.     Top = 8
  22.     Width = 309
  23.     Height = 52
  24.     TextStyle = tsNormal
  25.     Alignment = taCenter
  26.     Caption = 
  27.       'This form is a duplicate of the component editor for the RzPanel' +
  28.       ' component.  The RzPanel component is highly customizable with 1' +
  29.       '0 different border styles for both the inner and outer borders. ' +
  30.       ' As you can see, it also supports word wrapping captions.'
  31.     Font.Color = clNavy
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38.   object GrpBorder: TGroupBox
  39.     Left = 8
  40.     Top = 68
  41.     Width = 161
  42.     Height = 109
  43.     Caption = 'Border Style'
  44.     TabOrder = 0
  45.     TabStop = True
  46.     object LblOuter: TLabel
  47.       Left = 8
  48.       Top = 24
  49.       Width = 26
  50.       Height = 13
  51.       Caption = 'Outer'
  52.     end
  53.     object LblInner: TLabel
  54.       Left = 8
  55.       Top = 52
  56.       Width = 24
  57.       Height = 13
  58.       Caption = 'Inner'
  59.     end
  60.     object Label1: TLabel
  61.       Left = 8
  62.       Top = 80
  63.       Width = 24
  64.       Height = 13
  65.       Caption = 'Color'
  66.     end
  67.     object CbxOuter: TComboBox
  68.       Tag = 2
  69.       Left = 40
  70.       Top = 20
  71.       Width = 113
  72.       Height = 21
  73.       Style = csDropDownList
  74.       ItemHeight = 13
  75.       Items.Strings = (
  76.         'fsNone'
  77.         'fsFlat'
  78.         'fsGroove'
  79.         'fsBump'
  80.         'fsLowered'
  81.         'fsButtonDown'
  82.         'fsRaised'
  83.         'fsButtonUp'
  84.         'fsStatus'
  85.         'fsPopup')
  86.       TabOrder = 0
  87.       OnChange = CbxOuterChange
  88.     end
  89.     object CbxInner: TComboBox
  90.       Tag = 1
  91.       Left = 40
  92.       Top = 48
  93.       Width = 113
  94.       Height = 21
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       Items.Strings = (
  98.         'fsNone'
  99.         'fsFlat'
  100.         'fsGroove'
  101.         'fsBump'
  102.         'fsLowered'
  103.         'fsButtonDown'
  104.         'fsRaised'
  105.         'fsButtonUp'
  106.         'fsStatus'
  107.         'fsPopup')
  108.       TabOrder = 1
  109.       OnChange = CbxInnerChange
  110.     end
  111.     object CbxBorderColor: TRzColorComboBox
  112.       Left = 40
  113.       Top = 76
  114.       Width = 113
  115.       Height = 22
  116.       Hint = 'This is an RzColorComboBox'
  117.       About = aiRaizeComponents
  118.       TabOrder = 2
  119.       OnChange = CbxBorderColorChange
  120.     end
  121.   end
  122.   object GrpWidth: TGroupBox
  123.     Left = 180
  124.     Top = 184
  125.     Width = 181
  126.     Height = 57
  127.     Caption = 'Border Width'
  128.     TabOrder = 3
  129.     TabStop = True
  130.     object TrkWidth: TRzTrackBar
  131.       Left = 6
  132.       Top = 16
  133.       Width = 171
  134.       Hint = 'This is an RzTrackBar'
  135.       Max = 25
  136.       Position = 0
  137.       TickStyle = tkOwnerDraw
  138.       OnChange = TrkWidthChange
  139.       OnDrawTick = TrkWidthDrawTick
  140.       TabOrder = 0
  141.     end
  142.   end
  143.   object GrpPreview: TGroupBox
  144.     Left = 8
  145.     Top = 184
  146.     Width = 161
  147.     Height = 141
  148.     Caption = 'Preview'
  149.     TabOrder = 4
  150.     object PnlPreview: TRzPanel
  151.       Left = 12
  152.       Top = 20
  153.       Width = 137
  154.       Height = 109
  155.       Hint = 'This is an RzPanel'
  156.       BorderInner = fsLowered
  157.       BorderColor = clTeal
  158.       BorderWidth = 5
  159.       Caption = 'Raize Your Software to a New Level!'
  160.       FrameSides = []
  161.       TabOrder = 0
  162.     end
  163.   end
  164.   object GrpBorderSides: TGroupBox
  165.     Left = 180
  166.     Top = 68
  167.     Width = 85
  168.     Height = 109
  169.     Caption = 'Border Sides'
  170.     TabOrder = 1
  171.     object ChkLeftBorder: TCheckBox
  172.       Left = 8
  173.       Top = 16
  174.       Width = 37
  175.       Height = 17
  176.       Caption = 'Left'
  177.       State = cbChecked
  178.       TabOrder = 0
  179.       OnClick = ChkBorderClick
  180.     end
  181.     object ChkTopBorder: TCheckBox
  182.       Tag = 1
  183.       Left = 8
  184.       Top = 36
  185.       Width = 37
  186.       Height = 17
  187.       Caption = 'Top'
  188.       State = cbChecked
  189.       TabOrder = 1
  190.       OnClick = ChkBorderClick
  191.     end
  192.     object ChkRightBorder: TCheckBox
  193.       Tag = 2
  194.       Left = 8
  195.       Top = 56
  196.       Width = 49
  197.       Height = 17
  198.       Caption = 'Right'
  199.       State = cbChecked
  200.       TabOrder = 2
  201.       OnClick = ChkBorderClick
  202.     end
  203.     object ChkBottomBorder: TCheckBox
  204.       Tag = 3
  205.       Left = 8
  206.       Top = 76
  207.       Width = 57
  208.       Height = 17
  209.       Caption = 'Bottom'
  210.       State = cbChecked
  211.       TabOrder = 3
  212.       OnClick = ChkBorderClick
  213.     end
  214.   end
  215.   object GrpFrameSides: TGroupBox
  216.     Left = 276
  217.     Top = 68
  218.     Width = 85
  219.     Height = 109
  220.     Caption = 'Frame Sides'
  221.     TabOrder = 2
  222.     object ChkLeftFrame: TCheckBox
  223.       Left = 8
  224.       Top = 16
  225.       Width = 37
  226.       Height = 17
  227.       Caption = 'Left'
  228.       TabOrder = 0
  229.       OnClick = ChkFrameClick
  230.     end
  231.     object ChkTopFrame: TCheckBox
  232.       Tag = 1
  233.       Left = 8
  234.       Top = 36
  235.       Width = 37
  236.       Height = 17
  237.       Caption = 'Top'
  238.       TabOrder = 1
  239.       OnClick = ChkFrameClick
  240.     end
  241.     object ChkRightFrame: TCheckBox
  242.       Tag = 2
  243.       Left = 8
  244.       Top = 56
  245.       Width = 45
  246.       Height = 17
  247.       Caption = 'Right'
  248.       TabOrder = 2
  249.       OnClick = ChkFrameClick
  250.     end
  251.     object ChkBottomFrame: TCheckBox
  252.       Tag = 3
  253.       Left = 8
  254.       Top = 76
  255.       Width = 57
  256.       Height = 17
  257.       Caption = 'Bottom'
  258.       TabOrder = 3
  259.       OnClick = ChkFrameClick
  260.     end
  261.   end
  262.   object BtnOK: TButton
  263.     Left = 289
  264.     Top = 300
  265.     Width = 75
  266.     Height = 25
  267.     Caption = 'Done'
  268.     ModalResult = 1
  269.     TabOrder = 5
  270.   end
  271.   object GrpAlignment: TRzRadioGroup
  272.     Left = 180
  273.     Top = 248
  274.     Width = 101
  275.     Height = 77
  276.     ItemFont.Color = clWindowText
  277.     ItemFont.Height = -11
  278.     ItemFont.Name = 'MS Sans Serif'
  279.     ItemFont.Style = []
  280.     BorderOuter = fsRaised
  281.     Caption = 'Caption Alignment'
  282.     Columns = 3
  283.     FrameSides = []
  284.     ItemIndex = 4
  285.     Items.Strings = (
  286.       ''
  287.       ''
  288.       ''
  289.       ''
  290.       ''
  291.       ''
  292.       ''
  293.       ''
  294.       '')
  295.     TabOrder = 6
  296.     OnClick = GrpAlignmentClick
  297.   end
  298. end
  299.