home *** CD-ROM | disk | FTP | other *** search
- object frmItemSpecifics: TfrmItemSpecifics
- Left = 263
- Top = 151
- Width = 557
- Height = 465
- Caption = 'Item Specifics'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 0
- Width = 549
- Height = 390
- Align = alClient
- TabOrder = 0
- object Label1: TLabel
- Left = 6
- Top = 7
- Width = 98
- Height = 16
- Caption = 'Item Specifics'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 26
- Width = 180
- Height = 13
- Caption = 'Please enter the Item Specifics below.'
- end
- object Label3: TLabel
- Left = 200
- Top = 26
- Width = 154
- Height = 13
- Caption = 'Required fields are in bold.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 390
- Width = 549
- Height = 41
- Align = alBottom
- TabOrder = 1
- object btnOK: TButton
- Left = 158
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 278
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object memXMLOut: TMemo
- Left = 24
- Top = 8
- Width = 17
- Height = 17
- Color = clRed
- TabOrder = 2
- Visible = False
- WordWrap = False
- end
- object memXMLIn: TMemo
- Left = 8
- Top = 8
- Width = 17
- Height = 17
- Color = clRed
- TabOrder = 3
- Visible = False
- WordWrap = False
- end
- object edtSiteId: TEdit
- Left = 424
- Top = 8
- Width = 16
- Height = 21
- Color = clRed
- TabOrder = 4
- Visible = False
- end
- object edtCategoryId: TEdit
- Left = 441
- Top = 8
- Width = 17
- Height = 21
- Color = clRed
- TabOrder = 5
- Visible = False
- end
- object edtSiteIdPrev: TEdit
- Left = 463
- Top = 8
- Width = 17
- Height = 21
- Color = clRed
- TabOrder = 6
- Visible = False
- end
- object edtCategoryIdPrev: TEdit
- Left = 480
- Top = 8
- Width = 17
- Height = 21
- Color = clRed
- TabOrder = 7
- Visible = False
- end
- object memAttrDescr: TMemo
- Left = 40
- Top = 8
- Width = 17
- Height = 17
- Color = clRed
- TabOrder = 8
- Visible = False
- WordWrap = False
- end
- end
- end
-