home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMITEMSPECIFICS / TFRMITEMSPECIFICS.txt
Encoding:
Text File  |  2004-09-23  |  3.0 KB  |  152 lines

  1. object frmItemSpecifics: TfrmItemSpecifics
  2.   Left = 263
  3.   Top = 151
  4.   Width = 557
  5.   Height = 465
  6.   Caption = 'Item Specifics'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ScrollBox1: TScrollBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 549
  22.     Height = 390
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 6
  27.       Top = 7
  28.       Width = 98
  29.       Height = 16
  30.       Caption = 'Item Specifics'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.     end
  38.     object Label2: TLabel
  39.       Left = 16
  40.       Top = 26
  41.       Width = 180
  42.       Height = 13
  43.       Caption = 'Please enter the Item Specifics below.'
  44.     end
  45.     object Label3: TLabel
  46.       Left = 200
  47.       Top = 26
  48.       Width = 154
  49.       Height = 13
  50.       Caption = 'Required fields are in bold.'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.     end
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 0
  61.     Top = 390
  62.     Width = 549
  63.     Height = 41
  64.     Align = alBottom
  65.     TabOrder = 1
  66.     object btnOK: TButton
  67.       Left = 158
  68.       Top = 8
  69.       Width = 75
  70.       Height = 25
  71.       Caption = 'OK'
  72.       TabOrder = 0
  73.       OnClick = btnOKClick
  74.     end
  75.     object btnCancel: TButton
  76.       Left = 278
  77.       Top = 8
  78.       Width = 75
  79.       Height = 25
  80.       Caption = 'Cancel'
  81.       TabOrder = 1
  82.       OnClick = btnCancelClick
  83.     end
  84.     object memXMLOut: TMemo
  85.       Left = 24
  86.       Top = 8
  87.       Width = 17
  88.       Height = 17
  89.       Color = clRed
  90.       TabOrder = 2
  91.       Visible = False
  92.       WordWrap = False
  93.     end
  94.     object memXMLIn: TMemo
  95.       Left = 8
  96.       Top = 8
  97.       Width = 17
  98.       Height = 17
  99.       Color = clRed
  100.       TabOrder = 3
  101.       Visible = False
  102.       WordWrap = False
  103.     end
  104.     object edtSiteId: TEdit
  105.       Left = 424
  106.       Top = 8
  107.       Width = 16
  108.       Height = 21
  109.       Color = clRed
  110.       TabOrder = 4
  111.       Visible = False
  112.     end
  113.     object edtCategoryId: TEdit
  114.       Left = 441
  115.       Top = 8
  116.       Width = 17
  117.       Height = 21
  118.       Color = clRed
  119.       TabOrder = 5
  120.       Visible = False
  121.     end
  122.     object edtSiteIdPrev: TEdit
  123.       Left = 463
  124.       Top = 8
  125.       Width = 17
  126.       Height = 21
  127.       Color = clRed
  128.       TabOrder = 6
  129.       Visible = False
  130.     end
  131.     object edtCategoryIdPrev: TEdit
  132.       Left = 480
  133.       Top = 8
  134.       Width = 17
  135.       Height = 21
  136.       Color = clRed
  137.       TabOrder = 7
  138.       Visible = False
  139.     end
  140.     object memAttrDescr: TMemo
  141.       Left = 40
  142.       Top = 8
  143.       Width = 17
  144.       Height = 17
  145.       Color = clRed
  146.       TabOrder = 8
  147.       Visible = False
  148.       WordWrap = False
  149.     end
  150.   end
  151. end
  152.