home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95edi97 / edi.exe / 0 / RCDATA / TFRMEDIINFO / TFRMEDIINFO.txt < prev   
Text File  |  1997-03-31  |  4KB  |  184 lines

  1. object frmEdiInfo: TfrmEdiInfo
  2.   Left = 95
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   ClientHeight = 393
  7.   ClientWidth = 609
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object ProductNameH: TLabel
  19.     Left = 112
  20.     Top = 16
  21.     Width = 203
  22.     Height = 37
  23.     Caption = 'Produktname'
  24.     Color = clBtnFace
  25.     Font.Color = clGray
  26.     Font.Height = -32
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentColor = False
  30.     ParentFont = False
  31.     Transparent = True
  32.     IsControl = True
  33.   end
  34.   object Bevel1: TBevel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 609
  38.     Height = 393
  39.     Align = alClient
  40.     Style = bsRaised
  41.   end
  42.   object ProductNameV: TLabel
  43.     Left = 110
  44.     Top = 14
  45.     Width = 203
  46.     Height = 37
  47.     Caption = 'Produktname'
  48.     Font.Color = clRed
  49.     Font.Height = -32
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     Transparent = True
  54.     IsControl = True
  55.   end
  56.   object Bevel2: TBevel
  57.     Left = 96
  58.     Top = 8
  59.     Width = 505
  60.     Height = 377
  61.   end
  62.   object Bevel4: TBevel
  63.     Left = 104
  64.     Top = 53
  65.     Width = 481
  66.     Height = 2
  67.   end
  68.   object Label1: TLabel
  69.     Left = 112
  70.     Top = 62
  71.     Width = 39
  72.     Height = 13
  73.     Caption = 'Label1'
  74.     Color = clBtnFace
  75.     Font.Color = clNavy
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentColor = False
  80.     ParentFont = False
  81.     Transparent = True
  82.   end
  83.   object Label2: TLabel
  84.     Left = 112
  85.     Top = 96
  86.     Width = 481
  87.     Height = 233
  88.     AutoSize = False
  89.     Caption = 'Label2'
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     Transparent = True
  96.     WordWrap = True
  97.   end
  98.   object Bevel3: TBevel
  99.     Left = 104
  100.     Top = 325
  101.     Width = 481
  102.     Height = 2
  103.   end
  104.   object Label3: TLabel
  105.     Left = 112
  106.     Top = 336
  107.     Width = 41
  108.     Height = 16
  109.     Caption = 'Label3'
  110.     Font.Color = clMaroon
  111.     Font.Height = -13
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.   end
  116.   object TLabel
  117.     Left = 424
  118.     Top = 344
  119.     Width = 4
  120.     Height = 16
  121.   end
  122.   object Panel1: TPanel
  123.     Left = 8
  124.     Top = 8
  125.     Width = 81
  126.     Height = 377
  127.     BevelInner = bvRaised
  128.     BevelOuter = bvLowered
  129.     Color = clWhite
  130.     TabOrder = 3
  131.     object Image1: TImage
  132.       Left = 8
  133.       Top = 49
  134.       Width = 67
  135.       Height = 312
  136.       Picture.Data = {<image001.bmp>}
  137.       Stretch = True
  138.       IsControl = True
  139.     end
  140.   end
  141.   object btnJa: TButton
  142.     Left = 328
  143.     Top = 344
  144.     Width = 49
  145.     Height = 22
  146.     Caption = 'Ja'
  147.     Font.Color = clBlack
  148.     Font.Height = -11
  149.     Font.Name = 'MS Sans Serif'
  150.     Font.Style = []
  151.     ParentFont = False
  152.     TabOrder = 2
  153.     OnClick = btnJaClick
  154.   end
  155.   object btnNein: TButton
  156.     Left = 392
  157.     Top = 344
  158.     Width = 49
  159.     Height = 22
  160.     Caption = 'Nein'
  161.     Font.Color = clBlack
  162.     Font.Height = -11
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = []
  165.     ParentFont = False
  166.     TabOrder = 1
  167.     OnClick = btnNeinClick
  168.   end
  169.   object btnDruck: TButton
  170.     Left = 456
  171.     Top = 344
  172.     Width = 113
  173.     Height = 22
  174.     Caption = 'Bestellung drucken'
  175.     Font.Color = clBlack
  176.     Font.Height = -11
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Style = []
  179.     ParentFont = False
  180.     TabOrder = 0
  181.     OnClick = btnDruckClick
  182.   end
  183. end
  184.