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

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