home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TVERSIONINFOPAGE / TVERSIONINFOPAGE.txt
Text File  |  1998-06-16  |  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 = 8
  13.     Width = 386
  14.     Height = 273
  15.     BevelInner = bvRaised
  16.     BevelOuter = bvLowered
  17.     TabOrder = 0
  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 = 64
  29.         Height = 13
  30.         Caption = '&Major Version'
  31.         FocusControl = MVN1
  32.       end
  33.       object Label2: TLabel
  34.         Left = 101
  35.         Top = 16
  36.         Width = 64
  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 = 15
  110.         Height = 21
  111.         Associate = MVN3
  112.         Min = 0
  113.         Max = 32767
  114.         Position = 0
  115.         TabOrder = 5
  116.         Wrap = False
  117.       end
  118.       object UD2: TUpDown
  119.         Left = 161
  120.         Top = 32
  121.         Width = 15
  122.         Height = 21
  123.         Associate = MVN2
  124.         Min = 0
  125.         Max = 32767
  126.         Position = 0
  127.         TabOrder = 6
  128.         Wrap = False
  129.       end
  130.       object UD1: TUpDown
  131.         Left = 68
  132.         Top = 32
  133.         Width = 15
  134.         Height = 21
  135.         Associate = MVN1
  136.         Min = 0
  137.         Max = 32767
  138.         Position = 1
  139.         TabOrder = 7
  140.         Wrap = False
  141.       end
  142.       object cbIncBuildNum: TCheckBox
  143.         Left = 8
  144.         Top = 60
  145.         Width = 161
  146.         Height = 13
  147.         Caption = '&Auto-increment build number'
  148.         TabOrder = 8
  149.       end
  150.     end
  151.     object ModAttrGroup: TGroupBox
  152.       Left = 9
  153.       Top = 89
  154.       Width = 183
  155.       Height = 67
  156.       Caption = ' Module Attributes '
  157.       TabOrder = 1
  158.       object DebugBuild: TCheckBox
  159.         Left = 8
  160.         Top = 16
  161.         Width = 88
  162.         Height = 16
  163.         Caption = '&Debug Build'
  164.         TabOrder = 0
  165.       end
  166.       object PreRelease: TCheckBox
  167.         Left = 8
  168.         Top = 32
  169.         Width = 88
  170.         Height = 16
  171.         Caption = 'Pre-R&elease '
  172.         TabOrder = 2
  173.       end
  174.       object PrivateBuild: TCheckBox
  175.         Left = 97
  176.         Top = 32
  177.         Width = 79
  178.         Height = 16
  179.         Caption = '&Private Build'
  180.         TabOrder = 3
  181.         OnClick = PrivateBuildClick
  182.       end
  183.       object SpecialBuild: TCheckBox
  184.         Left = 97
  185.         Top = 16
  186.         Width = 81
  187.         Height = 16
  188.         Caption = '&Special Build'
  189.         TabOrder = 1
  190.         OnClick = SpecialBuildClick
  191.       end
  192.       object DLL: TCheckBox
  193.         Left = 8
  194.         Top = 48
  195.         Width = 47
  196.         Height = 15
  197.         Caption = 'D&LL'
  198.         TabOrder = 4
  199.       end
  200.     end
  201.     object ValueGrid: TVerInfoStringGrid
  202.       Left = 10
  203.       Top = 160
  204.       Width = 367
  205.       Height = 105
  206.       ColCount = 2
  207.       DefaultColWidth = 150
  208.       DefaultRowHeight = 18
  209.       Enabled = False
  210.       FixedCols = 0
  211.       RowCount = 2
  212.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goTabs, goAlwaysShowEditor]
  213.       PopupMenu = PopupMenu1
  214.       TabOrder = 3
  215.       ColWidths = (
  216.         136
  217.         208)
  218.     end
  219.     object LangGroup: TGroupBox
  220.       Left = 198
  221.       Top = 89
  222.       Width = 179
  223.       Height = 67
  224.       Caption = 'Language'
  225.       TabOrder = 2
  226.       object LangIDLbl: TLabel
  227.         Left = 8
  228.         Top = 18
  229.         Width = 49
  230.         Height = 13
  231.         Caption = 'Locale &ID:'
  232.         FocusControl = LangID
  233.       end
  234.       object LangLbl: TLabel
  235.         Left = 7
  236.         Top = 43
  237.         Width = 169
  238.         Height = 19
  239.         Alignment = taCenter
  240.         AutoSize = False
  241.         Caption = 'LangLbl'
  242.         Color = clBtnFace
  243.         ParentColor = False
  244.         Visible = False
  245.         WordWrap = True
  246.       end
  247.       object LangID: TComboBox
  248.         Left = 64
  249.         Top = 14
  250.         Width = 105
  251.         Height = 21
  252.         ItemHeight = 13
  253.         TabOrder = 0
  254.         Text = 'LangID'
  255.         OnChange = LangIDChange
  256.       end
  257.     end
  258.   end
  259.   object cbIncludeVerInfo: TCheckBox
  260.     Left = 18
  261.     Top = 1
  262.     Width = 194
  263.     Height = 18
  264.     Caption = 'Include &version information in project'
  265.     TabOrder = 1
  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.