home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / g4p.exe / Gui4PGP.exe / 0 / RCDATA / TFORMBUTTSETUP / TFORMBUTTSETUP.txt
Text File  |  1997-03-22  |  6KB  |  258 lines

  1. object FormButtSetup: TFormButtSetup
  2.   Left = 371
  3.   Top = 219
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Konfiguration der Standardbuttons'
  8.   ClientHeight = 257
  9.   ClientWidth = 391
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 6
  21.     Top = 6
  22.     Width = 241
  23.     Height = 100
  24.     Caption = ' PGP '
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 8
  28.       Top = 21
  29.       Width = 23
  30.       Height = 13
  31.       Caption = 'Titel:'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 8
  35.       Top = 46
  36.       Width = 35
  37.       Height = 13
  38.       Caption = 'Tooltip:'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 8
  42.       Top = 69
  43.       Width = 58
  44.       Height = 13
  45.       Caption = 'PGP-Befehl:'
  46.     end
  47.     object edTitel: TEdit
  48.       Left = 79
  49.       Top = 19
  50.       Width = 154
  51.       Height = 21
  52.       HelpContext = 1000
  53.       MaxLength = 30
  54.       TabOrder = 0
  55.     end
  56.     object edToolTip: TEdit
  57.       Left = 79
  58.       Top = 43
  59.       Width = 154
  60.       Height = 21
  61.       HelpContext = 1010
  62.       MaxLength = 60
  63.       TabOrder = 1
  64.     end
  65.     object edCMD: TEdit
  66.       Left = 79
  67.       Top = 66
  68.       Width = 154
  69.       Height = 21
  70.       HelpContext = 1020
  71.       MaxLength = 40
  72.       TabOrder = 2
  73.     end
  74.   end
  75.   object GroupBox2: TGroupBox
  76.     Left = 252
  77.     Top = 6
  78.     Width = 135
  79.     Height = 100
  80.     Caption = ' Dialoge '
  81.     TabOrder = 1
  82.     object cbOpen: TCheckBox
  83.       Left = 8
  84.       Top = 21
  85.       Width = 97
  86.       Height = 17
  87.       HelpContext = 1030
  88.       Caption = '∩┐╜ffnen-Dialog'
  89.       TabOrder = 0
  90.     end
  91.     object cbSave: TCheckBox
  92.       Left = 8
  93.       Top = 45
  94.       Width = 106
  95.       Height = 17
  96.       HelpContext = 1040
  97.       Caption = 'Speichern-Dialog'
  98.       TabOrder = 1
  99.     end
  100.     object cbUser: TCheckBox
  101.       Left = 8
  102.       Top = 68
  103.       Width = 97
  104.       Height = 17
  105.       HelpContext = 1050
  106.       Caption = 'Userlist-Dialog'
  107.       TabOrder = 2
  108.     end
  109.   end
  110.   object GroupBox3: TGroupBox
  111.     Left = 6
  112.     Top = 114
  113.     Width = 220
  114.     Height = 106
  115.     Caption = ' PGP-Textausgabe '
  116.     TabOrder = 2
  117.     object sbFileReq: TSpeedButton
  118.       Left = 186
  119.       Top = 75
  120.       Width = 22
  121.       Height = 22
  122.       Glyph.Data = {
  123.         78010000424D7801000000000000760000002800000020000000100000000100
  124.         04000000000000000000120B0000120B00000000000000000000000000000000
  125.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  126.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  127.         5555555555555555555555555555555555555555555555555555555555555555
  128.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  129.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  130.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  131.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  132.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  133.         55555575FFF75555555555700007555555555557777555555555555555555555
  134.         55555555555555555555555555555555555555555555555555550000}
  135.       NumGlyphs = 2
  136.       OnClick = sbFileReqClick
  137.     end
  138.     object rbDOS: TRadioButton
  139.       Left = 8
  140.       Top = 16
  141.       Width = 154
  142.       Height = 22
  143.       HelpContext = 1060
  144.       Caption = 'Ausgabe in DOS-Fenster'
  145.       Checked = True
  146.       TabOrder = 0
  147.       TabStop = True
  148.       OnEnter = rbDOSEnter
  149.     end
  150.     object rbGui4PGP: TRadioButton
  151.       Left = 8
  152.       Top = 36
  153.       Width = 127
  154.       Height = 19
  155.       HelpContext = 1070
  156.       Caption = 'Ausgabe in Gui4PGP'
  157.       TabOrder = 1
  158.       OnEnter = rbGui4PGPEnter
  159.     end
  160.     object rbDivert: TRadioButton
  161.       Left = 8
  162.       Top = 56
  163.       Width = 113
  164.       Height = 17
  165.       HelpContext = 1080
  166.       Caption = 'Ausgabe in Datei...'
  167.       TabOrder = 2
  168.       OnEnter = rbDivertEnter
  169.     end
  170.     object edFName: TEdit
  171.       Left = 24
  172.       Top = 75
  173.       Width = 160
  174.       Height = 21
  175.       HelpContext = 1090
  176.       MaxLength = 255
  177.       TabOrder = 3
  178.     end
  179.   end
  180.   object BitBtn1: TBitBtn
  181.     Left = 150
  182.     Top = 228
  183.     Width = 75
  184.     Height = 25
  185.     Caption = 'OK'
  186.     ModalResult = 1
  187.     TabOrder = 3
  188.     OnClick = BitBtn1Click
  189.     NumGlyphs = 2
  190.   end
  191.   object BitBtn2: TBitBtn
  192.     Left = 230
  193.     Top = 228
  194.     Width = 75
  195.     Height = 25
  196.     Caption = 'Abbrechen'
  197.     ModalResult = 2
  198.     TabOrder = 4
  199.     NumGlyphs = 2
  200.   end
  201.   object BitBtn3: TBitBtn
  202.     Left = 310
  203.     Top = 228
  204.     Width = 75
  205.     Height = 25
  206.     Caption = '&Hilfe'
  207.     TabOrder = 5
  208.     OnClick = BitBtn3Click
  209.     NumGlyphs = 2
  210.   end
  211.   object GroupBox4: TGroupBox
  212.     Left = 231
  213.     Top = 114
  214.     Width = 156
  215.     Height = 106
  216.     Caption = ' Optionen '
  217.     TabOrder = 6
  218.     object cbCloseAtEnd: TCheckBox
  219.       Left = 8
  220.       Top = 18
  221.       Width = 142
  222.       Height = 17
  223.       HelpContext = 1100
  224.       Caption = 'Beim Beenden schlie∩┐╜en'
  225.       State = cbChecked
  226.       TabOrder = 0
  227.     end
  228.     object cbFromRTF: TCheckBox
  229.       Left = 8
  230.       Top = 78
  231.       Width = 142
  232.       Height = 17
  233.       HelpContext = 1110
  234.       Caption = 'Editorinhalt ∩┐╜bernehmen'
  235.       Enabled = False
  236.       TabOrder = 1
  237.     end
  238.     object cbUpdateUserList: TCheckBox
  239.       Left = 8
  240.       Top = 58
  241.       Width = 130
  242.       Height = 17
  243.       HelpContext = 1120
  244.       Caption = 'Userliste neu einlesen'
  245.       TabOrder = 2
  246.     end
  247.     object cbShowDos: TCheckBox
  248.       Left = 8
  249.       Top = 38
  250.       Width = 124
  251.       Height = 17
  252.       HelpContext = 1130
  253.       Caption = 'DOS-Fenster zeigen'
  254.       TabOrder = 3
  255.     end
  256.   end
  257. end
  258.