home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / jdtrick / jdtricka.exe / Jdtricks.exe / 0 / RCDATA / TFRMEIGENSCHAFTEN / TFRMEIGENSCHAFTEN.txt
Encoding:
Text File  |  1999-06-22  |  4.9 KB  |  223 lines

  1. object frmEigenschaften: TfrmEigenschaften
  2.   Left = 255
  3.   Top = 180
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'frmEigenschaften'
  6.   ClientHeight = 319
  7.   ClientWidth = 472
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblEigenschaftenDateiversion: TLabel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 80
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'Dateiversion:'
  25.   end
  26.   object lblCopyright: TLabel
  27.     Left = 10
  28.     Top = 70
  29.     Width = 80
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'Copyright:'
  33.   end
  34.   object lblBeschreibung: TLabel
  35.     Left = 10
  36.     Top = 40
  37.     Width = 80
  38.     Height = 13
  39.     AutoSize = False
  40.     Caption = 'Beschreibung:'
  41.   end
  42.   object edtEigenschaftenDateiversion: TEdit
  43.     Left = 90
  44.     Top = 10
  45.     Width = 380
  46.     Height = 14
  47.     BorderStyle = bsNone
  48.     Color = clBtnFace
  49.     Ctl3D = False
  50.     ParentCtl3D = False
  51.     ReadOnly = True
  52.     TabOrder = 0
  53.   end
  54.   object edtCopyright: TEdit
  55.     Left = 90
  56.     Top = 70
  57.     Width = 380
  58.     Height = 14
  59.     BorderStyle = bsNone
  60.     Color = clBtnFace
  61.     Ctl3D = False
  62.     ParentCtl3D = False
  63.     ReadOnly = True
  64.     TabOrder = 1
  65.   end
  66.   object edtBeschreibung: TEdit
  67.     Left = 90
  68.     Top = 40
  69.     Width = 380
  70.     Height = 14
  71.     BorderStyle = bsNone
  72.     Color = clBtnFace
  73.     Ctl3D = False
  74.     ParentCtl3D = False
  75.     ReadOnly = True
  76.     TabOrder = 2
  77.   end
  78.   object gboEigenschaften: TGroupBox
  79.     Left = 0
  80.     Top = 100
  81.     Width = 472
  82.     Height = 178
  83.     Align = alBottom
  84.     Caption = 'Weitere Versionsinformationen'
  85.     TabOrder = 3
  86.     object Panel1: TPanel
  87.       Left = 12
  88.       Top = 15
  89.       Width = 150
  90.       Height = 161
  91.       Align = alLeft
  92.       BevelOuter = bvNone
  93.       Caption = 'Panel1'
  94.       TabOrder = 0
  95.       object Label1: TLabel
  96.         Left = 0
  97.         Top = 10
  98.         Width = 150
  99.         Height = 13
  100.         Align = alTop
  101.         Caption = 'Name:'
  102.       end
  103.       object ListBox1: TListBox
  104.         Left = 0
  105.         Top = 23
  106.         Width = 150
  107.         Height = 138
  108.         Align = alClient
  109.         ItemHeight = 13
  110.         TabOrder = 0
  111.         OnClick = ListBox1Click
  112.       end
  113.       object Panel6: TPanel
  114.         Left = 0
  115.         Top = 0
  116.         Width = 150
  117.         Height = 10
  118.         Align = alTop
  119.         BevelOuter = bvNone
  120.         TabOrder = 1
  121.       end
  122.     end
  123.     object Panel2: TPanel
  124.       Left = 162
  125.       Top = 15
  126.       Width = 10
  127.       Height = 161
  128.       Align = alLeft
  129.       BevelOuter = bvNone
  130.       TabOrder = 1
  131.     end
  132.     object Panel3: TPanel
  133.       Left = 172
  134.       Top = 15
  135.       Width = 288
  136.       Height = 161
  137.       Align = alClient
  138.       BevelOuter = bvNone
  139.       Caption = 'Panel3'
  140.       TabOrder = 2
  141.       object Label2: TLabel
  142.         Left = 0
  143.         Top = 10
  144.         Width = 288
  145.         Height = 13
  146.         Align = alTop
  147.         Caption = 'Wert:'
  148.       end
  149.       object Memo1: TMemo
  150.         Left = 0
  151.         Top = 23
  152.         Width = 288
  153.         Height = 138
  154.         Align = alClient
  155.         Color = clBtnFace
  156.         OEMConvert = True
  157.         ReadOnly = True
  158.         ScrollBars = ssVertical
  159.         TabOrder = 0
  160.       end
  161.       object Panel5: TPanel
  162.         Left = 0
  163.         Top = 0
  164.         Width = 288
  165.         Height = 10
  166.         Align = alTop
  167.         BevelOuter = bvNone
  168.         TabOrder = 1
  169.       end
  170.     end
  171.     object Panel4: TPanel
  172.       Left = 2
  173.       Top = 15
  174.       Width = 10
  175.       Height = 161
  176.       Align = alLeft
  177.       BevelOuter = bvNone
  178.       TabOrder = 3
  179.     end
  180.     object Panel8: TPanel
  181.       Left = 460
  182.       Top = 15
  183.       Width = 10
  184.       Height = 161
  185.       Align = alRight
  186.       BevelOuter = bvNone
  187.       TabOrder = 4
  188.     end
  189.   end
  190.   object Panel7: TPanel
  191.     Left = 0
  192.     Top = 278
  193.     Width = 472
  194.     Height = 41
  195.     Align = alBottom
  196.     BevelOuter = bvNone
  197.     TabOrder = 4
  198.     object spbInfoOK: TSpeedButton
  199.       Left = 4
  200.       Top = 8
  201.       Width = 461
  202.       Height = 25
  203.       Caption = '&Ok'
  204.       Flat = True
  205.       Glyph.Data = {
  206.         76010000424D7601000000000000760000002800000020000000100000000100
  207.         04000000000000010000120B0000120B00001000000000000000000000000000
  208.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  209.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  210.         555555555555555555555555555555555555555555FF55555555555559055555
  211.         55555555577FF5555555555599905555555555557777F5555555555599905555
  212.         555555557777FF5555555559999905555555555777777F555555559999990555
  213.         5555557777777FF5555557990599905555555777757777F55555790555599055
  214.         55557775555777FF5555555555599905555555555557777F5555555555559905
  215.         555555555555777FF5555555555559905555555555555777FF55555555555579
  216.         05555555555555777FF5555555555557905555555555555777FF555555555555
  217.         5990555555555555577755555555555555555555555555555555}
  218.       NumGlyphs = 2
  219.       OnClick = spbInfoOKClick
  220.     end
  221.   end
  222. end
  223.