home *** CD-ROM | disk | FTP | other *** search
- object SlotStatusDlg: TSlotStatusDlg
- Left = 305
- Top = 397
- Width = 374
- Height = 440
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Production Status'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 344
- Width = 366
- Height = 69
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Panel2: TPanel
- Left = 287
- Top = 0
- Width = 79
- Height = 69
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object CancelBtn: TButton
- Left = 1
- Top = 43
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 0
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 6
- Width = 233
- Height = 57
- Caption = 'Summary'
- TabOrder = 1
- object lblCreateSuccess: TLabel
- Left = 184
- Top = 16
- Width = 32
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0'
- end
- object lblCreateError: TLabel
- Left = 184
- Top = 32
- Width = 32
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0'
- end
- object Label3: TLabel
- Left = 8
- Top = 32
- Width = 177
- Height = 13
- AutoSize = False
- Caption = 'Failed to Create:'
- end
- object Label4: TLabel
- Left = 8
- Top = 16
- Width = 177
- Height = 13
- AutoSize = False
- Caption = 'Created sucessfully:'
- end
- end
- end
- object lvSlotStatus: TListView
- Left = 0
- Top = 0
- Width = 366
- Height = 344
- Align = alClient
- Columns = <
- item
- Caption = 'Slot'
- Width = 150
- end
- item
- Caption = 'Status'
- Width = 180
- end>
- ColumnClick = False
- ReadOnly = True
- RowSelect = True
- SmallImages = ilDevices
- TabOrder = 1
- ViewStyle = vsReport
- end
- object ilDevices: TImageList
- Left = 24
- Top = 304
- end
- end
-