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/fOtherSchedule.dfm

    r456 r829  
    1 object frmOtherSchedule: TfrmOtherSchedule
     1inherited frmOtherSchedule: TfrmOtherSchedule
    22  Left = 544
    33  Top = 262
    4   AutoScroll = False
    54  Caption = 'Order with schedule '#39'OTHER'#39
    65  ClientHeight = 362
    7   ClientWidth = 369
    8   Color = clBtnFace
     6  ClientWidth = 592
    97  Constraints.MinHeight = 70
    108  Constraints.MinWidth = 280
    11   Font.Charset = DEFAULT_CHARSET
    12   Font.Color = clWindowText
    13   Font.Height = -11
    14   Font.Name = 'MS Sans Serif'
    15   Font.Style = []
    169  OldCreateOrder = False
    1710  Position = poOwnerFormCenter
    1811  OnClose = FormClose
    1912  OnCreate = FormCreate
     13  ExplicitWidth = 600
     14  ExplicitHeight = 389
    2015  PixelsPerInch = 96
    2116  TextHeight = 13
    22   object Splitter1: TSplitter
     17  object Splitter1: TSplitter [0]
    2318    Left = 0
    2419    Top = 82
    25     Width = 369
     20    Width = 592
    2621    Height = 8
    2722    Cursor = crVSplit
     
    2924    Beveled = True
    3025    MinSize = 1
     26    ExplicitWidth = 369
    3127  end
    32   object Panel1: TPanel
     28  object Panel1: TPanel [1]
    3329    Left = 0
    3430    Top = 0
    35     Width = 369
     31    Width = 592
    3632    Height = 82
    3733    Align = alTop
     
    5046      Left = 52
    5147      Top = 4
    52       Width = 313
     48      Width = 536
    5349      Height = 74
    5450      Align = alClient
     
    6157    end
    6258  end
    63   object Panel3: TPanel
     59  object Panel3: TPanel [2]
    6460    Left = 0
    6561    Top = 90
    66     Width = 369
     62    Width = 592
    6763    Height = 272
    6864    Align = alClient
     
    162158      Width = 188
    163159      Height = 202
    164       Align = alRight
    165160      Caption = 'Set Administration Time'
    166161      TabOrder = 1
     
    250245      Left = 1
    251246      Top = 203
    252       Width = 367
     247      Width = 590
    253248      Height = 68
    254249      Align = alBottom
    255       TabOrder = 2
     250      TabOrder = 3
    256251      DesignSize = (
    257         367
     252        590
    258253        68)
    259254      object Label1: TLabel
     
    265260      end
    266261      object btn0k1: TButton
    267         Left = 204
     262        Left = 427
    268263        Top = 43
    269264        Width = 75
     
    275270      end
    276271      object btnCancel: TButton
    277         Left = 285
     272        Left = 508
    278273        Top = 42
    279274        Width = 75
     
    285280        OnClick = btnCancelClick
    286281      end
    287       object txtSchedule: TEdit
    288         Left = 64
    289         Top = 8
    290         Width = 296
    291         Height = 21
    292         Anchors = [akLeft, akTop, akRight]
    293         Color = clInfoBk
    294         Enabled = False
    295         Font.Charset = DEFAULT_CHARSET
    296         Font.Color = clWindowText
    297         Font.Height = -11
    298         Font.Name = 'MS Sans Serif'
    299         Font.Style = [fsBold]
    300         ParentFont = False
    301         ReadOnly = True
    302         TabOrder = 0
    303         OnChange = txtScheduleChange
    304       end
    305282      object btnReset: TButton
    306283        Left = 8
     
    312289        OnClick = btnResetClick
    313290      end
    314     end
     291      object txtSchedule: TEdit
     292        Left = 63
     293        Top = 6
     294        Width = 520
     295        Height = 21
     296        Color = clInfoBk
     297        ReadOnly = True
     298        TabOrder = 0
     299      end
     300    end
     301    object GroupBox3: TGroupBox
     302      Left = 374
     303      Top = -2
     304      Width = 211
     305      Height = 202
     306      Caption = 'Schedule'
     307      TabOrder = 2
     308      object NSScboSchedule: TORComboBox
     309        Left = 5
     310        Top = 16
     311        Width = 121
     312        Height = 180
     313        Style = orcsSimple
     314        AutoSelect = True
     315        Color = clWindow
     316        DropDownCount = 8
     317        ItemHeight = 13
     318        ItemTipColor = clWindow
     319        ItemTipEnable = True
     320        ListItemsOnly = False
     321        LongList = False
     322        LookupPiece = 1
     323        MaxLength = 0
     324        Pieces = '1'
     325        Sorted = False
     326        SynonymChars = '<>'
     327        TabOrder = 0
     328        CharsNeedMatch = 1
     329        UniqueAutoComplete = True
     330      end
     331      object btnSchAdd: TButton
     332        Left = 132
     333        Top = 64
     334        Width = 60
     335        Height = 19
     336        Caption = 'Add'
     337        TabOrder = 1
     338        OnClick = btnSchAddClick
     339      end
     340      object btnSchRemove: TButton
     341        Left = 132
     342        Top = 94
     343        Width = 60
     344        Height = 19
     345        Caption = 'Remove'
     346        TabOrder = 2
     347        OnClick = btnSchRemoveClick
     348      end
     349    end
     350  end
     351  inherited amgrMain: TVA508AccessibilityManager
     352    Data = (
     353      (
     354        'Component = Panel1'
     355        'Status = stsDefault')
     356      (
     357        'Component = memMessage'
     358        'Status = stsDefault')
     359      (
     360        'Component = Panel3'
     361        'Status = stsDefault')
     362      (
     363        'Component = GroupBox1'
     364        'Status = stsDefault')
     365      (
     366        'Component = cbo7'
     367        'Status = stsDefault')
     368      (
     369        'Component = cbo1'
     370        'Status = stsDefault')
     371      (
     372        'Component = cbo2'
     373        'Status = stsDefault')
     374      (
     375        'Component = cbo3'
     376        'Status = stsDefault')
     377      (
     378        'Component = cbo4'
     379        'Status = stsDefault')
     380      (
     381        'Component = cbo5'
     382        'Status = stsDefault')
     383      (
     384        'Component = cbo6'
     385        'Status = stsDefault')
     386      (
     387        'Component = Button1'
     388        'Status = stsDefault')
     389      (
     390        'Component = GroupBox2'
     391        'Status = stsDefault')
     392      (
     393        'Component = lstHour'
     394        'Status = stsDefault')
     395      (
     396        'Component = lstMinute'
     397        'Status = stsDefault')
     398      (
     399        'Component = btnRemove'
     400        'Status = stsDefault')
     401      (
     402        'Component = btnAdd'
     403        'Status = stsDefault')
     404      (
     405        'Component = Panel4'
     406        'Status = stsDefault')
     407      (
     408        'Component = btn0k1'
     409        'Status = stsDefault')
     410      (
     411        'Component = btnCancel'
     412        'Status = stsDefault')
     413      (
     414        'Component = btnReset'
     415        'Status = stsDefault')
     416      (
     417        'Component = GroupBox3'
     418        'Status = stsDefault')
     419      (
     420        'Component = NSScboSchedule'
     421        'Status = stsDefault')
     422      (
     423        'Component = btnSchAdd'
     424        'Status = stsDefault')
     425      (
     426        'Component = btnSchRemove'
     427        'Status = stsDefault')
     428      (
     429        'Component = frmOtherSchedule'
     430        'Status = stsDefault')
     431      (
     432        'Component = txtSchedule'
     433        'Status = stsDefault'))
    315434  end
    316435end
Note: See TracChangeset for help on using the changeset viewer.