home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / konfig / download / msic / D6 / MSI_DetailDlg.dfm < prev    next >
Text File  |  2003-10-17  |  6KB  |  206 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.       TabIndex = 0
  73.       TabOrder = 0
  74.       object TabSheet1: TTabSheet
  75.         Caption = ' Properties '
  76.         Font.Charset = DEFAULT_CHARSET
  77.         Font.Color = clWindowText
  78.         Font.Height = -11
  79.         Font.Name = 'MS Sans Serif'
  80.         Font.Style = [fsBold]
  81.         ParentFont = False
  82.         object Panel1: TPanel
  83.           Left = 0
  84.           Top = 0
  85.           Width = 381
  86.           Height = 360
  87.           Align = alClient
  88.           BevelInner = bvLowered
  89.           BevelOuter = bvNone
  90.           BorderWidth = 10
  91.           Caption = ' '
  92.           Font.Charset = DEFAULT_CHARSET
  93.           Font.Color = clWindowText
  94.           Font.Height = -11
  95.           Font.Name = 'MS Sans Serif'
  96.           Font.Style = []
  97.           ParentFont = False
  98.           TabOrder = 0
  99.           object Notebook: TNotebook
  100.             Left = 11
  101.             Top = 11
  102.             Width = 359
  103.             Height = 338
  104.             Align = alClient
  105.             PageIndex = 3
  106.             TabOrder = 0
  107.             object TPage
  108.               Left = 0
  109.               Top = 0
  110.               Caption = 'Memo'
  111.               object Memo: TMemo
  112.                 Left = 0
  113.                 Top = 0
  114.                 Width = 359
  115.                 Height = 321
  116.                 Align = alClient
  117.                 BorderStyle = bsNone
  118.                 Color = clBtnFace
  119.                 Font.Charset = DEFAULT_CHARSET
  120.                 Font.Color = clWindowText
  121.                 Font.Height = -11
  122.                 Font.Name = 'Courier New'
  123.                 Font.Style = []
  124.                 ParentFont = False
  125.                 ReadOnly = True
  126.                 ScrollBars = ssBoth
  127.                 TabOrder = 0
  128.                 WordWrap = False
  129.               end
  130.             end
  131.             object TPage
  132.               Left = 0
  133.               Top = 0
  134.               Caption = 'CheckBox'
  135.               object clb: TCheckListBox
  136.                 Left = 0
  137.                 Top = 0
  138.                 Width = 359
  139.                 Height = 338
  140.                 OnClickCheck = clbClickCheck
  141.                 Align = alClient
  142.                 BorderStyle = bsNone
  143.                 Color = clBtnFace
  144.                 IntegralHeight = True
  145.                 ItemHeight = 13
  146.                 TabOrder = 0
  147.               end
  148.             end
  149.             object TPage
  150.               Left = 0
  151.               Top = 0
  152.               Caption = 'Listbox'
  153.               object lb: TListBox
  154.                 Left = 0
  155.                 Top = 0
  156.                 Width = 359
  157.                 Height = 338
  158.                 Align = alClient
  159.                 BorderStyle = bsNone
  160.                 Color = clBtnFace
  161.                 ItemHeight = 13
  162.                 TabOrder = 0
  163.               end
  164.             end
  165.             object TPage
  166.               Left = 0
  167.               Top = 0
  168.               Caption = 'ListView'
  169.               object lv: TListView
  170.                 Left = 0
  171.                 Top = 0
  172.                 Width = 359
  173.                 Height = 338
  174.                 Align = alClient
  175.                 BorderStyle = bsNone
  176.                 Color = clBtnFace
  177.                 Columns = <
  178.                   item
  179.                     Caption = 'Variable'
  180.                     Width = 150
  181.                   end
  182.                   item
  183.                     AutoSize = True
  184.                     Caption = 'Value'
  185.                   end>
  186.                 ColumnClick = False
  187.                 HideSelection = False
  188.                 HotTrackStyles = [htHandPoint, htUnderlineHot]
  189.                 ReadOnly = True
  190.                 RowSelect = True
  191.                 ParentShowHint = False
  192.                 ShowColumnHeaders = False
  193.                 ShowHint = True
  194.                 TabOrder = 0
  195.                 ViewStyle = vsReport
  196.                 OnAdvancedCustomDrawItem = lvAdvancedCustomDrawItem
  197.                 OnAdvancedCustomDrawSubItem = lvAdvancedCustomDrawSubItem
  198.               end
  199.             end
  200.           end
  201.         end
  202.       end
  203.     end
  204.   end
  205. end
  206.