home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TVERSIONINFOPAGE / TVERSIONINFOPAGE.txt
Text File  |  1999-08-11  |  6KB  |  281 lines

  1. object VersionInfoPage: TVersionInfoPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 283
  6.   HelpContext = 1740
  7.   Caption = 'Version Info'
  8.   OnCreate = VersionInfoPageCreate
  9.   OnBroadcast = VersionInfoPageBroadcast
  10.   object Panel1: TPanel
  11.     Left = 8
  12.     Top = 13
  13.     Width = 385
  14.     Height = 265
  15.     BevelInner = bvRaised
  16.     BevelOuter = bvLowered
  17.     TabOrder = 1
  18.     object ModVerGroup: TGroupBox
  19.       Left = 9
  20.       Top = 10
  21.       Width = 368
  22.       Height = 79
  23.       Caption = ' Module version number '
  24.       TabOrder = 0
  25.       object Label1: TLabel
  26.         Left = 8
  27.         Top = 16
  28.         Width = 63
  29.         Height = 13
  30.         Caption = '&Major version'
  31.         FocusControl = MVN1
  32.       end
  33.       object Label2: TLabel
  34.         Left = 101
  35.         Top = 16
  36.         Width = 63
  37.         Height = 13
  38.         Caption = 'Mi&nor version'
  39.         FocusControl = MVN2
  40.       end
  41.       object Label3: TLabel
  42.         Left = 194
  43.         Top = 16
  44.         Width = 39
  45.         Height = 13
  46.         Caption = '&Release'
  47.         FocusControl = MVN3
  48.       end
  49.       object Label4: TLabel
  50.         Left = 288
  51.         Top = 16
  52.         Width = 23
  53.         Height = 13
  54.         Caption = '&Build'
  55.         FocusControl = MVN4
  56.       end
  57.       object MVN1: TMaskEdit
  58.         Left = 8
  59.         Top = 32
  60.         Width = 60
  61.         Height = 21
  62.         TabOrder = 0
  63.         Text = '1'
  64.         OnChange = MVN4Change
  65.       end
  66.       object MVN2: TMaskEdit
  67.         Left = 101
  68.         Top = 32
  69.         Width = 60
  70.         Height = 21
  71.         TabOrder = 1
  72.         Text = '0'
  73.         OnChange = MVN4Change
  74.       end
  75.       object MVN3: TMaskEdit
  76.         Left = 194
  77.         Top = 32
  78.         Width = 60
  79.         Height = 21
  80.         TabOrder = 2
  81.         Text = '0'
  82.         OnChange = MVN4Change
  83.       end
  84.       object MVN4: TMaskEdit
  85.         Left = 288
  86.         Top = 32
  87.         Width = 60
  88.         Height = 21
  89.         TabOrder = 3
  90.         Text = '0'
  91.         OnChange = MVN4Change
  92.       end
  93.       object UD4: TUpDown
  94.         Left = 348
  95.         Top = 32
  96.         Width = 15
  97.         Height = 21
  98.         Associate = MVN4
  99.         Min = 0
  100.         Max = 32767
  101.         Position = 0
  102.         TabOrder = 4
  103.         Thousands = False
  104.         Wrap = False
  105.       end
  106.       object UD3: TUpDown
  107.         Left = 254
  108.         Top = 32
  109.         Width = 16
  110.         Height = 21
  111.         Associate = MVN3
  112.         Min = 0
  113.         Max = 32767
  114.         Position = 0
  115.         TabOrder = 5
  116.         Thousands = False
  117.         Wrap = False
  118.       end
  119.       object UD2: TUpDown
  120.         Left = 161
  121.         Top = 32
  122.         Width = 16
  123.         Height = 21
  124.         Associate = MVN2
  125.         Min = 0
  126.         Max = 32767
  127.         Position = 0
  128.         TabOrder = 6
  129.         Thousands = False
  130.         Wrap = False
  131.       end
  132.       object UD1: TUpDown
  133.         Left = 68
  134.         Top = 32
  135.         Width = 16
  136.         Height = 21
  137.         Associate = MVN1
  138.         Min = 0
  139.         Max = 32767
  140.         Position = 1
  141.         TabOrder = 7
  142.         Thousands = False
  143.         Wrap = False
  144.       end
  145.       object cbIncBuildNum: TCheckBox
  146.         Left = 8
  147.         Top = 60
  148.         Width = 161
  149.         Height = 13
  150.         Caption = '&Auto-increment build number'
  151.         TabOrder = 8
  152.       end
  153.     end
  154.     object ModAttrGroup: TGroupBox
  155.       Left = 9
  156.       Top = 89
  157.       Width = 183
  158.       Height = 67
  159.       Caption = ' Module attributes '
  160.       TabOrder = 1
  161.       object DebugBuild: TCheckBox
  162.         Left = 8
  163.         Top = 16
  164.         Width = 88
  165.         Height = 16
  166.         Caption = '&Debug build'
  167.         TabOrder = 0
  168.       end
  169.       object PreRelease: TCheckBox
  170.         Left = 8
  171.         Top = 32
  172.         Width = 88
  173.         Height = 16
  174.         TabStop = False
  175.         Caption = 'Pre-r&elease '
  176.         TabOrder = 2
  177.       end
  178.       object PrivateBuild: TCheckBox
  179.         Left = 97
  180.         Top = 32
  181.         Width = 79
  182.         Height = 16
  183.         TabStop = False
  184.         Caption = '&Private build'
  185.         TabOrder = 3
  186.         OnClick = PrivateBuildClick
  187.       end
  188.       object SpecialBuild: TCheckBox
  189.         Left = 97
  190.         Top = 16
  191.         Width = 81
  192.         Height = 16
  193.         TabStop = False
  194.         Caption = '&Special build'
  195.         TabOrder = 1
  196.         OnClick = SpecialBuildClick
  197.       end
  198.       object DLL: TCheckBox
  199.         Left = 8
  200.         Top = 48
  201.         Width = 47
  202.         Height = 15
  203.         TabStop = False
  204.         Caption = 'D&LL'
  205.         TabOrder = 4
  206.       end
  207.     end
  208.     object ValueGrid: TVerInfoStringGrid
  209.       Left = 10
  210.       Top = 160
  211.       Width = 367
  212.       Height = 97
  213.       ColCount = 2
  214.       DefaultColWidth = 150
  215.       DefaultRowHeight = 18
  216.       Enabled = False
  217.       FixedCols = 0
  218.       RowCount = 2
  219.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  220.       PopupMenu = PopupMenu1
  221.       TabOrder = 3
  222.       ColWidths = (
  223.         136
  224.         208)
  225.     end
  226.     object LangGroup: TGroupBox
  227.       Left = 198
  228.       Top = 89
  229.       Width = 179
  230.       Height = 67
  231.       Caption = ' Language '
  232.       TabOrder = 2
  233.       object LangIDLbl: TLabel
  234.         Left = 8
  235.         Top = 16
  236.         Width = 49
  237.         Height = 13
  238.         Caption = 'Locale &ID:'
  239.         FocusControl = LangID
  240.       end
  241.       object LocaleLabel: TLabel
  242.         Left = 64
  243.         Top = 16
  244.         Width = 3
  245.         Height = 13
  246.       end
  247.       object LangID: TComboBox
  248.         Left = 8
  249.         Top = 32
  250.         Width = 163
  251.         Height = 21
  252.         ItemHeight = 13
  253.         TabOrder = 0
  254.         OnClick = LangIDChange
  255.         OnExit = LangIDChange
  256.       end
  257.     end
  258.   end
  259.   object cbIncludeVerInfo: TCheckBox
  260.     Left = 18
  261.     Top = 5
  262.     Width = 194
  263.     Height = 18
  264.     Caption = 'Include &version information in project'
  265.     TabOrder = 0
  266.     OnClick = cbIncludeVerInfoClick
  267.   end
  268.   object PopupMenu1: TPopupMenu
  269.     Left = 336
  270.     Top = 200
  271.     object AddKey1: TMenuItem
  272.       Caption = '&Add Key'
  273.       OnClick = AddKey1Click
  274.     end
  275.     object RemoveKey1: TMenuItem
  276.       Caption = '&Remove Key'
  277.       OnClick = RemoveKey1Click
  278.     end
  279.   end
  280. end
  281.