Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Templates/fTemplateFieldEditor.dfm

    r456 r829  
    1 object frmTemplateFieldEditor: TfrmTemplateFieldEditor
     1inherited frmTemplateFieldEditor: TfrmTemplateFieldEditor
    22  Left = 294
    33  Top = 211
    4   Width = 640
    5   Height = 447
    64  BorderIcons = [biSystemMenu, biMaximize]
    75  Caption = 'Template Field Editor'
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    14   OldCreateOrder = False
     6  ClientHeight = 420
     7  ClientWidth = 788
    158  Position = poScreenCenter
    169  OnCloseQuery = FormCloseQuery
     
    1811  OnDestroy = FormDestroy
    1912  OnResize = FormResize
     13  ExplicitWidth = 796
     14  ExplicitHeight = 454
    2015  PixelsPerInch = 96
    2116  TextHeight = 13
    22   object splLeft: TSplitter
    23     Left = 273
     17  object splLeft: TSplitter [0]
     18    Left = 429
    2419    Top = 25
    25     Width = 3
    2620    Height = 366
    27     Cursor = crHSplit
    2821    Beveled = True
     22    ExplicitLeft = 273
    2923  end
    30   object pnlBottom: TPanel
     24  object pnlBottom: TPanel [1]
    3125    Left = 0
    3226    Top = 391
    33     Width = 632
     27    Width = 788
    3428    Height = 29
    3529    Align = alBottom
    3630    TabOrder = 2
    3731    DesignSize = (
    38       632
     32      788
    3933      29)
    4034    object lblReq: TStaticText
     
    4741    end
    4842    object btnOK: TButton
    49       Left = 392
     43      Left = 548
    5044      Top = 4
    5145      Width = 75
     
    5852    end
    5953    object btnCancel: TButton
    60       Left = 472
     54      Left = 628
    6155      Top = 4
    6256      Width = 75
     
    7064    end
    7165    object btnApply: TButton
    72       Left = 552
     66      Left = 708
    7367      Top = 4
    7468      Width = 75
     
    8074    end
    8175    object btnPreview: TButton
    82       Left = 279
     76      Left = 435
    8377      Top = 4
    8478      Width = 75
     
    10296    end
    10397  end
    104   object pnlObjs: TPanel
     98  object pnlObjs: TPanel [2]
    10599    Left = 0
    106100    Top = 25
    107     Width = 273
     101    Width = 429
    108102    Height = 366
    109103    Align = alLeft
     
    114108      Left = 1
    115109      Top = 1
    116       Width = 271
     110      Width = 427
    117111      Height = 13
    118112      Align = alTop
    119113      Caption = 'Template Fields'
     114      ExplicitWidth = 74
    120115    end
    121116    object cbxObjs: TORComboBox
    122117      Left = 1
    123118      Top = 14
    124       Width = 271
     119      Width = 427
    125120      Height = 351
    126121      Style = orcsSimple
     
    141136      Sorted = False
    142137      SynonymChars = '<Inactive>'
    143       TabPositions = '34,45,55,65,75'
     138      TabPositions = '50,60,70,80,90'
    144139      TabOrder = 0
    145140      OnChange = cbxObjsChange
     
    147142      OnNeedData = cbxObjsNeedData
    148143      OnSynonymCheck = cbxObjsSynonymCheck
     144      CharsNeedMatch = 1
    149145    end
    150146  end
    151   object pnlRight: TPanel
    152     Left = 276
     147  object pnlRight: TPanel [3]
     148    Left = 432
    153149    Top = 25
    154150    Width = 356
     
    182178        Align = alTop
    183179        Caption = 'Notes:'
     180        ExplicitWidth = 31
    184181      end
    185182      object reNotes: TRichEdit
     
    370367        TabOrder = 1
    371368        OnChange = cbxTypeChange
     369        CharsNeedMatch = 1
    372370      end
    373371      object edtTextLen: TCaptionEdit
     
    389387        Anchors = [akTop, akRight]
    390388        Associate = edtTextLen
    391         Min = 0
    392389        Max = 240
    393         Position = 0
    394390        TabOrder = 5
    395         Wrap = False
    396391      end
    397392      object pnlSwap: TPanel
     
    408403          Width = 300
    409404          Height = 22
     405          Align = alTop
    410406          Font.Charset = ANSI_CHARSET
    411407          Font.Color = clWindowText
     
    420416          OnEnter = edtpopControlEnter
    421417          OnExit = ControlExit
    422           Align = alTop
    423418          Caption = 'Default Value'
    424419        end
     
    460455            Min = -9999
    461456            Max = 9999
    462             Position = 0
    463457            TabOrder = 1
    464458            Thousands = False
    465             Wrap = False
    466459          end
    467460          object edtDefNum: TCaptionEdit
     
    483476            Min = -9999
    484477            Max = 9999
    485             Position = 0
    486478            TabOrder = 3
    487479            Thousands = False
    488             Wrap = False
    489480          end
    490481          object edtMinVal: TCaptionEdit
     
    508499            Position = 1
    509500            TabOrder = 7
    510             Wrap = False
    511501          end
    512502          object edtInc: TCaptionEdit
     
    538528            Min = -9999
    539529            Max = 9999
    540             Position = 0
    541530            TabOrder = 5
    542531            Thousands = False
    543             Wrap = False
    544532          end
    545533        end
     
    549537          Width = 300
    550538          Height = 22
     539          Align = alTop
    551540          Font.Charset = ANSI_CHARSET
    552541          Font.Color = clWindowText
     
    560549          OnChange = edtURLChange
    561550          OnEnter = edtpopControlEnter
    562           Align = alTop
    563551          Caption = 'URL'
    564552        end
     
    615603          TabStop = True
    616604          OnChange = cbxDefaultChange
     605          CharsNeedMatch = 1
    617606        end
    618607        object pnlDate: TPanel
     
    678667            TabOrder = 1
    679668            OnChange = cbxDateTypeChange
     669            CharsNeedMatch = 1
    680670          end
    681671        end
     
    703693        Position = 1
    704694        TabOrder = 3
    705         Wrap = False
    706695      end
    707696      object gbIndent: TGroupBox
     
    743732          Height = 21
    744733          Associate = edtIndent
    745           Min = 0
    746734          Max = 30
    747           Position = 0
    748735          TabOrder = 1
    749736          Thousands = False
    750           Wrap = False
    751737        end
    752738        object udPad: TUpDown
     
    756742          Height = 21
    757743          Associate = edtPad
    758           Min = 0
    759744          Max = 30
    760           Position = 0
    761745          TabOrder = 2
    762746          Thousands = False
    763           Wrap = False
    764747        end
    765748        object edtPad: TCaptionEdit
     
    823806    end
    824807  end
    825   object pnlTop: TPanel
     808  object pnlTop: TPanel [4]
    826809    Left = 0
    827810    Top = 0
    828     Width = 632
     811    Width = 788
    829812    Height = 25
    830813    Align = alTop
     
    832815    TabOrder = 3
    833816    DesignSize = (
    834       632
     817      788
    835818      25)
    836819    object MenuBar1: TMenuBar
    837820      Left = 0
    838821      Top = 0
    839       Width = 23
     822      Width = 41
    840823      Height = 25
    841824      Align = alLeft
     
    844827      ButtonWidth = 43
    845828      Caption = 'MenuBar1'
    846       Flat = True
    847829      Menu = mnuMain
    848830      ShowCaptions = True
     
    850832    end
    851833    object btnNew: TButton
    852       Left = 557
     834      Left = 711
    853835      Top = 2
    854836      Width = 75
     
    860842    end
    861843    object btnCopy: TButton
    862       Left = 478
     844      Left = 632
    863845      Top = 2
    864846      Width = 75
     
    871853    end
    872854    object btnDelete: TButton
    873       Left = 399
     855      Left = 553
    874856      Top = 2
    875857      Width = 75
     
    881863      OnClick = mnuDeleteClick
    882864    end
     865  end
     866  inherited amgrMain: TVA508AccessibilityManager
     867    Data = (
     868      (
     869        'Component = pnlBottom'
     870        'Status = stsDefault')
     871      (
     872        'Component = lblReq'
     873        'Status = stsDefault')
     874      (
     875        'Component = btnOK'
     876        'Status = stsDefault')
     877      (
     878        'Component = btnCancel'
     879        'Status = stsDefault')
     880      (
     881        'Component = btnApply'
     882        'Status = stsDefault')
     883      (
     884        'Component = btnPreview'
     885        'Status = stsDefault')
     886      (
     887        'Component = cbHide'
     888        'Status = stsDefault')
     889      (
     890        'Component = pnlObjs'
     891        'Status = stsDefault')
     892      (
     893        'Component = cbxObjs'
     894        'Status = stsDefault')
     895      (
     896        'Component = pnlRight'
     897        'Status = stsDefault')
     898      (
     899        'Component = pnlPreview'
     900        'Status = stsDefault')
     901      (
     902        'Component = reNotes'
     903        'Status = stsDefault')
     904      (
     905        'Component = pnlObjInfo'
     906        'Status = stsDefault')
     907      (
     908        'Component = edtName'
     909        'Status = stsDefault')
     910      (
     911        'Component = edtLMText'
     912        'Status = stsDefault')
     913      (
     914        'Component = cbxType'
     915        'Status = stsDefault')
     916      (
     917        'Component = edtTextLen'
     918        'Status = stsDefault')
     919      (
     920        'Component = udTextLen'
     921        'Status = stsDefault')
     922      (
     923        'Component = pnlSwap'
     924        'Status = stsDefault')
     925      (
     926        'Component = edtDefault'
     927        'Status = stsDefault')
     928      (
     929        'Component = pnlNum'
     930        'Status = stsDefault')
     931      (
     932        'Component = udDefNum'
     933        'Status = stsDefault')
     934      (
     935        'Component = edtDefNum'
     936        'Status = stsDefault')
     937      (
     938        'Component = udMinVal'
     939        'Status = stsDefault')
     940      (
     941        'Component = edtMinVal'
     942        'Status = stsDefault')
     943      (
     944        'Component = udInc'
     945        'Status = stsDefault')
     946      (
     947        'Component = edtInc'
     948        'Status = stsDefault')
     949      (
     950        'Component = edtMaxVal'
     951        'Status = stsDefault')
     952      (
     953        'Component = udMaxVal'
     954        'Status = stsDefault')
     955      (
     956        'Component = edtURL'
     957        'Status = stsDefault')
     958      (
     959        'Component = reItems'
     960        'Status = stsDefault')
     961      (
     962        'Component = cbxDefault'
     963        'Status = stsDefault')
     964      (
     965        'Component = pnlDate'
     966        'Status = stsDefault')
     967      (
     968        'Component = edtDateDef'
     969        'Status = stsDefault')
     970      (
     971        'Component = cbxDateType'
     972        'Status = stsDefault')
     973      (
     974        'Component = edtLen'
     975        'Status = stsDefault')
     976      (
     977        'Component = udLen'
     978        'Status = stsDefault')
     979      (
     980        'Component = gbIndent'
     981        'Status = stsDefault')
     982      (
     983        'Component = edtIndent'
     984        'Status = stsDefault')
     985      (
     986        'Component = udIndent'
     987        'Status = stsDefault')
     988      (
     989        'Component = udPad'
     990        'Status = stsDefault')
     991      (
     992        'Component = edtPad'
     993        'Status = stsDefault')
     994      (
     995        'Component = gbMisc'
     996        'Status = stsDefault')
     997      (
     998        'Component = cbActive'
     999        'Status = stsDefault')
     1000      (
     1001        'Component = cbRequired'
     1002        'Status = stsDefault')
     1003      (
     1004        'Component = cbSepLines'
     1005        'Status = stsDefault')
     1006      (
     1007        'Component = cbExclude'
     1008        'Status = stsDefault')
     1009      (
     1010        'Component = pnlTop'
     1011        'Status = stsDefault')
     1012      (
     1013        'Component = MenuBar1'
     1014        'Status = stsDefault')
     1015      (
     1016        'Component = btnNew'
     1017        'Status = stsDefault')
     1018      (
     1019        'Component = btnCopy'
     1020        'Status = stsDefault')
     1021      (
     1022        'Component = btnDelete'
     1023        'Status = stsDefault')
     1024      (
     1025        'Component = frmTemplateFieldEditor'
     1026        'Status = stsDefault'))
    8831027  end
    8841028  object mnuMain: TMainMenu
Note: See TracChangeset for help on using the changeset viewer.