home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / konfig / download / msic / D5 / MSI_DetailDlg.dfm < prev    next >
Text File  |  2003-11-07  |  6KB  |  205 lines

  1. object dlgMSI_Detail: TdlgMSI_Detail
  2.   Left = 326
  3.   Top = 330
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 450
  6.   ClientWidth = 409
  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 = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ButtonPanel: TPanel
  20.     Left = 0
  21.     Top = 408
  22.     Width = 409
  23.     Height = 42
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Panel: TPanel
  28.       Left = 319
  29.       Top = 0
  30.       Width = 90
  31.       Height = 42
  32.       Align = alRight
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       object bOK: TButton
  36.         Left = 4
  37.         Top = 6
  38.         Width = 75
  39.         Height = 25
  40.         Cursor = crHandPoint
  41.         Cancel = True
  42.         Caption = 'OK'
  43.         Default = True
  44.         ModalResult = 1
  45.         TabOrder = 0
  46.       end
  47.     end
  48.   end
  49.   object ClientPanel: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 409
  53.     Height = 408
  54.     Align = alClient
  55.     BevelOuter = bvNone
  56.     BorderWidth = 10
  57.     Caption = ' '
  58.     TabOrder = 1
  59.     object pc: TPageControl
  60.       Left = 10
  61.       Top = 10
  62.       Width = 389
  63.       Height = 388
  64.       ActivePage = TabSheet1
  65.       Align = alClient
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       TabOrder = 0
  73.       object TabSheet1: TTabSheet
  74.         Caption = ' Properties '
  75.         Font.Charset = DEFAULT_CHARSET
  76.         Font.Color = clWindowText
  77.         Font.Height = -11
  78.         Font.Name = 'MS Sans Serif'
  79.         Font.Style = [fsBold]
  80.         ParentFont = False
  81.         object Panel1: TPanel
  82.           Left = 0
  83.           Top = 0
  84.           Width = 381
  85.           Height = 360
  86.           Align = alClient
  87.           BevelInner = bvLowered
  88.           BevelOuter = bvNone
  89.           BorderWidth = 10
  90.           Caption = ' '
  91.           Font.Charset = DEFAULT_CHARSET
  92.           Font.Color = clWindowText
  93.           Font.Height = -11
  94.           Font.Name = 'MS Sans Serif'
  95.           Font.Style = []
  96.           ParentFont = False
  97.           TabOrder = 0
  98.           object Notebook: TNotebook
  99.             Left = 11
  100.             Top = 11
  101.             Width = 359
  102.             Height = 338
  103.             Align = alClient
  104.             PageIndex = 3
  105.             TabOrder = 0
  106.             object TPage
  107.               Left = 0
  108.               Top = 0
  109.               Caption = 'Memo'
  110.               object Memo: TMemo
  111.                 Left = 0
  112.                 Top = 0
  113.                 Width = 359
  114.                 Height = 321
  115.                 Align = alClient
  116.                 BorderStyle = bsNone
  117.                 Color = clBtnFace
  118.                 Font.Charset = DEFAULT_CHARSET
  119.                 Font.Color = clWindowText
  120.                 Font.Height = -11
  121.                 Font.Name = 'Courier New'
  122.                 Font.Style = []
  123.                 ParentFont = False
  124.                 ReadOnly = True
  125.                 ScrollBars = ssBoth
  126.                 TabOrder = 0
  127.                 WordWrap = False
  128.               end
  129.             end
  130.             object TPage
  131.               Left = 0
  132.               Top = 0
  133.               Caption = 'CheckBox'
  134.               object clb: TCheckListBox
  135.                 Left = 0
  136.                 Top = 0
  137.                 Width = 359
  138.                 Height = 338
  139.                 OnClickCheck = clbClickCheck
  140.                 Align = alClient
  141.                 BorderStyle = bsNone
  142.                 Color = clBtnFace
  143.                 IntegralHeight = True
  144.                 ItemHeight = 13
  145.                 TabOrder = 0
  146.               end
  147.             end
  148.             object TPage
  149.               Left = 0
  150.               Top = 0
  151.               Caption = 'Listbox'
  152.               object lb: TListBox
  153.                 Left = 0
  154.                 Top = 0
  155.                 Width = 359
  156.                 Height = 338
  157.                 Align = alClient
  158.                 BorderStyle = bsNone
  159.                 Color = clBtnFace
  160.                 ItemHeight = 13
  161.                 TabOrder = 0
  162.               end
  163.             end
  164.             object TPage
  165.               Left = 0
  166.               Top = 0
  167.               Caption = 'ListView'
  168.               object lv: TListView
  169.                 Left = 0
  170.                 Top = 0
  171.                 Width = 359
  172.                 Height = 338
  173.                 Align = alClient
  174.                 BorderStyle = bsNone
  175.                 Color = clBtnFace
  176.                 Columns = <
  177.                   item
  178.                     Caption = 'Variable'
  179.                     Width = 150
  180.                   end
  181.                   item
  182.                     AutoSize = True
  183.                     Caption = 'Value'
  184.                   end>
  185.                 ColumnClick = False
  186.                 HideSelection = False
  187.                 HotTrackStyles = [htHandPoint, htUnderlineHot]
  188.                 ReadOnly = True
  189.                 RowSelect = True
  190.                 ParentShowHint = False
  191.                 ShowColumnHeaders = False
  192.                 ShowHint = True
  193.                 TabOrder = 0
  194.                 ViewStyle = vsReport
  195.                 OnAdvancedCustomDrawItem = lvAdvancedCustomDrawItem
  196.                 OnAdvancedCustomDrawSubItem = lvAdvancedCustomDrawSubItem
  197.               end
  198.             end
  199.           end
  200.         end
  201.       end
  202.     end
  203.   end
  204. end
  205.