home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Kid's Games 2 / 100gamesII.iso / PROGRAMS / CCWIN / CCWIN412.EXE / ccw4.exe / 0 / RCDATA / TEXPORTDI / TEXPORTDI.txt
Text File  |  1998-05-22  |  13KB  |  574 lines

  1. object ExportDi: TExportDi
  2.   Left = 165
  3.   Top = 301
  4.   HelpContext = 117
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Export crossword'
  8.   ClientHeight = 238
  9.   ClientWidth = 433
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = DoSHow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 271
  23.     Height = 13
  24.     Caption = 'Export for use with most DTP and wordprocessor program'
  25.   end
  26.   object CancelBtn: TButton
  27.     Left = 343
  28.     Top = 208
  29.     Width = 82
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Close'
  33.     ModalResult = 2
  34.     TabOrder = 0
  35.   end
  36.   object PageControl1: TPageControl
  37.     Left = 0
  38.     Top = 0
  39.     Width = 433
  40.     Height = 201
  41.     ActivePage = TabSheet4
  42.     Align = alTop
  43.     TabOrder = 1
  44.     object TabSheet2: TTabSheet
  45.       Caption = 'Rich Text Format'
  46.       object Label2: TLabel
  47.         Left = 16
  48.         Top = 16
  49.         Width = 276
  50.         Height = 13
  51.         Caption = 'Export for use with most DTP and wordprocessor programs'
  52.       end
  53.       object Button1: TButton
  54.         Left = 279
  55.         Top = 140
  56.         Width = 106
  57.         Height = 25
  58.         Caption = '&Export File...'
  59.         TabOrder = 3
  60.         OnClick = ExportRTF
  61.       end
  62.       object GroupBox2: TGroupBox
  63.         Left = 16
  64.         Top = 40
  65.         Width = 225
  66.         Height = 129
  67.         Caption = 'What to include'
  68.         TabOrder = 0
  69.         object Puzzle: TCheckBox
  70.           Left = 16
  71.           Top = 24
  72.           Width = 97
  73.           Height = 17
  74.           Caption = '&Puzzle'
  75.           State = cbChecked
  76.           TabOrder = 0
  77.         end
  78.         object Clues: TCheckBox
  79.           Left = 104
  80.           Top = 24
  81.           Width = 89
  82.           Height = 17
  83.           Caption = 'C&lues'
  84.           State = cbChecked
  85.           TabOrder = 3
  86.         end
  87.         object Solution: TCheckBox
  88.           Left = 16
  89.           Top = 52
  90.           Width = 89
  91.           Height = 17
  92.           Caption = '&Solution'
  93.           TabOrder = 1
  94.         end
  95.         object Answers: TCheckBox
  96.           Left = 16
  97.           Top = 80
  98.           Width = 81
  99.           Height = 17
  100.           Caption = '&Answers'
  101.           TabOrder = 2
  102.         end
  103.         object NumSOl: TCheckBox
  104.           Left = 104
  105.           Top = 52
  106.           Width = 113
  107.           Height = 17
  108.           Caption = '&Numbered solution'
  109.           TabOrder = 4
  110.         end
  111.         object Explanations: TCheckBox
  112.           Left = 104
  113.           Top = 80
  114.           Width = 97
  115.           Height = 17
  116.           Caption = '&Explanations'
  117.           TabOrder = 5
  118.         end
  119.         object FillinWords: TCheckBox
  120.           Left = 16
  121.           Top = 106
  122.           Width = 97
  123.           Height = 17
  124.           Caption = '&Fill-in words'
  125.           TabOrder = 6
  126.         end
  127.       end
  128.       object CopyClip: TButton
  129.         Left = 280
  130.         Top = 112
  131.         Width = 105
  132.         Height = 25
  133.         Caption = '&Copy to clipboard'
  134.         TabOrder = 2
  135.         OnClick = CopyClipClick
  136.       end
  137.       object SquashPara: TCheckBox
  138.         Left = 264
  139.         Top = 48
  140.         Width = 129
  141.         Height = 17
  142.         Alignment = taLeftJustify
  143.         Caption = 'Clues in &one paragraph'
  144.         TabOrder = 1
  145.       end
  146.     end
  147.     object TabSheet4: TTabSheet
  148.       Caption = 'Picture'
  149.       object Label3: TLabel
  150.         Left = 16
  151.         Top = 16
  152.         Width = 327
  153.         Height = 13
  154.         Caption = 
  155.           'Export for use with most graphics, wordprocessing and DTP progra' +
  156.           'ms'
  157.       end
  158.       object Label10: TLabel
  159.         Left = 248
  160.         Top = 120
  161.         Width = 24
  162.         Height = 13
  163.         Caption = '&Font:'
  164.         FocusControl = PSFont
  165.         Visible = False
  166.       end
  167.       object PictCopy: TRadioGroup
  168.         Left = 16
  169.         Top = 40
  170.         Width = 225
  171.         Height = 129
  172.         Caption = 'What to export'
  173.         ItemIndex = 0
  174.         Items.Strings = (
  175.           '&Puzzle'
  176.           '&Solution'
  177.           '&Numbered solution'
  178.           'Code &Grid'
  179.           'C&ode solution')
  180.         TabOrder = 0
  181.       end
  182.       object Button3: TButton
  183.         Left = 280
  184.         Top = 112
  185.         Width = 105
  186.         Height = 25
  187.         Caption = '&Copy to clipboard'
  188.         TabOrder = 5
  189.         OnClick = DoPictCopy
  190.       end
  191.       object Button4: TButton
  192.         Left = 279
  193.         Top = 140
  194.         Width = 106
  195.         Height = 25
  196.         Caption = '&Export File...'
  197.         TabOrder = 6
  198.         OnClick = ExportPict
  199.       end
  200.       object Metafile: TRadioButton
  201.         Left = 248
  202.         Top = 40
  203.         Width = 73
  204.         Height = 17
  205.         Caption = '&Metafile'
  206.         Checked = True
  207.         TabOrder = 1
  208.         TabStop = True
  209.         OnClick = MonoClick
  210.       end
  211.       object Bitmap: TRadioButton
  212.         Left = 336
  213.         Top = 40
  214.         Width = 65
  215.         Height = 17
  216.         Caption = '&Bitmap'
  217.         TabOrder = 2
  218.         OnClick = MonoClick
  219.       end
  220.       object Mono: TRadioButton
  221.         Left = 248
  222.         Top = 64
  223.         Width = 121
  224.         Height = 17
  225.         Caption = 'Monoc&hrome bitmap'
  226.         TabOrder = 3
  227.         OnClick = MonoClick
  228.       end
  229.       object EPS: TRadioButton
  230.         Left = 248
  231.         Top = 88
  232.         Width = 177
  233.         Height = 17
  234.         Caption = 'Enc&apsulated Postscript (EPS)'
  235.         TabOrder = 4
  236.         OnClick = EPSClick
  237.       end
  238.       object PSFont: TComboBox
  239.         Left = 280
  240.         Top = 112
  241.         Width = 137
  242.         Height = 21
  243.         ItemHeight = 13
  244.         Items.Strings = (
  245.           'AvantGarde-Book'
  246.           'AvantGarde-BookOblique'
  247.           'AvantGarde-Demi'
  248.           'AvantGarde-DemiOblique'
  249.           'Bookman-Light'
  250.           'Bookman-LightItalic'
  251.           'Bookman-Demi'
  252.           'Bookman-DemiItalic'
  253.           'Courier'
  254.           'Courier-Bold'
  255.           'Courier-Oblique'
  256.           'Courier-BoldOblique'
  257.           'Helvetica'
  258.           'Helvetica-Bold'
  259.           'Helvetica-Oblique'
  260.           'Helvetica-BoldOblique'
  261.           'Helvetica-Narrow'
  262.           'Helvetica-Narrow-Bold'
  263.           'Helvetica-Narrow-Oblique'
  264.           'Heltetica-Narrow-BoldOblique'
  265.           'NewCenturySchlbk-Roman'
  266.           'NewCenturySchlbk-Bold'
  267.           'NewCenturySchlbk-Italic'
  268.           'NewCenturySchlbk-BoldItalic'
  269.           'Palatino-Roman'
  270.           'Palatino-Bold'
  271.           'Palatino-Italic'
  272.           'Palatino-BoldItalic'
  273.           'Times-Roman'
  274.           'Times-Bold'
  275.           'Times-BoldItalic'
  276.           'Times-Italic')
  277.         TabOrder = 7
  278.         Visible = False
  279.       end
  280.     end
  281.     object TabSheet3: TTabSheet
  282.       Caption = 'Plain text'
  283.       object Label4: TLabel
  284.         Left = 268
  285.         Top = 40
  286.         Width = 54
  287.         Height = 13
  288.         Caption = '&Block char:'
  289.         FocusControl = BlockChar
  290.       end
  291.       object Label5: TLabel
  292.         Left = 16
  293.         Top = 16
  294.         Width = 247
  295.         Height = 13
  296.         Caption = 'Export for use with DOS or various Internet programs'
  297.       end
  298.       object Label6: TLabel
  299.         Left = 268
  300.         Top = 68
  301.         Width = 80
  302.         Height = 13
  303.         Caption = 'Cl&ue/Num chars:'
  304.         FocusControl = ClueNum
  305.       end
  306.       object GroupBox3: TGroupBox
  307.         Left = 16
  308.         Top = 40
  309.         Width = 225
  310.         Height = 129
  311.         Caption = 'What to include'
  312.         TabOrder = 0
  313.         object TextClues: TCheckBox
  314.           Left = 16
  315.           Top = 52
  316.           Width = 89
  317.           Height = 17
  318.           Caption = 'C&lues'
  319.           State = cbChecked
  320.           TabOrder = 1
  321.         end
  322.         object TextSol: TCheckBox
  323.           Left = 16
  324.           Top = 20
  325.           Width = 81
  326.           Height = 17
  327.           Caption = '&Solution'
  328.           State = cbChecked
  329.           TabOrder = 0
  330.           OnClick = TextSolClick
  331.         end
  332.         object TextAnswers: TCheckBox
  333.           Left = 16
  334.           Top = 80
  335.           Width = 81
  336.           Height = 17
  337.           Caption = '&Answers'
  338.           TabOrder = 2
  339.         end
  340.         object TextExplanations: TCheckBox
  341.           Left = 104
  342.           Top = 80
  343.           Width = 97
  344.           Height = 17
  345.           Caption = 'E&xplanations'
  346.           TabOrder = 3
  347.         end
  348.         object TextFillin: TCheckBox
  349.           Left = 16
  350.           Top = 106
  351.           Width = 97
  352.           Height = 17
  353.           Caption = '&Fill-in words'
  354.           TabOrder = 4
  355.         end
  356.       end
  357.       object BlockChar: TEdit
  358.         Left = 360
  359.         Top = 32
  360.         Width = 25
  361.         Height = 21
  362.         MaxLength = 1
  363.         TabOrder = 1
  364.         Text = '.'
  365.       end
  366.       object Button5: TButton
  367.         Left = 279
  368.         Top = 140
  369.         Width = 106
  370.         Height = 25
  371.         Caption = '&Export File...'
  372.         TabOrder = 3
  373.         OnClick = ExportText
  374.       end
  375.       object Button6: TButton
  376.         Left = 280
  377.         Top = 112
  378.         Width = 105
  379.         Height = 25
  380.         Caption = '&Copy to clipboard'
  381.         TabOrder = 4
  382.         OnClick = CopyText
  383.       end
  384.       object ClueNum: TEdit
  385.         Left = 360
  386.         Top = 60
  387.         Width = 25
  388.         Height = 21
  389.         MaxLength = 2
  390.         TabOrder = 2
  391.         Text = ' '
  392.       end
  393.       object AlignRT: TCheckBox
  394.         Left = 267
  395.         Top = 88
  396.         Width = 118
  397.         Height = 17
  398.         Alignment = taLeftJustify
  399.         Caption = 'Align nums &right:'
  400.         TabOrder = 5
  401.       end
  402.     end
  403.     object TabSheet1: TTabSheet
  404.       Caption = 'Across Format'
  405.       object Label1: TLabel
  406.         Left = 16
  407.         Top = 16
  408.         Width = 293
  409.         Height = 13
  410.         Caption = 
  411.           'Export puzzle for use with the Litsoft'#39's Across solving software' +
  412.           '.'
  413.       end
  414.       object Button2: TButton
  415.         Left = 279
  416.         Top = 140
  417.         Width = 106
  418.         Height = 25
  419.         Caption = '&Export as...'
  420.         Default = True
  421.         TabOrder = 0
  422.         OnClick = Button2Click
  423.       end
  424.       object GroupBox1: TGroupBox
  425.         Left = 16
  426.         Top = 40
  427.         Width = 225
  428.         Height = 129
  429.         Caption = 'Options'
  430.         TabOrder = 1
  431.         object Restrict: TCheckBox
  432.           Left = 16
  433.           Top = 24
  434.           Width = 137
  435.           Height = 17
  436.           Caption = '&Restrict solution'
  437.           TabOrder = 0
  438.         end
  439.         object DisablePrin: TCheckBox
  440.           Left = 16
  441.           Top = 96
  442.           Width = 137
  443.           Height = 17
  444.           Caption = '&Disable printout'
  445.           TabOrder = 2
  446.         end
  447.         object Jumble: TCheckBox
  448.           Left = 16
  449.           Top = 60
  450.           Width = 129
  451.           Height = 17
  452.           Caption = 'S&cramble solution'
  453.           TabOrder = 1
  454.         end
  455.       end
  456.     end
  457.     object TabSheet6: TTabSheet
  458.       Caption = 'Maestro Format'
  459.       object Label8: TLabel
  460.         Left = 16
  461.         Top = 16
  462.         Width = 362
  463.         Height = 13
  464.         Caption = 
  465.           'Export puzzle for use with Genius 2000'#39's Crossword Maestro solvi' +
  466.           'ng software'
  467.       end
  468.       object Button9: TButton
  469.         Left = 279
  470.         Top = 140
  471.         Width = 106
  472.         Height = 25
  473.         Caption = '&Export as...'
  474.         Default = True
  475.         TabOrder = 0
  476.         OnClick = Button9Click
  477.       end
  478.       object GroupBox4: TGroupBox
  479.         Left = 16
  480.         Top = 40
  481.         Width = 225
  482.         Height = 129
  483.         Caption = 'Options'
  484.         TabOrder = 1
  485.         object ChampC: TCheckBox
  486.           Left = 16
  487.           Top = 60
  488.           Width = 169
  489.           Height = 17
  490.           Caption = '&Cryptic crossword'
  491.           TabOrder = 1
  492.         end
  493.         object ChampB: TCheckBox
  494.           Left = 16
  495.           Top = 96
  496.           Width = 169
  497.           Height = 17
  498.           Caption = '&Barred crossword'
  499.           TabOrder = 2
  500.         end
  501.         object ChampR: TCheckBox
  502.           Left = 16
  503.           Top = 24
  504.           Width = 137
  505.           Height = 17
  506.           Caption = '&Restrict solution'
  507.           TabOrder = 0
  508.         end
  509.       end
  510.     end
  511.     object TabSheet5: TTabSheet
  512.       Caption = 'Others'
  513.       object Label7: TLabel
  514.         Left = 24
  515.         Top = 32
  516.         Width = 201
  517.         Height = 26
  518.         Caption = 
  519.           'Export for use with Andrei Grigoriev'#39's Java crossword applicatio' +
  520.           'n.'
  521.         WordWrap = True
  522.       end
  523.       object Label9: TLabel
  524.         Left = 24
  525.         Top = 128
  526.         Width = 157
  527.         Height = 13
  528.         Caption = 'Export in Crossdown XWD format'
  529.       end
  530.       object Button7: TButton
  531.         Left = 255
  532.         Top = 36
  533.         Width = 106
  534.         Height = 25
  535.         Caption = '&Export as...'
  536.         TabOrder = 0
  537.         OnClick = Button7Click
  538.       end
  539.       object Button10: TButton
  540.         Left = 255
  541.         Top = 124
  542.         Width = 106
  543.         Height = 25
  544.         Caption = 'E&xport as...'
  545.         TabOrder = 2
  546.         OnClick = Button10Click
  547.       end
  548.       object IncSol: TCheckBox
  549.         Left = 24
  550.         Top = 72
  551.         Width = 105
  552.         Height = 17
  553.         Alignment = taLeftJustify
  554.         Caption = '&Include Solution'
  555.         TabOrder = 1
  556.       end
  557.     end
  558.   end
  559.   object Button8: TButton
  560.     Left = 200
  561.     Top = 208
  562.     Width = 137
  563.     Height = 25
  564.     Caption = 'Save options as defa&ult'
  565.     TabOrder = 2
  566.     OnClick = Button8Click
  567.   end
  568.   object SaveDi: TSaveDialog
  569.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist]
  570.     Left = 68
  571.     Top = 208
  572.   end
  573. end
  574.