home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / DragnMail / DRAGMAIL.EXE / 0 / RCDATA / TSETUPDLG / TSETUPDLG.txt
Text File  |  1997-07-13  |  5KB  |  275 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 622
  3.   Top = 282
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup...'
  6.   ClientHeight = 386
  7.   ClientWidth = 363
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 12
  17.     Top = 12
  18.     Width = 65
  19.     Height = 13
  20.     Alignment = taRightJustify
  21.     Caption = 'SMTP server:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 24
  25.     Top = 37
  26.     Width = 53
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = 'From email:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 22
  33.     Top = 62
  34.     Width = 55
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = 'From name:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 11
  41.     Top = 85
  42.     Width = 66
  43.     Height = 13
  44.     Alignment = taRightJustify
  45.     Caption = 'Log file name:'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 29
  49.     Top = 110
  50.     Width = 48
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     Caption = 'Encoding:'
  54.   end
  55.   object Label6: TLabel
  56.     Left = 11
  57.     Top = 136
  58.     Width = 66
  59.     Height = 13
  60.     Alignment = taRightJustify
  61.     Caption = 'Character set:'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 33
  65.     Top = 163
  66.     Width = 44
  67.     Height = 13
  68.     Caption = 'Time-out:'
  69.   end
  70.   object Label8: TLabel
  71.     Left = 273
  72.     Top = 12
  73.     Width = 22
  74.     Height = 13
  75.     Caption = 'Port:'
  76.   end
  77.   object Label9: TLabel
  78.     Left = 131
  79.     Top = 163
  80.     Width = 40
  81.     Height = 13
  82.     Caption = 'seconds'
  83.   end
  84.   object radMsgText: TRadioGroup
  85.     Left = 6
  86.     Top = 187
  87.     Width = 353
  88.     Height = 66
  89.     Caption = 'Standard message text'
  90.     Items.Strings = (
  91.       'Prompt for message text'
  92.       'Use file for text:')
  93.     TabOrder = 11
  94.   end
  95.   object ServerEdit: TEdit
  96.     Left = 85
  97.     Top = 8
  98.     Width = 179
  99.     Height = 21
  100.     TabOrder = 0
  101.   end
  102.   object UserAddressEdit: TEdit
  103.     Left = 85
  104.     Top = 32
  105.     Width = 265
  106.     Height = 21
  107.     TabOrder = 1
  108.   end
  109.   object UserNameEdit: TEdit
  110.     Left = 85
  111.     Top = 56
  112.     Width = 265
  113.     Height = 21
  114.     TabOrder = 2
  115.   end
  116.   object LogFileNameEdit: TEdit
  117.     Left = 85
  118.     Top = 80
  119.     Width = 265
  120.     Height = 21
  121.     TabOrder = 3
  122.   end
  123.   object EncodeComboBox: TComboBox
  124.     Left = 85
  125.     Top = 106
  126.     Width = 91
  127.     Height = 21
  128.     Style = csDropDownList
  129.     ItemHeight = 13
  130.     Items.Strings = (
  131.       'UUEncode'
  132.       'MIME')
  133.     TabOrder = 4
  134.   end
  135.   object CharSetComboBox: TComboBox
  136.     Left = 85
  137.     Top = 132
  138.     Width = 91
  139.     Height = 21
  140.     Style = csDropDownList
  141.     ItemHeight = 13
  142.     Items.Strings = (
  143.       'US-ASCII'
  144.       'ISO-8859-1')
  145.     TabOrder = 5
  146.   end
  147.   object Button1: TButton
  148.     Left = 190
  149.     Top = 355
  150.     Width = 75
  151.     Height = 23
  152.     Caption = 'OK'
  153.     Default = True
  154.     ModalResult = 1
  155.     TabOrder = 6
  156.   end
  157.   object Button2: TButton
  158.     Left = 277
  159.     Top = 355
  160.     Width = 75
  161.     Height = 23
  162.     Cancel = True
  163.     Caption = 'Cancel'
  164.     ModalResult = 2
  165.     TabOrder = 7
  166.   end
  167.   object chkShowSuccess: TCheckBox
  168.     Left = 191
  169.     Top = 148
  170.     Width = 166
  171.     Height = 17
  172.     Caption = 'Show result of transfer'
  173.     TabOrder = 8
  174.   end
  175.   object txtMsgTextFile: TEdit
  176.     Left = 111
  177.     Top = 225
  178.     Width = 162
  179.     Height = 21
  180.     TabOrder = 9
  181.   end
  182.   object Button3: TButton
  183.     Left = 278
  184.     Top = 226
  185.     Width = 75
  186.     Height = 19
  187.     Caption = 'Browse...'
  188.     TabOrder = 10
  189.     OnClick = Button3Click
  190.   end
  191.   object radMsgSubject: TRadioGroup
  192.     Left = 6
  193.     Top = 257
  194.     Width = 353
  195.     Height = 88
  196.     Caption = 'Standard message subject'
  197.     Items.Strings = (
  198.       'Prompt for message subject'
  199.       'Use attachment filename(s)'
  200.       'Use text:')
  201.     TabOrder = 12
  202.   end
  203.   object txtMsgSubjectDef: TEdit
  204.     Left = 82
  205.     Top = 317
  206.     Width = 271
  207.     Height = 21
  208.     TabOrder = 13
  209.   end
  210.   object chkUseBCC: TCheckBox
  211.     Left = 191
  212.     Top = 127
  213.     Width = 149
  214.     Height = 17
  215.     Caption = 'Use blind carbon copy'
  216.     TabOrder = 14
  217.   end
  218.   object spnPort: TSpinEdit
  219.     Left = 300
  220.     Top = 7
  221.     Width = 50
  222.     Height = 22
  223.     MaxValue = 0
  224.     MinValue = 0
  225.     TabOrder = 15
  226.     Value = 0
  227.   end
  228.   object spnTimeOut: TSpinEdit
  229.     Left = 85
  230.     Top = 158
  231.     Width = 41
  232.     Height = 22
  233.     MaxValue = 0
  234.     MinValue = 0
  235.     TabOrder = 16
  236.     Value = 0
  237.   end
  238.   object chkUseDomainAddress: TCheckBox
  239.     Left = 191
  240.     Top = 107
  241.     Width = 145
  242.     Height = 17
  243.     Caption = 'Use domain with server'
  244.     TabOrder = 17
  245.   end
  246.   object chkoneFilePerMsg: TCheckBox
  247.     Left = 191
  248.     Top = 168
  249.     Width = 173
  250.     Height = 17
  251.     Caption = 'Send one file per message'
  252.     TabOrder = 18
  253.   end
  254.   object Button4: TButton
  255.     Left = 44
  256.     Top = 355
  257.     Width = 75
  258.     Height = 23
  259.     Cancel = True
  260.     Caption = '&Help'
  261.     ModalResult = 2
  262.     TabOrder = 19
  263.     OnClick = Button4Click
  264.   end
  265.   object openText: TOpenDialog
  266.     FileEditStyle = fsEdit
  267.     Filter = 'All files (*.*)|*.*|Text files (*.txt)|*.txt'
  268.     InitialDir = '.'
  269.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  270.     Title = 'Select text file...'
  271.     Left = 199
  272.     Top = 190
  273.   end
  274. end
  275.