Subversion Repositories DevTools

Rev

Rev 2228 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2228 Rev 2234
Line 1... Line 1...
1
object GenerationPropertiesForm: TGenerationPropertiesForm
1
object GenerationPropertiesForm: TGenerationPropertiesForm
2
  Left = 442
2
  Left = 442
3
  Top = 249
3
  Top = 249
4
  Width = 400
4
  Width = 400
5
  Height = 500
5
  Height = 509
6
  Caption = 'Generation Properties'
6
  Caption = 'Generation Properties'
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
Line 12... Line 12...
12
  Font.Style = []
12
  Font.Style = []
13
  OldCreateOrder = False
13
  OldCreateOrder = False
14
  OnShow = FormShow
14
  OnShow = FormShow
15
  DesignSize = (
15
  DesignSize = (
16
    392
16
    392
17
    466)
17
    475)
18
  PixelsPerInch = 96
18
  PixelsPerInch = 96
19
  TextHeight = 13
19
  TextHeight = 13
20
  object ProfileLabel: TLabel
20
  object ProfileLabel: TLabel
21
    Left = 16
21
    Left = 16
22
    Top = 22
22
    Top = 22
Line 24... Line 24...
24
    Height = 13
24
    Height = 13
25
    Caption = 'Profile:'
25
    Caption = 'Profile:'
26
  end
26
  end
27
  object Cancel: TBitBtn
27
  object Cancel: TBitBtn
28
    Left = 302
28
    Left = 302
29
    Top = 432
29
    Top = 441
30
    Width = 75
30
    Width = 75
31
    Height = 25
31
    Height = 25
32
    Anchors = [akRight, akBottom]
32
    Anchors = [akRight, akBottom]
33
    Cancel = True
33
    Cancel = True
34
    Caption = 'Cancel'
34
    Caption = 'Cancel'
Line 78... Line 78...
78
      282827140808041B282828282828282828282828282828282828282828282828
78
      282827140808041B282828282828282828282828282828282828282828282828
79
      2828282828282828282828282828282828282828282828282828}
79
      2828282828282828282828282828282828282828282828282828}
80
  end
80
  end
81
  object OK: TBitBtn
81
  object OK: TBitBtn
82
    Left = 218
82
    Left = 218
83
    Top = 432
83
    Top = 441
84
    Width = 75
84
    Width = 75
85
    Height = 25
85
    Height = 25
86
    Anchors = [akRight, akBottom]
86
    Anchors = [akRight, akBottom]
87
    Caption = 'OK'
87
    Caption = 'OK'
88
    ModalResult = 1
88
    ModalResult = 1
Line 147... Line 147...
147
  end
147
  end
148
  object ProfilePanel: TAdvPanel
148
  object ProfilePanel: TAdvPanel
149
    Left = 8
149
    Left = 8
150
    Top = 48
150
    Top = 48
151
    Width = 369
151
    Width = 369
152
    Height = 273
152
    Height = 385
153
    Anchors = [akLeft, akTop, akRight, akBottom]
153
    Anchors = [akLeft, akTop, akRight, akBottom]
154
    BevelInner = bvRaised
154
    BevelInner = bvRaised
155
    BevelOuter = bvLowered
155
    BevelOuter = bvLowered
156
    TabOrder = 1
156
    TabOrder = 1
157
    UseDockManager = True
157
    UseDockManager = True
Line 212... Line 212...
212
    TextVAlign = tvaTop
212
    TextVAlign = tvaTop
213
    TopIndent = 0
213
    TopIndent = 0
214
    URLColor = clBlue
214
    URLColor = clBlue
215
    DesignSize = (
215
    DesignSize = (
216
      369
216
      369
217
      273)
217
      385)
218
    FullHeight = 0
218
    FullHeight = 0
219
    object DrainFilePrefixLabel: TLabel
219
    object DrainFilePrefixLabel: TLabel
220
      Left = 16
220
      Left = 16
221
      Top = 80
221
      Top = 80
222
      Width = 76
222
      Width = 76
Line 717... Line 717...
717
        0000FF0BBB00000F0000FFF000FFFFFF0000}
717
        0000FF0BBB00000F0000FFF000FFFFFF0000}
718
      BrowseDialogText = 'Select Directory'
718
      BrowseDialogText = 'Select Directory'
719
    end
719
    end
720
  end
720
  end
721
  object SecurityPanel: TAdvPanel
721
  object SecurityPanel: TAdvPanel
722
    Left = 8
722
    Left = 16
723
    Top = 328
723
    Top = 312
724
    Width = 369
724
    Width = 353
725
    Height = 97
725
    Height = 113
726
    Anchors = [akLeft, akTop, akRight, akBottom]
726
    Anchors = [akLeft, akTop, akRight, akBottom]
727
    BevelInner = bvRaised
727
    BevelInner = bvRaised
728
    BevelOuter = bvLowered
728
    BevelOuter = bvLowered
729
    TabOrder = 2
729
    TabOrder = 2
730
    UseDockManager = True
730
    UseDockManager = True
Line 784... Line 784...
784
    ShowMoveCursor = False
784
    ShowMoveCursor = False
785
    TextVAlign = tvaTop
785
    TextVAlign = tvaTop
786
    TopIndent = 0
786
    TopIndent = 0
787
    URLColor = clBlue
787
    URLColor = clBlue
788
    DesignSize = (
788
    DesignSize = (
789
      369
789
      353
790
      97)
790
      113)
791
    FullHeight = 0
791
    FullHeight = 0
792
    object SecurityServerPipeLabel: TLabel
792
    object SecurityServerPipeLabel: TLabel
793
      Left = 16
793
      Left = 16
794
      Top = 16
794
      Top = 16
795
      Width = 99
795
      Width = 99
Line 803... Line 803...
803
      Height = 13
803
      Height = 13
804
      Caption = 'Key Number:'
804
      Caption = 'Key Number:'
805
    end
805
    end
806
    object MacAlgorithmLabel: TLabel
806
    object MacAlgorithmLabel: TLabel
807
      Left = 16
807
      Left = 16
808
      Top = 64
808
      Top = 88
809
      Width = 72
809
      Width = 72
810
      Height = 13
810
      Height = 13
811
      Caption = 'MAC Algorithm:'
811
      Caption = 'MAC Algorithm:'
812
    end
812
    end
-
 
813
    object KeyVersionLabel: TLabel
-
 
814
      Left = 16
-
 
815
      Top = 64
-
 
816
      Width = 59
-
 
817
      Height = 13
-
 
818
      Caption = 'Key Version:'
-
 
819
    end
813
    object SecurityServerPipeEdit: TAdvEdit
820
    object SecurityServerPipeEdit: TAdvEdit
814
      Left = 128
821
      Left = 128
815
      Top = 12
822
      Top = 12
816
      Width = 225
823
      Width = 209
817
      Height = 21
824
      Height = 21
818
      AutoFocus = False
825
      AutoFocus = False
819
      EditAlign = eaLeft
826
      EditAlign = eaLeft
820
      EditType = etString
827
      EditType = etString
821
      ErrorMarkerPos = 0
828
      ErrorMarkerPos = 0
Line 872... Line 879...
872
      Version = '2.6.2.1'
879
      Version = '2.6.2.1'
873
    end
880
    end
874
    object KeyNumberEdit: TAdvEdit
881
    object KeyNumberEdit: TAdvEdit
875
      Left = 128
882
      Left = 128
876
      Top = 36
883
      Top = 36
877
      Width = 225
884
      Width = 209
878
      Height = 21
885
      Height = 21
879
      AutoFocus = False
886
      AutoFocus = False
880
      EditAlign = eaLeft
887
      EditAlign = eaLeft
881
      EditType = etNumeric
888
      EditType = etNumeric
882
      ErrorMarkerPos = 0
889
      ErrorMarkerPos = 0
Line 932... Line 939...
932
      Visible = True
939
      Visible = True
933
      Version = '2.6.2.1'
940
      Version = '2.6.2.1'
934
    end
941
    end
935
    object MacAlgorithmComboBox: TComboBox
942
    object MacAlgorithmComboBox: TComboBox
936
      Left = 128
943
      Left = 128
937
      Top = 60
944
      Top = 84
938
      Width = 225
945
      Width = 209
939
      Height = 21
946
      Height = 21
940
      Style = csDropDownList
947
      Style = csDropDownList
941
      ItemHeight = 13
948
      ItemHeight = 13
942
      TabOrder = 2
949
      TabOrder = 2
943
      OnChange = GenerationProfileComboBoxChange
950
      OnChange = GenerationProfileComboBoxChange
944
      Items.Strings = (
951
      Items.Strings = (
945
        'MAC'
952
        'MAC'
946
        'SHA-1 MAC')
953
        'SHA-1 MAC')
947
    end
954
    end
-
 
955
    object KeyVersionEdit: TAdvEdit
-
 
956
      Left = 128
-
 
957
      Top = 60
-
 
958
      Width = 209
-
 
959
      Height = 21
-
 
960
      AutoFocus = False
-
 
961
      EditAlign = eaLeft
-
 
962
      EditType = etString
-
 
963
      ErrorMarkerPos = 0
-
 
964
      ErrorMarkerLen = 0
-
 
965
      ErrorColor = clRed
-
 
966
      ErrorFontColor = clWhite
-
 
967
      ExcelStyleDecimalSeparator = False
-
 
968
      Flat = False
-
 
969
      FlatLineColor = clBlack
-
 
970
      FlatParentColor = True
-
 
971
      FocusAlign = eaDefault
-
 
972
      FocusBorder = False
-
 
973
      FocusColor = clWindow
-
 
974
      FocusFontColor = clWindowText
-
 
975
      FocusLabel = False
-
 
976
      FocusWidthInc = 0
-
 
977
      ModifiedColor = clHighlight
-
 
978
      DisabledColor = clSilver
-
 
979
      URLColor = clBlue
-
 
980
      ReturnIsTab = False
-
 
981
      LengthLimit = 0
-
 
982
      TabOnFullLength = False
-
 
983
      Precision = 0
-
 
984
      LabelPosition = lpLeftTop
-
 
985
      LabelMargin = 4
-
 
986
      LabelTransparent = False
-
 
987
      LabelAlwaysEnabled = False
-
 
988
      LabelFont.Charset = DEFAULT_CHARSET
-
 
989
      LabelFont.Color = clWindowText
-
 
990
      LabelFont.Height = -11
-
 
991
      LabelFont.Name = 'MS Sans Serif'
-
 
992
      LabelFont.Style = []
-
 
993
      Lookup.CaseSensitive = False
-
 
994
      Lookup.Color = clWindow
-
 
995
      Lookup.DisplayCount = 4
-
 
996
      Lookup.Enabled = False
-
 
997
      Lookup.History = False
-
 
998
      Lookup.NumChars = 2
-
 
999
      Lookup.Multi = False
-
 
1000
      Lookup.Separator = ';'
-
 
1001
      Persistence.Enable = False
-
 
1002
      Persistence.Location = plInifile
-
 
1003
      Anchors = [akLeft, akTop, akRight]
-
 
1004
      Color = clWindow
-
 
1005
      Enabled = True
-
 
1006
      HintShowLargeText = False
-
 
1007
      OleDropTarget = False
-
 
1008
      OleDropSource = False
-
 
1009
      Signed = False
-
 
1010
      TabOrder = 3
-
 
1011
      Text = '-2'
-
 
1012
      Transparent = False
-
 
1013
      Visible = True
-
 
1014
      Version = '2.6.2.1'
-
 
1015
    end
948
  end
1016
  end
949
end
1017
end