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/Orders/fOrdersTS.dfm

    r456 r829  
    22  Left = 84
    33  Top = 77
    4   Width = 464
    5   Height = 385
    64  Caption = 'Release Orders'
     5  ClientHeight = 351
     6  ClientWidth = 456
    77  Constraints.MinHeight = 365
    88  Constraints.MinWidth = 310
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
    11   OnKeyDown = FormKeyDown
     11  ExplicitLeft = 84
     12  ExplicitTop = 77
     13  ExplicitWidth = 464
     14  ExplicitHeight = 385
    1215  PixelsPerInch = 96
    1316  TextHeight = 13
    14   object pnlMiddle: TPanel
     17  object pnlMiddle: TPanel [0]
    1518    Left = 0
    1619    Top = 78
     
    3639        Width = 333
    3740        Height = 17
    38         BiDiMode = bdRightToLeft
    3941        Caption = '  &Release new orders immediately'
    4042        Enabled = False
    41         ParentBiDiMode = False
    4243        TabOrder = 0
    4344        OnClick = radReleaseNowClick
     
    7677    end
    7778  end
    78   object pnlTop: TPanel
     79  object pnlTop: TPanel [1]
    7980    Left = 0
    8081    Top = 0
     
    8990      Left = 1
    9091      Top = 1
    91       Width = 450
     92      Width = 3
    9293      Height = 34
    9394      Align = alTop
     
    109110        Top = 1
    110111        Width = 24
    111         Height = 36
     112        Height = 22
    112113        Align = alLeft
    113114        AutoSize = True
     
    128129          00000000000000000008}
    129130        Transparent = True
     131        ExplicitHeight = 36
    130132      end
    131133      object Label1: TLabel
     
    149151    end
    150152  end
    151   object Panel1: TPanel
     153  object Panel1: TPanel [2]
    152154    Left = 0
    153155    Top = 134
    154156    Width = 456
    155     Height = 224
     157    Height = 217
    156158    Align = alClient
    157159    TabOrder = 2
     
    160162      Top = 1
    161163      Width = 454
    162       Height = 222
     164      Height = 215
    163165      Align = alClient
    164       AutoScroll = False
     166      AutoScroll = True
    165167      TabOrder = 0
     168      TabStop = True
    166169      Visible = False
     170      ExplicitLeft = 1
     171      ExplicitTop = 1
     172      ExplicitWidth = 454
     173      ExplicitHeight = 215
    167174      inherited pnlDate: TPanel
    168175        Left = 349
    169         Height = 222
     176        Height = 215
     177        ExplicitLeft = 349
     178        ExplicitHeight = 215
    170179        inherited lblEffective: TLabel
    171180          Left = 453
     181          Width = 71
     182          ExplicitLeft = 453
     183          ExplicitWidth = 71
    172184        end
    173185        inherited orDateBox: TORDateBox
    174186          Left = 453
     187          ExplicitLeft = 453
    175188        end
    176189      end
    177190      inherited pnlList: TPanel
    178191        Width = 349
    179         Height = 222
     192        Height = 215
     193        ExplicitWidth = 349
     194        ExplicitHeight = 215
    180195        inherited lblEvntDelayList: TLabel
    181196          Width = 347
     197          ExplicitWidth = 80
    182198        end
    183199        inherited mlstEvents: TORListBox
    184200          Width = 347
    185           Height = 186
     201          Height = 179
    186202          OnDblClick = cmdOKClick
     203          ExplicitWidth = 347
     204          ExplicitHeight = 179
    187205        end
    188206        inherited edtSearch: TCaptionEdit
    189207          Width = 347
    190         end
    191       end
    192     end
     208          ExplicitWidth = 347
     209        end
     210      end
     211    end
     212  end
     213  inherited amgrMain: TVA508AccessibilityManager
     214    Data = (
     215      (
     216        'Component = pnlMiddle'
     217        'Status = stsDefault')
     218      (
     219        'Component = grpChoice'
     220        'Status = stsDefault')
     221      (
     222        'Component = radReleaseNow'
     223        'Status = stsDefault')
     224      (
     225        'Component = radDelayed'
     226        'Status = stsDefault')
     227      (
     228        'Component = cmdOK'
     229        'Status = stsDefault')
     230      (
     231        'Component = cmdCancel'
     232        'Status = stsDefault')
     233      (
     234        'Component = pnlTop'
     235        'Status = stsDefault')
     236      (
     237        'Component = pnldif'
     238        'Status = stsDefault')
     239      (
     240        'Component = Panel1'
     241        'Status = stsDefault')
     242      (
     243        'Component = fraEvntDelayList'
     244        'Status = stsDefault')
     245      (
     246        'Component = fraEvntDelayList.pnlDate'
     247        'Status = stsDefault')
     248      (
     249        'Component = fraEvntDelayList.orDateBox'
     250        'Status = stsDefault')
     251      (
     252        'Component = fraEvntDelayList.pnlList'
     253        'Status = stsDefault')
     254      (
     255        'Component = fraEvntDelayList.mlstEvents'
     256        'Status = stsDefault')
     257      (
     258        'Component = fraEvntDelayList.edtSearch'
     259        'Status = stsDefault')
     260      (
     261        'Component = frmOrdersTS'
     262        'Status = stsDefault'))
    193263  end
    194264end
Note: See TracChangeset for help on using the changeset viewer.