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

  1. object RzSplitterEditDlg: TRzSplitterEditDlg
  2.   Left = 233
  3.   Top = 103
  4.   ActiveControl = TrkWidth
  5.   BorderStyle = bsDialog
  6.   Caption = ' - Splitter Editor'
  7.   ClientHeight = 294
  8.   ClientWidth = 329
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TabLowerRight: TRzPanel
  18.     Tag = 4
  19.     Left = 242
  20.     Top = 9
  21.     Width = 80
  22.     Height = 22
  23.     BorderOuter = fsButtonUp
  24.     BorderSides = [sdLeft, sdTop, sdRight]
  25.     Caption = 'Right Pane'
  26.     FrameSides = []
  27.     TabOrder = 3
  28.     OnMouseDown = TabMouseDown
  29.   end
  30.   object TabUpperLeft: TRzPanel
  31.     Tag = 3
  32.     Left = 164
  33.     Top = 9
  34.     Width = 80
  35.     Height = 22
  36.     BorderOuter = fsButtonUp
  37.     BorderSides = [sdLeft, sdTop, sdRight]
  38.     Caption = 'Left Pane'
  39.     FrameSides = []
  40.     TabOrder = 2
  41.     OnMouseDown = TabMouseDown
  42.   end
  43.   object TabBar: TRzPanel
  44.     Tag = 2
  45.     Left = 86
  46.     Top = 9
  47.     Width = 80
  48.     Height = 22
  49.     BorderOuter = fsButtonUp
  50.     BorderSides = [sdLeft, sdTop, sdRight]
  51.     Caption = 'Splitter Bar'
  52.     FrameSides = []
  53.     TabOrder = 1
  54.     OnMouseDown = TabMouseDown
  55.   end
  56.   object BtnOK: TButton
  57.     Left = 81
  58.     Top = 264
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 8
  65.   end
  66.   object BtnCancel: TButton
  67.     Left = 163
  68.     Top = 264
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 9
  74.   end
  75.   object GrpPreview: TGroupBox
  76.     Left = 8
  77.     Top = 132
  78.     Width = 145
  79.     Height = 125
  80.     Caption = 'Preview'
  81.     TabOrder = 7
  82.     object SplPreview: TRzSplitter
  83.       Left = 8
  84.       Top = 16
  85.       Width = 129
  86.       Height = 101
  87.       BorderInner = fsNone
  88.       BorderWidth = 0
  89.       BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
  90.       Position = 62
  91.       TabOrder = 0
  92.       BarSize = (
  93.         0
  94.         0
  95.         0
  96.         0)
  97.       object SplitterPane1: TRzSplitterPane
  98.         Tag = 1
  99.         Left = 0
  100.         Top = 0
  101.         Width = 62
  102.         Height = 101
  103.         object PbxUpperLeft: TPaintBox
  104.           Left = 0
  105.           Top = 0
  106.           Width = 62
  107.           Height = 101
  108.           Align = alClient
  109.           OnClick = PbxUpperLeftClick
  110.           OnPaint = PbxUpperLeftPaint
  111.         end
  112.       end
  113.       object SplitterPane2: TRzSplitterPane
  114.         Tag = 2
  115.         Left = 66
  116.         Top = 0
  117.         Width = 63
  118.         Height = 101
  119.         object PbxLowerRight: TPaintBox
  120.           Left = 0
  121.           Top = 0
  122.           Width = 63
  123.           Height = 101
  124.           Align = alClient
  125.           OnClick = PbxLowerRightClick
  126.           OnPaint = PbxLowerRightPaint
  127.         end
  128.       end
  129.     end
  130.   end
  131.   object GrpOrientation: TRadioGroup
  132.     Left = 164
  133.     Top = 132
  134.     Width = 157
  135.     Height = 49
  136.     Caption = 'Orientation'
  137.     Columns = 2
  138.     ItemIndex = 0
  139.     Items.Strings = (
  140.       'Horizontal'
  141.       'Vertical')
  142.     TabOrder = 5
  143.     OnClick = GrpOrientationClick
  144.   end
  145.   object ChkRealTime: TCheckBox
  146.     Left = 164
  147.     Top = 196
  148.     Width = 97
  149.     Height = 17
  150.     Caption = 'Real Time Drag'
  151.     TabOrder = 6
  152.     OnClick = ChkRealTimeClick
  153.   end
  154.   object PnlWorkspace: TRzPanel
  155.     Left = 8
  156.     Top = 28
  157.     Width = 314
  158.     Height = 97
  159.     BorderOuter = fsButtonUp
  160.     BorderWidth = 1
  161.     FrameSides = []
  162.     TabOrder = 4
  163.     object ChkVisible: TCheckBox
  164.       Left = 156
  165.       Top = 69
  166.       Width = 53
  167.       Height = 17
  168.       Caption = 'Visible'
  169.       TabOrder = 2
  170.       OnClick = ChkVisibleClick
  171.     end
  172.     object GrpBorder: TGroupBox
  173.       Left = 8
  174.       Top = 8
  175.       Width = 141
  176.       Height = 77
  177.       Caption = 'Border Style'
  178.       TabOrder = 0
  179.       TabStop = True
  180.       object LblOuter: TLabel
  181.         Left = 8
  182.         Top = 24
  183.         Width = 26
  184.         Height = 13
  185.         Caption = 'Outer'
  186.       end
  187.       object LblInner: TLabel
  188.         Left = 8
  189.         Top = 52
  190.         Width = 24
  191.         Height = 13
  192.         Caption = 'Inner'
  193.       end
  194.       object CbxOuter: TComboBox
  195.         Tag = 2
  196.         Left = 40
  197.         Top = 20
  198.         Width = 93
  199.         Height = 21
  200.         Style = csDropDownList
  201.         ItemHeight = 13
  202.         Items.Strings = (
  203.           'fsNone'
  204.           'fsFlat'
  205.           'fsGroove'
  206.           'fsBump'
  207.           'fsLowered'
  208.           'fsButtonDown'
  209.           'fsRaised'
  210.           'fsButtonUp'
  211.           'fsStatus'
  212.           'fsPopup')
  213.         TabOrder = 0
  214.         OnChange = FrameStyleChange
  215.       end
  216.       object CbxInner: TComboBox
  217.         Tag = 1
  218.         Left = 40
  219.         Top = 48
  220.         Width = 93
  221.         Height = 21
  222.         Style = csDropDownList
  223.         ItemHeight = 13
  224.         Items.Strings = (
  225.           'fsNone'
  226.           'fsFlat'
  227.           'fsGroove'
  228.           'fsBump'
  229.           'fsLowered'
  230.           'fsButtonDown'
  231.           'fsRaised'
  232.           'fsButtonUp'
  233.           'fsStatus'
  234.           'fsPopup')
  235.         TabOrder = 1
  236.         OnChange = FrameStyleChange
  237.       end
  238.       object CbxBarStyle: TComboBox
  239.         Left = 40
  240.         Top = 20
  241.         Width = 93
  242.         Height = 21
  243.         Style = csDropDownList
  244.         ItemHeight = 13
  245.         Items.Strings = (
  246.           'ssStandard'
  247.           'ssGroove'
  248.           'ssBump')
  249.         TabOrder = 2
  250.         Visible = False
  251.         OnChange = CbxBarStyleChange
  252.       end
  253.     end
  254.     object GrpWidth: TGroupBox
  255.       Left = 156
  256.       Top = 8
  257.       Width = 149
  258.       Height = 57
  259.       Caption = 'Border Width'
  260.       TabOrder = 1
  261.       TabStop = True
  262.       object TrkWidth: TRzTrackBar
  263.         Left = 6
  264.         Top = 16
  265.         Width = 138
  266.         Max = 20
  267.         Position = 0
  268.         TickStyle = tkOwnerDraw
  269.         OnChange = TrkWidthChange
  270.         OnDrawTick = TrkWidthDrawTick
  271.         TabOrder = 0
  272.       end
  273.     end
  274.   end
  275.   object TabSplitter: TRzPanel
  276.     Tag = 1
  277.     Left = 8
  278.     Top = 7
  279.     Width = 80
  280.     Height = 22
  281.     BorderOuter = fsButtonUp
  282.     BorderSides = [sdLeft, sdTop, sdRight]
  283.     Caption = 'Splitter'
  284.     FrameSides = []
  285.     TabOrder = 0
  286.     OnMouseDown = TabMouseDown
  287.   end
  288.   object BtnHelp: TButton
  289.     Left = 246
  290.     Top = 264
  291.     Width = 75
  292.     Height = 25
  293.     Caption = 'Help'
  294.     TabOrder = 10
  295.     OnClick = BtnHelpClick
  296.   end
  297. end
  298.