home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZMC.exe / 0 / RCDATA / TGENERATECERTFORM / TGENERATECERTFORM.txt
Encoding:
Text File  |  2004-05-19  |  10.7 KB  |  474 lines

  1. object GenerateCertForm: TGenerateCertForm
  2.   Left = 644
  3.   Top = 322
  4.   BorderIcons = [biSystemMenu, biMinimize, biHelp]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 4
  7.   Caption = 'Certificate generation'
  8.   ClientHeight = 337
  9.   ClientWidth = 337
  10.   Color = clBtnFace
  11.   Font.Charset = RUSSIAN_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnDeactivate = FormDeactivate
  21.   OnHelp = FormHelp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object btnBack: TButton
  26.     Left = 87
  27.     Top = 304
  28.     Width = 75
  29.     Height = 23
  30.     Caption = '< &Back'
  31.     Enabled = False
  32.     TabOrder = 0
  33.     OnClick = btnBackClick
  34.   end
  35.   object btnNext: TButton
  36.     Left = 170
  37.     Top = 304
  38.     Width = 75
  39.     Height = 23
  40.     Caption = '&Next >'
  41.     Default = True
  42.     TabOrder = 1
  43.     OnClick = btnNextClick
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 252
  47.     Top = 304
  48.     Width = 75
  49.     Height = 23
  50.     Caption = 'Cancel'
  51.     TabOrder = 2
  52.     OnClick = btnCancelClick
  53.   end
  54.   object pagectl: TPageControl
  55.     Left = 0
  56.     Top = 0
  57.     Width = 337
  58.     Height = 295
  59.     ActivePage = TabSheet4
  60.     Align = alTop
  61.     Style = tsButtons
  62.     TabOrder = 3
  63.     object TabSheet1: TTabSheet
  64.       Caption = 'TabSheet1'
  65.       TabVisible = False
  66.       object Label1: TLabel
  67.         Left = 8
  68.         Top = 24
  69.         Width = 90
  70.         Height = 13
  71.         Caption = 'I want to create...'
  72.       end
  73.       object groupCertType: TRadioGroup
  74.         Left = 8
  75.         Top = 48
  76.         Width = 297
  77.         Height = 81
  78.         Caption = 'Type of certificate '
  79.         ItemIndex = 0
  80.         Items.Strings = (
  81.           'Self-signed certificate'
  82.           'Certificate signed by Certificate Authority (CA)')
  83.         TabOrder = 0
  84.       end
  85.     end
  86.     object TabSheet2: TTabSheet
  87.       Caption = 'TabSheet2'
  88.       ImageIndex = 1
  89.       TabVisible = False
  90.       object Label2: TLabel
  91.         Left = 8
  92.         Top = 24
  93.         Width = 185
  94.         Height = 13
  95.         Caption = 'Select public key and hash algorithms: '
  96.       end
  97.       object GroupBox8: TGroupBox
  98.         Left = 8
  99.         Top = 48
  100.         Width = 297
  101.         Height = 100
  102.         Caption = 'Types'
  103.         TabOrder = 0
  104.         object RadioButton7: TRadioButton
  105.           Left = 36
  106.           Top = 20
  107.           Width = 113
  108.           Height = 17
  109.           Caption = 'MD5 / RSA'
  110.           Checked = True
  111.           TabOrder = 0
  112.           TabStop = True
  113.         end
  114.         object RadioButton8: TRadioButton
  115.           Left = 36
  116.           Top = 44
  117.           Width = 113
  118.           Height = 17
  119.           Caption = 'SHA1 / RSA'
  120.           TabOrder = 1
  121.         end
  122.         object RadioButton9: TRadioButton
  123.           Left = 36
  124.           Top = 68
  125.           Width = 113
  126.           Height = 17
  127.           Caption = 'SHA1 / DSA'
  128.           TabOrder = 2
  129.         end
  130.       end
  131.     end
  132.     object TabSheet3: TTabSheet
  133.       Caption = 'TabSheet3'
  134.       ImageIndex = 2
  135.       TabVisible = False
  136.       object Label3: TLabel
  137.         Left = 8
  138.         Top = 24
  139.         Width = 219
  140.         Height = 13
  141.         Caption = 'Select parent certificate and private key files:'
  142.       end
  143.       object Label4: TLabel
  144.         Left = 17
  145.         Top = 53
  146.         Width = 57
  147.         Height = 13
  148.         Caption = 'Certificate: '
  149.       end
  150.       object Label5: TLabel
  151.         Left = 17
  152.         Top = 135
  153.         Width = 62
  154.         Height = 13
  155.         Caption = 'Private Key: '
  156.       end
  157.       object Edit15: TEdit
  158.         Left = 18
  159.         Top = 70
  160.         Width = 284
  161.         Height = 21
  162.         TabOrder = 0
  163.       end
  164.       object Button1: TButton
  165.         Left = 229
  166.         Top = 96
  167.         Width = 75
  168.         Height = 23
  169.         Caption = 'Browse'
  170.         TabOrder = 1
  171.         OnClick = Button1Click
  172.       end
  173.       object Button2: TButton
  174.         Left = 229
  175.         Top = 178
  176.         Width = 75
  177.         Height = 23
  178.         Caption = 'Browse'
  179.         TabOrder = 2
  180.         OnClick = Button2Click
  181.       end
  182.       object Edit16: TEdit
  183.         Left = 18
  184.         Top = 152
  185.         Width = 284
  186.         Height = 21
  187.         TabOrder = 3
  188.       end
  189.     end
  190.     object TabSheet4: TTabSheet
  191.       Caption = 'TabSheet4'
  192.       ImageIndex = 3
  193.       TabVisible = False
  194.       object Label6: TLabel
  195.         Left = 8
  196.         Top = 24
  197.         Width = 133
  198.         Height = 13
  199.         Caption = 'Select public key algorithm: '
  200.       end
  201.       object Label15: TLabel
  202.         Left = 8
  203.         Top = 184
  204.         Width = 147
  205.         Height = 13
  206.         Caption = 'Select public key length (bits): '
  207.       end
  208.       object groupPKA: TRadioGroup
  209.         Left = 8
  210.         Top = 48
  211.         Width = 297
  212.         Height = 121
  213.         Caption = 'Public Key algorithm: '
  214.         ItemIndex = 0
  215.         Items.Strings = (
  216.           'RSA'
  217.           'DSA'
  218.           'DH')
  219.         TabOrder = 0
  220.       end
  221.       object GroupBox4: TGroupBox
  222.         Left = 8
  223.         Top = 208
  224.         Width = 297
  225.         Height = 65
  226.         Caption = 'Public Key Length '
  227.         TabOrder = 1
  228.         object ComboBox1: TComboBox
  229.           Left = 16
  230.           Top = 24
  231.           Width = 145
  232.           Height = 21
  233.           ItemHeight = 13
  234.           TabOrder = 0
  235.           Text = '1024'
  236.           Items.Strings = (
  237.             '512'
  238.             '768'
  239.             '1024')
  240.         end
  241.       end
  242.     end
  243.     object TabSheet5: TTabSheet
  244.       Caption = 'TabSheet5'
  245.       ImageIndex = 4
  246.       TabVisible = False
  247.       object Label16: TLabel
  248.         Left = 8
  249.         Top = 24
  250.         Width = 258
  251.         Height = 13
  252.         Caption = 'Specify contents of Subject fields for new certificate :'
  253.       end
  254.       object GroupBox3: TGroupBox
  255.         Left = 8
  256.         Top = 48
  257.         Width = 297
  258.         Height = 217
  259.         Caption = 'Subject parameters '
  260.         TabOrder = 0
  261.         object Label13: TLabel
  262.           Left = 24
  263.           Top = 28
  264.           Width = 43
  265.           Height = 13
  266.           Caption = 'Country:'
  267.         end
  268.         object Label14: TLabel
  269.           Left = 24
  270.           Top = 60
  271.           Width = 87
  272.           Height = 13
  273.           Caption = 'State or Province:'
  274.         end
  275.         object Label24: TLabel
  276.           Left = 24
  277.           Top = 92
  278.           Width = 43
  279.           Height = 13
  280.           Caption = 'Locality: '
  281.         end
  282.         object Label25: TLabel
  283.           Left = 24
  284.           Top = 124
  285.           Width = 65
  286.           Height = 13
  287.           Caption = 'Organization:'
  288.         end
  289.         object Label26: TLabel
  290.           Left = 24
  291.           Top = 156
  292.           Width = 87
  293.           Height = 13
  294.           Caption = 'Organization Unit:'
  295.         end
  296.         object Label27: TLabel
  297.           Left = 24
  298.           Top = 188
  299.           Width = 75
  300.           Height = 13
  301.           Caption = 'Common Name:'
  302.         end
  303.         object Edit8: TEdit
  304.           Left = 136
  305.           Top = 56
  306.           Width = 121
  307.           Height = 21
  308.           TabOrder = 1
  309.         end
  310.         object Edit9: TEdit
  311.           Left = 136
  312.           Top = 88
  313.           Width = 121
  314.           Height = 21
  315.           TabOrder = 2
  316.         end
  317.         object Edit10: TEdit
  318.           Left = 136
  319.           Top = 120
  320.           Width = 121
  321.           Height = 21
  322.           TabOrder = 3
  323.         end
  324.         object Edit11: TEdit
  325.           Left = 136
  326.           Top = 152
  327.           Width = 121
  328.           Height = 21
  329.           TabOrder = 4
  330.         end
  331.         object Edit12: TEdit
  332.           Left = 136
  333.           Top = 184
  334.           Width = 121
  335.           Height = 21
  336.           TabOrder = 5
  337.         end
  338.         object MaskEdit1: TMaskEdit
  339.           Left = 136
  340.           Top = 24
  341.           Width = 121
  342.           Height = 21
  343.           EditMask = 'll;1;_'
  344.           MaxLength = 2
  345.           TabOrder = 0
  346.           Text = '  '
  347.         end
  348.       end
  349.     end
  350.     object TabSheet6: TTabSheet
  351.       Caption = 'TabSheet6'
  352.       ImageIndex = 5
  353.       TabVisible = False
  354.       object Label7: TLabel
  355.         Left = 8
  356.         Top = 24
  357.         Width = 163
  358.         Height = 13
  359.         Caption = 'Specify certificate validity period: '
  360.       end
  361.       object GroupBox2: TGroupBox
  362.         Left = 8
  363.         Top = 48
  364.         Width = 308
  365.         Height = 105
  366.         Caption = 'Validity period'
  367.         TabOrder = 0
  368.         object Label8: TLabel
  369.           Left = 64
  370.           Top = 27
  371.           Width = 28
  372.           Height = 13
  373.           Alignment = taRightJustify
  374.           Caption = 'From:'
  375.         end
  376.         object Label9: TLabel
  377.           Left = 76
  378.           Top = 62
  379.           Width = 16
  380.           Height = 13
  381.           Alignment = taRightJustify
  382.           Caption = 'To:'
  383.         end
  384.         object DateTimePicker1: TDateTimePicker
  385.           Left = 104
  386.           Top = 24
  387.           Width = 186
  388.           Height = 21
  389.           Date = 37733.000000000000000000
  390.           Time = 37733.000000000000000000
  391.           Checked = False
  392.           MaxDate = 73415.000000000000000000
  393.           MinDate = 36525.000000000000000000
  394.           TabOrder = 0
  395.         end
  396.         object DateTimePicker2: TDateTimePicker
  397.           Left = 104
  398.           Top = 58
  399.           Width = 186
  400.           Height = 21
  401.           Date = 37733.000000000000000000
  402.           Time = 37733.000000000000000000
  403.           Checked = False
  404.           MaxDate = 73415.000000000000000000
  405.           MinDate = 36525.000000000000000000
  406.           TabOrder = 1
  407.         end
  408.       end
  409.     end
  410.     object TabSheet7: TTabSheet
  411.       Caption = 'TabSheet7'
  412.       ImageIndex = 6
  413.       TabVisible = False
  414.       object Label10: TLabel
  415.         Left = 8
  416.         Top = 24
  417.         Width = 297
  418.         Height = 57
  419.         AutoSize = False
  420.         Caption = 
  421.           'The certificate will be generated now. This process can take lon' +
  422.           'g time, depending on the key length.'
  423.         Transparent = True
  424.         WordWrap = True
  425.       end
  426.       object btnGenerate: TButton
  427.         Left = 88
  428.         Top = 72
  429.         Width = 121
  430.         Height = 23
  431.         Caption = 'Generate'
  432.         TabOrder = 0
  433.         OnClick = btnGenerateClick
  434.       end
  435.     end
  436.     object TabSheet8: TTabSheet
  437.       Caption = 'TabSheet8'
  438.       ImageIndex = 7
  439.       TabVisible = False
  440.       object Label18: TLabel
  441.         Left = 8
  442.         Top = 24
  443.         Width = 164
  444.         Height = 13
  445.         Caption = 'Certificate is being created now...'
  446.         Transparent = True
  447.         Visible = False
  448.       end
  449.     end
  450.   end
  451.   object OpenDialog1: TOpenDialog
  452.     Filter = 
  453.       'Binary Encoded Certificate (*.cer)|*.cer|PEM Encoded Certificate' +
  454.       ' (*.pem)|*.pem'
  455.     Title = 'Open certificate file'
  456.     Left = 3
  457.     Top = 301
  458.   end
  459.   object OpenDialog2: TOpenDialog
  460.     Filter = 'Binary Encoded Key (*.der)|*.der|PEM Encoded Key (*.pem)|*.pem'
  461.     Title = 'Open private key file'
  462.     Left = 31
  463.     Top = 305
  464.   end
  465.   object SaveDlgCert: TSaveDialog
  466.     Filter = 
  467.       'Binary Encoded Certificate (*.cer)|*.cer|PEM Encoded Certificate' +
  468.       ' (*.pem)|*.pem'
  469.     Title = 'Save certificate'
  470.     Left = 63
  471.     Top = 301
  472.   end
  473. end
  474.