home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / Construc / V4.0 / _SETUP.1 / Prompt.dfm / Prompt.txt < prev   
Encoding:
Text File  |  1999-01-23  |  4.4 KB  |  223 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Message Box Constructor'
  6.   ClientHeight = 186
  7.   ClientWidth = 462
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 32
  18.     Top = 9
  19.     Width = 151
  20.     Height = 13
  21.     Caption = 'Select the type of message box:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 32
  25.     Top = 65
  26.     Width = 138
  27.     Height = 13
  28.     Caption = 'Message to be shown in box:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 4
  32.     Top = 4
  33.     Width = 19
  34.     Height = 23
  35.     Caption = 'ÔøΩ'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -21
  39.     Font.Name = 'Wingdings'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label4: TLabel
  44.     Left = 4
  45.     Top = 60
  46.     Width = 19
  47.     Height = 23
  48.     Caption = 'ÔøΩ'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -21
  52.     Font.Name = 'Wingdings'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label5: TLabel
  57.     Left = 4
  58.     Top = 152
  59.     Width = 19
  60.     Height = 23
  61.     Caption = 'ÔøΩ'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -21
  65.     Font.Name = 'Wingdings'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Bevel1: TBevel
  70.     Left = 228
  71.     Top = 9
  72.     Width = 2
  73.     Height = 167
  74.     Shape = bsRightLine
  75.   end
  76.   object Label6: TLabel
  77.     Left = 240
  78.     Top = 4
  79.     Width = 19
  80.     Height = 23
  81.     Caption = 'ÔøΩ'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -21
  85.     Font.Name = 'Wingdings'
  86.     Font.Style = []
  87.     ParentFont = False
  88.   end
  89.   object Label7: TLabel
  90.     Left = 268
  91.     Top = 9
  92.     Width = 92
  93.     Height = 13
  94.     Caption = 'If Cancel is clicked:'
  95.   end
  96.   object Label8: TLabel
  97.     Left = 240
  98.     Top = 76
  99.     Width = 19
  100.     Height = 23
  101.     Caption = 'ÔøΩ'
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clWindowText
  104.     Font.Height = -21
  105.     Font.Name = 'Wingdings'
  106.     Font.Style = []
  107.     ParentFont = False
  108.   end
  109.   object Label9: TLabel
  110.     Left = 268
  111.     Top = 81
  112.     Width = 117
  113.     Height = 13
  114.     Caption = 'Place code for message:'
  115.   end
  116.   object Bevel2: TBevel
  117.     Left = 229
  118.     Top = 137
  119.     Width = 224
  120.     Height = 5
  121.     Shape = bsTopLine
  122.   end
  123.   object Type: TListBox
  124.     Left = 32
  125.     Top = 25
  126.     Width = 185
  127.     Height = 30
  128.     Hint = 
  129.       'Confirmation boxes show OK and Cancel buttons, Alert boxes have ' +
  130.       'only OK buttons'
  131.     IntegralHeight = True
  132.     ItemHeight = 13
  133.     Items.Strings = (
  134.       'Confirmation'
  135.       'Alert')
  136.     TabOrder = 0
  137.     OnClick = TypeClick
  138.   end
  139.   object Message: TMemo
  140.     Left = 33
  141.     Top = 81
  142.     Width = 185
  143.     Height = 57
  144.     Hint = 'The message which will be shown in the box'
  145.     ScrollBars = ssVertical
  146.     TabOrder = 1
  147.     WordWrap = False
  148.     OnChange = MessageChange
  149.   end
  150.   object Preview: TButton
  151.     Left = 32
  152.     Top = 151
  153.     Width = 75
  154.     Height = 25
  155.     Hint = 'Preview the message box'
  156.     Caption = 'Preview'
  157.     Enabled = False
  158.     TabOrder = 2
  159.     OnClick = PreviewClick
  160.   end
  161.   object OnCancel: TListBox
  162.     Left = 268
  163.     Top = 25
  164.     Width = 185
  165.     Height = 43
  166.     Hint = 'What to do if the user clicks on Cancel in a confirmation box'
  167.     IntegralHeight = True
  168.     ItemHeight = 13
  169.     Items.Strings = (
  170.       'Close window'
  171.       'Go back to previous page'
  172.       'Do nothing')
  173.     TabOrder = 3
  174.   end
  175.   object Code: TListBox
  176.     Left = 268
  177.     Top = 97
  178.     Width = 185
  179.     Height = 30
  180.     Hint = 
  181.       'Show the message box when the page is loaded or at some other ti' +
  182.       'me'
  183.     IntegralHeight = True
  184.     ItemHeight = 13
  185.     Items.Strings = (
  186.       'When the page is loaded'
  187.       'At cursor location')
  188.     TabOrder = 4
  189.   end
  190.   object Insert: TButton
  191.     Left = 240
  192.     Top = 151
  193.     Width = 75
  194.     Height = 25
  195.     Caption = 'Insert'
  196.     Default = True
  197.     Enabled = False
  198.     ModalResult = 1
  199.     TabOrder = 5
  200.     OnClick = InsertClick
  201.   end
  202.   object Cancel: TButton
  203.     Left = 322
  204.     Top = 151
  205.     Width = 75
  206.     Height = 25
  207.     Cancel = True
  208.     Caption = 'Cancel'
  209.     ModalResult = 2
  210.     TabOrder = 6
  211.   end
  212.   object RichEdit: TRichEdit
  213.     Left = 115
  214.     Top = 153
  215.     Width = 78
  216.     Height = 25
  217.     Lines.Strings = (
  218.       'RichEdit')
  219.     TabOrder = 7
  220.     Visible = False
  221.   end
  222. end
  223.