home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TDOCPROPFORM / TDOCPROPFORM.txt
Encoding:
Text File  |  2002-12-06  |  15.2 KB  |  657 lines

  1. object DocPropForm: TDocPropForm
  2.   Left = 615
  3.   Top = 167
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Label properties'
  7.   ClientHeight = 363
  8.   ClientWidth = 348
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object OKBtn: TButton
  23.     Left = 184
  24.     Top = 336
  25.     Width = 75
  26.     Height = 23
  27.     HelpContext = 40547
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.     OnClick = OKBtnClick
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 264
  36.     Top = 336
  37.     Width = 75
  38.     Height = 23
  39.     HelpContext = 40570
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object PageControl1: TPageControl
  46.     Left = 8
  47.     Top = 8
  48.     Width = 336
  49.     Height = 321
  50.     ActivePage = LabelTabSheet
  51.     TabOrder = 2
  52.     object GeneralTabSheet: TTabSheet
  53.       Caption = 'General'
  54.       object TrackNrCheckBox: TCheckBox
  55.         Left = 8
  56.         Top = 24
  57.         Width = 145
  58.         Height = 17
  59.         HelpContext = 40550
  60.         Caption = 'Show track numbers'
  61.         TabOrder = 0
  62.         Visible = False
  63.       end
  64.       object PrintHelpLinesCheckBox: TCheckBox
  65.         Left = 8
  66.         Top = 8
  67.         Width = 121
  68.         Height = 17
  69.         HelpContext = 40560
  70.         Caption = 'Print subsidiary lines'
  71.         TabOrder = 1
  72.       end
  73.     end
  74.     object FontTabSheet: TTabSheet
  75.       Caption = 'Fonts'
  76.       object Label1: TLabel
  77.         Left = 8
  78.         Top = 8
  79.         Width = 313
  80.         Height = 49
  81.         AutoSize = False
  82.         Caption = 'These settings change the text elements in all three views.'
  83.         WordWrap = True
  84.       end
  85.       object ArtistFontLabel: TLabel
  86.         Left = 104
  87.         Top = 69
  88.         Width = 209
  89.         Height = 13
  90.         AutoSize = False
  91.         Caption = 'ArtistFontLabel'
  92.       end
  93.       object TitleFontLabel: TLabel
  94.         Left = 104
  95.         Top = 101
  96.         Width = 209
  97.         Height = 13
  98.         AutoSize = False
  99.         Caption = 'TitleFontLabel'
  100.       end
  101.       object TrackFontLabel: TLabel
  102.         Left = 104
  103.         Top = 133
  104.         Width = 209
  105.         Height = 13
  106.         AutoSize = False
  107.         Caption = 'TrackFontLabel'
  108.       end
  109.       object EdgeFontLabel: TLabel
  110.         Left = 104
  111.         Top = 165
  112.         Width = 209
  113.         Height = 13
  114.         AutoSize = False
  115.         Caption = 'EdgeFontLabel'
  116.       end
  117.       object DirFontLabel: TLabel
  118.         Left = 104
  119.         Top = 197
  120.         Width = 209
  121.         Height = 13
  122.         AutoSize = False
  123.         Caption = 'DirFontLabel'
  124.       end
  125.       object Button1: TButton
  126.         Left = 8
  127.         Top = 64
  128.         Width = 87
  129.         Height = 23
  130.         HelpContext = 40580
  131.         Caption = '&Author...'
  132.         TabOrder = 0
  133.         OnClick = EditFontButton
  134.       end
  135.       object Button2: TButton
  136.         Tag = 1
  137.         Left = 8
  138.         Top = 96
  139.         Width = 87
  140.         Height = 23
  141.         HelpContext = 40590
  142.         Caption = '&Title...'
  143.         TabOrder = 1
  144.         OnClick = EditFontButton
  145.       end
  146.       object Button3: TButton
  147.         Tag = 2
  148.         Left = 8
  149.         Top = 128
  150.         Width = 87
  151.         Height = 23
  152.         HelpContext = 40600
  153.         Caption = '&Tracks...'
  154.         TabOrder = 2
  155.         OnClick = EditFontButton
  156.       end
  157.       object Button4: TButton
  158.         Tag = 3
  159.         Left = 8
  160.         Top = 160
  161.         Width = 87
  162.         Height = 23
  163.         HelpContext = 40610
  164.         Caption = '&Side...'
  165.         TabOrder = 3
  166.         OnClick = EditFontButton
  167.       end
  168.       object SaveFontAsDefaultBtn: TButton
  169.         Left = 16
  170.         Top = 264
  171.         Width = 137
  172.         Height = 23
  173.         HelpContext = 40620
  174.         Caption = 'Save as default'
  175.         TabOrder = 4
  176.         OnClick = SaveFontAsDefaultBtnClick
  177.       end
  178.       object RestoreDefaultFontsBtn: TButton
  179.         Left = 160
  180.         Top = 264
  181.         Width = 137
  182.         Height = 23
  183.         HelpContext = 40516
  184.         Caption = 'Restore default'
  185.         TabOrder = 5
  186.         OnClick = RestoreDefaultFontsBtnClick
  187.       end
  188.       object Button7: TButton
  189.         Tag = 4
  190.         Left = 8
  191.         Top = 192
  192.         Width = 87
  193.         Height = 23
  194.         HelpContext = 40514
  195.         Caption = '&Directory...'
  196.         TabOrder = 6
  197.         OnClick = EditFontButton
  198.       end
  199.     end
  200.     object LabelTabSheet: TTabSheet
  201.       Caption = 'Labels'
  202.       object Label2: TLabel
  203.         Left = 8
  204.         Top = 16
  205.         Width = 35
  206.         Height = 13
  207.         Caption = '&Format:'
  208.         FocusControl = LabelTypeComboBox
  209.       end
  210.       object Label3: TLabel
  211.         Left = 16
  212.         Top = 152
  213.         Width = 21
  214.         Height = 13
  215.         Caption = 'Left:'
  216.       end
  217.       object Label4: TLabel
  218.         Left = 16
  219.         Top = 176
  220.         Width = 22
  221.         Height = 13
  222.         Caption = 'Top:'
  223.       end
  224.       object Label14: TLabel
  225.         Left = 8
  226.         Top = 136
  227.         Width = 40
  228.         Height = 13
  229.         Caption = 'Position:'
  230.       end
  231.       object Panel1: TPanel
  232.         Left = 167
  233.         Top = 17
  234.         Width = 141
  235.         Height = 191
  236.         HelpContext = 40526
  237.         BevelOuter = bvNone
  238.         BorderStyle = bsSingle
  239.         Color = clWhite
  240.         TabOrder = 0
  241.         object LabelPaintBox: TPaintBox
  242.           Left = 0
  243.           Top = 0
  244.           Width = 137
  245.           Height = 187
  246.           Align = alClient
  247.           OnPaint = LabelPaintBoxPaint
  248.         end
  249.       end
  250.       object LabelTypeComboBox: TComboBox
  251.         Left = 8
  252.         Top = 32
  253.         Width = 145
  254.         Height = 21
  255.         HelpContext = 40630
  256.         Style = csDropDownList
  257.         ItemHeight = 13
  258.         TabOrder = 1
  259.         OnChange = LabelTypeComboBoxChange
  260.         Items.Strings = (
  261.           'CD-Wizard labels'
  262.           'Boeder labels'
  263.           'PressIt labels'
  264.           'Rimage Printer'
  265.           'Zweckform labels'
  266.           'user defined')
  267.       end
  268.       object LeftPosLabelEdit: TFloatEdit
  269.         Left = 56
  270.         Top = 149
  271.         Width = 55
  272.         Height = 21
  273.         HelpContext = 40522
  274.         DisplayFormat = '0.00, cm;(0.00, cm)'
  275.         TabOrder = 2
  276.         Value = 12
  277.         OnChange = LeftPosLabelEditChange
  278.         OnKeyDown = LeftPosLabelEditKeyDown
  279.       end
  280.       object UpDown1: TUpDown
  281.         Left = 112
  282.         Top = 149
  283.         Width = 16
  284.         Height = 21
  285.         HelpContext = 40640
  286.         Min = 0
  287.         Position = 12
  288.         TabOrder = 3
  289.         Visible = False
  290.         Wrap = False
  291.       end
  292.       object TopPosLabelEdit: TFloatEdit
  293.         Left = 56
  294.         Top = 173
  295.         Width = 55
  296.         Height = 21
  297.         HelpContext = 40523
  298.         DisplayFormat = '0.00, cm;(0.00, cm)'
  299.         TabOrder = 4
  300.         Value = 12
  301.         OnChange = TopPosLabelEditChange
  302.         OnKeyDown = LeftPosLabelEditKeyDown
  303.       end
  304.       object GroupBox1: TGroupBox
  305.         Left = 8
  306.         Top = 200
  307.         Width = 154
  308.         Height = 67
  309.         Caption = 'Diameter'
  310.         TabOrder = 5
  311.         object Label5: TLabel
  312.           Left = 8
  313.           Top = 16
  314.           Width = 39
  315.           Height = 13
  316.           Caption = 'Outside:'
  317.         end
  318.         object Label6: TLabel
  319.           Left = 8
  320.           Top = 40
  321.           Width = 31
  322.           Height = 13
  323.           Caption = 'Inside:'
  324.         end
  325.         object OuterDiameterLabelEdit: TFloatEdit
  326.           Left = 80
  327.           Top = 12
  328.           Width = 52
  329.           Height = 21
  330.           HelpContext = 40524
  331.           DisplayFormat = '0.00, cm;(0.00, cm)'
  332.           TabOrder = 0
  333.           Value = 12
  334.           OnChange = OuterDiameterLabelEditChange
  335.           OnKeyDown = LeftPosLabelEditKeyDown
  336.         end
  337.         object UpDown3: TUpDown
  338.           Left = 133
  339.           Top = 12
  340.           Width = 15
  341.           Height = 21
  342.           HelpContext = 40650
  343.           Min = 0
  344.           Position = 0
  345.           TabOrder = 1
  346.           Visible = False
  347.           Wrap = False
  348.         end
  349.         object InnerDiameterLabelEdit: TFloatEdit
  350.           Left = 80
  351.           Top = 36
  352.           Width = 52
  353.           Height = 21
  354.           HelpContext = 40525
  355.           DisplayFormat = '0.00, cm;(0.00, cm)'
  356.           TabOrder = 2
  357.           Value = 1.500000000000000000
  358.           OnChange = InnerDiameterLabelEditChange
  359.           OnKeyDown = LeftPosLabelEditKeyDown
  360.         end
  361.         object UpDown4: TUpDown
  362.           Left = 133
  363.           Top = 36
  364.           Width = 15
  365.           Height = 21
  366.           HelpContext = 40660
  367.           Min = 0
  368.           Position = 0
  369.           TabOrder = 3
  370.           Visible = False
  371.           Wrap = False
  372.         end
  373.       end
  374.       object UpDown2: TUpDown
  375.         Left = 112
  376.         Top = 173
  377.         Width = 16
  378.         Height = 21
  379.         Min = 0
  380.         Position = 12
  381.         TabOrder = 6
  382.         Visible = False
  383.         Wrap = False
  384.       end
  385.       object PositionGroup: TGroupBox
  386.         Left = 8
  387.         Top = 56
  388.         Width = 153
  389.         Height = 73
  390.         HelpContext = 40521
  391.         Caption = 'Position'
  392.         TabOrder = 7
  393.         object LabelTopRadioButton: TRadioButton
  394.           Tag = 1
  395.           Left = 8
  396.           Top = 14
  397.           Width = 113
  398.           Height = 17
  399.           HelpContext = 40670
  400.           Caption = 'Top'
  401.           TabOrder = 0
  402.           OnClick = LabelPositionClick
  403.         end
  404.         object LabelMiddleRadioButton: TRadioButton
  405.           Tag = 2
  406.           Left = 8
  407.           Top = 30
  408.           Width = 113
  409.           Height = 17
  410.           HelpContext = 40680
  411.           Caption = 'Middle'
  412.           TabOrder = 1
  413.           OnClick = LabelPositionClick
  414.         end
  415.         object LabelBottomRadioButton: TRadioButton
  416.           Tag = 3
  417.           Left = 8
  418.           Top = 46
  419.           Width = 113
  420.           Height = 17
  421.           HelpContext = 40690
  422.           Caption = 'Bottom'
  423.           TabOrder = 2
  424.           OnClick = LabelPositionClick
  425.         end
  426.       end
  427.     end
  428.     object InlayTabSheet: TTabSheet
  429.       Caption = 'Inlay'
  430.       object Label7: TLabel
  431.         Left = 8
  432.         Top = 16
  433.         Width = 35
  434.         Height = 13
  435.         Caption = '&Format:'
  436.         FocusControl = LabelTypeComboBox
  437.       end
  438.       object Panel2: TPanel
  439.         Left = 167
  440.         Top = 17
  441.         Width = 145
  442.         Height = 185
  443.         HelpContext = 40537
  444.         BevelOuter = bvNone
  445.         BorderStyle = bsSingle
  446.         Color = clWhite
  447.         TabOrder = 0
  448.         Visible = False
  449.         object InlayPaintBox: TPaintBox
  450.           Left = 0
  451.           Top = 0
  452.           Width = 141
  453.           Height = 181
  454.           Align = alClient
  455.           OnPaint = LabelPaintBoxPaint
  456.         end
  457.       end
  458.       object InlayFormatComboBox: TComboBox
  459.         Left = 8
  460.         Top = 32
  461.         Width = 145
  462.         Height = 21
  463.         HelpContext = 40700
  464.         Style = csDropDownList
  465.         ItemHeight = 13
  466.         TabOrder = 1
  467.         OnChange = InlayFormatComboBoxChange
  468.         Items.Strings = (
  469.           'CD-Wizard Inlay'
  470.           'User defined')
  471.       end
  472.       object GroupBox2: TGroupBox
  473.         Left = 8
  474.         Top = 64
  475.         Width = 151
  476.         Height = 97
  477.         Caption = 'Front'
  478.         TabOrder = 2
  479.         object Label8: TLabel
  480.           Left = 16
  481.           Top = 33
  482.           Width = 21
  483.           Height = 13
  484.           Caption = 'Left:'
  485.         end
  486.         object Label9: TLabel
  487.           Left = 16
  488.           Top = 56
  489.           Width = 22
  490.           Height = 13
  491.           Caption = 'Top:'
  492.         end
  493.         object Label10: TLabel
  494.           Left = 8
  495.           Top = 16
  496.           Width = 40
  497.           Height = 13
  498.           Caption = 'Position:'
  499.         end
  500.         object InlayFrontLeftFloatEdit: TFloatEdit
  501.           Left = 64
  502.           Top = 28
  503.           Width = 53
  504.           Height = 21
  505.           HelpContext = 40531
  506.           DisplayFormat = '0.00, cm;(0.00, cm)'
  507.           TabOrder = 0
  508.           Value = 12
  509.           OnChange = LeftPosLabelEditChange
  510.         end
  511.         object UpDown5: TUpDown
  512.           Left = 119
  513.           Top = 28
  514.           Width = 16
  515.           Height = 21
  516.           HelpContext = 40710
  517.           Min = 0
  518.           Position = 12
  519.           TabOrder = 1
  520.           Visible = False
  521.           Wrap = False
  522.         end
  523.         object UpDown6: TUpDown
  524.           Left = 119
  525.           Top = 52
  526.           Width = 16
  527.           Height = 21
  528.           HelpContext = 40720
  529.           Min = 0
  530.           Position = 12
  531.           TabOrder = 2
  532.           Visible = False
  533.           Wrap = False
  534.         end
  535.         object InlayFrontTopFloatEdit: TFloatEdit
  536.           Left = 64
  537.           Top = 52
  538.           Width = 53
  539.           Height = 21
  540.           HelpContext = 40532
  541.           DisplayFormat = '0.00, cm;(0.00, cm)'
  542.           TabOrder = 3
  543.           Value = 12
  544.           OnChange = TopPosLabelEditChange
  545.         end
  546.         object InlayTopFoldableCheckBox: TCheckBox
  547.           Left = 8
  548.           Top = 74
  549.           Width = 113
  550.           Height = 17
  551.           HelpContext = 40730
  552.           Caption = 'Foldable Inlay'
  553.           TabOrder = 4
  554.         end
  555.       end
  556.       object GroupBox3: TGroupBox
  557.         Left = 8
  558.         Top = 168
  559.         Width = 151
  560.         Height = 116
  561.         Caption = 'Back'
  562.         TabOrder = 3
  563.         object Label11: TLabel
  564.           Left = 16
  565.           Top = 32
  566.           Width = 21
  567.           Height = 13
  568.           Caption = 'Left:'
  569.         end
  570.         object Label12: TLabel
  571.           Left = 16
  572.           Top = 55
  573.           Width = 22
  574.           Height = 13
  575.           Caption = 'Top:'
  576.         end
  577.         object Label13: TLabel
  578.           Left = 8
  579.           Top = 16
  580.           Width = 40
  581.           Height = 13
  582.           Caption = 'Position:'
  583.         end
  584.         object InlayBackLeftFloatEdit: TFloatEdit
  585.           Left = 64
  586.           Top = 28
  587.           Width = 55
  588.           Height = 21
  589.           HelpContext = 40534
  590.           DisplayFormat = '0.00, cm;(0.00, cm)'
  591.           TabOrder = 0
  592.           Value = 12
  593.           OnChange = LeftPosLabelEditChange
  594.         end
  595.         object UpDown7: TUpDown
  596.           Left = 120
  597.           Top = 28
  598.           Width = 16
  599.           Height = 21
  600.           HelpContext = 40740
  601.           Min = 0
  602.           Position = 12
  603.           TabOrder = 1
  604.           Visible = False
  605.           Wrap = False
  606.         end
  607.         object UpDown8: TUpDown
  608.           Left = 120
  609.           Top = 52
  610.           Width = 16
  611.           Height = 21
  612.           HelpContext = 40750
  613.           Min = 0
  614.           Position = 12
  615.           TabOrder = 2
  616.           Visible = False
  617.           Wrap = False
  618.         end
  619.         object InlayBackTopFloatEdit: TFloatEdit
  620.           Left = 64
  621.           Top = 52
  622.           Width = 55
  623.           Height = 21
  624.           HelpContext = 40535
  625.           DisplayFormat = '0.00, cm;(0.00, cm)'
  626.           TabOrder = 3
  627.           Value = 12
  628.           OnChange = TopPosLabelEditChange
  629.         end
  630.         object InlayBackPrintOnFrontCheckBox: TExtCheckBox
  631.           Left = 8
  632.           Top = 80
  633.           Width = 137
  634.           Height = 31
  635.           HelpContext = 40536
  636.           CheckAlignment = caTop
  637.           Caption = 'Print back and front on the same paper.'
  638.           TabOrder = 4
  639.         end
  640.       end
  641.     end
  642.   end
  643.   object FontDialog: TFontDialog
  644.     Font.Charset = DEFAULT_CHARSET
  645.     Font.Color = clWindowText
  646.     Font.Height = -11
  647.     Font.Name = 'MS Sans Serif'
  648.     Font.Style = []
  649.     Device = fdBoth
  650.     MinFontSize = 2
  651.     MaxFontSize = 0
  652.     Options = [fdEffects, fdScalableOnly]
  653.     Left = 12
  654.     Top = 328
  655.   end
  656. end
  657.