Example #1
0
        public void AddIncommingToCallLogs(string no, DateTime time, double durations, string skill)
        {
            try
            {
                var appearance = new Infragistics.Win.Appearance
                {
                    Image     = global::DuoSoftware.DuoSoftPhone.Properties.Resources.callLogincomming,
                    ForeColor = Color.Green,
                };


                var callLogsGroup = this.EBarCallInfo.Groups["CallLogs"];

                var ebItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem {
                    Key = no, Text = string.Format("{0} - {1} - {2} - {3}", no, durations, time.ToString("d/M/yy HH:mm:ss"), skill)
                };
                ebItem.Settings.AppearancesSmall.Appearance = appearance;
                //callLogsGroup.Items.Add(ebItem);
                callLogsGroup.Items.Insert(1, ebItem);
            }
            catch (Exception exception)
            {
                Logger.Instance.LogMessage(Logger.LogAppender.DuoDefault, "AddIncommingToCallLogs", exception, Logger.LogLevel.Error);
            }
        }
Example #2
0
        private void AddMissCallToCallLogs(string no, DateTime time, double durations)
        {
            try
            {
                var appearance = new Infragistics.Win.Appearance
                {
                    Image     = Properties.Resources.MissCallCallLog,
                    ForeColor = Color.DarkRed,
                };
                var callLogsGroup = this.EBarCallInfo.Groups["CallLogs"];

                var ebItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem {
                    Key = no, Text = string.Format("{0} - {1} - {2}", no, durations, time.ToString("d/M/yy HH:mm:ss"))
                };

                ebItem.Settings.AppearancesSmall.Appearance = appearance;
                //callLogsGroup.Items.Add(ebItem);
                callLogsGroup.Items.Insert(1, ebItem);
            }
            catch (Exception exception)
            {
                Logger.Instance.LogMessage(Logger.LogAppender.DuoDefault, "AddMissCallToCallLogs", exception, Logger.LogLevel.Error);
                throw;
            }
        }
Example #3
0
        public void Init(DateTime firstDayOfWeek)
        {
            ultraExplorerBar1.GroupSettings.Style = GroupStyle.SmallImagesWithText;
            ultraExplorerBar1.ImageListSmall      = ItemSmallCheckBoxes;
            //ultraExplorerBar1.GroupSettings.AppearancesSmall.Appearance.Image = 1;
            labeltextcolor = Color.FromArgb(5, 96, 192);
            currentitem    = null;

            _IsActive = true;
        }
Example #4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager            resources             = new System.ComponentModel.ComponentResourceManager(typeof(frmPregledKontoKartica));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand2    = new Infragistics.Win.UltraWinGrid.UltraGridBand("KONTO", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KONTO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("645f327f-e173-48f9-ae04-fbb07b9a4fb0"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("30336444-8313-49b3-8c2b-3ff4576ac81a"), new System.Guid("62f8ee16-e4ff-48bb-810d-3cc617a37d9c"), 0, new System.Guid("645f327f-e173-48f9-ae04-fbb07b9a4fb0"), 0);
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane2        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("62f8ee16-e4ff-48bb-810d-3cc617a37d9c"));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane3        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("7630003f-4351-41cc-adad-dfc9ee74218b"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("0bcc809c-71bf-4eef-ac2e-91f8540e8c92"), new System.Guid("7630003f-4351-41cc-adad-dfc9ee74218b"), 0, new System.Guid("aa402c86-599b-467c-b2ea-8cb3e6c0deff"), 0);
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane4        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.Floating, new System.Guid("c7784784-cc54-4f93-b256-3b980cb31e9e"));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane5        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("dec3392f-6cc9-4593-8133-fd6421919867"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane3 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("371591bf-6fd7-4355-8b0a-5f799cebc201"), new System.Guid("c7784784-cc54-4f93-b256-3b980cb31e9e"), 0, new System.Guid("dec3392f-6cc9-4593-8133-fd6421919867"), 0);
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane6        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedTop, new System.Guid("aa402c86-599b-467c-b2ea-8cb3e6c0deff"));
     Infragistics.Win.UltraWinGrid.UltraGridBand       ultraGridBand1       = new Infragistics.Win.UltraWinGrid.UltraGridBand("S_FIN_KONTO_KARTICE", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn     ultraGridColumn1     = new Infragistics.Win.UltraWinGrid.UltraGridColumn("duguje");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POTRAZUJE");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("konto");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DATUMDOK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SKRACENI");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BROJDOK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BROJSTAVKE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPISKNJIZENJA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAZIVKONTO");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IDDOKUMENT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IDORGJED");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IDMJESTOTROSKA");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORIGINALNIDOKUMENT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAZIVOJ");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAZIVMT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PS");
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1  = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "duguje", 0, true, "S_FIN_KONTO_KARTICE", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "duguje", 0, true);
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "POTRAZUJE", 1, true, "S_FIN_KONTO_KARTICE", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "POTRAZUJE", 1, true);
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     this.UltraExplorerBar1                         = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.Panel1                                    = new System.Windows.Forms.Panel();
     this.Panel2                                    = new System.Windows.Forms.Panel();
     this.UltraGrid2                                = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.UltraCalcManager1                         = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.DsKonto1                                  = new dsKonto();
     this.S_FIN_KONTO_KARTICEDataSet1               = new Placa.S_FIN_KONTO_KARTICEDataSet();
     this.UltraDockManager1                         = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.WindowDockingArea2                        = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.DockableWindow1                           = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.WindowDockingArea5                        = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.DockableWindow2                           = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.DockableWindow3                           = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.WindowDockingArea6                        = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.WindowDockingArea3                        = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.WindowDockingArea7                        = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.WindowDockingArea1                        = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.UltraGrid1                                = new Infragistics.Win.UltraWinGrid.UltraGrid();
     ((System.ComponentModel.ISupportInitialize)(this.UltraExplorerBar1)).BeginInit();
     this.Panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UltraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraCalcManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DsKonto1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.S_FIN_KONTO_KARTICEDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraDockManager1)).BeginInit();
     this.WindowDockingArea2.SuspendLayout();
     this.DockableWindow1.SuspendLayout();
     this.DockableWindow2.SuspendLayout();
     this.DockableWindow3.SuspendLayout();
     this.WindowDockingArea6.SuspendLayout();
     this.WindowDockingArea7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UltraGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // UltraExplorerBar1
     //
     ultraExplorerBarItem1.Key = "Nastavak";
     appearance1.Image         = ((object)(resources.GetObject("appearance1.Image")));
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance1;
     ultraExplorerBarItem1.Text = "Nastavak ispisa";
     ultraExplorerBarItem2.Key  = "Izlaz";
     appearance2.Image          = ((object)(resources.GetObject("appearance2.Image")));
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem2.Text = "Izlaz";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2
     });
     ultraExplorerBarGroup1.Text = "Zadaci";
     this.UltraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.UltraExplorerBar1.Location   = new System.Drawing.Point(0, 20);
     this.UltraExplorerBar1.Name       = "UltraExplorerBar1";
     this.UltraExplorerBar1.Size       = new System.Drawing.Size(166, 705);
     this.UltraExplorerBar1.TabIndex   = 104;
     this.UltraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.UltraExplorerBar1_ItemClick);
     //
     // Panel1
     //
     this.Panel1.Location = new System.Drawing.Point(0, 16);
     this.Panel1.Name     = "Panel1";
     this.Panel1.Size     = new System.Drawing.Size(157, 225);
     this.Panel1.TabIndex = 106;
     //
     // Panel2
     //
     this.Panel2.Controls.Add(this.UltraGrid2);
     this.Panel2.Location = new System.Drawing.Point(0, 20);
     this.Panel2.Name     = "Panel2";
     this.Panel2.Size     = new System.Drawing.Size(157, 705);
     this.Panel2.TabIndex = 3;
     //
     // UltraGrid2
     //
     this.UltraGrid2.CalcManager              = this.UltraCalcManager1;
     this.UltraGrid2.DataMember               = "KONTO";
     this.UltraGrid2.DataSource               = this.DsKonto1;
     appearance4.BackColor                    = System.Drawing.Color.WhiteSmoke;
     appearance4.ForeColor                    = System.Drawing.Color.MidnightBlue;
     appearance4.TextHAlignAsString           = "Left";
     this.UltraGrid2.DisplayLayout.Appearance = appearance4;
     ultraGridColumn17.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn17.Header.Caption         = "Konto";
     ultraGridColumn17.Header.VisiblePosition = 0;
     ultraGridColumn17.Width                  = 140;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn17
     });
     ultraGridBand2.Header.Caption = "";
     ultraGridBand2.Header.Enabled = false;
     this.UltraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.UltraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     appearance5.BackColor          = System.Drawing.Color.LightSteelBlue;
     appearance5.ForeColor          = System.Drawing.Color.MidnightBlue;
     appearance5.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.UltraGrid2.DisplayLayout.CaptionAppearance           = appearance5;
     this.UltraGrid2.DisplayLayout.Override.AllowAddNew        = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.UltraGrid2.DisplayLayout.Override.AllowDelete        = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid2.DisplayLayout.Override.AllowUpdate        = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid2.DisplayLayout.Override.CellClickAction    = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.UltraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.UltraGrid2.DisplayLayout.Override.HeaderClickAction  = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.UltraGrid2.DisplayLayout.Override.SelectTypeCell     = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.UltraGrid2.DisplayLayout.Override.SelectTypeCol      = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.UltraGrid2.DisplayLayout.Override.SelectTypeRow      = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.UltraGrid2.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.UltraGrid2.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.UltraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.UltraGrid2.DisplayLayout.ViewStyle     = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.UltraGrid2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.UltraGrid2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraGrid2.Location    = new System.Drawing.Point(0, 0);
     this.UltraGrid2.Name        = "UltraGrid2";
     this.UltraGrid2.Size        = new System.Drawing.Size(157, 705);
     this.UltraGrid2.TabIndex    = 3;
     this.UltraGrid2.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     //
     // UltraCalcManager1
     //
     this.UltraCalcManager1.ContainingControl = this;
     //
     // DsKonto1
     //
     this.DsKonto1.DataSetName             = "dsKonto";
     this.DsKonto1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // S_FIN_KONTO_KARTICEDataSet1
     //
     this.S_FIN_KONTO_KARTICEDataSet1.DataSetName = "S_FIN_KONTO_KARTICEDataSet";
     //
     // UltraDockManager1
     //
     dockAreaPane1.DockedBefore                 = new System.Guid("62f8ee16-e4ff-48bb-810d-3cc617a37d9c");
     dockAreaPane1.FloatingLocation             = new System.Drawing.Point(1220, 60);
     dockAreaPane1.MaximumSize                  = new System.Drawing.Size(166, 528);
     dockableControlPane1.Control               = this.UltraExplorerBar1;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(796, 3, 216, 546);
     dockableControlPane1.Size                  = new System.Drawing.Size(782, 548);
     dockableControlPane1.Text                  = "...";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size                         = new System.Drawing.Size(166, 528);
     dockAreaPane2.DockedBefore                 = new System.Guid("7630003f-4351-41cc-adad-dfc9ee74218b");
     dockAreaPane2.FloatingLocation             = new System.Drawing.Point(1220, 60);
     dockAreaPane2.MaximumSize                  = new System.Drawing.Size(166, 528);
     dockAreaPane2.Size                         = new System.Drawing.Size(166, 271);
     dockAreaPane3.DockedBefore                 = new System.Guid("c7784784-cc54-4f93-b256-3b980cb31e9e");
     dockAreaPane3.FloatingLocation             = new System.Drawing.Point(463, 378);
     dockAreaPane3.MaximumSize                  = new System.Drawing.Size(157, 548);
     dockableControlPane2.Closed                = true;
     dockableControlPane2.Control               = this.Panel1;
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(217, 187, 200, 100);
     dockableControlPane2.Size                  = new System.Drawing.Size(587, 548);
     dockableControlPane2.Text                  = "...";
     dockAreaPane3.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane2
     });
     dockAreaPane3.Size                         = new System.Drawing.Size(157, 241);
     dockAreaPane3.UnfilledSize                 = new System.Drawing.Size(157, 241);
     dockAreaPane4.DockedBefore                 = new System.Guid("dec3392f-6cc9-4593-8133-fd6421919867");
     dockAreaPane4.FloatingLocation             = new System.Drawing.Point(272, 325);
     dockAreaPane4.MaximumSize                  = new System.Drawing.Size(157, 548);
     dockAreaPane4.Size                         = new System.Drawing.Size(157, 241);
     dockAreaPane4.UnfilledSize                 = new System.Drawing.Size(100, 100);
     dockAreaPane5.DockedBefore                 = new System.Guid("aa402c86-599b-467c-b2ea-8cb3e6c0deff");
     dockAreaPane5.FloatingLocation             = new System.Drawing.Point(272, 325);
     dockAreaPane5.MaximumSize                  = new System.Drawing.Size(157, 548);
     dockableControlPane3.Control               = this.Panel2;
     dockableControlPane3.OriginalControlBounds = new System.Drawing.Rectangle(142, 251, 200, 100);
     dockableControlPane3.Size                  = new System.Drawing.Size(920, 236);
     dockableControlPane3.Text                  = "...";
     dockAreaPane5.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane3
     });
     dockAreaPane5.Size             = new System.Drawing.Size(157, 548);
     dockAreaPane5.UnfilledSize     = new System.Drawing.Size(100, 100);
     dockAreaPane6.FloatingLocation = new System.Drawing.Point(463, 378);
     dockAreaPane6.MaximumSize      = new System.Drawing.Size(157, 548);
     dockAreaPane6.Size             = new System.Drawing.Size(157, 548);
     dockAreaPane6.UnfilledSize     = new System.Drawing.Size(100, 100);
     this.UltraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1,
         dockAreaPane2,
         dockAreaPane3,
         dockAreaPane4,
         dockAreaPane5,
         dockAreaPane6
     });
     this.UltraDockManager1.HostControl   = this;
     this.UltraDockManager1.UseAppStyling = false;
     this.UltraDockManager1.WindowStyle   = Infragistics.Win.UltraWinDock.WindowStyle.VisualStudio2008;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaLeft
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaLeft";
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 725);
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.TabIndex = 1;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaRight
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Location = new System.Drawing.Point(920, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaRight";
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 725);
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.TabIndex = 2;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaTop
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaTop";
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Size     = new System.Drawing.Size(920, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.TabIndex = 3;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaBottom
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 725);
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaBottom";
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(920, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.TabIndex = 4;
     //
     // _ZatvaranjeSmartPartAutoHideControl
     //
     this._ZatvaranjeSmartPartAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartAutoHideControl.Location = new System.Drawing.Point(0, 0);
     this._ZatvaranjeSmartPartAutoHideControl.Name     = "_ZatvaranjeSmartPartAutoHideControl";
     this._ZatvaranjeSmartPartAutoHideControl.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartAutoHideControl.Size     = new System.Drawing.Size(0, 801);
     this._ZatvaranjeSmartPartAutoHideControl.TabIndex = 5;
     //
     // WindowDockingArea2
     //
     this.WindowDockingArea2.Controls.Add(this.DockableWindow1);
     this.WindowDockingArea2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.WindowDockingArea2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea2.Location = new System.Drawing.Point(749, 0);
     this.WindowDockingArea2.Name     = "WindowDockingArea2";
     this.WindowDockingArea2.Owner    = this.UltraDockManager1;
     this.WindowDockingArea2.Size     = new System.Drawing.Size(171, 725);
     this.WindowDockingArea2.TabIndex = 110;
     //
     // DockableWindow1
     //
     this.DockableWindow1.Controls.Add(this.UltraExplorerBar1);
     this.DockableWindow1.Location = new System.Drawing.Point(5, 0);
     this.DockableWindow1.Name     = "DockableWindow1";
     this.DockableWindow1.Owner    = this.UltraDockManager1;
     this.DockableWindow1.Size     = new System.Drawing.Size(166, 725);
     this.DockableWindow1.TabIndex = 112;
     //
     // WindowDockingArea5
     //
     this.WindowDockingArea5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WindowDockingArea5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea5.Location = new System.Drawing.Point(4, 4);
     this.WindowDockingArea5.Name     = "WindowDockingArea5";
     this.WindowDockingArea5.Owner    = this.UltraDockManager1;
     this.WindowDockingArea5.Size     = new System.Drawing.Size(166, 271);
     this.WindowDockingArea5.TabIndex = 112;
     //
     // DockableWindow2
     //
     this.DockableWindow2.Controls.Add(this.Panel1);
     this.DockableWindow2.Location = new System.Drawing.Point(0, 0);
     this.DockableWindow2.Name     = "DockableWindow2";
     this.DockableWindow2.Owner    = this.UltraDockManager1;
     this.DockableWindow2.Size     = new System.Drawing.Size(157, 725);
     this.DockableWindow2.TabIndex = 113;
     //
     // DockableWindow3
     //
     this.DockableWindow3.Controls.Add(this.Panel2);
     this.DockableWindow3.Location = new System.Drawing.Point(0, 0);
     this.DockableWindow3.Name     = "DockableWindow3";
     this.DockableWindow3.Owner    = this.UltraDockManager1;
     this.DockableWindow3.Size     = new System.Drawing.Size(157, 725);
     this.DockableWindow3.TabIndex = 114;
     //
     // WindowDockingArea6
     //
     this.WindowDockingArea6.Controls.Add(this.DockableWindow2);
     this.WindowDockingArea6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WindowDockingArea6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea6.Location = new System.Drawing.Point(4, 4);
     this.WindowDockingArea6.Name     = "WindowDockingArea6";
     this.WindowDockingArea6.Owner    = this.UltraDockManager1;
     this.WindowDockingArea6.Size     = new System.Drawing.Size(157, 241);
     this.WindowDockingArea6.TabIndex = 0;
     //
     // WindowDockingArea3
     //
     this.WindowDockingArea3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WindowDockingArea3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea3.Location = new System.Drawing.Point(0, 0);
     this.WindowDockingArea3.Name     = "WindowDockingArea3";
     this.WindowDockingArea3.Owner    = this.UltraDockManager1;
     this.WindowDockingArea3.Size     = new System.Drawing.Size(157, 241);
     this.WindowDockingArea3.TabIndex = 10;
     //
     // WindowDockingArea7
     //
     this.WindowDockingArea7.Controls.Add(this.DockableWindow3);
     this.WindowDockingArea7.Dock     = System.Windows.Forms.DockStyle.Left;
     this.WindowDockingArea7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea7.Location = new System.Drawing.Point(0, 0);
     this.WindowDockingArea7.Name     = "WindowDockingArea7";
     this.WindowDockingArea7.Owner    = this.UltraDockManager1;
     this.WindowDockingArea7.Size     = new System.Drawing.Size(162, 725);
     this.WindowDockingArea7.TabIndex = 11;
     //
     // WindowDockingArea1
     //
     this.WindowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.WindowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea1.Location = new System.Drawing.Point(162, 0);
     this.WindowDockingArea1.Name     = "WindowDockingArea1";
     this.WindowDockingArea1.Owner    = this.UltraDockManager1;
     this.WindowDockingArea1.Size     = new System.Drawing.Size(157, 553);
     this.WindowDockingArea1.TabIndex = 12;
     //
     // UltraGrid1
     //
     this.UltraGrid1.CalcManager             = this.UltraCalcManager1;
     this.UltraGrid1.DataMember              = "S_FIN_KONTO_KARTICE";
     this.UltraGrid1.DataSource              = this.S_FIN_KONTO_KARTICEDataSet1;
     ultraGridColumn1.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     appearance3.FontData.BoldAsString       = "True";
     appearance3.TextHAlignAsString          = "Right";
     ultraGridColumn1.CellAppearance         = appearance3;
     ultraGridColumn1.Header.Caption         = "Duguje";
     ultraGridColumn1.Header.VisiblePosition = 4;
     ultraGridColumn1.MaskInput              = "-n,nnn,nnn.nn";
     ultraGridColumn1.Width                   = 92;
     ultraGridColumn2.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance6.FontData.BoldAsString        = "True";
     appearance6.TextHAlignAsString           = "Right";
     ultraGridColumn2.CellAppearance          = appearance6;
     ultraGridColumn2.Header.Caption          = "Potražuje";
     ultraGridColumn2.Header.VisiblePosition  = 5;
     ultraGridColumn2.MaskInput               = "-n,nnn,nnn.nn";
     ultraGridColumn2.Width                   = 94;
     ultraGridColumn3.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn3.Header.VisiblePosition  = 9;
     ultraGridColumn3.Hidden                  = true;
     ultraGridColumn4.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn4.Header.Caption          = "Dat.";
     ultraGridColumn4.Header.VisiblePosition  = 3;
     ultraGridColumn4.Width                   = 67;
     ultraGridColumn5.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn5.Header.Caption          = "Dok.";
     ultraGridColumn5.Header.VisiblePosition  = 0;
     ultraGridColumn5.Width                   = 77;
     ultraGridColumn6.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn6.Header.Caption          = "Broj dok.";
     ultraGridColumn6.Header.VisiblePosition  = 1;
     ultraGridColumn6.Width                   = 36;
     ultraGridColumn7.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn7.Header.Caption          = "Br.st.";
     ultraGridColumn7.Header.VisiblePosition  = 2;
     ultraGridColumn7.Width                   = 43;
     ultraGridColumn8.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn8.Header.Caption          = "Opis";
     ultraGridColumn8.Header.VisiblePosition  = 6;
     ultraGridColumn8.Width                   = 351;
     ultraGridColumn9.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn9.Header.VisiblePosition  = 10;
     ultraGridColumn9.Hidden                  = true;
     ultraGridColumn10.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn10.Header.VisiblePosition = 11;
     ultraGridColumn10.Hidden                 = true;
     ultraGridColumn11.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn11.Header.VisiblePosition = 12;
     ultraGridColumn11.Hidden                 = true;
     ultraGridColumn12.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn12.Header.VisiblePosition = 13;
     ultraGridColumn12.Hidden                 = true;
     ultraGridColumn13.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn13.Header.VisiblePosition = 14;
     ultraGridColumn13.Hidden                 = true;
     ultraGridColumn14.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn14.Header.Caption         = "OJ";
     ultraGridColumn14.Header.VisiblePosition = 7;
     ultraGridColumn15.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn15.Header.Caption         = "MT";
     ultraGridColumn15.Header.VisiblePosition = 8;
     ultraGridColumn16.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn16.Header.VisiblePosition = 15;
     ultraGridColumn16.Hidden                 = true;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10,
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14,
         ultraGridColumn15,
         ultraGridColumn16
     });
     appearance7.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance7.FontData.BoldAsString = "True";
     appearance7.TextHAlignAsString    = "Right";
     summarySettings1.Appearance       = appearance7;
     summarySettings1.DisplayFormat    = "{0:#,##0.00}";
     summarySettings1.GroupBySummaryValueAppearance = appearance8;
     summarySettings1.Lines = 2;
     summarySettings1.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
     appearance9.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     appearance9.FontData.BoldAsString = "True";
     appearance9.TextHAlignAsString    = "Right";
     summarySettings2.Appearance       = appearance9;
     summarySettings2.DisplayFormat    = "{0:#,##0.00}";
     summarySettings2.GroupBySummaryValueAppearance = appearance10;
     summarySettings2.SummaryDisplayArea            = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.TopFixed;
     ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
         summarySettings1,
         summarySettings2
     });
     ultraGridBand1.SummaryFooterCaption = "";
     this.UltraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.UltraGrid1.DisplayLayout.Override.AllowAddNew        = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.UltraGrid1.DisplayLayout.Override.AllowDelete        = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid1.DisplayLayout.Override.AllowUpdate        = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid1.DisplayLayout.Override.CellClickAction    = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.UltraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
     this.UltraGrid1.DisplayLayout.Override.HeaderClickAction  = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.UltraGrid1.DisplayLayout.Override.SelectTypeCell     = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.UltraGrid1.DisplayLayout.Override.SelectTypeCol      = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.UltraGrid1.DisplayLayout.Override.SelectTypeRow      = Infragistics.Win.UltraWinGrid.SelectType.Single;
     this.UltraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.UltraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.UltraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
     this.UltraGrid1.DisplayLayout.ViewStyle     = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.UltraGrid1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.UltraGrid1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraGrid1.Location    = new System.Drawing.Point(162, 0);
     this.UltraGrid1.Name        = "UltraGrid1";
     this.UltraGrid1.Size        = new System.Drawing.Size(587, 725);
     this.UltraGrid1.TabIndex    = 111;
     this.UltraGrid1.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     //
     // frmPregledKontoKartica
     //
     this.ClientSize = new System.Drawing.Size(920, 725);
     this.Controls.Add(this._ZatvaranjeSmartPartAutoHideControl);
     this.Controls.Add(this.UltraGrid1);
     this.Controls.Add(this.WindowDockingArea1);
     this.Controls.Add(this.WindowDockingArea7);
     this.Controls.Add(this.WindowDockingArea2);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaTop);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaBottom);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaLeft);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaRight);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmPregledKontoKartica";
     this.Text        = "Pregled kartica konta prije ispisa";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.UltraExplorerBar1)).EndInit();
     this.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UltraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraCalcManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DsKonto1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.S_FIN_KONTO_KARTICEDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraDockManager1)).EndInit();
     this.WindowDockingArea2.ResumeLayout(false);
     this.DockableWindow1.ResumeLayout(false);
     this.DockableWindow2.ResumeLayout(false);
     this.DockableWindow3.ResumeLayout(false);
     this.WindowDockingArea6.ResumeLayout(false);
     this.WindowDockingArea7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UltraGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table", -1);
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BROJDOKUMENTA");

            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OpisDokumenta");

            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DUGUJE");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POTRAZUJE");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SKRACENIDOKUMENT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BROJSTAVAKA");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IDDOKUMENT");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUSGK");
            Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DATUMDOKUMENTA");
            Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager            resources             = new System.ComponentModel.ComponentResourceManager(typeof(frmListaDokumenataGK));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("e6f71f7d-f90f-407b-92ad-6dc9a09b8d07"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("04401f54-2998-4eee-8692-39378f40f6d1"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("e6f71f7d-f90f-407b-92ad-6dc9a09b8d07"), -1);
            this.UltraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.Dokumenti1BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.Dokumenti1        = new dsDokumenti();
            this.UltraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ImageList2        = new System.Windows.Forms.ImageList(this.components);
            this.daDokumenti       = new System.Data.SqlClient.SqlDataAdapter();
            this.SqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.SqlConnection5    = new System.Data.SqlClient.SqlConnection();
            this.SqlConnection3    = new System.Data.SqlClient.SqlConnection();
            this.SqlConnection2    = new System.Data.SqlClient.SqlConnection();
            this.SqlConnection1    = new System.Data.SqlClient.SqlConnection();
            this.imlAkcije         = new System.Windows.Forms.ImageList(this.components);
            this.SqlConnection4    = new System.Data.SqlClient.SqlConnection();
            this.UltraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._frmDokumentiGKUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmDokumentiGKUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmDokumentiGKUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmDokumentiGKUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmDokumentiGKAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.WindowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.DockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
            ((System.ComponentModel.ISupportInitialize)(this.UltraGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Dokumenti1BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Dokumenti1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.UltraExplorerBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.UltraDockManager1)).BeginInit();
            this.WindowDockingArea1.SuspendLayout();
            this.DockableWindow1.SuspendLayout();
            this.SuspendLayout();
            //
            // UltraGrid1
            //
            this.UltraGrid1.DataMember               = "Table";
            this.UltraGrid1.DataSource               = this.Dokumenti1BindingSource;
            appearance7.BackColor                    = System.Drawing.Color.WhiteSmoke;
            appearance7.ForeColor                    = System.Drawing.Color.MidnightBlue;
            appearance7.TextHAlignAsString           = "Left";
            this.UltraGrid1.DisplayLayout.Appearance = appearance7;
            ultraGridColumn1.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn1.Header.Caption          = "Broj dok.";
            ultraGridColumn1.Header.VisiblePosition  = 1;


            this.UltraGrid1.DisplayLayout.Appearance = appearance7;
            ultraGridColumn10.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn10.Header.Caption         = "Opis";
            ultraGridColumn10.Header.VisiblePosition = 2;

            ultraGridColumn2.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            appearance6.TextHAlignAsString          = "Right";
            ultraGridColumn2.CellAppearance         = appearance6;
            ultraGridColumn2.Format                 = "#,##0.00";
            ultraGridColumn2.Header.Caption         = "Duguje";
            ultraGridColumn2.Header.VisiblePosition = 3;
            ultraGridColumn3.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            appearance8.TextHAlignAsString          = "Right";
            ultraGridColumn3.CellAppearance         = appearance8;
            ultraGridColumn3.Format                 = "#,##0.00";
            ultraGridColumn3.Header.Caption         = "Potražuje";
            ultraGridColumn3.Header.VisiblePosition = 4;
            ultraGridColumn4.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn4.Header.Caption         = "Dok";
            ultraGridColumn4.Header.VisiblePosition = 0;
            ultraGridColumn4.Width                  = 80;
            ultraGridColumn5.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn5.Header.Caption         = "Br.sta.";
            ultraGridColumn5.Header.VisiblePosition = 6;
            ultraGridColumn6.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn6.Header.Caption         = "Šif dok";
            ultraGridColumn6.Header.VisiblePosition = 7;
            ultraGridColumn7.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn7.Header.Caption         = "Knjižen";
            ultraGridColumn7.Header.VisiblePosition = 5;
            ultraGridColumn8.AutoCompleteMode       = Infragistics.Win.AutoCompleteMode.Append;
            ultraGridColumn8.Header.Caption         = "Datum";
            ultraGridColumn8.Header.VisiblePosition = 8;
            ultraGridBand1.Columns.AddRange(new object[] {
                ultraGridColumn1,
                ultraGridColumn10,
                ultraGridColumn2,
                ultraGridColumn3,
                ultraGridColumn4,
                ultraGridColumn5,
                ultraGridColumn6,
                ultraGridColumn7,
                ultraGridColumn8
            });
            appearance9.FontData.BoldAsString              = "True";
            appearance9.FontData.Name                      = "Microsoft Sans Serif";
            appearance9.FontData.SizeInPoints              = 8F;
            appearance9.ForeColor                          = System.Drawing.Color.WhiteSmoke;
            ultraGridBand1.Header.Appearance               = appearance9;
            appearance10.BackColor                         = System.Drawing.Color.MidnightBlue;
            appearance10.ForeColor                         = System.Drawing.Color.WhiteSmoke;
            ultraGridBand1.Override.HeaderAppearance       = appearance10;
            appearance11.BackColor                         = System.Drawing.Color.Lavender;
            ultraGridBand1.Override.RowAlternateAppearance = appearance11;
            appearance12.BorderColor                       = System.Drawing.Color.DarkGray;
            ultraGridBand1.Override.RowAppearance          = appearance12;
            appearance13.BackColor                         = System.Drawing.Color.CadetBlue;
            appearance13.ForeColor                         = System.Drawing.Color.WhiteSmoke;
            ultraGridBand1.Override.SelectedRowAppearance  = appearance13;
            this.UltraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
            this.UltraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            appearance2.BackColor          = System.Drawing.Color.LightSteelBlue;
            appearance2.ForeColor          = System.Drawing.Color.MidnightBlue;
            appearance2.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
            this.UltraGrid1.DisplayLayout.CaptionAppearance          = appearance2;
            this.UltraGrid1.DisplayLayout.GroupByBox.Hidden          = true;
            this.UltraGrid1.DisplayLayout.MaxBandDepth               = 1;
            this.UltraGrid1.DisplayLayout.Override.AllowAddNew       = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
            this.UltraGrid1.DisplayLayout.Override.AllowDelete       = Infragistics.Win.DefaultableBoolean.False;
            this.UltraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
            this.UltraGrid1.DisplayLayout.Override.AllowUpdate       = Infragistics.Win.DefaultableBoolean.False;
            this.UltraGrid1.DisplayLayout.Override.CellClickAction   = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
            this.UltraGrid1.DisplayLayout.Override.FilterUIType      = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
            this.UltraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortSingle;
            this.UltraGrid1.DisplayLayout.ViewStyle     = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
            this.UltraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.Horizontal;
            this.UltraGrid1.Location          = new System.Drawing.Point(0, 18);
            this.UltraGrid1.Name              = "UltraGrid1";
            this.UltraGrid1.Size              = new System.Drawing.Size(618, 544);
            this.UltraGrid1.TabIndex          = 101;
            this.UltraGrid1.UseAppStyling     = false;
            this.UltraGrid1.UseOsThemes       = Infragistics.Win.DefaultableBoolean.False;
            this.UltraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.UltraGrid1_InitializeLayout);
            this.UltraGrid1.DoubleClickRow   += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.UltraGrid1_DoubleClickRow);
            //
            // Dokumenti1BindingSource
            //
            this.Dokumenti1BindingSource.DataSource = this.Dokumenti1;
            this.Dokumenti1BindingSource.Position   = 0;
            //
            // Dokumenti1
            //
            this.Dokumenti1.DataSetName             = "DOKUMENTI";
            this.Dokumenti1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            //
            // UltraExplorerBar1
            //
            this.UltraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarItem1.Key   = "Knjizi";
            appearance1.Image           = ((object)(resources.GetObject("appearance1.Image")));
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance1;
            ultraExplorerBarItem1.Text = "Proknjiži sve";
            ultraExplorerBarItem2.Key  = "Odaberi";
            appearance3.Image          = ((object)(resources.GetObject("appearance3.Image")));
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance3;
            ultraExplorerBarItem2.Text = "Odaberi";
            ultraExplorerBarItem3.Key  = "Zatvori";
            appearance4.Image          = ((object)(resources.GetObject("appearance4.Image")));
            ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem3.Text = "Izlaz";
            ultraExplorerBarItem4.Key  = "Ispis";
            appearance5.Image          = ((object)(resources.GetObject("appearance5.Image")));
            ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance5;
            ultraExplorerBarItem4.Text    = "Ispis temeljnica";
            ultraExplorerBarItem4.Visible = false;
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
                ultraExplorerBarItem1,
                ultraExplorerBarItem2,
                ultraExplorerBarItem3,
                ultraExplorerBarItem4
            });
            ultraExplorerBarGroup1.Text = "Zadaci";
            this.UltraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1
            });
            this.UltraExplorerBar1.Location   = new System.Drawing.Point(623, 0);
            this.UltraExplorerBar1.Name       = "UltraExplorerBar1";
            this.UltraExplorerBar1.Size       = new System.Drawing.Size(161, 562);
            this.UltraExplorerBar1.TabIndex   = 102;
            this.UltraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.UltraExplorerBar1_ItemClick);
            //
            // ImageList2
            //
            this.ImageList2.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.ImageList2.ImageSize        = new System.Drawing.Size(16, 16);
            this.ImageList2.TransparentColor = System.Drawing.Color.Transparent;
            //
            // daDokumenti
            //
            this.daDokumenti.SelectCommand = this.SqlSelectCommand1;
            this.daDokumenti.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
                new System.Data.Common.DataTableMapping("Table", "Table", new System.Data.Common.DataColumnMapping[] {
                    new System.Data.Common.DataColumnMapping("BROJDOKUMENTA", "BROJDOKUMENTA"),
                    new System.Data.Common.DataColumnMapping("OpisDokumenta", "OpisDokumenta"),
                    new System.Data.Common.DataColumnMapping("DUGUJE", "DUGUJE"),
                    new System.Data.Common.DataColumnMapping("POTRAZUJE", "POTRAZUJE"),
                    new System.Data.Common.DataColumnMapping("skracenidokument", "skracenidokument"),
                    new System.Data.Common.DataColumnMapping("BROJSTAVAKA", "BROJSTAVAKA"),
                    new System.Data.Common.DataColumnMapping("IDDOKUMENT", "IDDOKUMENT"),
                    new System.Data.Common.DataColumnMapping("statusgk", "statusgk"),
                    new System.Data.Common.DataColumnMapping("DATUMDOKUMENTA", "DATUMDOKUMENTA")
                })
            });
            //
            // SqlSelectCommand1
            //
            this.SqlSelectCommand1.CommandText = resources.GetString("SqlSelectCommand1.CommandText");
            this.SqlSelectCommand1.Connection  = this.SqlConnection5;
            this.SqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
                new System.Data.SqlClient.SqlParameter("@godina", System.Data.SqlDbType.SmallInt, 2, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "GKGODIDGODINE", System.Data.DataRowVersion.Current, "2010")
            });
            //
            // SqlConnection5
            //
            this.SqlConnection5.FireInfoMessageEventOnUserErrors = false;
            //
            // SqlConnection3
            //
            this.SqlConnection3.FireInfoMessageEventOnUserErrors = false;
            //
            // SqlConnection2
            //
            this.SqlConnection2.FireInfoMessageEventOnUserErrors = false;
            //
            // SqlConnection1
            //
            this.SqlConnection1.FireInfoMessageEventOnUserErrors = false;
            //
            // imlAkcije
            //
            this.imlAkcije.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imlAkcije.ImageSize        = new System.Drawing.Size(16, 16);
            this.imlAkcije.TransparentColor = System.Drawing.Color.Transparent;
            //
            // SqlConnection4
            //
            this.SqlConnection4.FireInfoMessageEventOnUserErrors = false;
            //
            // UltraDockManager1
            //
            dockableControlPane1.Control = this.UltraGrid1;
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(-1, 0, 548, 331);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            dockableControlPane1.Text = "...";
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
                dockableControlPane1
            });
            dockAreaPane1.Size = new System.Drawing.Size(726, 562);
            this.UltraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
                dockAreaPane1
            });
            this.UltraDockManager1.HostControl = this;
            this.UltraDockManager1.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2007;
            //
            // _frmDokumentiGKUnpinnedTabAreaLeft
            //
            this._frmDokumentiGKUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
            this._frmDokumentiGKUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this._frmDokumentiGKUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._frmDokumentiGKUnpinnedTabAreaLeft.Name     = "_frmDokumentiGKUnpinnedTabAreaLeft";
            this._frmDokumentiGKUnpinnedTabAreaLeft.Owner    = this.UltraDockManager1;
            this._frmDokumentiGKUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 562);
            this._frmDokumentiGKUnpinnedTabAreaLeft.TabIndex = 103;
            //
            // _frmDokumentiGKUnpinnedTabAreaRight
            //
            this._frmDokumentiGKUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
            this._frmDokumentiGKUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this._frmDokumentiGKUnpinnedTabAreaRight.Location = new System.Drawing.Point(784, 0);
            this._frmDokumentiGKUnpinnedTabAreaRight.Name     = "_frmDokumentiGKUnpinnedTabAreaRight";
            this._frmDokumentiGKUnpinnedTabAreaRight.Owner    = this.UltraDockManager1;
            this._frmDokumentiGKUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 562);
            this._frmDokumentiGKUnpinnedTabAreaRight.TabIndex = 104;
            //
            // _frmDokumentiGKUnpinnedTabAreaTop
            //
            this._frmDokumentiGKUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
            this._frmDokumentiGKUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this._frmDokumentiGKUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._frmDokumentiGKUnpinnedTabAreaTop.Name     = "_frmDokumentiGKUnpinnedTabAreaTop";
            this._frmDokumentiGKUnpinnedTabAreaTop.Owner    = this.UltraDockManager1;
            this._frmDokumentiGKUnpinnedTabAreaTop.Size     = new System.Drawing.Size(784, 0);
            this._frmDokumentiGKUnpinnedTabAreaTop.TabIndex = 105;
            //
            // _frmDokumentiGKUnpinnedTabAreaBottom
            //
            this._frmDokumentiGKUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this._frmDokumentiGKUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this._frmDokumentiGKUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 562);
            this._frmDokumentiGKUnpinnedTabAreaBottom.Name     = "_frmDokumentiGKUnpinnedTabAreaBottom";
            this._frmDokumentiGKUnpinnedTabAreaBottom.Owner    = this.UltraDockManager1;
            this._frmDokumentiGKUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(784, 0);
            this._frmDokumentiGKUnpinnedTabAreaBottom.TabIndex = 106;
            //
            // _frmDokumentiGKAutoHideControl
            //
            this._frmDokumentiGKAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this._frmDokumentiGKAutoHideControl.Location = new System.Drawing.Point(0, 0);
            this._frmDokumentiGKAutoHideControl.Name     = "_frmDokumentiGKAutoHideControl";
            this._frmDokumentiGKAutoHideControl.Owner    = this.UltraDockManager1;
            this._frmDokumentiGKAutoHideControl.Size     = new System.Drawing.Size(0, 0);
            this._frmDokumentiGKAutoHideControl.TabIndex = 107;
            //
            // WindowDockingArea1
            //
            this.WindowDockingArea1.Controls.Add(this.DockableWindow1);
            this.WindowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
            this.WindowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.WindowDockingArea1.Location = new System.Drawing.Point(0, 0);
            this.WindowDockingArea1.Name     = "WindowDockingArea1";
            this.WindowDockingArea1.Owner    = this.UltraDockManager1;
            this.WindowDockingArea1.Size     = new System.Drawing.Size(623, 562);
            this.WindowDockingArea1.TabIndex = 108;
            //
            // DockableWindow1
            //
            this.DockableWindow1.Controls.Add(this.UltraGrid1);
            this.DockableWindow1.Location = new System.Drawing.Point(0, 0);
            this.DockableWindow1.Name     = "DockableWindow1";
            this.DockableWindow1.Owner    = this.UltraDockManager1;
            this.DockableWindow1.Size     = new System.Drawing.Size(618, 562);
            this.DockableWindow1.TabIndex = 109;
            //
            // frmListaDokumenataGK
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(884, 562);
            this.Controls.Add(this._frmDokumentiGKAutoHideControl);
            this.Controls.Add(this.UltraExplorerBar1);
            this.Controls.Add(this.WindowDockingArea1);
            this.Controls.Add(this._frmDokumentiGKUnpinnedTabAreaTop);
            this.Controls.Add(this._frmDokumentiGKUnpinnedTabAreaBottom);
            this.Controls.Add(this._frmDokumentiGKUnpinnedTabAreaLeft);
            this.Controls.Add(this._frmDokumentiGKUnpinnedTabAreaRight);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox     = false;
            this.MaximumSize     = new System.Drawing.Size(900, 600);
            this.MinimizeBox     = false;
            this.Name            = "frmListaDokumenataGK";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "Lista knjiženih dokumenata u glavnoj knjizi";
            ((System.ComponentModel.ISupportInitialize)(this.UltraGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Dokumenti1BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Dokumenti1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UltraExplorerBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UltraDockManager1)).EndInit();
            this.WindowDockingArea1.ResumeLayout(false);
            this.DockableWindow1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Example #6
0
        private void loadPlugins()
        {
            try
            {

                // ========================================================
                // Plugins
                // ========================================================
                try
                {
                    _pluginManager = Gipasoft.Windows.Forms.PluginManager.PluginManager.Instance;
                }
                catch (System.Reflection.ReflectionTypeLoadException ex)
                {
                    for (int i = 0; i < ex.LoaderExceptions.Length; i++)
                    {
                        log4net.MDC.Set("user", Login.Instance.CurrentLogin().LoginName);
                        _log.Error("Caricamento plugin - LoaderException.", ex.LoaderExceptions[i]);
                    }
                }
                catch (Exception ex)
                {
                    log4net.MDC.Set("user", Login.Instance.CurrentLogin().LoginName);
                    _log.Error("Caricamento plugin - Errore generico.", ex);
                }

                // -----------------------------------------------------
                //  Tabelle
                // -----------------------------------------------------
                SortedList<int, ITabelleContabilita> listaOrdinata = new SortedList<int, ITabelleContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_TABELLE_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.ITabelleContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.ITabelleContabilita>(plugin);
                        listaOrdinata.Add(pluginInstance.Order, pluginInstance);
                    }

                    foreach (KeyValuePair<int, ITabelleContabilita> keyValue in listaOrdinata)
                    {

                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["tabelle"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }

                // -----------------------------------------------------
                //  Spesa
                // -----------------------------------------------------
                SortedList<int, ISpeseContabilita> listaOrdinataSpese = new SortedList<int, ISpeseContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_SPESE_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.ISpeseContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.ISpeseContabilita>(plugin);
                        listaOrdinataSpese.Add(pluginInstance.Order, pluginInstance);
                    }

                    foreach (KeyValuePair<int, ISpeseContabilita> keyValue in listaOrdinataSpese)
                    {

                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["spese"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }

                // -----------------------------------------------------
                //  Movimenti Contabilità
                // -----------------------------------------------------
                SortedList<int, IMovimentiContabilita> listaOrdinataMovimenti = new SortedList<int, IMovimentiContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_MOVIMENTICONTABILI_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.IMovimentiContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.IMovimentiContabilita>(plugin);
                        listaOrdinataMovimenti.Add(pluginInstance.Order, pluginInstance);
                    }

                    if (listaOrdinataMovimenti.Count == 0)
                        ultraExplorerBar1.Groups["movimentiContabili"].Visible = false;
                    else
                    {
                        foreach (KeyValuePair<int, IMovimentiContabilita> keyValue in listaOrdinataMovimenti)
                        {

                            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                            ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                            ultraExplorerBarItem.Text = keyValue.Value.Caption;
                            ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                            ultraExplorerBar1.Groups["movimentiContabili"].Items.Add(ultraExplorerBarItem);

                            _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                        }
                    }
                }

                // -----------------------------------------------------
                //  Rate
                // -----------------------------------------------------
                SortedList<int, IRate> listaOrdinataRate = new SortedList<int, IRate>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_RATE_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.IRate pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.IRate>(plugin);
                        listaOrdinataRate.Add(pluginInstance.Order, pluginInstance);
                    }

                    if (listaOrdinataRate.Count == 0)
                        ultraExplorerBar1.Groups["rate"].Visible = false;
                    else
                    {
                        foreach (KeyValuePair<int, IRate> keyValue in listaOrdinataRate)
                        {

                            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                            ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                            ultraExplorerBarItem.Text = keyValue.Value.Caption;
                            ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                            ultraExplorerBar1.Groups["rate"].Items.Add(ultraExplorerBarItem);

                            _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                        }
                    }
                }
                
                // -----------------------------------------------------
                //  Pagamenti
                // -----------------------------------------------------
                SortedList<int, IPagamentiContabilita> listaOrdinataPagamenti = new SortedList<int, IPagamentiContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_PAGAMENTI_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.IPagamentiContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.IPagamentiContabilita>(plugin);
                        listaOrdinataPagamenti.Add(pluginInstance.Order, pluginInstance);
                    }

                    foreach (KeyValuePair<int, IPagamentiContabilita> keyValue in listaOrdinataPagamenti)
                    {

                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["pagamenti"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }

                // -----------------------------------------------------
                //  Stampe Annuali
                // -----------------------------------------------------
                SortedList<int, IStampeAnnualiContabilita> listaOrdinataStampeAnnuali = new SortedList<int, IStampeAnnualiContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_STAMPEANNUALI_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.IStampeAnnualiContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.IStampeAnnualiContabilita>(plugin);
                        listaOrdinataStampeAnnuali.Add(pluginInstance.Order, pluginInstance);
                    }

                    foreach (KeyValuePair<int, IStampeAnnualiContabilita> keyValue in listaOrdinataStampeAnnuali)
                    {

                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["stampeEsercizio"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }

                // -----------------------------------------------------
                //  Cambio Esercizio
                // -----------------------------------------------------
                SortedList<int, ICambioEsercizioContabilita> listaOrdinataCambioEsercizio = new SortedList<int, ICambioEsercizioContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_CAMBIOESERCIZIO_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.ICambioEsercizioContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.ICambioEsercizioContabilita>(plugin);
                        listaOrdinataCambioEsercizio.Add(pluginInstance.Order, pluginInstance);
                        pluginInstance.UpdateEsercizi += new UpdateEserciziEventHandler(pluginInstance_UpdateEsercizi);
                    }

                    foreach (KeyValuePair<int, ICambioEsercizioContabilita> keyValue in listaOrdinataCambioEsercizio)
                    {

                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["cambioEsercizio"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }

                // -----------------------------------------------------
                //  Versamento
                // -----------------------------------------------------
                SortedList<int, IVersamentiContabilita> listaOrdinataVersamenti = new SortedList<int, IVersamentiContabilita>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_VERSAMENTI_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.IVersamentiContabilita pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.IVersamentiContabilita>(plugin);
                        listaOrdinataVersamenti.Add(pluginInstance.Order, pluginInstance);
                    }

                    foreach (KeyValuePair<int, IVersamentiContabilita> keyValue in listaOrdinataVersamenti)
                    {
                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["versamenti"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }

                // -----------------------------------------------------
                //  Gestione Fiscale
                // -----------------------------------------------------
                SortedList<int, IGestioneFiscale> listaOrdinataGestioneFiscale = new SortedList<int, IGestioneFiscale>();
                if (_pluginManager != null && _pluginManager.Count > 0)
                {
                    foreach (Gipasoft.Windows.Forms.PluginManager.PluginAttribute plugin in _pluginManager.GetPluginListForInterface(INTERFACE_GESTIONEFISCALE_NAME))
                    {
                        Gipasoft.Windows.Forms.ProgramInterfaces.IGestioneFiscale pluginInstance = _pluginManager.CreateInstance<Gipasoft.Windows.Forms.ProgramInterfaces.IGestioneFiscale>(plugin);
                        listaOrdinataGestioneFiscale.Add(pluginInstance.Order, pluginInstance);
                    }

                    foreach (KeyValuePair<int, IGestioneFiscale> keyValue in listaOrdinataGestioneFiscale)
                    {
                        Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
                        ultraExplorerBarItem.Key = keyValue.Value.Caption.ToLower();
                        ultraExplorerBarItem.Text = keyValue.Value.Caption;
                        ultraExplorerBarItem.Settings.AppearancesSmall.Appearance.Image = keyValue.Value.SmallIcon;
                        ultraExplorerBar1.Groups["gestioneFiscale"].Items.Add(ultraExplorerBarItem);

                        _pluginList.Add(ultraExplorerBarItem.Key, keyValue.Value);
                    }
                }
            }

            catch (Exception ex)
            {
                log4net.MDC.Set("user", Login.Instance.CurrentLogin().LoginName);
                _log.Fatal("Errore durante l'inizializzazione della main form", ex);
                MessageBox.Show(ex.Message + Environment.NewLine + ex.StackTrace);
            }

        }
Example #7
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPregledBilance));
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("S_FIN_BILANCA", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("duguje");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POTRAZUJE");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("konto");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POCETNODUGUJE");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POCETNOPOTRAZUJE");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAZIV");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("potrazujepromet", 0);
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dugujepromet", 1);
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("a195b272-9a36-45ea-882a-8f1a507084f5"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("c6004666-c520-4767-b350-a26271b74c8f"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("a195b272-9a36-45ea-882a-8f1a507084f5"), -1);
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane2        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("bec07ad9-8b22-45b0-aae8-fd36be3ab9dc"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("0bcc809c-71bf-4eef-ac2e-91f8540e8c92"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("bec07ad9-8b22-45b0-aae8-fd36be3ab9dc"), -1);
     this.UltraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.Panel1                = new System.Windows.Forms.Panel();
     this.UltraGrid1            = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.UltraCalcManager1     = new Infragistics.Win.UltraWinCalcManager.UltraCalcManager(this.components);
     this.S_FIN_BILANCADataSet1 = new Placa.S_FIN_BILANCADataSet();
     this.S_FIN_PARTNERI_SA_OTVORENIMADataSet1 = new Placa.S_FIN_PARTNERI_SA_OTVORENIMADataSet();
     this.DatasetKarticeGroup1 = new Placa.S_FIN_OTVORENE_STAVKEDataSet();
     this.DatasetKarticeGroup2 = new Placa.S_FIN_OTVORENE_STAVKEDataSet();
     this.PartnerDataSet1      = new Placa.PARTNERDataSet();
     this.UltraDockManager1    = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._ZatvaranjeSmartPartAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.WindowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.DockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.WindowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.DockableWindow2    = new Infragistics.Win.UltraWinDock.DockableWindow();
     ((System.ComponentModel.ISupportInitialize)(this.UltraExplorerBar1)).BeginInit();
     this.Panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UltraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraCalcManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.S_FIN_BILANCADataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.S_FIN_PARTNERI_SA_OTVORENIMADataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatasetKarticeGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatasetKarticeGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PartnerDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraDockManager1)).BeginInit();
     this.WindowDockingArea3.SuspendLayout();
     this.DockableWindow1.SuspendLayout();
     this.WindowDockingArea1.SuspendLayout();
     this.DockableWindow2.SuspendLayout();
     this.SuspendLayout();
     //
     // UltraExplorerBar1
     //
     ultraExplorerBarItem1.Key = "Nastavak";
     appearance2.Image         = ((object)(resources.GetObject("appearance2.Image")));
     ultraExplorerBarItem1.Settings.AppearancesLarge.EditAppearance = appearance2;
     appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance3;
     ultraExplorerBarItem1.Text = "Nastavak ispisa";
     ultraExplorerBarItem2.Key  = "Izlaz";
     appearance1.Image          = ((object)(resources.GetObject("appearance1.Image")));
     ultraExplorerBarItem2.Settings.AppearancesLarge.ActiveAppearance = appearance1;
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance4;
     ultraExplorerBarItem2.Text = "Izlaz";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2
     });
     ultraExplorerBarGroup1.Text = "Zadaci";
     this.UltraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.UltraExplorerBar1.Location   = new System.Drawing.Point(0, 20);
     this.UltraExplorerBar1.Name       = "UltraExplorerBar1";
     this.UltraExplorerBar1.Size       = new System.Drawing.Size(161, 528);
     this.UltraExplorerBar1.TabIndex   = 104;
     this.UltraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.UltraExplorerBar1_ItemClick);
     //
     // Panel1
     //
     this.Panel1.Controls.Add(this.UltraGrid1);
     this.Panel1.Location = new System.Drawing.Point(0, 20);
     this.Panel1.Name     = "Panel1";
     this.Panel1.Size     = new System.Drawing.Size(940, 528);
     this.Panel1.TabIndex = 106;
     //
     // UltraGrid1
     //
     this.UltraGrid1.CalcManager              = this.UltraCalcManager1;
     this.UltraGrid1.DataMember               = "S_FIN_BILANCA";
     this.UltraGrid1.DataSource               = this.S_FIN_BILANCADataSet1;
     appearance.BackColor                     = System.Drawing.Color.WhiteSmoke;
     appearance.ForeColor                     = System.Drawing.Color.MidnightBlue;
     appearance.TextHAlignAsString            = "Left";
     this.UltraGrid1.DisplayLayout.Appearance = appearance;
     ultraGridBand1.ColHeaderLines            = 3;
     ultraGridColumn1.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance5.TextHAlignAsString           = "Right";
     ultraGridColumn1.CellAppearance          = appearance5;
     ultraGridColumn1.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     ultraGridColumn1.Format                  = "#,##0.00";
     appearance6.TextHAlignAsString           = "Center";
     ultraGridColumn1.Header.Appearance       = appearance6;
     ultraGridColumn1.Header.Caption          = "Ukupni promet\r\nDUGUJE";
     ultraGridColumn1.Header.VisiblePosition  = 6;
     ultraGridColumn1.MaskInput               = "-nnnnnnnnn.nn";
     ultraGridColumn2.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance7.TextHAlignAsString           = "Right";
     ultraGridColumn2.CellAppearance          = appearance7;
     ultraGridColumn2.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     ultraGridColumn2.Format                  = "#,##0.00";
     appearance8.TextHAlignAsString           = "Center";
     ultraGridColumn2.Header.Appearance       = appearance8;
     ultraGridColumn2.Header.Caption          = "Ukupni promet\r\nPOTRAŽUJE";
     ultraGridColumn2.Header.VisiblePosition  = 7;
     ultraGridColumn2.MaskInput               = "-nnnnnnnnn.nn";
     ultraGridColumn3.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn3.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     appearance9.TextHAlignAsString           = "Center";
     ultraGridColumn3.Header.Appearance       = appearance9;
     ultraGridColumn3.Header.Caption          = "Konto";
     ultraGridColumn3.Header.VisiblePosition  = 0;
     ultraGridColumn4.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance10.TextHAlignAsString          = "Right";
     ultraGridColumn4.CellAppearance          = appearance10;
     ultraGridColumn4.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     ultraGridColumn4.Format                  = "#,##0.00";
     appearance11.TextHAlignAsString          = "Center";
     ultraGridColumn4.Header.Appearance       = appearance11;
     ultraGridColumn4.Header.Caption          = "Početno stanje\r\nDuguje";
     ultraGridColumn4.Header.VisiblePosition  = 2;
     ultraGridColumn4.MaskInput               = "-nnnnnnnnn.nn";
     ultraGridColumn5.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance12.TextHAlignAsString          = "Right";
     ultraGridColumn5.CellAppearance          = appearance12;
     ultraGridColumn5.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     ultraGridColumn5.Format                  = "#,##0.00";
     appearance14.TextHAlignAsString          = "Center";
     ultraGridColumn5.Header.Appearance       = appearance14;
     ultraGridColumn5.Header.Caption          = "Početno stanje\r\nPotražuje";
     ultraGridColumn5.Header.VisiblePosition  = 3;
     ultraGridColumn5.MaskInput               = "-nnnnnnnnn.nn";
     ultraGridColumn6.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     ultraGridColumn6.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     appearance15.TextHAlignAsString          = "Center";
     ultraGridColumn6.Header.Appearance       = appearance15;
     ultraGridColumn6.Header.Caption          = "Naziv konta";
     ultraGridColumn6.Header.VisiblePosition  = 1;
     ultraGridColumn7.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance16.TextHAlignAsString          = "Right";
     ultraGridColumn7.CellAppearance          = appearance16;
     ultraGridColumn7.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     ultraGridColumn7.DataType                = typeof(decimal);
     ultraGridColumn7.Format                  = "#,##0.00";
     ultraGridColumn7.Formula                 = "[POTRAZUJE] - [POCETNOPOTRAZUJE]";
     appearance17.TextHAlignAsString          = "Center";
     ultraGridColumn7.Header.Appearance       = appearance17;
     ultraGridColumn7.Header.Caption          = "Promet bez\r\npočetnog stanja\r\nPOTRAŽUJE";
     ultraGridColumn7.Header.VisiblePosition  = 5;
     ultraGridColumn7.MaskInput               = "-nnnnnnnnn.nn";
     ultraGridColumn8.AutoCompleteMode        = Infragistics.Win.AutoCompleteMode.Append;
     appearance18.TextHAlignAsString          = "Right";
     ultraGridColumn8.CellAppearance          = appearance18;
     ultraGridColumn8.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     ultraGridColumn8.DataType                = typeof(decimal);
     ultraGridColumn8.Format                  = "#,##0.00";
     ultraGridColumn8.Formula                 = "[duguje] - [POCETNODUGUJE]";
     appearance19.TextHAlignAsString          = "Center";
     ultraGridColumn8.Header.Appearance       = appearance19;
     ultraGridColumn8.Header.Caption          = "Promet bez\r\npočetnog stanja\r\nDUGUJE";
     ultraGridColumn8.Header.VisiblePosition  = 4;
     ultraGridColumn8.MaskInput               = "-nnnnnnnnn.nn";
     ultraGridColumn8.Width                   = 95;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8
     });
     this.UltraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.UltraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     appearance13.BackColor          = System.Drawing.Color.LightSteelBlue;
     appearance13.ForeColor          = System.Drawing.Color.MidnightBlue;
     appearance13.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.UltraGrid1.DisplayLayout.CaptionAppearance          = appearance13;
     this.UltraGrid1.DisplayLayout.Override.AllowAddNew       = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.UltraGrid1.DisplayLayout.Override.AllowDelete       = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     this.UltraGrid1.DisplayLayout.Override.AllowUpdate       = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid1.DisplayLayout.Override.CellClickAction   = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.UltraGrid1.DisplayLayout.Override.FilterUIType      = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     this.UltraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortSingle;
     this.UltraGrid1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.UltraGrid1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.UltraGrid1.Location          = new System.Drawing.Point(0, 0);
     this.UltraGrid1.Name              = "UltraGrid1";
     this.UltraGrid1.Size              = new System.Drawing.Size(940, 528);
     this.UltraGrid1.TabIndex          = 2;
     this.UltraGrid1.UseOsThemes       = Infragistics.Win.DefaultableBoolean.False;
     this.UltraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.UltraGrid1_InitializeLayout);
     this.UltraGrid1.InitializeRow    += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.UltraGrid1_InitializeRow);
     //
     // UltraCalcManager1
     //
     this.UltraCalcManager1.ContainingControl = this;
     //
     // S_FIN_BILANCADataSet1
     //
     this.S_FIN_BILANCADataSet1.DataSetName = "S_FIN_BILANCADataSet";
     //
     // S_FIN_PARTNERI_SA_OTVORENIMADataSet1
     //
     this.S_FIN_PARTNERI_SA_OTVORENIMADataSet1.DataSetName = "S_FIN_PARTNERI_SA_OTVORENIMADataSet";
     //
     // DatasetKarticeGroup1
     //
     this.DatasetKarticeGroup1.DataSetName = "KarticePartnera";
     this.DatasetKarticeGroup1.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // DatasetKarticeGroup2
     //
     this.DatasetKarticeGroup2.DataSetName = "KarticePartnera";
     this.DatasetKarticeGroup2.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // PartnerDataSet1
     //
     this.PartnerDataSet1.DataSetName = "PARTNERDataSet";
     this.PartnerDataSet1.Locale      = new System.Globalization.CultureInfo("hr-HR");
     //
     // UltraDockManager1
     //
     dockAreaPane1.DockedBefore   = new System.Guid("bec07ad9-8b22-45b0-aae8-fd36be3ab9dc");
     dockAreaPane1.MaximumSize    = new System.Drawing.Size(166, 528);
     dockableControlPane1.Control = this.UltraExplorerBar1;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(796, 3, 216, 546);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "...";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size           = new System.Drawing.Size(161, 548);
     dockableControlPane2.Control = this.Panel1;
     dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(217, 187, 200, 100);
     dockableControlPane2.Size = new System.Drawing.Size(100, 100);
     dockableControlPane2.Text = "...";
     dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane2
     });
     dockAreaPane2.Settings.AllowClose     = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane2.Settings.AllowDockAsTab = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane2.Settings.AllowPin       = Infragistics.Win.DefaultableBoolean.False;
     dockAreaPane2.Size         = new System.Drawing.Size(940, 548);
     dockAreaPane2.UnfilledSize = new System.Drawing.Size(100, 100);
     this.UltraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1,
         dockAreaPane2
     });
     this.UltraDockManager1.HostControl   = this;
     this.UltraDockManager1.LayoutStyle   = Infragistics.Win.UltraWinDock.DockAreaLayoutStyle.FillContainer;
     this.UltraDockManager1.UseAppStyling = false;
     this.UltraDockManager1.WindowStyle   = Infragistics.Win.UltraWinDock.WindowStyle.VisualStudio2008;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaLeft
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaLeft";
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 548);
     this._ZatvaranjeSmartPartUnpinnedTabAreaLeft.TabIndex = 1;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaRight
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Location = new System.Drawing.Point(1106, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaRight";
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 548);
     this._ZatvaranjeSmartPartUnpinnedTabAreaRight.TabIndex = 2;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaTop
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaTop";
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.Size     = new System.Drawing.Size(1106, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaTop.TabIndex = 3;
     //
     // _ZatvaranjeSmartPartUnpinnedTabAreaBottom
     //
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 548);
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Name     = "_ZatvaranjeSmartPartUnpinnedTabAreaBottom";
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(1106, 0);
     this._ZatvaranjeSmartPartUnpinnedTabAreaBottom.TabIndex = 4;
     //
     // _ZatvaranjeSmartPartAutoHideControl
     //
     this._ZatvaranjeSmartPartAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this._ZatvaranjeSmartPartAutoHideControl.Location = new System.Drawing.Point(0, 0);
     this._ZatvaranjeSmartPartAutoHideControl.Name     = "_ZatvaranjeSmartPartAutoHideControl";
     this._ZatvaranjeSmartPartAutoHideControl.Owner    = this.UltraDockManager1;
     this._ZatvaranjeSmartPartAutoHideControl.Size     = new System.Drawing.Size(0, 801);
     this._ZatvaranjeSmartPartAutoHideControl.TabIndex = 5;
     //
     // WindowDockingArea3
     //
     this.WindowDockingArea3.Controls.Add(this.DockableWindow1);
     this.WindowDockingArea3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.WindowDockingArea3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea3.Location = new System.Drawing.Point(940, 0);
     this.WindowDockingArea3.Name     = "WindowDockingArea3";
     this.WindowDockingArea3.Owner    = this.UltraDockManager1;
     this.WindowDockingArea3.Size     = new System.Drawing.Size(166, 548);
     this.WindowDockingArea3.TabIndex = 108;
     //
     // DockableWindow1
     //
     this.DockableWindow1.Controls.Add(this.UltraExplorerBar1);
     this.DockableWindow1.Location = new System.Drawing.Point(5, 0);
     this.DockableWindow1.Name     = "DockableWindow1";
     this.DockableWindow1.Owner    = this.UltraDockManager1;
     this.DockableWindow1.Size     = new System.Drawing.Size(161, 548);
     this.DockableWindow1.TabIndex = 110;
     //
     // WindowDockingArea1
     //
     this.WindowDockingArea1.Controls.Add(this.DockableWindow2);
     this.WindowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.WindowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.WindowDockingArea1.Location = new System.Drawing.Point(0, 0);
     this.WindowDockingArea1.Name     = "WindowDockingArea1";
     this.WindowDockingArea1.Owner    = this.UltraDockManager1;
     this.WindowDockingArea1.Size     = new System.Drawing.Size(940, 548);
     this.WindowDockingArea1.TabIndex = 109;
     //
     // DockableWindow2
     //
     this.DockableWindow2.Controls.Add(this.Panel1);
     this.DockableWindow2.Location = new System.Drawing.Point(0, 0);
     this.DockableWindow2.Name     = "DockableWindow2";
     this.DockableWindow2.Owner    = this.UltraDockManager1;
     this.DockableWindow2.Size     = new System.Drawing.Size(940, 548);
     this.DockableWindow2.TabIndex = 111;
     //
     // frmPregledBilance
     //
     this.ClientSize = new System.Drawing.Size(1106, 548);
     this.Controls.Add(this._ZatvaranjeSmartPartAutoHideControl);
     this.Controls.Add(this.WindowDockingArea1);
     this.Controls.Add(this.WindowDockingArea3);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaTop);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaBottom);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaLeft);
     this.Controls.Add(this._ZatvaranjeSmartPartUnpinnedTabAreaRight);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmPregledBilance";
     this.Text        = "Pregled analitičke bruto bilance";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.UltraExplorerBar1)).EndInit();
     this.Panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UltraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraCalcManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.S_FIN_BILANCADataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.S_FIN_PARTNERI_SA_OTVORENIMADataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatasetKarticeGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatasetKarticeGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PartnerDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraDockManager1)).EndInit();
     this.WindowDockingArea3.ResumeLayout(false);
     this.DockableWindow1.ResumeLayout(false);
     this.WindowDockingArea1.ResumeLayout(false);
     this.DockableWindow2.ResumeLayout(false);
     this.ResumeLayout(false);
 }