⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 createfrm.dfm

📁 这是一套全面的网络组件
💻 DFM
字号:
object CreateCertForm: TCreateCertForm
  Left = 247
  Top = 114
  BorderStyle = bsDialog
  Caption = 'Create Self-Signed Certificate Dialog'
  ClientHeight = 283
  ClientWidth = 453
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 16
    Top = 192
    Width = 417
    Height = 17
    Caption = 
      'The new certificate will be created and installed in to the curr' +
      'ently loaded System Store:'
    WordWrap = True
  end
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 72
    Height = 13
    Caption = 'Common Name'
  end
  object Label2: TLabel
    Left = 16
    Top = 136
    Width = 66
    Height = 13
    Caption = 'Serial Number'
  end
  object Label4: TLabel
    Left = 16
    Top = 160
    Width = 49
    Height = 13
    Caption = 'Valid From'
  end
  object Label5: TLabel
    Left = 264
    Top = 160
    Width = 39
    Height = 13
    Caption = 'Valid To'
  end
  object Label6: TLabel
    Left = 16
    Top = 32
    Width = 59
    Height = 13
    Caption = 'Organization'
  end
  object Label7: TLabel
    Left = 16
    Top = 56
    Width = 89
    Height = 13
    Caption = 'Organizational Unit'
  end
  object Label8: TLabel
    Left = 16
    Top = 80
    Width = 36
    Height = 13
    Caption = 'Locality'
  end
  object Label9: TLabel
    Left = 264
    Top = 80
    Width = 36
    Height = 13
    Caption = 'Country'
  end
  object Label10: TLabel
    Left = 16
    Top = 112
    Width = 25
    Height = 13
    Caption = 'Email'
  end
  object btnOK: TButton
    Left = 112
    Top = 248
    Width = 75
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 0
  end
  object btnCancel: TButton
    Left = 240
    Top = 248
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object edtStoreName: TEdit
    Left = 16
    Top = 216
    Width = 417
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 2
  end
  object edtCN: TEdit
    Left = 112
    Top = 8
    Width = 321
    Height = 21
    TabOrder = 3
    Text = 'CleverTester'
  end
  object edtSerial: TEdit
    Left = 112
    Top = 136
    Width = 89
    Height = 21
    TabOrder = 4
    Text = '1'
  end
  object edtValidFrom: TEdit
    Left = 112
    Top = 160
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object edtValidTo: TEdit
    Left = 312
    Top = 160
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object edtO: TEdit
    Left = 112
    Top = 32
    Width = 321
    Height = 21
    TabOrder = 7
    Text = 'YourCompany'
  end
  object edtOU: TEdit
    Left = 112
    Top = 56
    Width = 321
    Height = 21
    TabOrder = 8
    Text = 'Demos'
  end
  object edtL: TEdit
    Left = 112
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 9
    Text = 'CA'
  end
  object edtC: TEdit
    Left = 312
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 10
    Text = 'US'
  end
  object edtE: TEdit
    Left = 112
    Top = 112
    Width = 321
    Height = 21
    TabOrder = 11
    Text = 'CleverTester@company.mail'
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -