home *** CD-ROM | disk | FTP | other *** search
- object SellDlg: TSellDlg
- Left = 201
- Top = 102
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Sell Dialog'
- ClientHeight = 179
- ClientWidth = 346
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 24
- Top = 8
- Width = 225
- Height = 161
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 48
- Top = 32
- Width = 26
- Height = 13
- Caption = 'Blue'
- end
- object Label2: TLabel
- Left = 32
- Top = 64
- Width = 38
- Height = 13
- Caption = 'Yellow'
- end
- object Label3: TLabel
- Left = 40
- Top = 96
- Width = 35
- Height = 13
- Caption = 'Green'
- end
- object Label4: TLabel
- Left = 40
- Top = 128
- Width = 33
- Height = 13
- Caption = 'Voilet'
- end
- object OKBtn: TBitBtn
- Left = 252
- Top = 8
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 252
- Top = 40
- Width = 77
- Height = 27
- TabOrder = 5
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 252
- Top = 72
- Width = 77
- Height = 27
- TabOrder = 6
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object MaskEdit1: TMaskEdit
- Left = 80
- Top = 32
- Width = 121
- Height = 20
- EditMask = '######;0;_'
- MaxLength = 6
- TabOrder = 0
- end
- object MaskEdit2: TMaskEdit
- Left = 80
- Top = 64
- Width = 121
- Height = 20
- EditMask = '######;0;_'
- MaxLength = 6
- TabOrder = 1
- end
- object MaskEdit3: TMaskEdit
- Left = 80
- Top = 96
- Width = 121
- Height = 20
- EditMask = '######;0;_'
- MaxLength = 6
- TabOrder = 2
- end
- object MaskEdit4: TMaskEdit
- Left = 80
- Top = 128
- Width = 121
- Height = 20
- EditMask = '######;0;_'
- MaxLength = 6
- TabOrder = 3
- end
- end
-