object MainWindow: TMainWindow Left = 259 Top = 64 BorderStyle = bsNone Caption = 'CHIP-CD' ClientHeight = 448 ClientWidth = 632 Color = clBlack DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poDesktopCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnMouseWheel = FormMouseWheel OnMouseWheelDown = FormMouseWheelDown OnMouseWheelUp = FormMouseWheelUp OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object pnlTree: TPanel Left = 36 Top = 208 Width = 251 Height = 209 BevelOuter = bvNone TabOrder = 0 Visible = False object TreeMaterial: TTreeView Left = 6 Top = 3 Width = 240 Height = 203 BorderStyle = bsNone HideSelection = False Indent = 19 ParentColor = True ParentShowHint = False ReadOnly = True ShowHint = True TabOrder = 0 OnChange = TreeMaterialChange OnCollapsed = TreeMaterialCollapsed OnCustomDrawItem = TreeMaterialCustomDrawItem OnExpanding = TreeMaterialExpanding OnKeyDown = TreeMaterialKeyDown OnKeyUp = TreeMaterialKeyUp OnMouseDown = TreeMaterialMouseDown OnMouseMove = TreeMaterialMouseMove OnMouseUp = TreeMaterialMouseUp end end object pnlJPG: TPanel Left = 326 Top = 208 Width = 280 Height = 210 BevelOuter = bvNone TabOrder = 1 Visible = False object MiniJPG: TImage Left = 0 Top = 0 Width = 280 Height = 210 Cursor = crHandPoint Align = alClient IncrementalDisplay = True OnMouseDown = MiniJPGMouseDown end end object AniTimer: TTimer Enabled = False Interval = 40 OnTimer = AniTimerTimer Left = 6 Top = 4 end object MenuReczne: TPopupMenu AutoPopup = False Left = 190 Top = 4 object Menupoprzednie1: TMenuItem Action = ActZwin end object Menug1: TMenuItem Action = WyzejAct end object N1: TMenuItem Caption = '-' end object Kopiuj1: TMenuItem Caption = 'Kopiuj' GroupIndex = 1 OnClick = Kopiuj1Click end object Instaluj1: TMenuItem Caption = 'Instaluj' GroupIndex = 1 OnClick = Instaluj1Click end object Uruchom1: TMenuItem Caption = 'Uruchom' GroupIndex = 1 OnClick = Uruchom1Click end object Info1: TMenuItem Caption = 'Info' GroupIndex = 1 OnClick = Info1Click end object Zrzut1: TMenuItem Caption = 'Zrzut' GroupIndex = 1 OnClick = Zrzut1Click end end object KeyTimer: TTimer Enabled = False Interval = 10 OnTimer = KeyTimerTimer Left = 43 Top = 4 end object AnimPanel: TTimer Enabled = False Interval = 55 OnTimer = AnimPanelTimer Left = 80 Top = 4 end object ActionList1: TActionList Left = 116 Top = 4 object KopiujAct: TAction Caption = 'Kopiuj' ShortCut = 16451 OnExecute = KopiujActExecute end object ZrzutAct: TAction Caption = 'Zrzut' ShortCut = 32858 OnExecute = ZrzutActExecute end object InfoAct: TAction Caption = 'InfoAct' ShortCut = 32838 OnExecute = InfoActExecute end object UruchomAct: TAction Caption = 'UruchomAct' ShortCut = 32850 OnExecute = UruchomActExecute end object InstalujAct: TAction Caption = 'InstalujAct' ShortCut = 32851 OnExecute = InstalujActExecute end object ActZwin: TAction Caption = 'Zwi� drzewo' ShortCut = 16392 OnExecute = ActZwinExecute OnUpdate = ActZwinUpdate end object WyzejAct: TAction Caption = 'Wy�ej' ShortCut = 8 OnExecute = WyzejActExecute OnUpdate = WyzejActUpdate end object OpcjeAct: TAction Caption = 'OpcjeAct' ShortCut = 32847 OnExecute = OpcjeActExecute end object SzukajAct: TAction Caption = 'SzukajAct' ShortCut = 16454 OnExecute = SzukajActExecute end object PomocAct: TAction Caption = 'PomocAct' ShortCut = 112 OnExecute = PomocActExecute end object OnasAct: TAction Caption = 'OnasAct' ShortCut = 32846 OnExecute = OnasActExecute end end object DragDropFiles: TDropFileSource Dragtypes = [dtCopy] ImageIndex = 0 ShowImage = False ImageHotSpotX = 16 ImageHotSpotY = 16 Left = 153 Top = 4 end end