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

  1. object FrmLabel: TFrmLabel
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'RzLabel Editor'
  6.   ClientHeight = 303
  7.   ClientWidth = 476
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 57
  21.     Width = 36
  22.     Height = 13
  23.     Caption = 'Caption'
  24.   end
  25.   object RzLabel1: TRzLabel
  26.     Left = 8
  27.     Top = 4
  28.     Width = 448
  29.     Height = 26
  30.     TextStyle = tsNormal
  31.     Caption = 
  32.       'This form is a duplicate of the component editor for the RzLabel' +
  33.       ' component.  The editor utilizes the RzFontComboBox and RzColorC' +
  34.       'omboBox components.  In addition, RzTrackBar'
  35.     Font.Color = clNavy
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     WordWrap = True
  41.   end
  42.   object RzLabel2: TRzLabel
  43.     Left = 8
  44.     Top = 30
  45.     Width = 439
  46.     Height = 13
  47.     TextStyle = tsNormal
  48.     Caption = 
  49.       'components, with owner-draw tick marks, are used for setting the' +
  50.       ' font size and rotation angle.'
  51.     Font.Color = clNavy
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     WordWrap = True
  57.   end
  58.   object RzLabel3: TRzLabel
  59.     Left = 8
  60.     Top = 272
  61.     Width = 259
  62.     Height = 26
  63.     TextStyle = tsNormal
  64.     Caption = 
  65.       'By the way, the highlighting labels on the main window were crea' +
  66.       'ted using the RzLabel component.'
  67.     Font.Color = clNavy
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     WordWrap = True
  73.   end
  74.   object PnlStyleTab: TRzPanel
  75.     Left = 265
  76.     Top = 53
  77.     Width = 74
  78.     Height = 22
  79.     BorderOuter = fsButtonUp
  80.     BorderSides = [sdLeft, sdTop, sdRight]
  81.     Caption = 'Text Style'
  82.     FrameSides = []
  83.     TabOrder = 2
  84.     OnMouseDown = PnlStyleTabMouseDown
  85.   end
  86.   object GrpPreview: TGroupBox
  87.     Left = 8
  88.     Top = 84
  89.     Width = 173
  90.     Height = 181
  91.     Caption = 'Preview'
  92.     TabOrder = 4
  93.     object LblPreview: TRzLabel
  94.       Left = 2
  95.       Top = 15
  96.       Width = 169
  97.       Height = 164
  98.       Hint = 'This is an RzLabel'
  99.       Align = alClient
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Delphi'
  103.       Font.Color = clNavy
  104.       Font.Height = -24
  105.       Font.Name = 'Arial'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.     end
  109.   end
  110.   object BtnOK: TButton
  111.     Left = 394
  112.     Top = 272
  113.     Width = 75
  114.     Height = 25
  115.     Caption = 'Done'
  116.     ModalResult = 1
  117.     TabOrder = 5
  118.   end
  119.   object PnlWorkspace: TRzPanel
  120.     Left = 193
  121.     Top = 72
  122.     Width = 277
  123.     Height = 193
  124.     BorderOuter = fsButtonUp
  125.     BorderWidth = 1
  126.     FrameSides = []
  127.     TabOrder = 3
  128.     object NbkFormat: TNotebook
  129.       Left = 3
  130.       Top = 3
  131.       Width = 271
  132.       Height = 187
  133.       Align = alClient
  134.       TabOrder = 0
  135.       object TPage
  136.         Left = 0
  137.         Top = 0
  138.         Caption = 'Font'
  139.         object Label2: TLabel
  140.           Left = 4
  141.           Top = 13
  142.           Width = 28
  143.           Height = 13
  144.           Caption = 'Name'
  145.         end
  146.         object Label3: TLabel
  147.           Left = 4
  148.           Top = 92
  149.           Width = 24
  150.           Height = 13
  151.           Caption = 'Color'
  152.         end
  153.         object Label6: TLabel
  154.           Left = 4
  155.           Top = 49
  156.           Width = 20
  157.           Height = 13
  158.           Caption = 'Size'
  159.         end
  160.         object TrkPointSize: TRzTrackBar
  161.           Left = 44
  162.           Top = 37
  163.           Width = 226
  164.           Height = 40
  165.           Max = 17
  166.           Position = 0
  167.           TickStyle = tkOwnerDraw
  168.           TrackOffset = 22
  169.           OnChange = TrkPointSizeChange
  170.           OnDrawTick = TrkPointSizeDrawTick
  171.           TabOrder = 1
  172.         end
  173.         object CbxFontColor: TRzColorComboBox
  174.           Left = 48
  175.           Top = 87
  176.           Width = 165
  177.           Height = 22
  178.           Hint = 'This is an RzColorComboBox'
  179.           About = aiRaizeComponents
  180.           TabOrder = 2
  181.           OnChange = CbxFontColorChange
  182.         end
  183.         object GrpFontStyle: TGroupBox
  184.           Left = 48
  185.           Top = 124
  186.           Width = 165
  187.           Height = 57
  188.           Caption = 'Font Style'
  189.           TabOrder = 3
  190.           object ChkBold: TCheckBox
  191.             Left = 9
  192.             Top = 16
  193.             Width = 68
  194.             Height = 17
  195.             Caption = 'Bold'
  196.             Font.Color = clBlack
  197.             Font.Height = -11
  198.             Font.Name = 'MS Sans Serif'
  199.             Font.Style = [fsBold]
  200.             ParentFont = False
  201.             TabOrder = 0
  202.             OnClick = ChkBoldClick
  203.           end
  204.           object ChkItalic: TCheckBox
  205.             Left = 9
  206.             Top = 34
  207.             Width = 68
  208.             Height = 17
  209.             Caption = 'Italic'
  210.             Font.Color = clBlack
  211.             Font.Height = -11
  212.             Font.Name = 'MS Sans Serif'
  213.             Font.Style = [fsItalic]
  214.             ParentFont = False
  215.             TabOrder = 1
  216.             OnClick = ChkItalicClick
  217.           end
  218.           object ChkStrikeout: TCheckBox
  219.             Left = 85
  220.             Top = 16
  221.             Width = 68
  222.             Height = 17
  223.             Caption = 'Strikeout'
  224.             Font.Color = clBlack
  225.             Font.Height = -11
  226.             Font.Name = 'MS Sans Serif'
  227.             Font.Style = [fsStrikeOut]
  228.             ParentFont = False
  229.             TabOrder = 2
  230.             OnClick = ChkStrikeoutClick
  231.           end
  232.           object ChkUnderline: TCheckBox
  233.             Left = 85
  234.             Top = 34
  235.             Width = 68
  236.             Height = 17
  237.             Caption = 'Underline'
  238.             Font.Color = clBlack
  239.             Font.Height = -11
  240.             Font.Name = 'MS Sans Serif'
  241.             Font.Style = [fsUnderline]
  242.             ParentFont = False
  243.             TabOrder = 3
  244.             OnClick = ChkUnderlineClick
  245.           end
  246.         end
  247.         object CbxFonts: TRzFontComboBox
  248.           Left = 48
  249.           Top = 9
  250.           Width = 217
  251.           Height = 22
  252.           Hint = 'This is an RzFontComboBox'
  253.           About = aiRaizeComponents
  254.           TabOrder = 0
  255.           OnChange = CbxFontsChange
  256.         end
  257.       end
  258.       object TPage
  259.         Left = 0
  260.         Top = 0
  261.         Caption = 'Text Style'
  262.         object GrpTextStyle: TRadioGroup
  263.           Left = 8
  264.           Top = 5
  265.           Width = 89
  266.           Height = 93
  267.           Caption = 'Text Style'
  268.           ItemIndex = 0
  269.           Items.Strings = (
  270.             'Normal'
  271.             'Raised'
  272.             'Recessed'
  273.             'Shadow')
  274.           TabOrder = 0
  275.           OnClick = GrpTextStyleClick
  276.         end
  277.         object GrpShadow: TGroupBox
  278.           Left = 104
  279.           Top = 5
  280.           Width = 161
  281.           Height = 93
  282.           Caption = 'Shadow Options'
  283.           TabOrder = 1
  284.           object Label4: TLabel
  285.             Left = 8
  286.             Top = 16
  287.             Width = 24
  288.             Height = 13
  289.             Caption = 'Color'
  290.           end
  291.           object Label5: TLabel
  292.             Left = 8
  293.             Top = 66
  294.             Width = 29
  295.             Height = 13
  296.             Caption = 'Depth'
  297.           end
  298.           object TrkShadow: TRzTrackBar
  299.             Left = 40
  300.             Top = 59
  301.             Width = 117
  302.             Height = 27
  303.             Hint = 'RzTrackBar'
  304.             Max = 25
  305.             Position = 0
  306.             ShowTicks = False
  307.             TrackOffset = 10
  308.             OnChange = TrkShadowChange
  309.             Enabled = False
  310.             TabOrder = 1
  311.           end
  312.           object CbxShadowColor: TRzColorComboBox
  313.             Left = 8
  314.             Top = 32
  315.             Width = 145
  316.             Height = 22
  317.             Hint = 'RzColorComboBox'
  318.             About = aiRaizeComponents
  319.             SelectedColor = clBtnShadow
  320.             TabOrder = 0
  321.             OnChange = CbxShadowColorChange
  322.           end
  323.         end
  324.         object GrpRotation: TGroupBox
  325.           Left = 8
  326.           Top = 104
  327.           Width = 257
  328.           Height = 77
  329.           Caption = 'Rotation'
  330.           TabOrder = 2
  331.           object LblAngle: TLabel
  332.             Left = 224
  333.             Top = 51
  334.             Width = 25
  335.             Height = 13
  336.             Alignment = taCenter
  337.             AutoSize = False
  338.             Caption = '0∩┐╜'
  339.           end
  340.           object TrkAngle: TRzTrackBar
  341.             Left = 8
  342.             Top = 34
  343.             Width = 213
  344.             Hint = 'This is an RzTrackBar'
  345.             Max = 360
  346.             Position = 0
  347.             TickStyle = tkOwnerDraw
  348.             OnChange = TrkAngleChange
  349.             OnDrawTick = TrkAngleDrawTick
  350.             TabOrder = 1
  351.           end
  352.           object Chk15Degrees: TCheckBox
  353.             Left = 9
  354.             Top = 14
  355.             Width = 181
  356.             Height = 17
  357.             Caption = 'Restrict to 15 Degree Increments'
  358.             TabOrder = 0
  359.             OnClick = Chk15DegreesClick
  360.           end
  361.         end
  362.       end
  363.     end
  364.   end
  365.   object PnlFontTab: TRzPanel
  366.     Left = 193
  367.     Top = 51
  368.     Width = 74
  369.     Height = 22
  370.     BorderOuter = fsButtonUp
  371.     BorderSides = [sdLeft, sdTop, sdRight]
  372.     Caption = 'Font'
  373.     FrameSides = []
  374.     TabOrder = 1
  375.     OnMouseDown = PnlFontTabMouseDown
  376.   end
  377.   object EdtCaption: TEdit
  378.     Left = 52
  379.     Top = 53
  380.     Width = 129
  381.     Height = 21
  382.     TabOrder = 0
  383.     OnChange = EdtCaptionChange
  384.   end
  385. end
  386.