Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/Orders/fOrdersRenew.dfm

    r459 r460  
    11inherited frmRenewOrders: TfrmRenewOrders
    2   Left = 273
    3   Top = 185
    4   Width = 450
    5   Height = 270
     2  Left = 434
     3  Top = 232
     4  HorzScrollBar.Tracking = True
     5  HorzScrollBar.Visible = True
     6  VertScrollBar.Tracking = True
     7  AutoScroll = False
    68  Caption = 'Renew Orders'
     9  ClientHeight = 416
     10  ClientWidth = 592
    711  Position = poScreenCenter
     12  Scaled = False
    813  OnClose = FormClose
    914  OnCreate = FormCreate
     
    1116  PixelsPerInch = 96
    1217  TextHeight = 13
    13   object lstOrders: TListBox
    14     Left = 0
    15     Top = 17
    16     Width = 442
    17     Height = 185
    18     Style = lbOwnerDrawVariable
    19     Align = alClient
    20     Color = clCream
    21     ItemHeight = 13
    22     TabOrder = 0
    23     OnClick = lstOrdersClick
    24     OnDrawItem = lstOrdersDrawItem
    25     OnMeasureItem = lstOrdersMeasureItem
    26   end
    2718  object hdrOrders: THeaderControl
    2819    Left = 0
    2920    Top = 0
    30     Width = 442
     21    Width = 592
    3122    Height = 17
    3223    DragReorder = False
     24    Constraints.MinHeight = 17
    3325    Sections = <
    3426      item
     27        AutoSize = True
    3528        ImageIndex = -1
    3629        Text = 'Order to be Renewed'
    37         Width = 317
     30        Width = 296
    3831      end
    3932      item
     33        AutoSize = True
    4034        ImageIndex = -1
    4135        Text = 'Start/Stop Time'
    42         Width = 125
     36        Width = 296
    4337      end>
     38    OnSectionResize = hdrOrdersSectionResize
    4439  end
    45   object Panel1: TPanel
     40  object pnlBottom: TPanel
    4641    Left = 0
    47     Top = 202
    48     Width = 442
    49     Height = 41
     42    Top = 393
     43    Width = 592
     44    Height = 23
    5045    Align = alBottom
     46    Anchors = [akLeft, akTop, akRight, akBottom]
     47    AutoSize = True
    5148    TabOrder = 2
    5249    DesignSize = (
    53       442
    54       41)
     50      592
     51      23)
    5552    object cmdCancel: TButton
    56       Left = 362
    57       Top = 12
     53      Left = 512
     54      Top = 1
    5855      Width = 72
    5956      Height = 21
     
    6158      Cancel = True
    6259      Caption = 'Cancel'
     60      Constraints.MinHeight = 21
    6361      TabOrder = 0
    6462      OnClick = cmdCancelClick
    6563    end
    6664    object cmdOK: TButton
    67       Left = 274
    68       Top = 12
     65      Left = 424
     66      Top = 1
    6967      Width = 72
    7068      Height = 21
    7169      Anchors = [akTop, akRight]
    7270      Caption = 'OK'
     71      Constraints.MinHeight = 21
    7372      Default = True
    7473      TabOrder = 1
     
    7776    object cmdChange: TButton
    7877      Left = 8
    79       Top = 12
     78      Top = 1
    8079      Width = 145
    8180      Height = 21
    8281      Caption = 'Change...'
     82      Constraints.MinHeight = 21
    8383      Enabled = False
    8484      TabOrder = 2
     
    8686    end
    8787  end
     88  object lstOrders: TCaptionListBox
     89    Left = 0
     90    Top = 17
     91    Width = 592
     92    Height = 376
     93    Style = lbOwnerDrawVariable
     94    Align = alClient
     95    Anchors = []
     96    Color = clCream
     97    Ctl3D = True
     98    ExtendedSelect = False
     99    Font.Charset = DEFAULT_CHARSET
     100    Font.Color = clWindowText
     101    Font.Height = -11
     102    Font.Name = 'MS Sans Serif'
     103    Font.Style = []
     104    ItemHeight = 24
     105    ParentCtl3D = False
     106    ParentFont = False
     107    ParentShowHint = False
     108    ShowHint = True
     109    TabOrder = 1
     110    OnClick = lstOrdersClick
     111    OnDrawItem = lstOrdersDrawItem
     112    OnMeasureItem = lstOrdersMeasureItem
     113    HintOnItem = True
     114  end
    88115end
Note: See TracChangeset for help on using the changeset viewer.