home *** CD-ROM | disk | FTP | other *** search
- object MyNotice: TMyNotice
- Left = 244
- Top = 129
- BorderStyle = bsDialog
- Caption = 'Zio Code Data'
- ClientHeight = 268
- ClientWidth = 375
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 19
- object Bevel1: TBevel
- Left = 10
- Top = 40
- Width = 356
- Height = 177
- Shape = bsFrame
- IsControl = True
- end
- object HeaderLabel: TLabel
- Left = 35
- Top = 5
- Width = 296
- Height = 26
- Alignment = taCenter
- AutoSize = False
- Caption = 'NOTICE'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ContentLabel: TLabel
- Left = 15
- Top = 48
- Width = 346
- Height = 165
- AutoSize = False
- WordWrap = True
- end
- object CloseButton: TButton
- Left = 143
- Top = 227
- Width = 97
- Height = 33
- Caption = '&Ok'
- TabOrder = 0
- OnClick = CloseButtonClick
- end
- end
-