Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     KlonsLIB.Components.MyMcComboBox.MyItem myItem1  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem2  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem3  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem4  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem5  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem6  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem7  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem8  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem9  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem10 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem11 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem12 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem13 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem14 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.bsAC     = new KlonsLIB.Data.MyBindingSource();
     this.label1   = new System.Windows.Forms.Label();
     this.cmDoIt   = new System.Windows.Forms.Button();
     this.cbYear   = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label2   = new System.Windows.Forms.Label();
     this.cbMonth  = new KlonsLIB.Components.MyMcFlatComboBox();
     this.lbCM     = new System.Windows.Forms.ListBox();
     this.myLabel1 = new KlonsLIB.Components.MyLabel();
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).BeginInit();
     this.SuspendLayout();
     //
     // bsAC
     //
     this.bsAC.DataMember   = "AcP21";
     this.bsAC.MyDataSource = "KlonsData";
     this.bsAC.Name2        = "bsAC";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 38);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(44, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Gads:";
     //
     // cmDoIt
     //
     this.cmDoIt.Location = new System.Drawing.Point(335, 48);
     this.cmDoIt.Margin   = new System.Windows.Forms.Padding(2);
     this.cmDoIt.Name     = "cmDoIt";
     this.cmDoIt.Size     = new System.Drawing.Size(133, 63);
     this.cmDoIt.TabIndex = 4;
     this.cmDoIt.Text     = "Taisīt atskaiti";
     this.cmDoIt.UseVisualStyleBackColor = true;
     this.cmDoIt.Click   += new System.EventHandler(this.cmDoIt_Click);
     this.cmDoIt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // cbYear
     //
     this.cbYear.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbYear.ColumnNames = new string[] {
         "col1"
     };
     this.cbYear.ColumnWidths       = "98";
     this.cbYear.DisplayMember      = "col1";
     this.cbYear.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbYear.DropDownHeight     = 136;
     this.cbYear.DropDownWidth      = 122;
     this.cbYear.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbYear.FormattingEnabled  = true;
     this.cbYear.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbYear.GridLineHorizontal = false;
     this.cbYear.GridLineVertical   = false;
     this.cbYear.IntegralHeight     = false;
     myItem1.Col1 = "2014";
     myItem2.Col1 = "2015";
     this.cbYear.Items.AddRange(new object[] {
         myItem1,
         myItem2
     });
     this.cbYear.ItemStrings = new string[] {
         "2014",
         "2015"
     };
     this.cbYear.Location    = new System.Drawing.Point(70, 36);
     this.cbYear.Margin      = new System.Windows.Forms.Padding(2);
     this.cbYear.Name        = "cbYear";
     this.cbYear.Size        = new System.Drawing.Size(79, 23);
     this.cbYear.TabIndex    = 6;
     this.cbYear.ValueMember = "col1";
     this.cbYear.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(170, 38);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "mēneši:";
     //
     // cbMonth
     //
     this.cbMonth.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbMonth.ColumnNames = new string[] {
         "col1"
     };
     this.cbMonth.ColumnWidths       = "78";
     this.cbMonth.DisplayMember      = "col1";
     this.cbMonth.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbMonth.DropDownHeight     = 204;
     this.cbMonth.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbMonth.DropDownWidth      = 102;
     this.cbMonth.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbMonth.FormattingEnabled  = true;
     this.cbMonth.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbMonth.GridLineHorizontal = false;
     this.cbMonth.GridLineVertical   = false;
     this.cbMonth.IntegralHeight     = false;
     myItem3.Col1  = "01";
     myItem4.Col1  = "02";
     myItem5.Col1  = "03";
     myItem6.Col1  = "04";
     myItem7.Col1  = "05";
     myItem8.Col1  = "06";
     myItem9.Col1  = "07";
     myItem10.Col1 = "08";
     myItem11.Col1 = "09";
     myItem12.Col1 = "10";
     myItem13.Col1 = "11";
     myItem14.Col1 = "12";
     this.cbMonth.Items.AddRange(new object[] {
         myItem3,
         myItem4,
         myItem5,
         myItem6,
         myItem7,
         myItem8,
         myItem9,
         myItem10,
         myItem11,
         myItem12,
         myItem13,
         myItem14
     });
     this.cbMonth.ItemStrings = new string[] {
         "01",
         "02",
         "03",
         "04",
         "05",
         "06",
         "07",
         "08",
         "09",
         "10",
         "11",
         "12"
     };
     this.cbMonth.Location         = new System.Drawing.Point(236, 36);
     this.cbMonth.Margin           = new System.Windows.Forms.Padding(2);
     this.cbMonth.MaxDropDownItems = 12;
     this.cbMonth.Name             = "cbMonth";
     this.cbMonth.Size             = new System.Drawing.Size(63, 23);
     this.cbMonth.TabIndex         = 6;
     this.cbMonth.ValueMember      = "col1";
     this.cbMonth.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // lbCM
     //
     this.lbCM.BackColor         = System.Drawing.SystemColors.Control;
     this.lbCM.FormattingEnabled = true;
     this.lbCM.ItemHeight        = 16;
     this.lbCM.Items.AddRange(new object[] {
         "Naudas plūsma",
         "Naudas plūsma pa nozarēm / produktiem",
         "Naudas plūsma pēc 3. kontējuma pazīmes",
         "Ieņēmumi, izdevumu kopsavilkums"
     });
     this.lbCM.Location          = new System.Drawing.Point(18, 86);
     this.lbCM.Margin            = new System.Windows.Forms.Padding(2);
     this.lbCM.Name              = "lbCM";
     this.lbCM.Size              = new System.Drawing.Size(293, 84);
     this.lbCM.TabIndex          = 7;
     this.lbCM.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbCM_MouseDoubleClick);
     //
     // myLabel1
     //
     this.myLabel1.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.myLabel1.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.myLabel1.Location    = new System.Drawing.Point(18, 184);
     this.myLabel1.Margin      = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.myLabel1.Name        = "myLabel1";
     this.myLabel1.Padding     = new System.Windows.Forms.Padding(2);
     this.myLabel1.Size        = new System.Drawing.Size(382, 67);
     this.myLabel1.TabIndex    = 8;
     this.myLabel1.Text        = "Atskaitē tiks izmantota kontējuma otrā un trešā pazīme.\r\nKontu plānā jābūt atzīmē" +
                                 "tiem naudas kontiem (kase, banka, avansa norēķini)";
     //
     // FormRep_NPMT
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(486, 275);
     this.CloseOnEscape       = true;
     this.Controls.Add(this.myLabel1);
     this.Controls.Add(this.lbCM);
     this.Controls.Add(this.cbMonth);
     this.Controls.Add(this.cbYear);
     this.Controls.Add(this.cmDoIt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name          = "FormRep_NPMT";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Naudas plūsma";
     this.Load         += new System.EventHandler(this.FormRepApgr1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Persons));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem1 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem2 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.bnavPersons = new KlonsLIB.Components.MyBindingNavigator();
     this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
     this.bsPersons   = new KlonsLIB.Data.MyBindingSource(this.components);
     this.dgvPersons  = new KlonsLIB.Components.MyDataGridView();
     this.dgcClid     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcName     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcRegNr    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcPVNRegNr = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcTP       = new KlonsLIB.Components.MyDgvMcCBColumn();
     this.dgcTP2      = new KlonsLIB.Components.MyDgvMcCBColumn();
     this.dgcTP3      = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dgcAddr     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcAddr2    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcATK      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBankId   = new KlonsLIB.Components.MyDgvMcCBColumn();
     this.bsBanks     = new KlonsLIB.Data.MyBindingSource(this.components);
     this.dgcBank     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBankAcc  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcPhone    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcAct      = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSave  = new System.Windows.Forms.ToolStripButton();
     this.tbSearch = new KlonsLIB.Components.MyTextBox();
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.tbClid   = new KlonsLIB.Components.MyPickRowTextBox();
     this.cbAct    = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label3   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.bnavPersons)).BeginInit();
     this.bnavPersons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsPersons)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPersons)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsBanks)).BeginInit();
     this.SuspendLayout();
     //
     // bnavPersons
     //
     this.bnavPersons.AddNewItem       = this.bindingNavigatorAddNewItem;
     this.bnavPersons.BindingSource    = this.bsPersons;
     this.bnavPersons.CountItem        = this.bindingNavigatorCountItem;
     this.bnavPersons.CountItemFormat  = " no {0}";
     this.bnavPersons.DataGrid         = this.dgvPersons;
     this.bnavPersons.DeleteItem       = this.bindingNavigatorDeleteItem;
     this.bnavPersons.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.bnavPersons.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.bnavPersons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.tsbSave
     });
     this.bnavPersons.Location         = new System.Drawing.Point(0, 505);
     this.bnavPersons.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bnavPersons.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bnavPersons.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bnavPersons.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bnavPersons.Name             = "bnavPersons";
     this.bnavPersons.PositionItem     = this.bindingNavigatorPositionItem;
     this.bnavPersons.SaveItem         = null;
     this.bnavPersons.Size             = new System.Drawing.Size(901, 39);
     this.bnavPersons.TabIndex         = 0;
     this.bnavPersons.Text             = "bindingNavigator1";
     this.bnavPersons.ItemDeleting    += new System.ComponentModel.CancelEventHandler(this.bnavPersons_ItemDeleting);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name  = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size        = new System.Drawing.Size(90, 34);
     this.bindingNavigatorAddNewItem.Text        = "Jauns";
     this.bindingNavigatorAddNewItem.ToolTipText = "Jauns (Shift+Insert)";
     //
     // bsPersons
     //
     this.bsPersons.AutoSaveOnDelete = true;
     this.bsPersons.DataMember       = "Persons";
     this.bsPersons.MyDataSource     = "KlonsData";
     this.bsPersons.Sort             = "";
     this.bsPersons.UseDataGridView  = this.dgvPersons;
     this.bsPersons.ListChanged     += new System.ComponentModel.ListChangedEventHandler(this.bsPersons_ListChanged);
     //
     // dgvPersons
     //
     this.dgvPersons.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.dgvPersons.AutoGenerateColumns           = false;
     this.dgvPersons.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor              = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 7.488F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
     dataGridViewCellStyle1.ForeColor              = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvPersons.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvPersons.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPersons.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcClid,
         this.dgcName,
         this.dgcRegNr,
         this.dgcPVNRegNr,
         this.dgcTP,
         this.dgcTP2,
         this.dgcTP3,
         this.dgcAddr,
         this.dgcAddr2,
         this.dgcATK,
         this.dgcBankId,
         this.dgcBank,
         this.dgcBankAcc,
         this.dgcPhone,
         this.dgcAct
     });
     this.dgvPersons.DataSource         = this.bsPersons;
     this.dgvPersons.Location           = new System.Drawing.Point(0, 35);
     this.dgvPersons.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvPersons.Name               = "dgvPersons";
     this.dgvPersons.RowHeadersWidth    = 62;
     this.dgvPersons.RowTemplate.Height = 28;
     this.dgvPersons.Size               = new System.Drawing.Size(901, 475);
     this.dgvPersons.TabIndex           = 3;
     this.dgvPersons.MyKeyDown         += new System.Windows.Forms.KeyEventHandler(this.dgvPersons_MyKeyDown);
     this.dgvPersons.MyCheckForChanges += new System.EventHandler(this.dgvPersons_MyCheckForChanges);
     this.dgvPersons.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPersons_CellDoubleClick);
     this.dgvPersons.CellEndEdit       += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPersons_CellEndEdit);
     this.dgvPersons.UserDeletingRow   += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvPersons_UserDeletingRow);
     this.dgvPersons.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.dgvPersons_KeyDown);
     this.dgvPersons.KeyPress          += new System.Windows.Forms.KeyPressEventHandler(this.dgvPersons_KeyPress);
     //
     // dgcClid
     //
     this.dgcClid.DataPropertyName = "ClId";
     this.dgcClid.HeaderText       = "kods";
     this.dgcClid.MinimumWidth     = 9;
     this.dgcClid.Name             = "dgcClid";
     this.dgcClid.Width            = 108;
     //
     // dgcName
     //
     this.dgcName.DataPropertyName = "Name";
     this.dgcName.HeaderText       = "nosaukums";
     this.dgcName.MinimumWidth     = 9;
     this.dgcName.Name             = "dgcName";
     this.dgcName.Width            = 281;
     //
     // dgcRegNr
     //
     this.dgcRegNr.DataPropertyName = "RegNr";
     this.dgcRegNr.HeaderText       = "reģ.nr.";
     this.dgcRegNr.MinimumWidth     = 9;
     this.dgcRegNr.Name             = "dgcRegNr";
     this.dgcRegNr.ToolTipText      = "Uzņēmuma reģistrācijas numurs, vai personas kods";
     this.dgcRegNr.Width            = 126;
     //
     // dgcPVNRegNr
     //
     this.dgcPVNRegNr.DataPropertyName = "PVNRegNr";
     this.dgcPVNRegNr.HeaderText       = "PVN reģ.nr.";
     this.dgcPVNRegNr.MinimumWidth     = 9;
     this.dgcPVNRegNr.Name             = "dgcPVNRegNr";
     this.dgcPVNRegNr.Width            = 144;
     //
     // dgcTP
     //
     this.dgcTP.ColumnNames = new string[] {
         "col1",
         "col2"
     };
     this.dgcTP.ColumnWidths     = "50;150";
     this.dgcTP.DataPropertyName = "TP";
     this.dgcTP.DisplayMember    = "col1";
     this.dgcTP.HeaderText       = "veids";
     this.dgcTP.ItemStrings      = new string[] {
         "DB;debitors",
         "KR;kreditors"
     };
     this.dgcTP.MaxDropDownItems = 15;
     this.dgcTP.MinimumWidth     = 9;
     this.dgcTP.Name             = "dgcTP";
     this.dgcTP.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcTP.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcTP.ValueMember      = "col1";
     this.dgcTP.Width            = 54;
     //
     // dgcTP2
     //
     this.dgcTP2.ColumnNames = new string[] {
         "col1",
         "col2"
     };
     this.dgcTP2.DataPropertyName = "TP2";
     this.dgcTP2.DisplayMember    = "col1";
     this.dgcTP2.HeaderText       = "fp/jp";
     this.dgcTP2.ItemStrings      = new string[] {
         "FP;fiziska persona",
         "JP;juridiska persona",
         "DA;darbinieks"
     };
     this.dgcTP2.MaxDropDownItems = 15;
     this.dgcTP2.MinimumWidth     = 9;
     this.dgcTP2.Name             = "dgcTP2";
     this.dgcTP2.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcTP2.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcTP2.ValueMember      = "col1";
     this.dgcTP2.Width            = 45;
     //
     // dgcTP3
     //
     this.dgcTP3.DataPropertyName = "TP3";
     this.dgcTP3.FalseValue       = "Nav";
     this.dgcTP3.HeaderText       = "pvn";
     this.dgcTP3.MinimumWidth     = 9;
     this.dgcTP3.Name             = "dgcTP3";
     this.dgcTP3.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcTP3.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcTP3.ToolTipText      = "vai ir pvn maksātajs";
     this.dgcTP3.TrueValue        = "Ir";
     this.dgcTP3.Width            = 45;
     //
     // dgcAddr
     //
     this.dgcAddr.DataPropertyName = "Addr";
     this.dgcAddr.HeaderText       = "jur. adrese";
     this.dgcAddr.MinimumWidth     = 9;
     this.dgcAddr.Name             = "dgcAddr";
     this.dgcAddr.ToolTipText      = "Juridiskā adrese";
     this.dgcAddr.Width            = 180;
     //
     // dgcAddr2
     //
     this.dgcAddr2.DataPropertyName = "Addr2";
     this.dgcAddr2.HeaderText       = "fiz. adrese";
     this.dgcAddr2.MinimumWidth     = 9;
     this.dgcAddr2.Name             = "dgcAddr2";
     this.dgcAddr2.ToolTipText      = "Struktūrvienības adrese (pavadzīmēm)";
     this.dgcAddr2.Width            = 180;
     //
     // dgcATK
     //
     this.dgcATK.DataPropertyName = "ATK";
     this.dgcATK.HeaderText       = "ATK";
     this.dgcATK.MinimumWidth     = 9;
     this.dgcATK.Name             = "dgcATK";
     this.dgcATK.Width            = 90;
     //
     // dgcBankId
     //
     this.dgcBankId.ColumnNames = new string[] {
         "id",
         "name"
     };
     this.dgcBankId.ColumnWidths     = "100;200";
     this.dgcBankId.DataPropertyName = "BankId";
     this.dgcBankId.DataSource       = this.bsBanks;
     this.dgcBankId.DisplayMember    = "Id";
     this.dgcBankId.HeaderText       = "bankas kods";
     this.dgcBankId.MaxDropDownItems = 15;
     this.dgcBankId.MinimumWidth     = 9;
     this.dgcBankId.Name             = "dgcBankId";
     this.dgcBankId.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcBankId.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcBankId.ToolTipText      = "Bankas BIC kods";
     this.dgcBankId.ValueMember      = "Id";
     this.dgcBankId.Width            = 126;
     //
     // bsBanks
     //
     this.bsBanks.DataMember   = "Banks";
     this.bsBanks.MyDataSource = "KlonsData";
     this.bsBanks.Name2        = "bsBanks";
     //
     // dgcBank
     //
     this.dgcBank.DataPropertyName = "Bank";
     this.dgcBank.HeaderText       = "bankas nosaukums";
     this.dgcBank.MaxInputLength   = 50;
     this.dgcBank.MinimumWidth     = 9;
     this.dgcBank.Name             = "dgcBank";
     this.dgcBank.Width            = 180;
     //
     // dgcBankAcc
     //
     this.dgcBankAcc.DataPropertyName = "BankAcc";
     this.dgcBankAcc.HeaderText       = "bankas konts";
     this.dgcBankAcc.MinimumWidth     = 9;
     this.dgcBankAcc.Name             = "dgcBankAcc";
     this.dgcBankAcc.Width            = 135;
     //
     // dgcPhone
     //
     this.dgcPhone.DataPropertyName = "Phone";
     this.dgcPhone.HeaderText       = "telefona";
     this.dgcPhone.MinimumWidth     = 9;
     this.dgcPhone.Name             = "dgcPhone";
     this.dgcPhone.Width            = 90;
     //
     // dgcAct
     //
     this.dgcAct.DataPropertyName = "Act";
     this.dgcAct.FalseValue       = "0";
     this.dgcAct.HeaderText       = "aktīvs";
     this.dgcAct.MinimumWidth     = 9;
     this.dgcAct.Name             = "dgcAct";
     this.dgcAct.TrueValue        = "1";
     this.dgcAct.Width            = 54;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(76, 34);
     this.bindingNavigatorCountItem.Text        = " no {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Skaits";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name  = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size        = new System.Drawing.Size(91, 34);
     this.bindingNavigatorDeleteItem.Text        = "Dzēst";
     this.bindingNavigatorDeleteItem.ToolTipText = "Dzēst (Ctrl+Delete)";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(34, 34);
     this.bindingNavigatorMoveFirstItem.Text = "Iet uz pirmo";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(34, 34);
     this.bindingNavigatorMovePreviousItem.Text = "Iet uz iepriekšējo";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(56, 37);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Pašreizējā pozīcija";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 39);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size        = new System.Drawing.Size(34, 34);
     this.bindingNavigatorMoveNextItem.Text        = "Iet uz nākošo";
     this.bindingNavigatorMoveNextItem.ToolTipText = "Iet uz nākošo";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(34, 34);
     this.bindingNavigatorMoveLastItem.Text = "Iet uz pēdējo";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39);
     //
     // tsbSave
     //
     this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSave.Image        = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
     this.tsbSave.Name         = "tsbSave";
     this.tsbSave.Size         = new System.Drawing.Size(34, 34);
     this.tsbSave.Text         = "Saglabāt datus";
     this.tsbSave.Click       += new System.EventHandler(this.tsbSave_Click);
     //
     // tbSearch
     //
     this.tbSearch.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbSearch.Location    = new System.Drawing.Point(251, 6);
     this.tbSearch.Margin      = new System.Windows.Forms.Padding(2);
     this.tbSearch.Name        = "tbSearch";
     this.tbSearch.Size        = new System.Drawing.Size(157, 26);
     this.tbSearch.TabIndex    = 2;
     this.tbSearch.Enter      += new System.EventHandler(this.tbSearch_Enter);
     this.tbSearch.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.tbSearch_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 6);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 20);
     this.label1.TabIndex = 4;
     this.label1.Text     = "kods:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(186, 8);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 20);
     this.label2.TabIndex = 4;
     this.label2.Text     = "meklēt:";
     //
     // tbClid
     //
     this.tbClid.BorderColor       = System.Drawing.SystemColors.ControlDarkDark;
     this.tbClid.DataMember        = null;
     this.tbClid.DataSource        = this.bsPersons;
     this.tbClid.Location          = new System.Drawing.Point(61, 6);
     this.tbClid.Margin            = new System.Windows.Forms.Padding(2);
     this.tbClid.Name              = "tbClid";
     this.tbClid.SelectedIndex     = -1;
     this.tbClid.Size              = new System.Drawing.Size(120, 26);
     this.tbClid.TabIndex          = 0;
     this.tbClid.RowSelectedEvent += new KlonsLIB.Components.RowSelectedEventHandler(this.tbClid_RowSelectedEvent);
     this.tbClid.Enter            += new System.EventHandler(this.tbClid_Enter);
     //
     // cbAct
     //
     this.cbAct.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbAct.ColumnNames = new string[] {
         "col1"
     };
     this.cbAct.ColumnWidths       = "121";
     this.cbAct.DisplayMember      = "col1";
     this.cbAct.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbAct.DropDownHeight     = 168;
     this.cbAct.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbAct.DropDownWidth      = 167;
     this.cbAct.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbAct.FormattingEnabled  = true;
     this.cbAct.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbAct.GridLineHorizontal = false;
     this.cbAct.GridLineVertical   = false;
     this.cbAct.IntegralHeight     = false;
     myItem1.Col1 = "Visus";
     myItem2.Col1 = "Aktīvos";
     this.cbAct.Items.AddRange(new object[] {
         myItem1,
         myItem2
     });
     this.cbAct.ItemStrings = new string[] {
         "Visus",
         "Aktīvos"
     };
     this.cbAct.Location              = new System.Drawing.Point(464, 6);
     this.cbAct.Margin                = new System.Windows.Forms.Padding(2);
     this.cbAct.Name                  = "cbAct";
     this.cbAct.Size                  = new System.Drawing.Size(92, 27);
     this.cbAct.TabIndex              = 5;
     this.cbAct.ValueMember           = "col1";
     this.cbAct.SelectedIndexChanged += new System.EventHandler(this.cbAct_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(413, 6);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(44, 20);
     this.label3.TabIndex = 4;
     this.label3.Text     = "rādīt:";
     //
     // Form_Persons
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(901, 544);
     this.Controls.Add(this.cbAct);
     this.Controls.Add(this.tbClid);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tbSearch);
     this.Controls.Add(this.dgvPersons);
     this.Controls.Add(this.bnavPersons);
     this.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name        = "Form_Persons";
     this.Text        = "Personas";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FormPersons_Load);
     this.Shown      += new System.EventHandler(this.FormPersons_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.bnavPersons)).EndInit();
     this.bnavPersons.ResumeLayout(false);
     this.bnavPersons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsPersons)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPersons)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsBanks)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     KlonsLIB.Components.MyMcComboBox.MyItem myItem1  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem2  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem3  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem4  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem5  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem6  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem7  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem8  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem9  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem10 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem11 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem12 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem13 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem14 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem15 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem16 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem17 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.label1                  = new System.Windows.Forms.Label();
     this.chC1                    = new System.Windows.Forms.CheckBox();
     this.chC2                    = new System.Windows.Forms.CheckBox();
     this.chC3                    = new System.Windows.Forms.CheckBox();
     this.chC4                    = new System.Windows.Forms.CheckBox();
     this.label2                  = new System.Windows.Forms.Label();
     this.label3                  = new System.Windows.Forms.Label();
     this.cbFontSize              = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.cbColors                = new KlonsLIB.Components.MyMcFlatComboBox();
     this.cmOK                    = new System.Windows.Forms.Button();
     this.cmCancel                = new System.Windows.Forms.Button();
     this.cmFont                  = new System.Windows.Forms.Button();
     this.label5                  = new System.Windows.Forms.Label();
     this.cmUseSysFont            = new System.Windows.Forms.Button();
     this.chUseCurrency           = new System.Windows.Forms.CheckBox();
     this.chCheckVersion          = new System.Windows.Forms.CheckBox();
     this.chInWine                = new System.Windows.Forms.CheckBox();
     this.cbBackUpPlan            = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label6                  = new System.Windows.Forms.Label();
     this.label7                  = new System.Windows.Forms.Label();
     this.tbBackUpFolder          = new KlonsLIB.Components.MyTextBox();
     this.cmBrowseForBackUpFolder = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 152);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(312, 20);
     this.label1.TabIndex = 20;
     this.label1.Text     = "Izvēlamies kādas kolonnas tiks izmantotas:";
     //
     // chC1
     //
     this.chC1.AutoSize = true;
     this.chC1.Location = new System.Drawing.Point(40, 180);
     this.chC1.Margin   = new System.Windows.Forms.Padding(2);
     this.chC1.Name     = "chC1";
     this.chC1.Size     = new System.Drawing.Size(191, 24);
     this.chC1.TabIndex = 4;
     this.chC1.Text     = "Naudas plūsmas kods";
     this.chC1.UseVisualStyleBackColor = true;
     //
     // chC2
     //
     this.chC2.AutoSize = true;
     this.chC2.Location = new System.Drawing.Point(40, 212);
     this.chC2.Margin   = new System.Windows.Forms.Padding(2);
     this.chC2.Name     = "chC2";
     this.chC2.Size     = new System.Drawing.Size(247, 24);
     this.chC2.TabIndex = 5;
     this.chC2.Text     = "IIN ieņēmumu, izdevumu kods";
     this.chC2.UseVisualStyleBackColor = true;
     //
     // chC3
     //
     this.chC3.AutoSize = true;
     this.chC3.Location = new System.Drawing.Point(40, 244);
     this.chC3.Margin   = new System.Windows.Forms.Padding(2);
     this.chC3.Name     = "chC3";
     this.chC3.Size     = new System.Drawing.Size(202, 24);
     this.chC3.TabIndex = 6;
     this.chC3.Text     = "Produkta, nozares kods";
     this.chC3.UseVisualStyleBackColor = true;
     //
     // chC4
     //
     this.chC4.AutoSize = true;
     this.chC4.Location = new System.Drawing.Point(40, 276);
     this.chC4.Margin   = new System.Windows.Forms.Padding(2);
     this.chC4.Name     = "chC4";
     this.chC4.Size     = new System.Drawing.Size(105, 24);
     this.chC4.TabIndex = 7;
     this.chC4.Text     = "PVN kods";
     this.chC4.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 9);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(156, 20);
     this.label2.TabIndex = 16;
     this.label2.Text     = "Programmas izskats:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(36, 38);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(105, 20);
     this.label3.TabIndex = 17;
     this.label3.Text     = "Fonta izmērs:";
     //
     // cbFontSize
     //
     this.cbFontSize.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbFontSize.ColumnNames = new string[] {
         "col1"
     };
     this.cbFontSize.ColumnWidths       = "66";
     this.cbFontSize.DisplayMember      = "col1";
     this.cbFontSize.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbFontSize.DropDownHeight     = 210;
     this.cbFontSize.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbFontSize.DropDownWidth      = 94;
     this.cbFontSize.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbFontSize.FormattingEnabled  = true;
     this.cbFontSize.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbFontSize.GridLineHorizontal = false;
     this.cbFontSize.GridLineVertical   = false;
     this.cbFontSize.IntegralHeight     = false;
     myItem1.Col1 = "08";
     myItem2.Col1 = "09";
     myItem3.Col1 = "10";
     myItem4.Col1 = "11";
     myItem5.Col1 = "12";
     myItem6.Col1 = "13";
     myItem7.Col1 = "14";
     myItem8.Col1 = "15";
     myItem9.Col1 = "16";
     this.cbFontSize.Items.AddRange(new object[] {
         myItem1,
         myItem2,
         myItem3,
         myItem4,
         myItem5,
         myItem6,
         myItem7,
         myItem8,
         myItem9
     });
     this.cbFontSize.ItemStrings = new string[] {
         "08",
         "09",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16"
     };
     this.cbFontSize.Location              = new System.Drawing.Point(158, 35);
     this.cbFontSize.Margin                = new System.Windows.Forms.Padding(2);
     this.cbFontSize.MaxDropDownItems      = 10;
     this.cbFontSize.Name                  = "cbFontSize";
     this.cbFontSize.Size                  = new System.Drawing.Size(82, 27);
     this.cbFontSize.TabIndex              = 0;
     this.cbFontSize.ValueMember           = "col1";
     this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(36, 112);
     this.label4.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(102, 20);
     this.label4.TabIndex = 19;
     this.label4.Text     = "Krāsu palete:";
     //
     // cbColors
     //
     this.cbColors.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbColors.ColumnNames = new string[] {
         "col1"
     };
     this.cbColors.ColumnWidths       = "200";
     this.cbColors.DisplayMember      = "col1";
     this.cbColors.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbColors.DropDownHeight     = 168;
     this.cbColors.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbColors.DropDownWidth      = 228;
     this.cbColors.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbColors.FormattingEnabled  = true;
     this.cbColors.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbColors.GridLineHorizontal = false;
     this.cbColors.GridLineVertical   = false;
     this.cbColors.IntegralHeight     = false;
     myItem10.Col1 = "Sistēmas krāsas";
     myItem11.Col1 = "Tumšā tēma 1";
     myItem12.Col1 = "Zaļš uz melna";
     myItem13.Col1 = "Melns uz balta";
     this.cbColors.Items.AddRange(new object[] {
         myItem10,
         myItem11,
         myItem12,
         myItem13
     });
     this.cbColors.ItemStrings = new string[] {
         "Sistēmas krāsas",
         "Tumšā tēma 1",
         "Zaļš uz melna",
         "Melns uz balta"
     };
     this.cbColors.Location              = new System.Drawing.Point(158, 110);
     this.cbColors.Margin                = new System.Windows.Forms.Padding(2);
     this.cbColors.Name                  = "cbColors";
     this.cbColors.Size                  = new System.Drawing.Size(231, 27);
     this.cbColors.TabIndex              = 3;
     this.cbColors.ValueMember           = "col1";
     this.cbColors.SelectedIndexChanged += new System.EventHandler(this.cbColors_SelectedIndexChanged);
     //
     // cmOK
     //
     this.cmOK.Location = new System.Drawing.Point(556, 352);
     this.cmOK.Margin   = new System.Windows.Forms.Padding(2);
     this.cmOK.Name     = "cmOK";
     this.cmOK.Size     = new System.Drawing.Size(101, 48);
     this.cmOK.TabIndex = 14;
     this.cmOK.Text     = "OK";
     this.cmOK.UseVisualStyleBackColor = true;
     this.cmOK.Click += new System.EventHandler(this.cmOK_Click);
     //
     // cmCancel
     //
     this.cmCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmCancel.Location                = new System.Drawing.Point(669, 352);
     this.cmCancel.Margin                  = new System.Windows.Forms.Padding(2);
     this.cmCancel.Name                    = "cmCancel";
     this.cmCancel.Size                    = new System.Drawing.Size(101, 48);
     this.cmCancel.TabIndex                = 15;
     this.cmCancel.Text                    = "Atcelt";
     this.cmCancel.UseVisualStyleBackColor = true;
     //
     // cmFont
     //
     this.cmFont.AutoSize                = true;
     this.cmFont.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.cmFont.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cmFont.Location                = new System.Drawing.Point(158, 69);
     this.cmFont.Margin                  = new System.Windows.Forms.Padding(2);
     this.cmFont.Name                    = "cmFont";
     this.cmFont.Size                    = new System.Drawing.Size(62, 32);
     this.cmFont.TabIndex                = 2;
     this.cmFont.Text                    = "Fonts";
     this.cmFont.UseVisualStyleBackColor = true;
     this.cmFont.Click                  += new System.EventHandler(this.cmFont_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(37, 76);
     this.label5.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(54, 20);
     this.label5.TabIndex = 18;
     this.label5.Text     = "Fonts:";
     //
     // cmUseSysFont
     //
     this.cmUseSysFont.AutoSize                = true;
     this.cmUseSysFont.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.cmUseSysFont.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cmUseSysFont.Location                = new System.Drawing.Point(252, 31);
     this.cmUseSysFont.Margin                  = new System.Windows.Forms.Padding(2);
     this.cmUseSysFont.Name                    = "cmUseSysFont";
     this.cmUseSysFont.Size                    = new System.Drawing.Size(167, 32);
     this.cmUseSysFont.TabIndex                = 1;
     this.cmUseSysFont.Text                    = "Ņemt sistēmas fontu";
     this.cmUseSysFont.UseVisualStyleBackColor = true;
     this.cmUseSysFont.Click                  += new System.EventHandler(this.cmUseSysFont_Click);
     //
     // chUseCurrency
     //
     this.chUseCurrency.AutoSize = true;
     this.chUseCurrency.Location = new System.Drawing.Point(40, 308);
     this.chUseCurrency.Margin   = new System.Windows.Forms.Padding(2);
     this.chUseCurrency.Name     = "chUseCurrency";
     this.chUseCurrency.Size     = new System.Drawing.Size(187, 24);
     this.chUseCurrency.TabIndex = 8;
     this.chUseCurrency.Text     = "Rādīt valūtas kolonnu";
     this.chUseCurrency.UseVisualStyleBackColor = true;
     //
     // chCheckVersion
     //
     this.chCheckVersion.AutoSize = true;
     this.chCheckVersion.Location = new System.Drawing.Point(15, 345);
     this.chCheckVersion.Margin   = new System.Windows.Forms.Padding(2);
     this.chCheckVersion.Name     = "chCheckVersion";
     this.chCheckVersion.Size     = new System.Drawing.Size(411, 24);
     this.chCheckVersion.TabIndex = 9;
     this.chCheckVersion.Text     = "Pārbaudīt, vai ir pieejama jaunāka programmas versija";
     this.chCheckVersion.UseVisualStyleBackColor = true;
     //
     // chInWine
     //
     this.chInWine.AutoSize = true;
     this.chInWine.Location = new System.Drawing.Point(15, 376);
     this.chInWine.Margin   = new System.Windows.Forms.Padding(2);
     this.chInWine.Name     = "chInWine";
     this.chInWine.Size     = new System.Drawing.Size(144, 24);
     this.chInWine.TabIndex = 10;
     this.chInWine.Text     = "Linux Wine vide";
     this.chInWine.UseVisualStyleBackColor = true;
     //
     // cbBackUpPlan
     //
     this.cbBackUpPlan.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbBackUpPlan.ColumnNames = new string[] {
         "col1"
     };
     this.cbBackUpPlan.ColumnWidths       = "190";
     this.cbBackUpPlan.DisplayMember      = "col1";
     this.cbBackUpPlan.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbBackUpPlan.DropDownHeight     = 168;
     this.cbBackUpPlan.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbBackUpPlan.DropDownWidth      = 218;
     this.cbBackUpPlan.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbBackUpPlan.FormattingEnabled  = true;
     this.cbBackUpPlan.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbBackUpPlan.GridLineHorizontal = false;
     this.cbBackUpPlan.GridLineVertical   = false;
     this.cbBackUpPlan.IntegralHeight     = false;
     myItem14.Col1 = "Nekad";
     myItem15.Col1 = "Pirms aktualizēšanas";
     myItem16.Col1 = "Vienreiz dienā";
     myItem17.Col1 = "Pirms katras atvēršanas";
     this.cbBackUpPlan.Items.AddRange(new object[] {
         myItem14,
         myItem15,
         myItem16,
         myItem17
     });
     this.cbBackUpPlan.ItemStrings = new string[] {
         "Nekad",
         "Pirms aktualizēšanas",
         "Vienreiz dienā",
         "Pirms katras atvēršanas"
     };
     this.cbBackUpPlan.Location    = new System.Drawing.Point(439, 59);
     this.cbBackUpPlan.Margin      = new System.Windows.Forms.Padding(2);
     this.cbBackUpPlan.Name        = "cbBackUpPlan";
     this.cbBackUpPlan.Size        = new System.Drawing.Size(218, 27);
     this.cbBackUpPlan.TabIndex    = 11;
     this.cbBackUpPlan.ValueMember = "col1";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(435, 37);
     this.label6.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(204, 20);
     this.label6.TabIndex = 21;
     this.label6.Text     = "Rezerves kopēšanas plāns:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(435, 112);
     this.label7.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(169, 20);
     this.label7.TabIndex = 22;
     this.label7.Text     = "Rezerves kopiju mape:";
     //
     // tbBackUpFolder
     //
     this.tbBackUpFolder.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbBackUpFolder.Location    = new System.Drawing.Point(439, 135);
     this.tbBackUpFolder.Name        = "tbBackUpFolder";
     this.tbBackUpFolder.Size        = new System.Drawing.Size(331, 26);
     this.tbBackUpFolder.TabIndex    = 12;
     this.tbBackUpFolder.WordWrap    = false;
     //
     // cmBrowseForBackUpFolder
     //
     this.cmBrowseForBackUpFolder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmBrowseForBackUpFolder.Location  = new System.Drawing.Point(439, 167);
     this.cmBrowseForBackUpFolder.Name      = "cmBrowseForBackUpFolder";
     this.cmBrowseForBackUpFolder.Size      = new System.Drawing.Size(105, 31);
     this.cmBrowseForBackUpFolder.TabIndex  = 13;
     this.cmBrowseForBackUpFolder.Text      = "Noradīt";
     this.cmBrowseForBackUpFolder.UseVisualStyleBackColor = true;
     this.cmBrowseForBackUpFolder.Click += new System.EventHandler(this.cmBrowseForBackUpFolder_Click);
     //
     // Form_Settings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(778, 406);
     this.Controls.Add(this.cmBrowseForBackUpFolder);
     this.Controls.Add(this.tbBackUpFolder);
     this.Controls.Add(this.chCheckVersion);
     this.Controls.Add(this.chInWine);
     this.Controls.Add(this.chUseCurrency);
     this.Controls.Add(this.cmUseSysFont);
     this.Controls.Add(this.cmFont);
     this.Controls.Add(this.cmCancel);
     this.Controls.Add(this.cmOK);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cbBackUpPlan);
     this.Controls.Add(this.cbColors);
     this.Controls.Add(this.cbFontSize);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.chC4);
     this.Controls.Add(this.chC3);
     this.Controls.Add(this.chC2);
     this.Controls.Add(this.chC1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form_Settings";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Kā strādāsim?";
     this.Load           += new System.EventHandler(this.FormSettings_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_BilancesFormula));
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem3   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem4   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.bsBalA1    = new KlonsLIB.Data.MyBindingSource(this.components);
     this.bsBalA2    = new KlonsLIB.Data.MyBindingSource2(this.components);
     this.bsBalA3    = new KlonsLIB.Data.MyBindingSource2(this.components);
     this.bnavBalsA1 = new KlonsLIB.Components.MyBindingNavigator();
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.tslbActiveTable                  = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSave                                    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1                           = new System.Windows.Forms.ToolStripButton();
     this.toolStripDropDownButton1                   = new System.Windows.Forms.ToolStripDropDownButton();
     this.kopētAtskaitesFormuToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.mainītAtskaitesKoduToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.pārbaudītFormulasBilanceiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pārbaudītFormulasPZAToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.dgvBalA1                                   = new KlonsLIB.Components.MyDataGridView();
     this.dgcBalA1balid                              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA1TA                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA1TP                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvBalA2                                   = new KlonsLIB.Components.MyDataGridView();
     this.dgcBalA2id                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2nr                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2balid                              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2dc                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2tp                                 = new KlonsLIB.Components.MyDgvMcCBColumn();
     this.dgcBalA2Descr                              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2nr1                                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2nr2                                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2S1                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA2S2                                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvBalA3                                   = new KlonsLIB.Components.MyDataGridView();
     this.dgcBalA3tp                                 = new KlonsLIB.Components.MyDgvMcCBColumn();
     this.dgcBalA3ac                                 = new KlonsLIB.Components.MyDgvMcCBColumn();
     this.bsAC              = new KlonsLIB.Data.MyBindingSource(this.components);
     this.dgcBalA3id        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcBalA3id2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.myAdapterManager1 = new KlonsLIB.Data.MyAdapterManager();
     this.cbReportPart      = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.tbRowTo           = new KlonsLIB.Components.MyTextBox();
     this.tbRowFrom         = new KlonsLIB.Components.MyTextBox();
     this.panel2            = new System.Windows.Forms.Panel();
     this.label7            = new System.Windows.Forms.Label();
     this.tbKNr             = new KlonsLIB.Components.MyTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.bsBalA1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsBalA2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsBalA3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bnavBalsA1)).BeginInit();
     this.bnavBalsA1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvBalA1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvBalA2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvBalA3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.myAdapterManager1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // bsBalA1
     //
     this.bsBalA1.AutoSaveChildrenDelete = true;
     this.bsBalA1.AutoSaveOnDelete       = true;
     this.bsBalA1.ChildBS         = this.bsBalA2;
     this.bsBalA1.DataMember      = "BalA1";
     this.bsBalA1.MyDataSource    = "KlonsData";
     this.bsBalA1.Name2           = "bsBalA1";
     this.bsBalA1.Sort            = "balid";
     this.bsBalA1.MyItemRemoved  += new KlonsLIB.Data.ItemRmoveEventHandler(this.bsBalA1_MyItemRemoved);
     this.bsBalA1.CurrentChanged += new System.EventHandler(this.bsBalA1_CurrentChanged);
     this.bsBalA1.ListChanged    += new System.ComponentModel.ListChangedEventHandler(this.bsBalA1_ListChanged);
     //
     // bsBalA2
     //
     this.bsBalA2.AutoSaveChildrenDelete = true;
     this.bsBalA2.AutoSaveOnDelete       = true;
     this.bsBalA2.ChildBS             = this.bsBalA3;
     this.bsBalA2.DataMember          = "FK_BALA2_BALID_BALA1_BALID";
     this.bsBalA2.DataSource          = this.bsBalA1;
     this.bsBalA2.Name2               = "bsBalA2";
     this.bsBalA2.Sort                = "nr";
     this.bsBalA2.MyBeforeRowInsert  += new KlonsLIB.Data.MyRowUpdateEventHandler(this.bsBalA2_MyBeforeRowInsert);
     this.bsBalA2.CurrentChanged     += new System.EventHandler(this.bsBalA2_CurrentChanged);
     this.bsBalA2.CurrentItemChanged += new System.EventHandler(this.bsBalA2_CurrentItemChanged);
     this.bsBalA2.ListChanged        += new System.ComponentModel.ListChangedEventHandler(this.bsBalA2_ListChanged);
     //
     // bsBalA3
     //
     this.bsBalA3.DataMember         = "FK_BALA3_ID2_BALA2_ID";
     this.bsBalA3.DataSource         = this.bsBalA2;
     this.bsBalA3.Name2              = "bsBalA3";
     this.bsBalA3.Sort               = "ac";
     this.bsBalA3.MyBeforeRowInsert += new KlonsLIB.Data.MyRowUpdateEventHandler(this.bsBalA3_MyBeforeRowInsert);
     this.bsBalA3.ListChanged       += new System.ComponentModel.ListChangedEventHandler(this.bsBalA3_ListChanged);
     //
     // bnavBalsA1
     //
     this.bnavBalsA1.AddNewItem       = this.bindingNavigatorAddNewItem;
     this.bnavBalsA1.BindingSource    = this.bsBalA1;
     this.bnavBalsA1.CountItem        = this.bindingNavigatorCountItem;
     this.bnavBalsA1.CountItemFormat  = " no {0}";
     this.bnavBalsA1.DeleteItem       = this.bindingNavigatorDeleteItem;
     this.bnavBalsA1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.bnavBalsA1.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.bnavBalsA1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tslbActiveTable,
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.tsbSave,
         this.toolStripButton1,
         this.toolStripDropDownButton1
     });
     this.bnavBalsA1.Location         = new System.Drawing.Point(0, 368);
     this.bnavBalsA1.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bnavBalsA1.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bnavBalsA1.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bnavBalsA1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bnavBalsA1.Name             = "bnavBalsA1";
     this.bnavBalsA1.PositionItem     = this.bindingNavigatorPositionItem;
     this.bnavBalsA1.Size             = new System.Drawing.Size(606, 32);
     this.bnavBalsA1.TabIndex         = 11;
     this.bnavBalsA1.Text             = "bindingNavigator1";
     this.bnavBalsA1.ItemDeleting    += new System.ComponentModel.CancelEventHandler(this.bnavBalsA1_ItemDeleting);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name  = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size        = new System.Drawing.Size(91, 29);
     this.bindingNavigatorAddNewItem.Text        = "Jauns";
     this.bindingNavigatorAddNewItem.ToolTipText = "Pievienot ierakstu";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(69, 29);
     this.bindingNavigatorCountItem.Text        = " no {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Ierakstu skaits";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name  = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(87, 29);
     this.bindingNavigatorDeleteItem.Text = "Dzēst";
     //
     // tslbActiveTable
     //
     this.tslbActiveTable.Name = "tslbActiveTable";
     this.tslbActiveTable.Size = new System.Drawing.Size(98, 29);
     this.tslbActiveTable.Text = "Atskaites:";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveFirstItem.Text = "Iet uz pirmo";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMovePreviousItem.Text = "Iet uz iepriekšējo";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 32);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(41, 30);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Pašreizējā pozīcija";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 32);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveNextItem.Text = "Iet uz nākošo";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveLastItem.Text = "Iet uz pēdējo";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 32);
     //
     // tsbSave
     //
     this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSave.Image        = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image")));
     this.tsbSave.Name         = "tsbSave";
     this.tsbSave.Size         = new System.Drawing.Size(25, 29);
     this.tsbSave.Text         = "Saglabāt";
     this.tsbSave.Click       += new System.EventHandler(this.tsbSave_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = global::KlonsF.Properties.Resources.information1;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(25, 29);
     this.toolStripButton1.Text   = "Info";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.kopētAtskaitesFormuToolStripMenuItem,
         this.mainītAtskaitesKoduToolStripMenuItem,
         this.pārbaudītFormulasBilanceiToolStripMenuItem,
         this.pārbaudītFormulasPZAToolStripMenuItem
     });
     this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(102, 29);
     this.toolStripDropDownButton1.Text = "Ko darīt!";
     //
     // kopētAtskaitesFormuToolStripMenuItem
     //
     this.kopētAtskaitesFormuToolStripMenuItem.Name   = "kopētAtskaitesFormuToolStripMenuItem";
     this.kopētAtskaitesFormuToolStripMenuItem.Size   = new System.Drawing.Size(325, 30);
     this.kopētAtskaitesFormuToolStripMenuItem.Text   = "Kopēt atskaites formu";
     this.kopētAtskaitesFormuToolStripMenuItem.Click += new System.EventHandler(this.kopētAtskaitesFormuToolStripMenuItem_Click);
     //
     // mainītAtskaitesKoduToolStripMenuItem
     //
     this.mainītAtskaitesKoduToolStripMenuItem.Name   = "mainītAtskaitesKoduToolStripMenuItem";
     this.mainītAtskaitesKoduToolStripMenuItem.Size   = new System.Drawing.Size(325, 30);
     this.mainītAtskaitesKoduToolStripMenuItem.Text   = "Mainīt atskaites kodu";
     this.mainītAtskaitesKoduToolStripMenuItem.Click += new System.EventHandler(this.mainītAtskaitesKoduToolStripMenuItem_Click);
     //
     // pārbaudītFormulasBilanceiToolStripMenuItem
     //
     this.pārbaudītFormulasBilanceiToolStripMenuItem.Name   = "pārbaudītFormulasBilanceiToolStripMenuItem";
     this.pārbaudītFormulasBilanceiToolStripMenuItem.Size   = new System.Drawing.Size(325, 30);
     this.pārbaudītFormulasBilanceiToolStripMenuItem.Text   = "Pārbaudīt formulas bilancei";
     this.pārbaudītFormulasBilanceiToolStripMenuItem.Click += new System.EventHandler(this.pārbaudītFormulasBilanceiToolStripMenuItem_Click);
     //
     // pārbaudītFormulasPZAToolStripMenuItem
     //
     this.pārbaudītFormulasPZAToolStripMenuItem.Name   = "pārbaudītFormulasPZAToolStripMenuItem";
     this.pārbaudītFormulasPZAToolStripMenuItem.Size   = new System.Drawing.Size(325, 30);
     this.pārbaudītFormulasPZAToolStripMenuItem.Text   = "Pārbaudīt formulas PZA";
     this.pārbaudītFormulasPZAToolStripMenuItem.Click += new System.EventHandler(this.pārbaudītFormulasPZAToolStripMenuItem_Click);
     //
     // dgvBalA1
     //
     this.dgvBalA1.AutoGenerateColumns         = false;
     this.dgvBalA1.AutoSave                    = false;
     this.dgvBalA1.BackgroundColor             = System.Drawing.SystemColors.Control;
     this.dgvBalA1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvBalA1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcBalA1balid,
         this.dataGridViewTextBoxColumn2,
         this.dgcBalA1TA,
         this.dgcBalA1TP
     });
     this.dgvBalA1.DataSource          = this.bsBalA1;
     this.dgvBalA1.Location            = new System.Drawing.Point(0, 0);
     this.dgvBalA1.Margin              = new System.Windows.Forms.Padding(2);
     this.dgvBalA1.Name                = "dgvBalA1";
     this.dgvBalA1.RowTemplate.Height  = 19;
     this.dgvBalA1.Size                = new System.Drawing.Size(601, 140);
     this.dgvBalA1.TabIndex            = 0;
     this.dgvBalA1.MyKeyDown          += new System.Windows.Forms.KeyEventHandler(this.dgvBalA1_MyKeyDown);
     this.dgvBalA1.CurrentCellChanged += new System.EventHandler(this.dgvBalA1_CurrentCellChanged);
     this.dgvBalA1.UserDeletingRow    += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvBalA1_UserDeletingRow);
     this.dgvBalA1.Enter              += new System.EventHandler(this.dgvBalA1_Enter);
     this.dgvBalA1.Leave              += new System.EventHandler(this.dgvBalA1_Leave);
     //
     // dgcBalA1balid
     //
     this.dgcBalA1balid.DataPropertyName = "balid";
     this.dgcBalA1balid.HeaderText       = "kods";
     this.dgcBalA1balid.Name             = "dgcBalA1balid";
     this.dgcBalA1balid.ToolTipText      = "Atskaites kods (B1, PZA1, utml.)";
     this.dgcBalA1balid.Width            = 64;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "Descr";
     this.dataGridViewTextBoxColumn2.HeaderText       = "apraksts";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ToolTipText      = "Apraksts";
     this.dataGridViewTextBoxColumn2.Width            = 240;
     //
     // dgcBalA1TA
     //
     this.dgcBalA1TA.DataPropertyName = "TA";
     this.dgcBalA1TA.HeaderText       = "nosaukums1";
     this.dgcBalA1TA.Name             = "dgcBalA1TA";
     this.dgcBalA1TA.ToolTipText      = "Nosaukums atskaites aktīva pusei";
     this.dgcBalA1TA.Width            = 112;
     //
     // dgcBalA1TP
     //
     this.dgcBalA1TP.DataPropertyName = "TP";
     this.dgcBalA1TP.HeaderText       = "nosaukums2";
     this.dgcBalA1TP.Name             = "dgcBalA1TP";
     this.dgcBalA1TP.ToolTipText      = "Nosaukums atskaites pasīva pusei";
     this.dgcBalA1TP.Width            = 112;
     //
     // dgvBalA2
     //
     this.dgvBalA2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dgvBalA2.AutoGenerateColumns         = false;
     this.dgvBalA2.BackgroundColor             = System.Drawing.SystemColors.Control;
     this.dgvBalA2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvBalA2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcBalA2id,
         this.dgcBalA2nr,
         this.dgcBalA2balid,
         this.dgcBalA2dc,
         this.dgcBalA2tp,
         this.dgcBalA2Descr,
         this.dgcBalA2nr1,
         this.dgcBalA2nr2,
         this.dgcBalA2S1,
         this.dgcBalA2S2
     });
     this.dgvBalA2.DataSource           = this.bsBalA2;
     this.dgvBalA2.Location             = new System.Drawing.Point(0, 170);
     this.dgvBalA2.Margin               = new System.Windows.Forms.Padding(2);
     this.dgvBalA2.Name                 = "dgvBalA2";
     this.dgvBalA2.RowTemplate.Height   = 19;
     this.dgvBalA2.Size                 = new System.Drawing.Size(420, 203);
     this.dgvBalA2.TabIndex             = 1;
     this.dgvBalA2.MyKeyDown           += new System.Windows.Forms.KeyEventHandler(this.dgvBalA1_MyKeyDown);
     this.dgvBalA2.CurrentCellChanged  += new System.EventHandler(this.dgvBalA2_CurrentCellChanged);
     this.dgvBalA2.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvBalA2_DefaultValuesNeeded);
     this.dgvBalA2.UserDeletingRow     += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvBalA1_UserDeletingRow);
     this.dgvBalA2.Enter               += new System.EventHandler(this.dgvBalA2_Enter);
     this.dgvBalA2.Leave               += new System.EventHandler(this.dgvBalA2_Leave);
     //
     // dgcBalA2id
     //
     this.dgcBalA2id.DataPropertyName = "id";
     this.dgcBalA2id.HeaderText       = "id";
     this.dgcBalA2id.Name             = "dgcBalA2id";
     this.dgcBalA2id.ReadOnly         = true;
     this.dgcBalA2id.Visible          = false;
     this.dgcBalA2id.Width            = 40;
     //
     // dgcBalA2nr
     //
     this.dgcBalA2nr.DataPropertyName = "nr";
     this.dgcBalA2nr.HeaderText       = "nr.";
     this.dgcBalA2nr.Name             = "dgcBalA2nr";
     this.dgcBalA2nr.ToolTipText      = "Rindas numurs";
     this.dgcBalA2nr.Width            = 48;
     //
     // dgcBalA2balid
     //
     this.dgcBalA2balid.DataPropertyName = "balid";
     this.dgcBalA2balid.HeaderText       = "balid";
     this.dgcBalA2balid.Name             = "dgcBalA2balid";
     this.dgcBalA2balid.Visible          = false;
     this.dgcBalA2balid.Width            = 64;
     //
     // dgcBalA2dc
     //
     this.dgcBalA2dc.DataPropertyName = "dc";
     this.dgcBalA2dc.HeaderText       = "dc";
     this.dgcBalA2dc.Name             = "dgcBalA2dc";
     this.dgcBalA2dc.Visible          = false;
     this.dgcBalA2dc.Width            = 64;
     //
     // dgcBalA2tp
     //
     this.dgcBalA2tp.ColumnNames = new string[] {
         "col1",
         "col2"
     };
     this.dgcBalA2tp.ColumnWidths     = "50;100";
     this.dgcBalA2tp.DataPropertyName = "tp";
     this.dgcBalA2tp.DisplayMember    = "col1";
     this.dgcBalA2tp.DropDownStyle    = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.dgcBalA2tp.HeaderText       = "veids";
     this.dgcBalA2tp.ItemStrings      = new string[] {
         "V;Virsraksts",
         "S;Kontu summējums",
         "K;Rindu summa"
     };
     this.dgcBalA2tp.MaxDropDownItems = 15;
     this.dgcBalA2tp.Name             = "dgcBalA2tp";
     this.dgcBalA2tp.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcBalA2tp.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcBalA2tp.ToolTipText      = "Rindas veids";
     this.dgcBalA2tp.ValueMember      = "col1";
     this.dgcBalA2tp.Width            = 48;
     //
     // dgcBalA2Descr
     //
     this.dgcBalA2Descr.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.dgcBalA2Descr.DataPropertyName = "Descr";
     this.dgcBalA2Descr.HeaderText       = "apraksts";
     this.dgcBalA2Descr.Name             = "dgcBalA2Descr";
     this.dgcBalA2Descr.Width            = 92;
     //
     // dgcBalA2nr1
     //
     this.dgcBalA2nr1.DataPropertyName = "nr1";
     this.dgcBalA2nr1.HeaderText       = "nr1";
     this.dgcBalA2nr1.Name             = "dgcBalA2nr1";
     this.dgcBalA2nr1.Visible          = false;
     this.dgcBalA2nr1.Width            = 40;
     //
     // dgcBalA2nr2
     //
     this.dgcBalA2nr2.DataPropertyName = "nr2";
     this.dgcBalA2nr2.HeaderText       = "nr2";
     this.dgcBalA2nr2.Name             = "dgcBalA2nr2";
     this.dgcBalA2nr2.Visible          = false;
     this.dgcBalA2nr2.Width            = 40;
     //
     // dgcBalA2S1
     //
     this.dgcBalA2S1.DataPropertyName = "S1";
     this.dgcBalA2S1.HeaderText       = "S1";
     this.dgcBalA2S1.Name             = "dgcBalA2S1";
     this.dgcBalA2S1.Visible          = false;
     this.dgcBalA2S1.Width            = 80;
     //
     // dgcBalA2S2
     //
     this.dgcBalA2S2.DataPropertyName = "S2";
     this.dgcBalA2S2.HeaderText       = "S2";
     this.dgcBalA2S2.Name             = "dgcBalA2S2";
     this.dgcBalA2S2.Visible          = false;
     this.dgcBalA2S2.Width            = 80;
     //
     // dgvBalA3
     //
     this.dgvBalA3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dgvBalA3.AutoGenerateColumns         = false;
     this.dgvBalA3.BackgroundColor             = System.Drawing.SystemColors.Control;
     this.dgvBalA3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvBalA3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcBalA3tp,
         this.dgcBalA3ac,
         this.dgcBalA3id,
         this.dgcBalA3id2
     });
     this.dgvBalA3.DataSource           = this.bsBalA3;
     this.dgvBalA3.Location             = new System.Drawing.Point(425, 170);
     this.dgvBalA3.Margin               = new System.Windows.Forms.Padding(2);
     this.dgvBalA3.Name                 = "dgvBalA3";
     this.dgvBalA3.RowTemplate.Height   = 19;
     this.dgvBalA3.Size                 = new System.Drawing.Size(176, 202);
     this.dgvBalA3.TabIndex             = 2;
     this.dgvBalA3.MyKeyDown           += new System.Windows.Forms.KeyEventHandler(this.dgvBalA1_MyKeyDown);
     this.dgvBalA3.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvBalA3_DefaultValuesNeeded);
     this.dgvBalA3.UserDeletingRow     += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvBalA1_UserDeletingRow);
     this.dgvBalA3.Enter               += new System.EventHandler(this.dgvBalA3_Enter);
     //
     // dgcBalA3tp
     //
     this.dgcBalA3tp.ColumnNames = new string[] {
         "col1",
         "col2"
     };
     this.dgcBalA3tp.ColumnWidths     = "50;100";
     this.dgcBalA3tp.DataPropertyName = "tp";
     this.dgcBalA3tp.DisplayMember    = "col1";
     this.dgcBalA3tp.DropDownStyle    = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.dgcBalA3tp.HeaderText       = "veids";
     this.dgcBalA3tp.ItemStrings      = new string[] {
         "Db;Debetā",
         "Kr;Kredītā"
     };
     this.dgcBalA3tp.MaxDropDownItems = 15;
     this.dgcBalA3tp.Name             = "dgcBalA3tp";
     this.dgcBalA3tp.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcBalA3tp.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcBalA3tp.ValueMember      = "col1";
     this.dgcBalA3tp.Width            = 48;
     //
     // dgcBalA3ac
     //
     this.dgcBalA3ac.ColumnNames = new string[] {
         "ac",
         "name"
     };
     this.dgcBalA3ac.ColumnWidths     = "80;200";
     this.dgcBalA3ac.DataPropertyName = "ac";
     this.dgcBalA3ac.DataSource       = this.bsAC;
     this.dgcBalA3ac.DisplayMember    = "AC";
     this.dgcBalA3ac.HeaderText       = "konts";
     this.dgcBalA3ac.LimitToList      = false;
     this.dgcBalA3ac.MaxDropDownItems = 15;
     this.dgcBalA3ac.Name             = "dgcBalA3ac";
     this.dgcBalA3ac.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcBalA3ac.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcBalA3ac.ValueMember      = "AC";
     this.dgcBalA3ac.Width            = 64;
     //
     // bsAC
     //
     this.bsAC.DataMember   = "AcP21";
     this.bsAC.MyDataSource = "KlonsData";
     this.bsAC.Name2        = null;
     this.bsAC.Sort         = "AC";
     //
     // dgcBalA3id
     //
     this.dgcBalA3id.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.dgcBalA3id.DataPropertyName = "id";
     this.dgcBalA3id.HeaderText       = "id";
     this.dgcBalA3id.Name             = "dgcBalA3id";
     this.dgcBalA3id.ReadOnly         = true;
     this.dgcBalA3id.Resizable        = System.Windows.Forms.DataGridViewTriState.False;
     this.dgcBalA3id.Visible          = false;
     this.dgcBalA3id.Width            = 40;
     //
     // dgcBalA3id2
     //
     this.dgcBalA3id2.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.dgcBalA3id2.DataPropertyName = "id2";
     this.dgcBalA3id2.HeaderText       = "id2";
     this.dgcBalA3id2.Name             = "dgcBalA3id2";
     this.dgcBalA3id2.Resizable        = System.Windows.Forms.DataGridViewTriState.False;
     this.dgcBalA3id2.Visible          = false;
     this.dgcBalA3id2.Width            = 40;
     //
     // myAdapterManager1
     //
     this.myAdapterManager1.MyDataSource = "KlonsData";
     this.myAdapterManager1.TableNames   = new string[] {
         "BalA1",
         "BalA2",
         "BalA3",
         null
     };
     //
     // cbReportPart
     //
     this.cbReportPart.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbReportPart.ColumnNames = new string[] {
         "col1"
     };
     this.cbReportPart.ColumnWidths       = "150";
     this.cbReportPart.DisplayMember      = "col1";
     this.cbReportPart.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbReportPart.DropDownHeight     = 136;
     this.cbReportPart.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbReportPart.DropDownWidth      = 174;
     this.cbReportPart.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbReportPart.FormattingEnabled  = true;
     this.cbReportPart.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbReportPart.GridLineHorizontal = false;
     this.cbReportPart.GridLineVertical   = false;
     this.cbReportPart.IntegralHeight     = false;
     myItem3.Col1 = "Aktīvs";
     myItem4.Col1 = "Pasīvs";
     this.cbReportPart.Items.AddRange(new object[] {
         myItem3,
         myItem4
     });
     this.cbReportPart.ItemStrings = new string[] {
         "Aktīvs",
         "Pasīvs"
     };
     this.cbReportPart.Location              = new System.Drawing.Point(118, 145);
     this.cbReportPart.Margin                = new System.Windows.Forms.Padding(2);
     this.cbReportPart.Name                  = "cbReportPart";
     this.cbReportPart.Size                  = new System.Drawing.Size(121, 23);
     this.cbReportPart.TabIndex              = 7;
     this.cbReportPart.ValueMember           = "col1";
     this.cbReportPart.SelectedIndexChanged += new System.EventHandler(this.cbReportPart_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(-3, 147);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(111, 16);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Atskaites sadaļa:";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.tbRowTo);
     this.panel1.Controls.Add(this.tbRowFrom);
     this.panel1.Location = new System.Drawing.Point(433, 198);
     this.panel1.Margin   = new System.Windows.Forms.Padding(2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(121, 82);
     this.panel1.TabIndex = 10;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 58);
     this.label6.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(31, 16);
     this.label6.TabIndex = 2;
     this.label6.Text     = "līdz:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 29);
     this.label5.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(26, 16);
     this.label5.TabIndex = 1;
     this.label5.Text     = "no:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 7);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Summēt rindas:";
     //
     // tbRowTo
     //
     this.tbRowTo.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbRowTo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsBalA2, "nr2", true));
     this.tbRowTo.Location = new System.Drawing.Point(44, 56);
     this.tbRowTo.Margin   = new System.Windows.Forms.Padding(2);
     this.tbRowTo.Name     = "tbRowTo";
     this.tbRowTo.Size     = new System.Drawing.Size(67, 22);
     this.tbRowTo.TabIndex = 4;
     //
     // tbRowFrom
     //
     this.tbRowFrom.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbRowFrom.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsBalA2, "nr1", true));
     this.tbRowFrom.Location = new System.Drawing.Point(44, 27);
     this.tbRowFrom.Margin   = new System.Windows.Forms.Padding(2);
     this.tbRowFrom.Name     = "tbRowFrom";
     this.tbRowFrom.Size     = new System.Drawing.Size(67, 22);
     this.tbRowFrom.TabIndex = 3;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.tbKNr);
     this.panel2.Location = new System.Drawing.Point(425, 58);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(154, 94);
     this.panel2.TabIndex = 11;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(6, 7);
     this.label7.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(139, 54);
     this.label7.TabIndex = 0;
     this.label7.Text     = "Kopsummas rinda, kas saistīta ar virsrakstu:";
     //
     // tbKNr
     //
     this.tbKNr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbKNr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsBalA2, "nr1", true));
     this.tbKNr.Location = new System.Drawing.Point(78, 64);
     this.tbKNr.Margin   = new System.Windows.Forms.Padding(2);
     this.tbKNr.Name     = "tbKNr";
     this.tbKNr.Size     = new System.Drawing.Size(67, 22);
     this.tbKNr.TabIndex = 4;
     //
     // Form_BilancesFormula
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(606, 400);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.cbReportPart);
     this.Controls.Add(this.dgvBalA3);
     this.Controls.Add(this.dgvBalA2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dgvBalA1);
     this.Controls.Add(this.bnavBalsA1);
     this.MinimumSize = new System.Drawing.Size(8, 416);
     this.Name        = "Form_BilancesFormula";
     this.Text        = "Bilances atskaišu formulas";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form_Bilance_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsBalA1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsBalA2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsBalA3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bnavBalsA1)).EndInit();
     this.bnavBalsA1.ResumeLayout(false);
     this.bnavBalsA1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvBalA1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvBalA2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvBalA3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.myAdapterManager1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem17 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem18 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem19 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem20 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem21 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem22 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem23 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem24 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem25 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem26 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem27 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem28 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem29 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem30 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem31 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem32 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.bsSalarySheetSH = new KlonsLIB.Data.MyBindingSource(this.components);
     this.cbSh            = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.tbDate          = new KlonsLIB.Components.MyTextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.cbYr            = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label4          = new System.Windows.Forms.Label();
     this.cbMt            = new KlonsLIB.Components.MyMcFlatComboBox();
     this.chFull          = new System.Windows.Forms.CheckBox();
     this.chTemp          = new System.Windows.Forms.CheckBox();
     this.lbCM            = new System.Windows.Forms.ListBox();
     this.cmOK            = new System.Windows.Forms.Button();
     this.cmCancel        = new System.Windows.Forms.Button();
     this.bsDep           = new KlonsLIB.Data.MyBindingSource(this.components);
     this.label5          = new System.Windows.Forms.Label();
     this.cbDep           = new KlonsLIB.Components.MyMcFlatComboBox();
     this.tbDescr         = new KlonsLIB.Components.MyTextBox();
     this.label6          = new System.Windows.Forms.Label();
     this.cmGetTempl      = new System.Windows.Forms.Button();
     this.cmGetDep        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.bsSalarySheetSH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsDep)).BeginInit();
     this.SuspendLayout();
     //
     // bsSalarySheetSH
     //
     this.bsSalarySheetSH.DataMember   = "SALARY_SHEET_TEMPL";
     this.bsSalarySheetSH.MyDataSource = "KlonsData";
     this.bsSalarySheetSH.Name2        = null;
     this.bsSalarySheetSH.Sort         = "SNR";
     //
     // cbSh
     //
     this.cbSh.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbSh.ColumnNames = new string[] {
         "ID",
         "DESCR",
         "DEP"
     };
     this.cbSh.ColumnWidths       = "0;250;150";
     this.cbSh.DataSource         = this.bsSalarySheetSH;
     this.cbSh.DisplayMember      = "DESCR";
     this.cbSh.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbSh.DropDownHeight     = 255;
     this.cbSh.DropDownWidth      = 424;
     this.cbSh.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbSh.FormattingEnabled  = true;
     this.cbSh.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbSh.GridLineHorizontal = false;
     this.cbSh.GridLineVertical   = false;
     this.cbSh.IntegralHeight     = false;
     this.cbSh.Location           = new System.Drawing.Point(12, 116);
     this.cbSh.MaxDropDownItems   = 15;
     this.cbSh.Name        = "cbSh";
     this.cbSh.Size        = new System.Drawing.Size(300, 23);
     this.cbSh.TabIndex    = 3;
     this.cbSh.ValueMember = "ID";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 97);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(198, 16);
     this.label1.TabIndex = 14;
     this.label1.Text     = "Algas aprēķinu lapas sagatave:";
     //
     // tbDate
     //
     this.tbDate.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbDate.Location    = new System.Drawing.Point(163, 60);
     this.tbDate.Name        = "tbDate";
     this.tbDate.Size        = new System.Drawing.Size(45, 22);
     this.tbDate.TabIndex    = 2;
     this.tbDate.Text        = "1";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(160, 41);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(78, 16);
     this.label2.TabIndex = 13;
     this.label2.Text     = "diena (1-31)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(66, 16);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Par gadu:";
     //
     // cbYr
     //
     this.cbYr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbYr.ColumnNames = new string[] {
         "col1"
     };
     this.cbYr.ColumnWidths       = "39";
     this.cbYr.DisplayMember      = "col1";
     this.cbYr.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbYr.DropDownHeight     = 136;
     this.cbYr.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbYr.DropDownWidth      = 63;
     this.cbYr.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbYr.FormattingEnabled  = true;
     this.cbYr.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbYr.GridLineHorizontal = false;
     this.cbYr.GridLineVertical   = false;
     this.cbYr.IntegralHeight     = false;
     myItem17.Col1 = "2014";
     myItem18.Col1 = "2015";
     myItem19.Col1 = "2016";
     myItem20.Col1 = "2017";
     this.cbYr.Items.AddRange(new object[] {
         myItem17,
         myItem18,
         myItem19,
         myItem20
     });
     this.cbYr.ItemStrings = new string[] {
         "2014",
         "2015",
         "2016",
         "2017"
     };
     this.cbYr.Location              = new System.Drawing.Point(12, 59);
     this.cbYr.Name                  = "cbYr";
     this.cbYr.Size                  = new System.Drawing.Size(63, 23);
     this.cbYr.TabIndex              = 0;
     this.cbYr.ValueMember           = "col1";
     this.cbYr.SelectedIndexChanged += new System.EventHandler(this.cbYr_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(85, 41);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(55, 16);
     this.label4.TabIndex = 12;
     this.label4.Text     = "mēnesi:";
     //
     // cbMt
     //
     this.cbMt.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbMt.ColumnNames = new string[] {
         "col1"
     };
     this.cbMt.ColumnWidths       = "39";
     this.cbMt.DisplayMember      = "col1";
     this.cbMt.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbMt.DropDownHeight     = 221;
     this.cbMt.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbMt.DropDownWidth      = 63;
     this.cbMt.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbMt.FormattingEnabled  = true;
     this.cbMt.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbMt.GridLineHorizontal = false;
     this.cbMt.GridLineVertical   = false;
     this.cbMt.IntegralHeight     = false;
     myItem21.Col1 = "1";
     myItem22.Col1 = "2";
     myItem23.Col1 = "3";
     myItem24.Col1 = "4";
     myItem25.Col1 = "5";
     myItem26.Col1 = "6";
     myItem27.Col1 = "7";
     myItem28.Col1 = "8";
     myItem29.Col1 = "9";
     myItem30.Col1 = "10";
     myItem31.Col1 = "11";
     myItem32.Col1 = "12";
     this.cbMt.Items.AddRange(new object[] {
         myItem21,
         myItem22,
         myItem23,
         myItem24,
         myItem25,
         myItem26,
         myItem27,
         myItem28,
         myItem29,
         myItem30,
         myItem31,
         myItem32
     });
     this.cbMt.ItemStrings = new string[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10",
         "11",
         "12"
     };
     this.cbMt.Location              = new System.Drawing.Point(88, 59);
     this.cbMt.MaxDropDownItems      = 13;
     this.cbMt.Name                  = "cbMt";
     this.cbMt.Size                  = new System.Drawing.Size(63, 23);
     this.cbMt.TabIndex              = 1;
     this.cbMt.ValueMember           = "col1";
     this.cbMt.SelectedIndexChanged += new System.EventHandler(this.cbMt_SelectedIndexChanged);
     //
     // chFull
     //
     this.chFull.AutoSize = true;
     this.chFull.Location = new System.Drawing.Point(12, 9);
     this.chFull.Name     = "chFull";
     this.chFull.Size     = new System.Drawing.Size(134, 20);
     this.chFull.TabIndex = 9;
     this.chFull.Text     = "mēneša aprēķins";
     this.chFull.UseVisualStyleBackColor = true;
     this.chFull.CheckedChanged         += new System.EventHandler(this.chFull_CheckedChanged);
     //
     // chTemp
     //
     this.chTemp.AutoSize = true;
     this.chTemp.Location = new System.Drawing.Point(159, 9);
     this.chTemp.Name     = "chTemp";
     this.chTemp.Size     = new System.Drawing.Size(112, 20);
     this.chTemp.TabIndex = 10;
     this.chTemp.Text     = "starpaprēķins";
     this.chTemp.UseVisualStyleBackColor = true;
     this.chTemp.CheckedChanged         += new System.EventHandler(this.chTemp_CheckedChanged);
     //
     // lbCM
     //
     this.lbCM.BackColor         = System.Drawing.SystemColors.Control;
     this.lbCM.FormattingEnabled = true;
     this.lbCM.ItemHeight        = 16;
     this.lbCM.Items.AddRange(new object[] {
         "Visām sagatavēm",
         "Norādītajai sagatavei",
         "Tukšu sarakstu"
     });
     this.lbCM.Location     = new System.Drawing.Point(12, 271);
     this.lbCM.Name         = "lbCM";
     this.lbCM.Size         = new System.Drawing.Size(156, 68);
     this.lbCM.TabIndex     = 6;
     this.lbCM.DoubleClick += new System.EventHandler(this.lbCM_DoubleClick);
     //
     // cmOK
     //
     this.cmOK.Location = new System.Drawing.Point(183, 287);
     this.cmOK.Name     = "cmOK";
     this.cmOK.Size     = new System.Drawing.Size(88, 52);
     this.cmOK.TabIndex = 7;
     this.cmOK.Text     = "Izveidot";
     this.cmOK.UseVisualStyleBackColor = true;
     this.cmOK.Click += new System.EventHandler(this.cmOK_Click);
     //
     // cmCancel
     //
     this.cmCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmCancel.Location                = new System.Drawing.Point(288, 287);
     this.cmCancel.Name                    = "cmCancel";
     this.cmCancel.Size                    = new System.Drawing.Size(88, 52);
     this.cmCancel.TabIndex                = 8;
     this.cmCancel.Text                    = "Atcelt";
     this.cmCancel.UseVisualStyleBackColor = true;
     //
     // bsDep
     //
     this.bsDep.DataMember   = "DEPARTMENTS";
     this.bsDep.MyDataSource = "KlonsData";
     this.bsDep.Name2        = null;
     this.bsDep.Sort         = "ID";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(9, 154);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(99, 16);
     this.label5.TabIndex = 15;
     this.label5.Text     = "Struktūrvienība:";
     //
     // cbDep
     //
     this.cbDep.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbDep.ColumnNames = new string[] {
         "ID",
         "DESCR"
     };
     this.cbDep.ColumnWidths       = "100;300";
     this.cbDep.DataSource         = this.bsDep;
     this.cbDep.DisplayMember      = "DESCR";
     this.cbDep.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbDep.DropDownHeight     = 255;
     this.cbDep.DropDownWidth      = 424;
     this.cbDep.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbDep.FormattingEnabled  = true;
     this.cbDep.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbDep.GridLineHorizontal = false;
     this.cbDep.GridLineVertical   = false;
     this.cbDep.IntegralHeight     = false;
     this.cbDep.Location           = new System.Drawing.Point(12, 173);
     this.cbDep.MaxDropDownItems   = 15;
     this.cbDep.Name        = "cbDep";
     this.cbDep.Size        = new System.Drawing.Size(300, 23);
     this.cbDep.TabIndex    = 4;
     this.cbDep.ValueMember = "ID";
     //
     // tbDescr
     //
     this.tbDescr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbDescr.Location    = new System.Drawing.Point(12, 229);
     this.tbDescr.Name        = "tbDescr";
     this.tbDescr.Size        = new System.Drawing.Size(300, 22);
     this.tbDescr.TabIndex    = 5;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 210);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(64, 16);
     this.label6.TabIndex = 16;
     this.label6.Text     = "Apraksts:";
     //
     // cmGetTempl
     //
     this.cmGetTempl.Location = new System.Drawing.Point(318, 116);
     this.cmGetTempl.Name     = "cmGetTempl";
     this.cmGetTempl.Size     = new System.Drawing.Size(38, 23);
     this.cmGetTempl.TabIndex = 17;
     this.cmGetTempl.Text     = "?";
     this.cmGetTempl.UseVisualStyleBackColor = true;
     this.cmGetTempl.Click += new System.EventHandler(this.cmGetTempl_Click);
     //
     // cmGetDep
     //
     this.cmGetDep.Location = new System.Drawing.Point(318, 173);
     this.cmGetDep.Name     = "cmGetDep";
     this.cmGetDep.Size     = new System.Drawing.Size(38, 23);
     this.cmGetDep.TabIndex = 17;
     this.cmGetDep.Text     = "?";
     this.cmGetDep.UseVisualStyleBackColor = true;
     this.cmGetDep.Click += new System.EventHandler(this.cmGetDep_Click);
     //
     // Form_SalarySheetsNew
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cmCancel;
     this.ClientSize          = new System.Drawing.Size(388, 349);
     this.Controls.Add(this.cmGetDep);
     this.Controls.Add(this.cmGetTempl);
     this.Controls.Add(this.tbDescr);
     this.Controls.Add(this.cbDep);
     this.Controls.Add(this.cmCancel);
     this.Controls.Add(this.cmOK);
     this.Controls.Add(this.lbCM);
     this.Controls.Add(this.chTemp);
     this.Controls.Add(this.chFull);
     this.Controls.Add(this.cbMt);
     this.Controls.Add(this.cbYr);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbDate);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cbSh);
     this.Name          = "Form_SalarySheetsNew";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Jauna algas parēķinu lapa";
     this.Load         += new System.EventHandler(this.Form_SalarySheetsNew_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsSalarySheetSH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsDep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     KlonsLIB.Components.MyMcComboBox.MyItem myItem1  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem2  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem3  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem4  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem5  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem6  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem7  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem8  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem9  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem10 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem11 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem12 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem13 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem14 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.bsAC     = new KlonsLIB.Data.MyBindingSource();
     this.label1   = new System.Windows.Forms.Label();
     this.cmDoIt   = new System.Windows.Forms.Button();
     this.cbYear   = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label2   = new System.Windows.Forms.Label();
     this.cbMonth  = new KlonsLIB.Components.MyMcFlatComboBox();
     this.tbPageNr = new KlonsLIB.Components.MyTextBox();
     this.tbRowNr  = new KlonsLIB.Components.MyTextBox();
     this.label3   = new System.Windows.Forms.Label();
     this.label4   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).BeginInit();
     this.SuspendLayout();
     //
     // bsAC
     //
     this.bsAC.DataMember   = "AcP21";
     this.bsAC.MyDataSource = "KlonsData";
     this.bsAC.Name2        = "bsAC";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 38);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(44, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Gads:";
     //
     // cmDoIt
     //
     this.cmDoIt.Location = new System.Drawing.Point(277, 125);
     this.cmDoIt.Margin   = new System.Windows.Forms.Padding(2);
     this.cmDoIt.Name     = "cmDoIt";
     this.cmDoIt.Size     = new System.Drawing.Size(133, 63);
     this.cmDoIt.TabIndex = 4;
     this.cmDoIt.Text     = "Taisīt atskaiti";
     this.cmDoIt.UseVisualStyleBackColor = true;
     this.cmDoIt.Click   += new System.EventHandler(this.cmDoIt_Click);
     this.cmDoIt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // cbYear
     //
     this.cbYear.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbYear.ColumnNames = new string[] {
         "col1"
     };
     this.cbYear.ColumnWidths       = "98";
     this.cbYear.DisplayMember      = "col1";
     this.cbYear.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbYear.DropDownHeight     = 136;
     this.cbYear.DropDownWidth      = 122;
     this.cbYear.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbYear.FormattingEnabled  = true;
     this.cbYear.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbYear.GridLineHorizontal = false;
     this.cbYear.GridLineVertical   = false;
     this.cbYear.IntegralHeight     = false;
     myItem1.Col1 = "2014";
     myItem2.Col1 = "2015";
     this.cbYear.Items.AddRange(new object[] {
         myItem1,
         myItem2
     });
     this.cbYear.ItemStrings = new string[] {
         "2014",
         "2015"
     };
     this.cbYear.Location    = new System.Drawing.Point(70, 36);
     this.cbYear.Margin      = new System.Windows.Forms.Padding(2);
     this.cbYear.Name        = "cbYear";
     this.cbYear.Size        = new System.Drawing.Size(79, 23);
     this.cbYear.TabIndex    = 0;
     this.cbYear.ValueMember = "col1";
     this.cbYear.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(170, 38);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(62, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "mēnesis:";
     //
     // cbMonth
     //
     this.cbMonth.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbMonth.ColumnNames = new string[] {
         "col1"
     };
     this.cbMonth.ColumnWidths       = "78";
     this.cbMonth.DisplayMember      = "col1";
     this.cbMonth.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbMonth.DropDownHeight     = 204;
     this.cbMonth.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbMonth.DropDownWidth      = 102;
     this.cbMonth.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbMonth.FormattingEnabled  = true;
     this.cbMonth.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbMonth.GridLineHorizontal = false;
     this.cbMonth.GridLineVertical   = false;
     this.cbMonth.IntegralHeight     = false;
     myItem3.Col1  = "01";
     myItem4.Col1  = "02";
     myItem5.Col1  = "03";
     myItem6.Col1  = "04";
     myItem7.Col1  = "05";
     myItem8.Col1  = "06";
     myItem9.Col1  = "07";
     myItem10.Col1 = "08";
     myItem11.Col1 = "09";
     myItem12.Col1 = "10";
     myItem13.Col1 = "11";
     myItem14.Col1 = "12";
     this.cbMonth.Items.AddRange(new object[] {
         myItem3,
         myItem4,
         myItem5,
         myItem6,
         myItem7,
         myItem8,
         myItem9,
         myItem10,
         myItem11,
         myItem12,
         myItem13,
         myItem14
     });
     this.cbMonth.ItemStrings = new string[] {
         "01",
         "02",
         "03",
         "04",
         "05",
         "06",
         "07",
         "08",
         "09",
         "10",
         "11",
         "12"
     };
     this.cbMonth.Location         = new System.Drawing.Point(236, 36);
     this.cbMonth.Margin           = new System.Windows.Forms.Padding(2);
     this.cbMonth.MaxDropDownItems = 12;
     this.cbMonth.Name             = "cbMonth";
     this.cbMonth.Size             = new System.Drawing.Size(63, 23);
     this.cbMonth.TabIndex         = 1;
     this.cbMonth.ValueMember      = "col1";
     this.cbMonth.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // tbPageNr
     //
     this.tbPageNr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbPageNr.Location    = new System.Drawing.Point(151, 81);
     this.tbPageNr.Margin      = new System.Windows.Forms.Padding(2);
     this.tbPageNr.Name        = "tbPageNr";
     this.tbPageNr.Size        = new System.Drawing.Size(60, 22);
     this.tbPageNr.TabIndex    = 2;
     this.tbPageNr.Text        = "1";
     this.tbPageNr.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // tbRowNr
     //
     this.tbRowNr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbRowNr.Location    = new System.Drawing.Point(151, 117);
     this.tbRowNr.Margin      = new System.Windows.Forms.Padding(2);
     this.tbRowNr.Name        = "tbRowNr";
     this.tbRowNr.Size        = new System.Drawing.Size(60, 22);
     this.tbRowNr.TabIndex    = 3;
     this.tbRowNr.Text        = "1";
     this.tbRowNr.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 82);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(107, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Pirmās lapas nr.:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(18, 118);
     this.label4.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(114, 16);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Pirmā ieraksta nr.:";
     //
     // FormRep_PVNZ1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(426, 214);
     this.CloseOnEscape       = true;
     this.Controls.Add(this.tbRowNr);
     this.Controls.Add(this.tbPageNr);
     this.Controls.Add(this.cbMonth);
     this.Controls.Add(this.cbYear);
     this.Controls.Add(this.cmDoIt);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name          = "FormRep_PVNZ1";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "PVN žurnāls";
     this.Load         += new System.EventHandler(this.FormRepApgr1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     KlonsLIB.Components.MyMcComboBox.MyItem myItem1  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem2  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem3  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem4  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem5  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem6  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem7  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem8  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem9  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem10 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem11 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem12 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem13 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem14 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem15 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem16 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem17 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.label2                  = new System.Windows.Forms.Label();
     this.label3                  = new System.Windows.Forms.Label();
     this.cbFontSize              = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.cbColors                = new KlonsLIB.Components.MyMcFlatComboBox();
     this.cmOK                    = new System.Windows.Forms.Button();
     this.cmCancel                = new System.Windows.Forms.Button();
     this.cmFont                  = new System.Windows.Forms.Button();
     this.label5                  = new System.Windows.Forms.Label();
     this.cmUseSysFont            = new System.Windows.Forms.Button();
     this.chCheckVersion          = new System.Windows.Forms.CheckBox();
     this.cmBrowseForBackUpFolder = new System.Windows.Forms.Button();
     this.tbBackUpFolder          = new KlonsLIB.Components.MyTextBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.cbBackUpPlan            = new KlonsLIB.Components.MyMcFlatComboBox();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(194, 25);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Programmas izskats:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(40, 38);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(130, 25);
     this.label3.TabIndex = 11;
     this.label3.Text     = "Fonta izmērs:";
     //
     // cbFontSize
     //
     this.cbFontSize.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbFontSize.ColumnNames = new string[] {
         "col1"
     };
     this.cbFontSize.ColumnWidths       = "66";
     this.cbFontSize.DisplayMember      = "col1";
     this.cbFontSize.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbFontSize.DropDownHeight     = 210;
     this.cbFontSize.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbFontSize.DropDownWidth      = 94;
     this.cbFontSize.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbFontSize.FormattingEnabled  = true;
     this.cbFontSize.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbFontSize.GridLineHorizontal = false;
     this.cbFontSize.GridLineVertical   = false;
     this.cbFontSize.IntegralHeight     = false;
     myItem1.Col1 = "08";
     myItem2.Col1 = "09";
     myItem3.Col1 = "10";
     myItem4.Col1 = "11";
     myItem5.Col1 = "12";
     myItem6.Col1 = "13";
     myItem7.Col1 = "14";
     myItem8.Col1 = "15";
     myItem9.Col1 = "16";
     this.cbFontSize.Items.AddRange(new object[] {
         myItem1,
         myItem2,
         myItem3,
         myItem4,
         myItem5,
         myItem6,
         myItem7,
         myItem8,
         myItem9
     });
     this.cbFontSize.ItemStrings = new string[] {
         "08",
         "09",
         "10",
         "11",
         "12",
         "13",
         "14",
         "15",
         "16"
     };
     this.cbFontSize.Location              = new System.Drawing.Point(175, 35);
     this.cbFontSize.MaxDropDownItems      = 10;
     this.cbFontSize.Name                  = "cbFontSize";
     this.cbFontSize.Size                  = new System.Drawing.Size(90, 31);
     this.cbFontSize.TabIndex              = 0;
     this.cbFontSize.ValueMember           = "col1";
     this.cbFontSize.SelectedIndexChanged += new System.EventHandler(this.cbFontSize_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(40, 113);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(128, 25);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Krāsu palete:";
     //
     // cbColors
     //
     this.cbColors.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbColors.ColumnNames = new string[] {
         "col1"
     };
     this.cbColors.ColumnWidths       = "200";
     this.cbColors.DisplayMember      = "col1";
     this.cbColors.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbColors.DropDownHeight     = 168;
     this.cbColors.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbColors.DropDownWidth      = 228;
     this.cbColors.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbColors.FormattingEnabled  = true;
     this.cbColors.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbColors.GridLineHorizontal = false;
     this.cbColors.GridLineVertical   = false;
     this.cbColors.IntegralHeight     = false;
     myItem10.Col1 = "Sistēmas krāsas";
     myItem11.Col1 = "Tumšā tēma 1";
     myItem12.Col1 = "Zaļš uz melna";
     myItem13.Col1 = "Melns uz balta";
     this.cbColors.Items.AddRange(new object[] {
         myItem10,
         myItem11,
         myItem12,
         myItem13
     });
     this.cbColors.ItemStrings = new string[] {
         "Sistēmas krāsas",
         "Tumšā tēma 1",
         "Zaļš uz melna",
         "Melns uz balta"
     };
     this.cbColors.Location              = new System.Drawing.Point(175, 110);
     this.cbColors.Name                  = "cbColors";
     this.cbColors.Size                  = new System.Drawing.Size(257, 31);
     this.cbColors.TabIndex              = 3;
     this.cbColors.ValueMember           = "col1";
     this.cbColors.SelectedIndexChanged += new System.EventHandler(this.cbColors_SelectedIndexChanged);
     //
     // cmOK
     //
     this.cmOK.Location = new System.Drawing.Point(412, 190);
     this.cmOK.Name     = "cmOK";
     this.cmOK.Size     = new System.Drawing.Size(112, 48);
     this.cmOK.TabIndex = 8;
     this.cmOK.Text     = "OK";
     this.cmOK.UseVisualStyleBackColor = true;
     this.cmOK.Click += new System.EventHandler(this.cmOK_Click);
     //
     // cmCancel
     //
     this.cmCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmCancel.Location                = new System.Drawing.Point(412, 254);
     this.cmCancel.Name                    = "cmCancel";
     this.cmCancel.Size                    = new System.Drawing.Size(112, 48);
     this.cmCancel.TabIndex                = 9;
     this.cmCancel.Text                    = "Atcelt";
     this.cmCancel.UseVisualStyleBackColor = true;
     //
     // cmFont
     //
     this.cmFont.AutoSize                = true;
     this.cmFont.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.cmFont.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cmFont.Location                = new System.Drawing.Point(175, 69);
     this.cmFont.Name                    = "cmFont";
     this.cmFont.Size                    = new System.Drawing.Size(73, 37);
     this.cmFont.TabIndex                = 2;
     this.cmFont.Text                    = "Fonts";
     this.cmFont.UseVisualStyleBackColor = true;
     this.cmFont.Click                  += new System.EventHandler(this.cmFont_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(41, 76);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(67, 25);
     this.label5.TabIndex = 12;
     this.label5.Text     = "Fonts:";
     //
     // cmUseSysFont
     //
     this.cmUseSysFont.AutoSize                = true;
     this.cmUseSysFont.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.cmUseSysFont.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.cmUseSysFont.Location                = new System.Drawing.Point(280, 31);
     this.cmUseSysFont.Name                    = "cmUseSysFont";
     this.cmUseSysFont.Size                    = new System.Drawing.Size(200, 37);
     this.cmUseSysFont.TabIndex                = 1;
     this.cmUseSysFont.Text                    = "Ņemt sistēmas fontu";
     this.cmUseSysFont.UseVisualStyleBackColor = true;
     this.cmUseSysFont.Click                  += new System.EventHandler(this.cmUseSysFont_Click);
     //
     // chCheckVersion
     //
     this.chCheckVersion.AutoSize = true;
     this.chCheckVersion.Location = new System.Drawing.Point(16, 345);
     this.chCheckVersion.Name     = "chCheckVersion";
     this.chCheckVersion.Size     = new System.Drawing.Size(504, 29);
     this.chCheckVersion.TabIndex = 15;
     this.chCheckVersion.Text     = "Pārbaudīt, vai ir pieejama jaunāka programmas versija";
     this.chCheckVersion.UseVisualStyleBackColor = true;
     //
     // cmBrowseForBackUpFolder
     //
     this.cmBrowseForBackUpFolder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmBrowseForBackUpFolder.Location  = new System.Drawing.Point(16, 291);
     this.cmBrowseForBackUpFolder.Name      = "cmBrowseForBackUpFolder";
     this.cmBrowseForBackUpFolder.Size      = new System.Drawing.Size(105, 37);
     this.cmBrowseForBackUpFolder.TabIndex  = 22;
     this.cmBrowseForBackUpFolder.Text      = "Norādīt";
     this.cmBrowseForBackUpFolder.UseVisualStyleBackColor = true;
     this.cmBrowseForBackUpFolder.Click += new System.EventHandler(this.cmBrowseForBackUpFolder_Click);
     //
     // tbBackUpFolder
     //
     this.tbBackUpFolder.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbBackUpFolder.Location    = new System.Drawing.Point(16, 253);
     this.tbBackUpFolder.Name        = "tbBackUpFolder";
     this.tbBackUpFolder.Size        = new System.Drawing.Size(331, 30);
     this.tbBackUpFolder.TabIndex    = 21;
     this.tbBackUpFolder.WordWrap    = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 228);
     this.label7.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(210, 25);
     this.label7.TabIndex = 24;
     this.label7.Text     = "Rezerves kopiju mape:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 158);
     this.label6.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(253, 25);
     this.label6.TabIndex = 23;
     this.label6.Text     = "Rezerves kopēšanas plāns:";
     //
     // cbBackUpPlan
     //
     this.cbBackUpPlan.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbBackUpPlan.ColumnNames = new string[] {
         "col1"
     };
     this.cbBackUpPlan.ColumnWidths       = "299";
     this.cbBackUpPlan.DisplayMember      = "col1";
     this.cbBackUpPlan.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbBackUpPlan.DropDownHeight     = 168;
     this.cbBackUpPlan.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbBackUpPlan.DropDownWidth      = 327;
     this.cbBackUpPlan.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbBackUpPlan.FormattingEnabled  = true;
     this.cbBackUpPlan.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbBackUpPlan.GridLineHorizontal = false;
     this.cbBackUpPlan.GridLineVertical   = false;
     this.cbBackUpPlan.IntegralHeight     = false;
     myItem14.Col1 = "Nekad";
     myItem15.Col1 = "Pirms aktualizēšanas";
     myItem16.Col1 = "Vienreiz dienā";
     myItem17.Col1 = "Pirms katras atvēršanas";
     this.cbBackUpPlan.Items.AddRange(new object[] {
         myItem14,
         myItem15,
         myItem16,
         myItem17
     });
     this.cbBackUpPlan.ItemStrings = new string[] {
         "Nekad",
         "Pirms aktualizēšanas",
         "Vienreiz dienā",
         "Pirms katras atvēršanas"
     };
     this.cbBackUpPlan.Location    = new System.Drawing.Point(17, 183);
     this.cbBackUpPlan.Margin      = new System.Windows.Forms.Padding(2);
     this.cbBackUpPlan.Name        = "cbBackUpPlan";
     this.cbBackUpPlan.Size        = new System.Drawing.Size(327, 31);
     this.cbBackUpPlan.TabIndex    = 20;
     this.cbBackUpPlan.ValueMember = "col1";
     //
     // Form_Settings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(546, 380);
     this.Controls.Add(this.cmBrowseForBackUpFolder);
     this.Controls.Add(this.tbBackUpFolder);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.cbBackUpPlan);
     this.Controls.Add(this.chCheckVersion);
     this.Controls.Add(this.cmUseSysFont);
     this.Controls.Add(this.cmFont);
     this.Controls.Add(this.cmCancel);
     this.Controls.Add(this.cmOK);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cbColors);
     this.Controls.Add(this.cbFontSize);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form_Settings";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Kā strādāsim?";
     this.Load           += new System.EventHandler(this.FormSettings_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem6   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem7   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem8   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem9   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem10  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRep_Apgr1));
     this.cbAC         = new KlonsLIB.Components.MyMcFlatComboBox();
     this.bsAC         = new KlonsLIB.Data.MyBindingSource(this.components);
     this.tbSD         = new KlonsLIB.Components.MyTextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.tbED         = new KlonsLIB.Components.MyTextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.lbACName     = new System.Windows.Forms.Label();
     this.cmDoIt       = new System.Windows.Forms.Button();
     this.cbCharCount  = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label3       = new System.Windows.Forms.Label();
     this.myLabel1     = new KlonsLIB.Components.MyLabel();
     this.cmTable      = new System.Windows.Forms.Button();
     this.toolStrip1   = new System.Windows.Forms.ToolStrip();
     this.tsbPrevMonth = new System.Windows.Forms.ToolStripButton();
     this.tsbNextMonth = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // cbAC
     //
     this.cbAC.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbAC.ColumnNames = new string[] {
         "ac",
         "name"
     };
     this.cbAC.ColumnWidths       = "100;400";
     this.cbAC.DataSource         = this.bsAC;
     this.cbAC.DisplayMember      = "AC";
     this.cbAC.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbAC.DropDownHeight     = 315;
     this.cbAC.DropDownWidth      = 594;
     this.cbAC.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbAC.FormattingEnabled  = true;
     this.cbAC.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbAC.GridLineHorizontal = false;
     this.cbAC.GridLineVertical   = false;
     this.cbAC.IntegralHeight     = false;
     this.cbAC.Location           = new System.Drawing.Point(171, 106);
     this.cbAC.Margin             = new System.Windows.Forms.Padding(2);
     this.cbAC.MaxDropDownItems   = 15;
     this.cbAC.Name                  = "cbAC";
     this.cbAC.Size                  = new System.Drawing.Size(116, 27);
     this.cbAC.TabIndex              = 2;
     this.cbAC.ValueMember           = "AC";
     this.cbAC.SelectedIndexChanged += new System.EventHandler(this.cbAC_SelectedIndexChanged);
     this.cbAC.TextChanged          += new System.EventHandler(this.cbAC_TextChanged);
     this.cbAC.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     this.cbAC.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.cbAC_MouseDoubleClick);
     //
     // bsAC
     //
     this.bsAC.DataMember   = "AcP21";
     this.bsAC.MyDataSource = "KlonsData";
     this.bsAC.Name2        = "bsAC";
     //
     // tbSD
     //
     this.tbSD.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbSD.IsDate      = true;
     this.tbSD.Location    = new System.Drawing.Point(171, 48);
     this.tbSD.Margin      = new System.Windows.Forms.Padding(2);
     this.tbSD.Name        = "tbSD";
     this.tbSD.Size        = new System.Drawing.Size(90, 26);
     this.tbSD.TabIndex    = 0;
     this.tbSD.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(20, 48);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(137, 20);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Datums (no - līdz):";
     //
     // tbED
     //
     this.tbED.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbED.IsDate      = true;
     this.tbED.Location    = new System.Drawing.Point(268, 48);
     this.tbED.Margin      = new System.Windows.Forms.Padding(2);
     this.tbED.Name        = "tbED";
     this.tbED.Size        = new System.Drawing.Size(90, 26);
     this.tbED.TabIndex    = 1;
     this.tbED.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(20, 109);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 20);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Konts:";
     //
     // lbACName
     //
     this.lbACName.Location = new System.Drawing.Point(177, 138);
     this.lbACName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lbACName.Name     = "lbACName";
     this.lbACName.Size     = new System.Drawing.Size(374, 22);
     this.lbACName.TabIndex = 9;
     this.lbACName.Text     = "Konts:";
     //
     // cmDoIt
     //
     this.cmDoIt.Location = new System.Drawing.Point(361, 169);
     this.cmDoIt.Margin   = new System.Windows.Forms.Padding(2);
     this.cmDoIt.Name     = "cmDoIt";
     this.cmDoIt.Size     = new System.Drawing.Size(140, 71);
     this.cmDoIt.TabIndex = 4;
     this.cmDoIt.Text     = "Atskaiti";
     this.cmDoIt.UseVisualStyleBackColor = true;
     this.cmDoIt.Click   += new System.EventHandler(this.cmDoIt_Click);
     this.cmDoIt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // cbCharCount
     //
     this.cbCharCount.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbCharCount.ColumnNames = new string[] {
         "col1"
     };
     this.cbCharCount.ColumnWidths       = "80";
     this.cbCharCount.DisplayMember      = "col1";
     this.cbCharCount.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbCharCount.DropDownHeight     = 168;
     this.cbCharCount.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbCharCount.DropDownWidth      = 121;
     this.cbCharCount.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbCharCount.FormattingEnabled  = true;
     this.cbCharCount.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbCharCount.GridLineHorizontal = false;
     this.cbCharCount.GridLineVertical   = false;
     this.cbCharCount.IntegralHeight     = false;
     myItem6.Col1  = "*";
     myItem7.Col1  = "1";
     myItem8.Col1  = "2";
     myItem9.Col1  = "3";
     myItem10.Col1 = "4";
     this.cbCharCount.Items.AddRange(new object[] {
         myItem6,
         myItem7,
         myItem8,
         myItem9,
         myItem10
     });
     this.cbCharCount.ItemStrings = new string[] {
         "*",
         "1",
         "2",
         "3",
         "4"
     };
     this.cbCharCount.Location    = new System.Drawing.Point(171, 190);
     this.cbCharCount.Margin      = new System.Windows.Forms.Padding(2);
     this.cbCharCount.Name        = "cbCharCount";
     this.cbCharCount.Size        = new System.Drawing.Size(75, 27);
     this.cbCharCount.TabIndex    = 3;
     this.cbCharCount.ValueMember = "col1";
     this.cbCharCount.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(20, 192);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(140, 20);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Konta zīmju skaits:";
     //
     // myLabel1
     //
     this.myLabel1.AutoSize    = true;
     this.myLabel1.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.myLabel1.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.myLabel1.Location    = new System.Drawing.Point(29, 250);
     this.myLabel1.Margin      = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.myLabel1.Name        = "myLabel1";
     this.myLabel1.Padding     = new System.Windows.Forms.Padding(9, 10, 9, 10);
     this.myLabel1.Size        = new System.Drawing.Size(234, 60);
     this.myLabel1.TabIndex    = 8;
     this.myLabel1.Text        = "Lai dabūtu atskaiti par visiem \r\nkontiem, lodzinā jāieliek \'*\'";
     //
     // cmTable
     //
     this.cmTable.Location = new System.Drawing.Point(361, 250);
     this.cmTable.Margin   = new System.Windows.Forms.Padding(2);
     this.cmTable.Name     = "cmTable";
     this.cmTable.Size     = new System.Drawing.Size(140, 71);
     this.cmTable.TabIndex = 4;
     this.cmTable.Text     = "Tabula";
     this.cmTable.UseVisualStyleBackColor = true;
     this.cmTable.Click   += new System.EventHandler(this.cmTable_Click);
     this.cmTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // toolStrip1
     //
     this.toolStrip1.AllowMerge       = false;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbPrevMonth,
         this.tsbNextMonth
     });
     this.toolStrip1.Location = new System.Drawing.Point(364, 46);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(118, 28);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbPrevMonth
     //
     this.tsbPrevMonth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbPrevMonth.Image        = ((System.Drawing.Image)(resources.GetObject("tsbPrevMonth.Image")));
     this.tsbPrevMonth.Margin       = new System.Windows.Forms.Padding(0);
     this.tsbPrevMonth.Name         = "tsbPrevMonth";
     this.tsbPrevMonth.RightToLeftAutoMirrorImage = true;
     this.tsbPrevMonth.Size   = new System.Drawing.Size(34, 28);
     this.tsbPrevMonth.Text   = "iepriekšējais mēnesis";
     this.tsbPrevMonth.Click += new System.EventHandler(this.tsbPrevMonth_Click);
     //
     // tsbNextMonth
     //
     this.tsbNextMonth.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbNextMonth.Image        = ((System.Drawing.Image)(resources.GetObject("tsbNextMonth.Image")));
     this.tsbNextMonth.Margin       = new System.Windows.Forms.Padding(0);
     this.tsbNextMonth.Name         = "tsbNextMonth";
     this.tsbNextMonth.RightToLeftAutoMirrorImage = true;
     this.tsbNextMonth.Size        = new System.Drawing.Size(34, 28);
     this.tsbNextMonth.Text        = "nākošais mēnesis";
     this.tsbNextMonth.ToolTipText = "Iet uz nākošo";
     this.tsbNextMonth.Click      += new System.EventHandler(this.tsbNextMonth_Click);
     //
     // FormRep_Apgr1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(573, 345);
     this.CloseOnEscape       = true;
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.myLabel1);
     this.Controls.Add(this.cbCharCount);
     this.Controls.Add(this.cmTable);
     this.Controls.Add(this.cmDoIt);
     this.Controls.Add(this.lbACName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tbED);
     this.Controls.Add(this.tbSD);
     this.Controls.Add(this.cbAC);
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "FormRep_Apgr1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Apgrozijumu pārskata parametri";
     this.Load         += new System.EventHandler(this.FormRepApgr1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem17 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem18 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem19 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem20 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem21 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem22 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem23 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem24 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem25 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem26 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem27 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem28 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem29 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem30 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem31 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem32 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRep_VSAOI));
     this.label1                           = new System.Windows.Forms.Label();
     this.cbYear                           = new KlonsLIB.Components.MyMcFlatComboBox();
     this.cbMonth                          = new KlonsLIB.Components.MyMcFlatComboBox();
     this.dgvRep                           = new KlonsLIB.Components.MyDataGridView();
     this.dgcPK                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcName                          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIncome                        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcSAI                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ggcIncomeCorrect                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcSAICorrect                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIIN                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcURVN                          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcHours                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcNr                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsRep                            = new System.Windows.Forms.BindingSource(this.components);
     this.cbTp                             = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label5                           = new System.Windows.Forms.Label();
     this.label6                           = new System.Windows.Forms.Label();
     this.tbDate                           = new KlonsLIB.Components.MyTextBox();
     this.tbPhoneNr                        = new KlonsLIB.Components.MyTextBox();
     this.label4                           = new System.Windows.Forms.Label();
     this.label3                           = new System.Windows.Forms.Label();
     this.tbPosition                       = new KlonsLIB.Components.MyTextBox();
     this.tbName                           = new KlonsLIB.Components.MyTextBox();
     this.label2                           = new System.Windows.Forms.Label();
     this.tbPayDate                        = new KlonsLIB.Components.MyTextBox();
     this.panel1                           = new System.Windows.Forms.Panel();
     this.menuStrip1                       = new System.Windows.Forms.MenuStrip();
     this.miTable                          = new System.Windows.Forms.ToolStripMenuItem();
     this.miReport                         = new System.Windows.Forms.ToolStripMenuItem();
     this.miDoXML                          = new System.Windows.Forms.ToolStripMenuItem();
     this.bnRows                           = new KlonsLIB.Components.MyBindingNavigator();
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRep)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsRep)).BeginInit();
     this.panel1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bnRows)).BeginInit();
     this.bnRows.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Gads, mēnesis:";
     //
     // cbYear
     //
     this.cbYear.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbYear.ColumnNames = new string[] {
         "col1"
     };
     this.cbYear.ColumnWidths       = "45";
     this.cbYear.DisplayMember      = "col1";
     this.cbYear.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbYear.DropDownHeight     = 136;
     this.cbYear.DropDownWidth      = 69;
     this.cbYear.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbYear.FormattingEnabled  = true;
     this.cbYear.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbYear.GridLineHorizontal = false;
     this.cbYear.GridLineVertical   = false;
     this.cbYear.IntegralHeight     = false;
     myItem17.Col1 = "2016";
     myItem18.Col1 = "2017";
     myItem19.Col1 = "2018";
     myItem20.Col1 = "2019";
     this.cbYear.Items.AddRange(new object[] {
         myItem17,
         myItem18,
         myItem19,
         myItem20
     });
     this.cbYear.ItemStrings = new string[] {
         "2016",
         "2017",
         "2018",
         "2019"
     };
     this.cbYear.Location    = new System.Drawing.Point(128, 5);
     this.cbYear.Name        = "cbYear";
     this.cbYear.Size        = new System.Drawing.Size(69, 23);
     this.cbYear.TabIndex    = 1;
     this.cbYear.ValueMember = "col1";
     //
     // cbMonth
     //
     this.cbMonth.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbMonth.ColumnNames = new string[] {
         "col1"
     };
     this.cbMonth.ColumnWidths       = "45";
     this.cbMonth.DisplayMember      = "col1";
     this.cbMonth.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbMonth.DropDownHeight     = 221;
     this.cbMonth.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbMonth.DropDownWidth      = 69;
     this.cbMonth.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbMonth.FormattingEnabled  = true;
     this.cbMonth.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbMonth.GridLineHorizontal = false;
     this.cbMonth.GridLineVertical   = false;
     this.cbMonth.IntegralHeight     = false;
     myItem21.Col1 = "01";
     myItem22.Col1 = "02";
     myItem23.Col1 = "03";
     myItem24.Col1 = "04";
     myItem25.Col1 = "05";
     myItem26.Col1 = "06";
     myItem27.Col1 = "07";
     myItem28.Col1 = "08";
     myItem29.Col1 = "09";
     myItem30.Col1 = "10";
     myItem31.Col1 = "11";
     myItem32.Col1 = "12";
     this.cbMonth.Items.AddRange(new object[] {
         myItem21,
         myItem22,
         myItem23,
         myItem24,
         myItem25,
         myItem26,
         myItem27,
         myItem28,
         myItem29,
         myItem30,
         myItem31,
         myItem32
     });
     this.cbMonth.ItemStrings = new string[] {
         "01",
         "02",
         "03",
         "04",
         "05",
         "06",
         "07",
         "08",
         "09",
         "10",
         "11",
         "12"
     };
     this.cbMonth.Location         = new System.Drawing.Point(203, 5);
     this.cbMonth.MaxDropDownItems = 13;
     this.cbMonth.Name             = "cbMonth";
     this.cbMonth.Size             = new System.Drawing.Size(69, 23);
     this.cbMonth.TabIndex         = 2;
     this.cbMonth.ValueMember      = "col1";
     //
     // dgvRep
     //
     this.dgvRep.AutoGenerateColumns           = false;
     this.dgvRep.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle9.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle9.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle9.Font               = new System.Drawing.Font("Microsoft Sans Serif", 7.488F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
     dataGridViewCellStyle9.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle9.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRep.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
     this.dgvRep.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRep.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcPK,
         this.dgcName,
         this.dgcIncome,
         this.dgcSAI,
         this.ggcIncomeCorrect,
         this.dgcSAICorrect,
         this.dgcIIN,
         this.dgcURVN,
         this.dgcHours,
         this.dgcNr
     });
     this.dgvRep.DataSource         = this.bsRep;
     this.dgvRep.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvRep.Location           = new System.Drawing.Point(0, 106);
     this.dgvRep.Name               = "dgvRep";
     this.dgvRep.RowHeadersWidth    = 53;
     this.dgvRep.RowTemplate.Height = 24;
     this.dgvRep.Size               = new System.Drawing.Size(901, 279);
     this.dgvRep.TabIndex           = 1;
     //
     // dgcPK
     //
     this.dgcPK.DataPropertyName = "PK";
     this.dgcPK.HeaderText       = "personas kods";
     this.dgcPK.MinimumWidth     = 7;
     this.dgcPK.Name             = "dgcPK";
     this.dgcPK.Width            = 120;
     //
     // dgcName
     //
     this.dgcName.DataPropertyName = "Name";
     this.dgcName.HeaderText       = "vārds, uzvārds";
     this.dgcName.MinimumWidth     = 7;
     this.dgcName.Name             = "dgcName";
     this.dgcName.Width            = 140;
     //
     // dgcIncome
     //
     this.dgcIncome.DataPropertyName   = "Income";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle10.Format    = "N2";
     this.dgcIncome.DefaultCellStyle   = dataGridViewCellStyle10;
     this.dgcIncome.HeaderText         = "ienākumi";
     this.dgcIncome.MinimumWidth       = 7;
     this.dgcIncome.Name  = "dgcIncome";
     this.dgcIncome.Width = 80;
     //
     // dgcSAI
     //
     this.dgcSAI.DataPropertyName      = "SAI";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle11.Format    = "N2";
     this.dgcSAI.DefaultCellStyle      = dataGridViewCellStyle11;
     this.dgcSAI.HeaderText            = "VSAOI";
     this.dgcSAI.MinimumWidth          = 7;
     this.dgcSAI.Name  = "dgcSAI";
     this.dgcSAI.Width = 80;
     //
     // ggcIncomeCorrect
     //
     this.ggcIncomeCorrect.DataPropertyName = "IncomeCorrected";
     dataGridViewCellStyle12.Alignment      = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format         = "0.00;-0.00;\"\"";
     this.ggcIncomeCorrect.DefaultCellStyle = dataGridViewCellStyle12;
     this.ggcIncomeCorrect.HeaderText       = "ienākumu korekcija";
     this.ggcIncomeCorrect.MinimumWidth     = 7;
     this.ggcIncomeCorrect.Name             = "ggcIncomeCorrect";
     this.ggcIncomeCorrect.Width            = 80;
     //
     // dgcSAICorrect
     //
     this.dgcSAICorrect.DataPropertyName = "SAICorrected";
     dataGridViewCellStyle13.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle13.Format      = "0.00;-0.00;\"\"";
     this.dgcSAICorrect.DefaultCellStyle = dataGridViewCellStyle13;
     this.dgcSAICorrect.HeaderText       = "VSAOI korekcija";
     this.dgcSAICorrect.MinimumWidth     = 7;
     this.dgcSAICorrect.Name             = "dgcSAICorrect";
     this.dgcSAICorrect.Width            = 80;
     //
     // dgcIIN
     //
     this.dgcIIN.DataPropertyName      = "IIN";
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle14.Format    = "N2";
     this.dgcIIN.DefaultCellStyle      = dataGridViewCellStyle14;
     this.dgcIIN.HeaderText            = "IIN";
     this.dgcIIN.MinimumWidth          = 7;
     this.dgcIIN.Name  = "dgcIIN";
     this.dgcIIN.Width = 80;
     //
     // dgcURVN
     //
     this.dgcURVN.DataPropertyName     = "URVN";
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle15.Format    = "N2";
     this.dgcURVN.DefaultCellStyle     = dataGridViewCellStyle15;
     this.dgcURVN.HeaderText           = "URVN";
     this.dgcURVN.MinimumWidth         = 7;
     this.dgcURVN.Name  = "dgcURVN";
     this.dgcURVN.Width = 60;
     //
     // dgcHours
     //
     this.dgcHours.DataPropertyName    = "Hours";
     dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dgcHours.DefaultCellStyle    = dataGridViewCellStyle16;
     this.dgcHours.HeaderText          = "stundas";
     this.dgcHours.MinimumWidth        = 7;
     this.dgcHours.Name  = "dgcHours";
     this.dgcHours.Width = 60;
     //
     // dgcNr
     //
     this.dgcNr.DataPropertyName = "Nr";
     this.dgcNr.HeaderText       = "nr";
     this.dgcNr.MinimumWidth     = 7;
     this.dgcNr.Name             = "dgcNr";
     this.dgcNr.Visible          = false;
     this.dgcNr.Width            = 40;
     //
     // cbTp
     //
     this.cbTp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.cbTp.BorderColor        = System.Drawing.SystemColors.ControlDarkDark;
     this.cbTp.ColumnNames        = new string[0];
     this.cbTp.ColumnWidths       = "750";
     this.cbTp.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbTp.DropDownHeight     = 136;
     this.cbTp.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbTp.DropDownWidth      = 774;
     this.cbTp.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbTp.FormattingEnabled  = true;
     this.cbTp.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbTp.GridLineHorizontal = false;
     this.cbTp.GridLineVertical   = false;
     this.cbTp.IntegralHeight     = false;
     this.cbTp.Items.AddRange(new object[] {
         "Apdrošināmi visiem valsts sociālās apdrošināšanas veidiem",
         "Izdienas pensijas saņēmēji vai invalīdi – valsts speciālās pensijas saņēmēji",
         "Valsts vecuma pensija, piešķirta vecuma pensija ar atvieglotiem noteikumiem",
         "Personas, kuras nav obligāti sociāli apdrošināmas",
         "Darba ņēmēji, kuri tiek nodarbināti brīvības atņemšanas soda izciešanas laikā",
         "Darba ņēmēji pensionāri, kuri tiek nodarbināti brīvības atņemšanas soda izciešana" +
         "s laikā"
     });
     this.cbTp.Location              = new System.Drawing.Point(4, 78);
     this.cbTp.Name                  = "cbTp";
     this.cbTp.Size                  = new System.Drawing.Size(894, 23);
     this.cbTp.TabIndex              = 7;
     this.cbTp.SelectedIndexChanged += new System.EventHandler(this.cbTp_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(564, 32);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 16);
     this.label5.TabIndex = 17;
     this.label5.Text     = "Datums:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(312, 32);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(103, 16);
     this.label6.TabIndex = 14;
     this.label6.Text     = "Tālruņa numurs:";
     //
     // tbDate
     //
     this.tbDate.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbDate.IsDate      = true;
     this.tbDate.Location    = new System.Drawing.Point(626, 30);
     this.tbDate.Name        = "tbDate";
     this.tbDate.Size        = new System.Drawing.Size(90, 22);
     this.tbDate.TabIndex    = 12;
     //
     // tbPhoneNr
     //
     this.tbPhoneNr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbPhoneNr.Location    = new System.Drawing.Point(428, 30);
     this.tbPhoneNr.Name        = "tbPhoneNr";
     this.tbPhoneNr.Size        = new System.Drawing.Size(105, 22);
     this.tbPhoneNr.TabIndex    = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(564, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(49, 16);
     this.label4.TabIndex = 16;
     this.label4.Text     = "Amats:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(312, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Vārds, uzvārds:";
     //
     // tbPosition
     //
     this.tbPosition.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbPosition.Location    = new System.Drawing.Point(626, 6);
     this.tbPosition.Name        = "tbPosition";
     this.tbPosition.Size        = new System.Drawing.Size(126, 22);
     this.tbPosition.TabIndex    = 11;
     //
     // tbName
     //
     this.tbName.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbName.Location    = new System.Drawing.Point(428, 6);
     this.tbName.Name        = "tbName";
     this.tbName.Size        = new System.Drawing.Size(126, 22);
     this.tbName.TabIndex    = 8;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(312, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(115, 16);
     this.label2.TabIndex = 15;
     this.label2.Text     = "Izmaksas datums:";
     //
     // tbPayDate
     //
     this.tbPayDate.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbPayDate.Location    = new System.Drawing.Point(444, 54);
     this.tbPayDate.Name        = "tbPayDate";
     this.tbPayDate.Size        = new System.Drawing.Size(54, 22);
     this.tbPayDate.TabIndex    = 10;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cbTp);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.tbPayDate);
     this.panel1.Controls.Add(this.cbYear);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.cbMonth);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.tbDate);
     this.panel1.Controls.Add(this.tbPhoneNr);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.tbName);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.tbPosition);
     this.panel1.Controls.Add(this.menuStrip1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(901, 106);
     this.panel1.TabIndex = 0;
     //
     // menuStrip1
     //
     this.menuStrip1.AllowMerge       = false;
     this.menuStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miTable,
         this.miReport,
         this.miDoXML
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 39);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(407, 33);
     this.menuStrip1.TabIndex = 18;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // miTable
     //
     this.miTable.Name   = "miTable";
     this.miTable.Size   = new System.Drawing.Size(79, 29);
     this.miTable.Text   = "Atlasīt";
     this.miTable.Click += new System.EventHandler(this.cmTable_Click);
     //
     // miReport
     //
     this.miReport.Name   = "miReport";
     this.miReport.Size   = new System.Drawing.Size(96, 29);
     this.miReport.Text   = "Atskaite";
     this.miReport.Click += new System.EventHandler(this.cmReport_Click);
     //
     // miDoXML
     //
     this.miDoXML.Name   = "miDoXML";
     this.miDoXML.Size   = new System.Drawing.Size(68, 29);
     this.miDoXML.Text   = "XML";
     this.miDoXML.Click += new System.EventHandler(this.miDoXML_Click);
     //
     // bnRows
     //
     this.bnRows.AddNewItem       = this.bindingNavigatorAddNewItem;
     this.bnRows.BindingSource    = this.bsRep;
     this.bnRows.CountItem        = this.bindingNavigatorCountItem;
     this.bnRows.CountItemFormat  = " no {0}";
     this.bnRows.DataGrid         = this.dgvRep;
     this.bnRows.DeleteItem       = this.bindingNavigatorDeleteItem;
     this.bnRows.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.bnRows.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.bnRows.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem
     });
     this.bnRows.Location         = new System.Drawing.Point(0, 385);
     this.bnRows.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bnRows.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bnRows.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bnRows.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bnRows.Name             = "bnRows";
     this.bnRows.PositionItem     = this.bindingNavigatorPositionItem;
     this.bnRows.SaveItem         = null;
     this.bnRows.Size             = new System.Drawing.Size(901, 33);
     this.bnRows.TabIndex         = 2;
     this.bnRows.Text             = "myBindingNavigator1";
     this.bnRows.ItemDeleting    += new System.ComponentModel.CancelEventHandler(this.bnRows_ItemDeleting);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name  = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(91, 29);
     this.bindingNavigatorAddNewItem.Text = "Jauns";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(69, 29);
     this.bindingNavigatorCountItem.Text        = " no {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Ierakstu skaits";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name  = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(87, 29);
     this.bindingNavigatorDeleteItem.Text = "Dzēst";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(30, 29);
     this.bindingNavigatorMoveFirstItem.Text = "Iet uz pirmo";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(30, 29);
     this.bindingNavigatorMovePreviousItem.Text = "Iet uz iepriekšējo";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 33);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AutoSize    = false;
     this.bindingNavigatorPositionItem.Name        = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size        = new System.Drawing.Size(50, 30);
     this.bindingNavigatorPositionItem.Text        = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Pašreizējā pozīcija";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 33);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(30, 29);
     this.bindingNavigatorMoveNextItem.Text = "Iet uz nākošo";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(30, 29);
     this.bindingNavigatorMoveLastItem.Text = "Iet uz pēdējo";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 33);
     //
     // FormRep_VSAOI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(901, 418);
     this.Controls.Add(this.dgvRep);
     this.Controls.Add(this.bnRows);
     this.Controls.Add(this.panel1);
     this.MainMenuStrip = this.menuStrip1;
     this.MinimumSize   = new System.Drawing.Size(760, 36);
     this.Name          = "FormRep_VSAOI";
     this.Text          = "Darba devēja ziņojums";
     this.Load         += new System.EventHandler(this.FormRep_VSAOI_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvRep)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsRep)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bnRows)).EndInit();
     this.bnRows.ResumeLayout(false);
     this.bnRows.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     KlonsLIB.Components.MyMcComboBox.MyItem myItem1 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem2 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem3 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem4 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem5 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.cbAC        = new KlonsLIB.Components.MyMcFlatComboBox();
     this.bsAC        = new KlonsLIB.Data.MyBindingSource();
     this.tbSD        = new KlonsLIB.Components.MyTextBox();
     this.label1      = new System.Windows.Forms.Label();
     this.tbED        = new KlonsLIB.Components.MyTextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.lbACName    = new System.Windows.Forms.Label();
     this.cmDoIt      = new System.Windows.Forms.Button();
     this.cbCharCount = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label3      = new System.Windows.Forms.Label();
     this.myLabel1    = new KlonsLIB.Components.MyLabel();
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).BeginInit();
     this.SuspendLayout();
     //
     // cbAC
     //
     this.cbAC.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbAC.ColumnNames = new string[] {
         "ac",
         "name"
     };
     this.cbAC.ColumnWidths       = "80;300";
     this.cbAC.DataSource         = this.bsAC;
     this.cbAC.DisplayMember      = "AC";
     this.cbAC.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbAC.DropDownHeight     = 255;
     this.cbAC.DropDownWidth      = 404;
     this.cbAC.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbAC.FormattingEnabled  = true;
     this.cbAC.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbAC.GridLineHorizontal = false;
     this.cbAC.GridLineVertical   = false;
     this.cbAC.IntegralHeight     = false;
     this.cbAC.Location           = new System.Drawing.Point(152, 85);
     this.cbAC.Margin             = new System.Windows.Forms.Padding(2);
     this.cbAC.MaxDropDownItems   = 15;
     this.cbAC.Name                  = "cbAC";
     this.cbAC.Size                  = new System.Drawing.Size(104, 23);
     this.cbAC.TabIndex              = 2;
     this.cbAC.ValueMember           = "AC";
     this.cbAC.SelectedIndexChanged += new System.EventHandler(this.cbAC_SelectedIndexChanged);
     this.cbAC.TextChanged          += new System.EventHandler(this.cbAC_TextChanged);
     this.cbAC.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     this.cbAC.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.cbAC_MouseDoubleClick);
     //
     // bsAC
     //
     this.bsAC.DataMember   = "AcP21";
     this.bsAC.MyDataSource = "KlonsData";
     this.bsAC.Name2        = "bsAC";
     //
     // tbSD
     //
     this.tbSD.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbSD.IsDate      = true;
     this.tbSD.Location    = new System.Drawing.Point(152, 38);
     this.tbSD.Margin      = new System.Windows.Forms.Padding(2);
     this.tbSD.Name        = "tbSD";
     this.tbSD.Size        = new System.Drawing.Size(80, 22);
     this.tbSD.TabIndex    = 0;
     this.tbSD.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 38);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(113, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Datums (no - līdz):";
     //
     // tbED
     //
     this.tbED.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbED.IsDate      = true;
     this.tbED.Location    = new System.Drawing.Point(238, 38);
     this.tbED.Margin      = new System.Windows.Forms.Padding(2);
     this.tbED.Name        = "tbED";
     this.tbED.Size        = new System.Drawing.Size(80, 22);
     this.tbED.TabIndex    = 1;
     this.tbED.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 87);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(44, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Konts:";
     //
     // lbACName
     //
     this.lbACName.Location = new System.Drawing.Point(157, 110);
     this.lbACName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lbACName.Name     = "lbACName";
     this.lbACName.Size     = new System.Drawing.Size(332, 18);
     this.lbACName.TabIndex = 9;
     this.lbACName.Text     = "Konts:";
     //
     // cmDoIt
     //
     this.cmDoIt.Location = new System.Drawing.Point(314, 188);
     this.cmDoIt.Margin   = new System.Windows.Forms.Padding(2);
     this.cmDoIt.Name     = "cmDoIt";
     this.cmDoIt.Size     = new System.Drawing.Size(133, 63);
     this.cmDoIt.TabIndex = 4;
     this.cmDoIt.Text     = "Taisīt atskaiti";
     this.cmDoIt.UseVisualStyleBackColor = true;
     this.cmDoIt.Click   += new System.EventHandler(this.cmDoIt_Click);
     this.cmDoIt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // cbCharCount
     //
     this.cbCharCount.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbCharCount.ColumnNames = new string[] {
         "col1"
     };
     this.cbCharCount.ColumnWidths       = "121";
     this.cbCharCount.DisplayMember      = "col1";
     this.cbCharCount.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbCharCount.DropDownHeight     = 136;
     this.cbCharCount.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbCharCount.DropDownWidth      = 145;
     this.cbCharCount.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbCharCount.FormattingEnabled  = true;
     this.cbCharCount.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbCharCount.GridLineHorizontal = false;
     this.cbCharCount.GridLineVertical   = false;
     this.cbCharCount.IntegralHeight     = false;
     myItem1.Col1 = "*";
     myItem2.Col1 = "1";
     myItem3.Col1 = "2";
     myItem4.Col1 = "3";
     myItem5.Col1 = "4";
     this.cbCharCount.Items.AddRange(new object[] {
         myItem1,
         myItem2,
         myItem3,
         myItem4,
         myItem5
     });
     this.cbCharCount.ItemStrings = new string[] {
         "*",
         "1",
         "2",
         "3",
         "4"
     };
     this.cbCharCount.Location    = new System.Drawing.Point(152, 152);
     this.cbCharCount.Margin      = new System.Windows.Forms.Padding(2);
     this.cbCharCount.Name        = "cbCharCount";
     this.cbCharCount.Size        = new System.Drawing.Size(67, 23);
     this.cbCharCount.TabIndex    = 3;
     this.cbCharCount.ValueMember = "col1";
     this.cbCharCount.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 154);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(116, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Konta zīmju skaits:";
     //
     // myLabel1
     //
     this.myLabel1.AutoSize    = true;
     this.myLabel1.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.myLabel1.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.myLabel1.Location    = new System.Drawing.Point(26, 200);
     this.myLabel1.Margin      = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.myLabel1.Name        = "myLabel1";
     this.myLabel1.Padding     = new System.Windows.Forms.Padding(8);
     this.myLabel1.Size        = new System.Drawing.Size(199, 48);
     this.myLabel1.TabIndex    = 8;
     this.myLabel1.Text        = "Lai dabūtu atskaiti par visiem \r\nkontiem, lodzinā jāieliek \'*\'";
     //
     // FormRep_ApgrNP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(476, 276);
     this.CloseOnEscape       = true;
     this.Controls.Add(this.myLabel1);
     this.Controls.Add(this.cbCharCount);
     this.Controls.Add(this.cmDoIt);
     this.Controls.Add(this.lbACName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tbED);
     this.Controls.Add(this.tbSD);
     this.Controls.Add(this.cbAC);
     this.Name          = "FormRep_ApgrNP";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Apgrozijumu pārskats: naudas plūsma";
     this.Load         += new System.EventHandler(this.FormRepApgr1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsAC)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem1  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem2  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem3  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem4  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem5  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem6  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem7  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem8  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem9  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem10 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem11 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem12 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem13 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem14 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem15 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem16 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem17 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle7  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle8  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRep_IINK));
     this.label1                           = new System.Windows.Forms.Label();
     this.cbYear                           = new KlonsLIB.Components.MyMcFlatComboBox();
     this.cbMonth                          = new KlonsLIB.Components.MyMcFlatComboBox();
     this.dgvRep                           = new KlonsLIB.Components.MyDataGridView();
     this.dgcUse                           = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dgcPK                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcName                          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIncomeType                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDT1                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDT2                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcMonth                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIncome                        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIncomeNotTaxed                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcUntaxedMinimum                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDependants                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcOtherDeduct                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcOtherDeductAmount             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcSAI                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcPF                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcLI                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcHI                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcExpenses                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIINBase                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIIN                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsRep                            = new System.Windows.Forms.BindingSource(this.components);
     this.label5                           = new System.Windows.Forms.Label();
     this.label6                           = new System.Windows.Forms.Label();
     this.tbDate                           = new KlonsLIB.Components.MyTextBox();
     this.tbPhoneNr                        = new KlonsLIB.Components.MyTextBox();
     this.label4                           = new System.Windows.Forms.Label();
     this.label3                           = new System.Windows.Forms.Label();
     this.tbPosition                       = new KlonsLIB.Components.MyTextBox();
     this.tbName                           = new KlonsLIB.Components.MyTextBox();
     this.chSimple                         = new System.Windows.Forms.CheckBox();
     this.toolStrip1                       = new System.Windows.Forms.ToolStrip();
     this.tsbGetRows                       = new System.Windows.Forms.ToolStripButton();
     this.tsbReport                        = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsbReport1                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbReport2                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbXML                           = new System.Windows.Forms.ToolStripButton();
     this.tsbMark                          = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsbMarkAll                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbMarkNone                      = new System.Windows.Forms.ToolStripMenuItem();
     this.bnRows                           = new KlonsLIB.Components.MyBindingNavigator();
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.panel1                           = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRep)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsRep)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bnRows)).BeginInit();
     this.bnRows.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Gads, mēnesis:";
     //
     // cbYear
     //
     this.cbYear.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbYear.ColumnNames = new string[] {
         "col1"
     };
     this.cbYear.ColumnWidths       = "45";
     this.cbYear.DisplayMember      = "col1";
     this.cbYear.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbYear.DropDownHeight     = 136;
     this.cbYear.DropDownWidth      = 69;
     this.cbYear.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbYear.FormattingEnabled  = true;
     this.cbYear.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbYear.GridLineHorizontal = false;
     this.cbYear.GridLineVertical   = false;
     this.cbYear.IntegralHeight     = false;
     myItem1.Col1 = "2016";
     myItem2.Col1 = "2017";
     myItem3.Col1 = "2018";
     myItem4.Col1 = "2019";
     this.cbYear.Items.AddRange(new object[] {
         myItem1,
         myItem2,
         myItem3,
         myItem4
     });
     this.cbYear.ItemStrings = new string[] {
         "2016",
         "2017",
         "2018",
         "2019"
     };
     this.cbYear.Location    = new System.Drawing.Point(127, 4);
     this.cbYear.Name        = "cbYear";
     this.cbYear.Size        = new System.Drawing.Size(69, 23);
     this.cbYear.TabIndex    = 1;
     this.cbYear.ValueMember = "col1";
     //
     // cbMonth
     //
     this.cbMonth.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbMonth.ColumnNames = new string[] {
         "col1"
     };
     this.cbMonth.ColumnWidths       = "45";
     this.cbMonth.DisplayMember      = "col1";
     this.cbMonth.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbMonth.DropDownHeight     = 238;
     this.cbMonth.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbMonth.DropDownWidth      = 69;
     this.cbMonth.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbMonth.FormattingEnabled  = true;
     this.cbMonth.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbMonth.GridLineHorizontal = false;
     this.cbMonth.GridLineVertical   = false;
     this.cbMonth.IntegralHeight     = false;
     myItem5.Col1  = "01";
     myItem6.Col1  = "02";
     myItem7.Col1  = "03";
     myItem8.Col1  = "04";
     myItem9.Col1  = "05";
     myItem10.Col1 = "06";
     myItem11.Col1 = "07";
     myItem12.Col1 = "08";
     myItem13.Col1 = "09";
     myItem14.Col1 = "10";
     myItem15.Col1 = "11";
     myItem16.Col1 = "12";
     myItem17.Col1 = "Gads";
     this.cbMonth.Items.AddRange(new object[] {
         myItem5,
         myItem6,
         myItem7,
         myItem8,
         myItem9,
         myItem10,
         myItem11,
         myItem12,
         myItem13,
         myItem14,
         myItem15,
         myItem16,
         myItem17
     });
     this.cbMonth.ItemStrings = new string[] {
         "01",
         "02",
         "03",
         "04",
         "05",
         "06",
         "07",
         "08",
         "09",
         "10",
         "11",
         "12",
         "Gads"
     };
     this.cbMonth.Location         = new System.Drawing.Point(202, 4);
     this.cbMonth.MaxDropDownItems = 14;
     this.cbMonth.Name             = "cbMonth";
     this.cbMonth.Size             = new System.Drawing.Size(69, 23);
     this.cbMonth.TabIndex         = 1;
     this.cbMonth.ValueMember      = "col1";
     //
     // dgvRep
     //
     this.dgvRep.AutoGenerateColumns           = false;
     this.dgvRep.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 7.488F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRep.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvRep.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRep.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcUse,
         this.dgcPK,
         this.dgcName,
         this.dgcIncomeType,
         this.dgcDT1,
         this.dgcDT2,
         this.dgcMonth,
         this.dgcIncome,
         this.dgcIncomeNotTaxed,
         this.dgcUntaxedMinimum,
         this.dgcDependants,
         this.dgcOtherDeduct,
         this.dgcOtherDeductAmount,
         this.dgcSAI,
         this.dgcPF,
         this.dgcLI,
         this.dgcHI,
         this.dgcExpenses,
         this.dgcIINBase,
         this.dgcIIN
     });
     this.dgvRep.DataSource         = this.bsRep;
     this.dgvRep.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvRep.Location           = new System.Drawing.Point(0, 77);
     this.dgvRep.Name               = "dgvRep";
     this.dgvRep.RowTemplate.Height = 24;
     this.dgvRep.Size               = new System.Drawing.Size(901, 375);
     this.dgvRep.TabIndex           = 3;
     //
     // dgcUse
     //
     this.dgcUse.DataPropertyName = "Use";
     this.dgcUse.FalseValue       = "false";
     this.dgcUse.Frozen           = true;
     this.dgcUse.HeaderText       = "X";
     this.dgcUse.Name             = "dgcUse";
     this.dgcUse.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcUse.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcUse.TrueValue        = "true";
     this.dgcUse.Width            = 30;
     //
     // dgcPK
     //
     this.dgcPK.DataPropertyName = "PK";
     this.dgcPK.Frozen           = true;
     this.dgcPK.HeaderText       = "personas kods";
     this.dgcPK.Name             = "dgcPK";
     this.dgcPK.Width            = 120;
     //
     // dgcName
     //
     this.dgcName.DataPropertyName = "Name";
     this.dgcName.Frozen           = true;
     this.dgcName.HeaderText       = "vārds, uzvārds";
     this.dgcName.Name             = "dgcName";
     this.dgcName.Width            = 140;
     //
     // dgcIncomeType
     //
     this.dgcIncomeType.DataPropertyName = "IncomeType";
     this.dgcIncomeType.HeaderText       = "Ienākumu veids";
     this.dgcIncomeType.Name             = "dgcIncomeType";
     this.dgcIncomeType.Width            = 60;
     //
     // dgcDT1
     //
     this.dgcDT1.DataPropertyName  = "Date1";
     dataGridViewCellStyle2.Format = "dd.MM.yyyy";
     this.dgcDT1.DefaultCellStyle  = dataGridViewCellStyle2;
     this.dgcDT1.HeaderText        = "datums no";
     this.dgcDT1.Name        = "dgcDT1";
     this.dgcDT1.ToolTipText = "ienākumu gūšanas periods, no";
     this.dgcDT1.Width       = 85;
     //
     // dgcDT2
     //
     this.dgcDT2.DataPropertyName  = "Date2";
     dataGridViewCellStyle3.Format = "dd.MM.yyyy";
     this.dgcDT2.DefaultCellStyle  = dataGridViewCellStyle3;
     this.dgcDT2.HeaderText        = "datums līdz";
     this.dgcDT2.Name        = "dgcDT2";
     this.dgcDT2.ToolTipText = "ienākumu gūšanas periods, līdz";
     this.dgcDT2.Width       = 85;
     //
     // dgcMonth
     //
     this.dgcMonth.DataPropertyName = "MonthS";
     this.dgcMonth.HeaderText       = "mēnesis";
     this.dgcMonth.Name             = "dgcMonth";
     this.dgcMonth.ToolTipText      = "ienākumu izmaksas mēnesis";
     this.dgcMonth.Width            = 80;
     //
     // dgcIncome
     //
     this.dgcIncome.DataPropertyName  = "income";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.Format    = "N2";
     this.dgcIncome.DefaultCellStyle  = dataGridViewCellStyle4;
     this.dgcIncome.HeaderText        = "ieņēmumi";
     this.dgcIncome.Name  = "dgcIncome";
     this.dgcIncome.Width = 80;
     //
     // dgcIncomeNotTaxed
     //
     this.dgcIncomeNotTaxed.DataPropertyName = "income_nottaxed";
     dataGridViewCellStyle5.Alignment        = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format           = "N2";
     this.dgcIncomeNotTaxed.DefaultCellStyle = dataGridViewCellStyle5;
     this.dgcIncomeNotTaxed.HeaderText       = "neapliek. ienākumi";
     this.dgcIncomeNotTaxed.Name             = "dgcIncomeNotTaxed";
     this.dgcIncomeNotTaxed.ToolTipText      = "neapliekamie ienākumi";
     this.dgcIncomeNotTaxed.Width            = 80;
     //
     // dgcUntaxedMinimum
     //
     this.dgcUntaxedMinimum.DataPropertyName = "untaxed_minimum";
     dataGridViewCellStyle6.Alignment        = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format           = "N2";
     this.dgcUntaxedMinimum.DefaultCellStyle = dataGridViewCellStyle6;
     this.dgcUntaxedMinimum.HeaderText       = "neapliek. minimums";
     this.dgcUntaxedMinimum.Name             = "dgcUntaxedMinimum";
     this.dgcUntaxedMinimum.ToolTipText      = "neapliekamais minimums";
     this.dgcUntaxedMinimum.Width            = 80;
     //
     // dgcDependants
     //
     this.dgcDependants.DataPropertyName = "iin_exempt_dependants";
     dataGridViewCellStyle7.Alignment    = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle7.Format       = "N1";
     this.dgcDependants.DefaultCellStyle = dataGridViewCellStyle7;
     this.dgcDependants.HeaderText       = "atviegl. par apgād.";
     this.dgcDependants.Name             = "dgcDependants";
     this.dgcDependants.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dgcDependants.ToolTipText      = "atvieglojumi par apgādājamajiem";
     this.dgcDependants.Width            = 80;
     //
     // dgcOtherDeduct
     //
     this.dgcOtherDeduct.DataPropertyName = "iin_exempt_x_code";
     dataGridViewCellStyle8.Alignment     = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dgcOtherDeduct.DefaultCellStyle = dataGridViewCellStyle8;
     this.dgcOtherDeduct.HeaderText       = "atviegl. kods";
     this.dgcOtherDeduct.Name             = "dgcOtherDeduct";
     this.dgcOtherDeduct.ToolTipText      = "papildu atvieglojumu kods";
     this.dgcOtherDeduct.Width            = 60;
     //
     // dgcOtherDeductAmount
     //
     this.dgcOtherDeductAmount.DataPropertyName = "iin_exempt_x";
     dataGridViewCellStyle9.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle9.Format = "N2";
     this.dgcOtherDeductAmount.DefaultCellStyle = dataGridViewCellStyle9;
     this.dgcOtherDeductAmount.HeaderText       = "atviegl. summa";
     this.dgcOtherDeductAmount.Name             = "dgcOtherDeductAmount";
     this.dgcOtherDeductAmount.ToolTipText      = "papildu atvieglojumu summa";
     this.dgcOtherDeductAmount.Width            = 80;
     //
     // dgcSAI
     //
     this.dgcSAI.DataPropertyName      = "dnsn_amount";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle10.Format    = "N2";
     this.dgcSAI.DefaultCellStyle      = dataGridViewCellStyle10;
     this.dgcSAI.HeaderText            = "VSAOI";
     this.dgcSAI.Name  = "dgcSAI";
     this.dgcSAI.Width = 80;
     //
     // dgcPF
     //
     this.dgcPF.DataPropertyName       = "plus_pf_nottaxed";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle11.Format    = "N2";
     this.dgcPF.DefaultCellStyle       = dataGridViewCellStyle11;
     this.dgcPF.HeaderText             = "iemaksas priv.pens.f.";
     this.dgcPF.Name        = "dgcPF";
     this.dgcPF.ToolTipText = "iemaksas privātajos pensiju fondos";
     this.dgcPF.Width       = 80;
     //
     // dgcLI
     //
     this.dgcLI.DataPropertyName       = "plus_hi_nottaxed";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format    = "N2";
     this.dgcLI.DefaultCellStyle       = dataGridViewCellStyle12;
     this.dgcLI.HeaderText             = "dzīv.apdr. prēmijas";
     this.dgcLI.Name        = "dgcLI";
     this.dgcLI.ToolTipText = "Dzīvības apdrošināšanas prēmiju summas ";
     this.dgcLI.Width       = 80;
     //
     // dgcHI
     //
     this.dgcHI.DataPropertyName       = "plus_li_nottaxed";
     dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle13.Format    = "N2";
     this.dgcHI.DefaultCellStyle       = dataGridViewCellStyle13;
     this.dgcHI.HeaderText             = "veselības apdr.";
     this.dgcHI.Name        = "dgcHI";
     this.dgcHI.ToolTipText = "Dzīvības apdrošināšanas prēmiju summas ";
     this.dgcHI.Width       = 80;
     //
     // dgcExpenses
     //
     this.dgcExpenses.DataPropertyName = "iin_exempt_expenses";
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle14.Format    = "N2";
     this.dgcExpenses.DefaultCellStyle = dataGridViewCellStyle14;
     this.dgcExpenses.HeaderText       = "izdevumi";
     this.dgcExpenses.Name             = "dgcExpenses";
     this.dgcExpenses.ToolTipText      = "attaisnotie izdevumi";
     this.dgcExpenses.Width            = 80;
     //
     // dgcIINBase
     //
     this.dgcIINBase.DataPropertyName  = "before_iin";
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle15.Format    = "N2";
     this.dgcIINBase.DefaultCellStyle  = dataGridViewCellStyle15;
     this.dgcIINBase.HeaderText        = "ienākumi IIN aprēķ.";
     this.dgcIINBase.Name        = "dgcIINBase";
     this.dgcIINBase.ToolTipText = "ienākumi, no kura ir aprēķināts nodoklis";
     this.dgcIINBase.Width       = 80;
     //
     // dgcIIN
     //
     this.dgcIIN.DataPropertyName      = "iin_amount";
     dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle16.Format    = "N2";
     this.dgcIIN.DefaultCellStyle      = dataGridViewCellStyle16;
     this.dgcIIN.HeaderText            = "IIN";
     this.dgcIIN.Name        = "dgcIIN";
     this.dgcIIN.ToolTipText = "ieturētais nodoklis";
     this.dgcIIN.Width       = 80;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(531, 31);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 16);
     this.label5.TabIndex = 22;
     this.label5.Text     = "Datums:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(281, 31);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(103, 16);
     this.label6.TabIndex = 21;
     this.label6.Text     = "Tālruņa numurs:";
     //
     // tbDate
     //
     this.tbDate.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbDate.IsDate      = true;
     this.tbDate.Location    = new System.Drawing.Point(596, 29);
     this.tbDate.Name        = "tbDate";
     this.tbDate.Size        = new System.Drawing.Size(90, 22);
     this.tbDate.TabIndex    = 18;
     //
     // tbPhoneNr
     //
     this.tbPhoneNr.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbPhoneNr.Location    = new System.Drawing.Point(395, 29);
     this.tbPhoneNr.Name        = "tbPhoneNr";
     this.tbPhoneNr.Size        = new System.Drawing.Size(105, 22);
     this.tbPhoneNr.TabIndex    = 17;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(531, 7);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(49, 16);
     this.label4.TabIndex = 20;
     this.label4.Text     = "Amats:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(281, 7);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 16);
     this.label3.TabIndex = 19;
     this.label3.Text     = "Vārds, uzvārds:";
     //
     // tbPosition
     //
     this.tbPosition.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbPosition.Location    = new System.Drawing.Point(596, 5);
     this.tbPosition.Name        = "tbPosition";
     this.tbPosition.Size        = new System.Drawing.Size(126, 22);
     this.tbPosition.TabIndex    = 16;
     //
     // tbName
     //
     this.tbName.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbName.Location    = new System.Drawing.Point(395, 5);
     this.tbName.Name        = "tbName";
     this.tbName.Size        = new System.Drawing.Size(126, 22);
     this.tbName.TabIndex    = 15;
     //
     // chSimple
     //
     this.chSimple.AutoSize = true;
     this.chSimple.Location = new System.Drawing.Point(142, 35);
     this.chSimple.Name     = "chSimple";
     this.chSimple.Size     = new System.Drawing.Size(70, 20);
     this.chSimple.TabIndex = 23;
     this.chSimple.Text     = "simple";
     this.chSimple.UseVisualStyleBackColor = true;
     this.chSimple.Visible = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.Font             = new System.Drawing.Font("Microsoft Sans Serif", 7.488F);
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbGetRows,
         this.tsbReport,
         this.tsbXML,
         this.tsbMark
     });
     this.toolStrip1.LayoutStyle      = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location         = new System.Drawing.Point(0, 52);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.ShowItemToolTips = false;
     this.toolStrip1.Size             = new System.Drawing.Size(901, 25);
     this.toolStrip1.TabIndex         = 24;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // tsbGetRows
     //
     this.tsbGetRows.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbGetRows.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbGetRows.Image")));
     this.tsbGetRows.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbGetRows.Name   = "tsbGetRows";
     this.tsbGetRows.Size   = new System.Drawing.Size(48, 22);
     this.tsbGetRows.Text   = "Atlasīt";
     this.tsbGetRows.Click += new System.EventHandler(this.tsbGetRows_Click);
     //
     // tsbReport
     //
     this.tsbReport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbReport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbReport1,
         this.tsbReport2
     });
     this.tsbReport.Image = ((System.Drawing.Image)(resources.GetObject("tsbReport.Image")));
     this.tsbReport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbReport.Name = "tsbReport";
     this.tsbReport.Size = new System.Drawing.Size(73, 22);
     this.tsbReport.Text = "Atskaite";
     //
     // tsbReport1
     //
     this.tsbReport1.Name   = "tsbReport1";
     this.tsbReport1.Size   = new System.Drawing.Size(299, 28);
     this.tsbReport1.Text   = "Katrai personai - MK 677 1. pielikums";
     this.tsbReport1.Click += new System.EventHandler(this.tsbReport1_Click);
     //
     // tsbReport2
     //
     this.tsbReport2.Name   = "tsbReport2";
     this.tsbReport2.Size   = new System.Drawing.Size(299, 28);
     this.tsbReport2.Text   = "Kopsavilkums - MK 677 2. pielikums";
     this.tsbReport2.Click += new System.EventHandler(this.tsbReport2_Click);
     //
     // tsbXML
     //
     this.tsbXML.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbXML.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbXML.Image")));
     this.tsbXML.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbXML.Name   = "tsbXML";
     this.tsbXML.Size   = new System.Drawing.Size(132, 22);
     this.tsbXML.Text   = "XML (kopsavilkums)";
     this.tsbXML.Click += new System.EventHandler(this.tsbXML_Click);
     //
     // tsbMark
     //
     this.tsbMark.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbMark.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbMarkAll,
         this.tsbMarkNone
     });
     this.tsbMark.Image = ((System.Drawing.Image)(resources.GetObject("tsbMark.Image")));
     this.tsbMark.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbMark.Name = "tsbMark";
     this.tsbMark.Size = new System.Drawing.Size(68, 22);
     this.tsbMark.Text = "Atzīmēt";
     //
     // tsbMarkAll
     //
     this.tsbMarkAll.Name   = "tsbMarkAll";
     this.tsbMarkAll.Size   = new System.Drawing.Size(133, 28);
     this.tsbMarkAll.Text   = "Visus";
     this.tsbMarkAll.Click += new System.EventHandler(this.tsbMarkAll_Click);
     //
     // tsbMarkNone
     //
     this.tsbMarkNone.Name   = "tsbMarkNone";
     this.tsbMarkNone.Size   = new System.Drawing.Size(133, 28);
     this.tsbMarkNone.Text   = "Nevienu";
     this.tsbMarkNone.Click += new System.EventHandler(this.tsbMarkNone_Click);
     //
     // bnRows
     //
     this.bnRows.AddNewItem       = this.bindingNavigatorAddNewItem;
     this.bnRows.BindingSource    = this.bsRep;
     this.bnRows.CountItem        = this.bindingNavigatorCountItem;
     this.bnRows.CountItemFormat  = " no {0}";
     this.bnRows.DataGrid         = this.dgvRep;
     this.bnRows.DeleteItem       = this.bindingNavigatorDeleteItem;
     this.bnRows.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.bnRows.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.bnRows.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem
     });
     this.bnRows.Location         = new System.Drawing.Point(0, 452);
     this.bnRows.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bnRows.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bnRows.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bnRows.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bnRows.Name             = "bnRows";
     this.bnRows.PositionItem     = this.bindingNavigatorPositionItem;
     this.bnRows.SaveItem         = null;
     this.bnRows.Size             = new System.Drawing.Size(901, 32);
     this.bnRows.TabIndex         = 25;
     this.bnRows.Text             = "myBindingNavigator1";
     this.bnRows.ItemDeleting    += new System.ComponentModel.CancelEventHandler(this.bnRows_ItemDeleting);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name  = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(91, 29);
     this.bindingNavigatorAddNewItem.Text = "Jauns";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(69, 29);
     this.bindingNavigatorCountItem.Text        = " no {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Ierakstu skaits";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name  = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(87, 29);
     this.bindingNavigatorDeleteItem.Text = "Dzēst";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveFirstItem.Text = "Iet uz pirmo";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMovePreviousItem.Text = "Iet uz iepriekšējo";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 32);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AutoSize    = false;
     this.bindingNavigatorPositionItem.Name        = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size        = new System.Drawing.Size(50, 30);
     this.bindingNavigatorPositionItem.Text        = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Pašreizējā pozīcija";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 32);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveNextItem.Text = "Iet uz nākošo";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveLastItem.Text = "Iet uz pēdējo";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 32);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chSimple);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.Controls.Add(this.cbYear);
     this.panel1.Controls.Add(this.cbMonth);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.tbName);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.tbPosition);
     this.panel1.Controls.Add(this.tbDate);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.tbPhoneNr);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(901, 77);
     this.panel1.TabIndex = 26;
     //
     // FormRep_IINK
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(901, 484);
     this.Controls.Add(this.dgvRep);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bnRows);
     this.MinimumSize = new System.Drawing.Size(760, 36);
     this.Name        = "FormRep_IINK";
     this.Text        = "Paziņojums par fiziskai personai izmaksātajām summām";
     this.Load       += new System.EventHandler(this.FormRep_IINK_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvRep)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsRep)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bnRows)).EndInit();
     this.bnRows.ResumeLayout(false);
     this.bnRows.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     KlonsLIB.Components.MyMcComboBox.MyItem myItem1  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem2  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem3  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem4  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem5  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem6  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem7  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem8  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem9  = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem10 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem myItem11 = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.cmDoIt       = new System.Windows.Forms.Button();
     this.tbSigner     = new KlonsLIB.Components.MyTextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.cmCancel     = new System.Windows.Forms.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.lbClName     = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.cbClid       = new KlonsLIB.Components.MyMcFlatComboBox();
     this.bsClid       = new KlonsLIB.Data.MyBindingSource();
     this.cbDarVeids   = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label4       = new System.Windows.Forms.Label();
     this.cbApmaksa    = new KlonsLIB.Components.MyMcFlatComboBox();
     this.label5       = new System.Windows.Forms.Label();
     this.label6       = new System.Windows.Forms.Label();
     this.cbTermins    = new KlonsLIB.Components.MyMcFlatComboBox();
     this.tbTLNumurs   = new KlonsLIB.Components.MyTextBox();
     this.label7       = new System.Windows.Forms.Label();
     this.tbTLVaditajs = new KlonsLIB.Components.MyTextBox();
     this.label8       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.bsClid)).BeginInit();
     this.SuspendLayout();
     //
     // cmDoIt
     //
     this.cmDoIt.Location = new System.Drawing.Point(313, 174);
     this.cmDoIt.Margin   = new System.Windows.Forms.Padding(2);
     this.cmDoIt.Name     = "cmDoIt";
     this.cmDoIt.Size     = new System.Drawing.Size(102, 52);
     this.cmDoIt.TabIndex = 2;
     this.cmDoIt.Text     = "Sagatavot pavadzīmi";
     this.cmDoIt.UseVisualStyleBackColor = true;
     this.cmDoIt.Click   += new System.EventHandler(this.cmDoIt_Click);
     this.cmDoIt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // tbSigner
     //
     this.tbSigner.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbSigner.Location    = new System.Drawing.Point(98, 190);
     this.tbSigner.Margin      = new System.Windows.Forms.Padding(2);
     this.tbSigner.Name        = "tbSigner";
     this.tbSigner.Size        = new System.Drawing.Size(183, 22);
     this.tbSigner.TabIndex    = 1;
     this.tbSigner.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 191);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Izrakstītāks:";
     //
     // cmCancel
     //
     this.cmCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmCancel.Location                = new System.Drawing.Point(431, 174);
     this.cmCancel.Margin                  = new System.Windows.Forms.Padding(2);
     this.cmCancel.Name                    = "cmCancel";
     this.cmCancel.Size                    = new System.Drawing.Size(102, 52);
     this.cmCancel.TabIndex                = 2;
     this.cmCancel.Text                    = "Atcelt";
     this.cmCancel.UseVisualStyleBackColor = true;
     this.cmCancel.Click                  += new System.EventHandler(this.cmCancel_Click);
     this.cmCancel.KeyDown                += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 234);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(500, 63);
     this.label1.TabIndex = 5;
     this.label1.Text     = "  Lai rēķinā pie daudzumiem parādītos mērvienības, kontējuma parakstam jāsākas ar" +
                            " atbilstošās mērvienības apzīmējumu un simbolu ~.\r\n  Piemēram: kg~Kartupeļi";
     //
     // lbClName
     //
     this.lbClName.Location = new System.Drawing.Point(230, 18);
     this.lbClName.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lbClName.Name     = "lbClName";
     this.lbClName.Size     = new System.Drawing.Size(304, 18);
     this.lbClName.TabIndex = 14;
     this.lbClName.Text     = "Konts:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 18);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(84, 16);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Pārvadātājs:";
     //
     // cbClid
     //
     this.cbClid.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbClid.ColumnNames = new string[] {
         "clid",
         "name"
     };
     this.cbClid.ColumnWidths       = "120;300";
     this.cbClid.DataSource         = this.bsClid;
     this.cbClid.DisplayMember      = "clid";
     this.cbClid.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbClid.DropDownHeight     = 255;
     this.cbClid.DropDownWidth      = 444;
     this.cbClid.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbClid.FormattingEnabled  = true;
     this.cbClid.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbClid.GridLineHorizontal = false;
     this.cbClid.GridLineVertical   = false;
     this.cbClid.IntegralHeight     = false;
     this.cbClid.Location           = new System.Drawing.Point(99, 16);
     this.cbClid.Margin             = new System.Windows.Forms.Padding(2);
     this.cbClid.MaxDropDownItems   = 15;
     this.cbClid.Name              = "cbClid";
     this.cbClid.Size              = new System.Drawing.Size(126, 23);
     this.cbClid.TabIndex          = 12;
     this.cbClid.ValueMember       = "clid";
     this.cbClid.TextChanged      += new System.EventHandler(this.cbClid_TextChanged);
     this.cbClid.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     this.cbClid.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.cbClid_MouseDoubleClick);
     //
     // bsClid
     //
     this.bsClid.DataMember   = "Persons";
     this.bsClid.MyDataSource = "KlonsData";
     this.bsClid.Name2        = null;
     //
     // cbDarVeids
     //
     this.cbDarVeids.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbDarVeids.ColumnNames = new string[] {
         "col1"
     };
     this.cbDarVeids.ColumnWidths       = "400";
     this.cbDarVeids.DisplayMember      = "col1";
     this.cbDarVeids.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbDarVeids.DropDownHeight     = 255;
     this.cbDarVeids.DropDownWidth      = 424;
     this.cbDarVeids.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbDarVeids.FormattingEnabled  = true;
     this.cbDarVeids.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbDarVeids.GridLineHorizontal = false;
     this.cbDarVeids.GridLineVertical   = false;
     this.cbDarVeids.IntegralHeight     = false;
     myItem1.Col1 = "preču piegāde";
     myItem2.Col1 = "izsniegšana citam nodokļu maksātājam";
     myItem3.Col1 = "preču piegāde saskaņā ar PVN likuma 141 pantu";
     this.cbDarVeids.Items.AddRange(new object[] {
         myItem1,
         myItem2,
         myItem3
     });
     this.cbDarVeids.ItemStrings = new string[] {
         "preču piegāde",
         "izsniegšana citam nodokļu maksātājam",
         "preču piegāde saskaņā ar PVN likuma 141 pantu"
     };
     this.cbDarVeids.Location          = new System.Drawing.Point(123, 102);
     this.cbDarVeids.Margin            = new System.Windows.Forms.Padding(2);
     this.cbDarVeids.MaxDropDownItems  = 15;
     this.cbDarVeids.Name              = "cbDarVeids";
     this.cbDarVeids.Size              = new System.Drawing.Size(291, 23);
     this.cbDarVeids.TabIndex          = 12;
     this.cbDarVeids.ValueMember       = "col1";
     this.cbDarVeids.TextChanged      += new System.EventHandler(this.cbClid_TextChanged);
     this.cbDarVeids.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     this.cbDarVeids.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.cbClid_MouseDoubleClick);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 105);
     this.label4.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(101, 16);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Darijuma veids:";
     //
     // cbApmaksa
     //
     this.cbApmaksa.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbApmaksa.ColumnNames = new string[] {
         "col1"
     };
     this.cbApmaksa.ColumnWidths       = "400";
     this.cbApmaksa.DisplayMember      = "col1";
     this.cbApmaksa.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbApmaksa.DropDownHeight     = 255;
     this.cbApmaksa.DropDownWidth      = 424;
     this.cbApmaksa.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbApmaksa.FormattingEnabled  = true;
     this.cbApmaksa.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbApmaksa.GridLineHorizontal = false;
     this.cbApmaksa.GridLineVertical   = false;
     this.cbApmaksa.IntegralHeight     = false;
     myItem4.Col1 = "ar pārskaitijumu";
     myItem5.Col1 = "tulītēja apmaksa";
     this.cbApmaksa.Items.AddRange(new object[] {
         myItem4,
         myItem5
     });
     this.cbApmaksa.ItemStrings = new string[] {
         "ar pārskaitijumu",
         "tulītēja apmaksa"
     };
     this.cbApmaksa.Location          = new System.Drawing.Point(130, 131);
     this.cbApmaksa.Margin            = new System.Windows.Forms.Padding(2);
     this.cbApmaksa.MaxDropDownItems  = 15;
     this.cbApmaksa.Name              = "cbApmaksa";
     this.cbApmaksa.Size              = new System.Drawing.Size(234, 23);
     this.cbApmaksa.TabIndex          = 12;
     this.cbApmaksa.ValueMember       = "col1";
     this.cbApmaksa.TextChanged      += new System.EventHandler(this.cbClid_TextChanged);
     this.cbApmaksa.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     this.cbApmaksa.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.cbClid_MouseDoubleClick);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(9, 134);
     this.label5.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(112, 16);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Apmaksas veids:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 162);
     this.label6.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(122, 16);
     this.label6.TabIndex = 4;
     this.label6.Text     = "Apmaksas termiņš:";
     //
     // cbTermins
     //
     this.cbTermins.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbTermins.ColumnNames = new string[] {
         "col1"
     };
     this.cbTermins.ColumnWidths       = "120;300";
     this.cbTermins.DisplayMember      = "col1";
     this.cbTermins.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbTermins.DropDownHeight     = 255;
     this.cbTermins.DropDownWidth      = 144;
     this.cbTermins.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbTermins.FormattingEnabled  = true;
     this.cbTermins.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbTermins.GridLineHorizontal = false;
     this.cbTermins.GridLineVertical   = false;
     this.cbTermins.IntegralHeight     = false;
     myItem6.Col1  = "10 dienas";
     myItem7.Col1  = "15 dienas";
     myItem8.Col1  = "20 dienas";
     myItem9.Col1  = "30 dienas";
     myItem10.Col1 = "45 dienas";
     myItem11.Col1 = "60 dienas";
     this.cbTermins.Items.AddRange(new object[] {
         myItem6,
         myItem7,
         myItem8,
         myItem9,
         myItem10,
         myItem11
     });
     this.cbTermins.ItemStrings = new string[] {
         "10 dienas",
         "15 dienas",
         "20 dienas",
         "30 dienas",
         "45 dienas",
         "60 dienas"
     };
     this.cbTermins.Location          = new System.Drawing.Point(142, 160);
     this.cbTermins.Margin            = new System.Windows.Forms.Padding(2);
     this.cbTermins.MaxDropDownItems  = 15;
     this.cbTermins.Name              = "cbTermins";
     this.cbTermins.Size              = new System.Drawing.Size(139, 23);
     this.cbTermins.TabIndex          = 12;
     this.cbTermins.ValueMember       = "col1";
     this.cbTermins.TextChanged      += new System.EventHandler(this.cbClid_TextChanged);
     this.cbTermins.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     this.cbTermins.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.cbClid_MouseDoubleClick);
     //
     // tbTLNumurs
     //
     this.tbTLNumurs.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbTLNumurs.Location    = new System.Drawing.Point(186, 46);
     this.tbTLNumurs.Margin      = new System.Windows.Forms.Padding(2);
     this.tbTLNumurs.Name        = "tbTLNumurs";
     this.tbTLNumurs.Size        = new System.Drawing.Size(152, 22);
     this.tbTLNumurs.TabIndex    = 1;
     this.tbTLNumurs.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(9, 47);
     this.label7.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(161, 16);
     this.label7.TabIndex = 4;
     this.label7.Text     = "Transportlīdzekļa numurs:";
     //
     // tbTLVaditajs
     //
     this.tbTLVaditajs.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbTLVaditajs.Location    = new System.Drawing.Point(286, 74);
     this.tbTLVaditajs.Margin      = new System.Windows.Forms.Padding(2);
     this.tbTLVaditajs.Name        = "tbTLVaditajs";
     this.tbTLVaditajs.Size        = new System.Drawing.Size(152, 22);
     this.tbTLVaditajs.TabIndex    = 1;
     this.tbTLVaditajs.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.Control_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(9, 76);
     this.label8.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(256, 16);
     this.label8.TabIndex = 4;
     this.label8.Text     = "Transportlīdzekļa vadītāja vārds, uzvārds:";
     //
     // FormRep_RekinsPZ1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(557, 302);
     this.CloseOnEscape       = true;
     this.Controls.Add(this.lbClName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cbTermins);
     this.Controls.Add(this.cbApmaksa);
     this.Controls.Add(this.cbDarVeids);
     this.Controls.Add(this.cbClid);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.tbTLVaditajs);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbTLNumurs);
     this.Controls.Add(this.tbSigner);
     this.Controls.Add(this.cmCancel);
     this.Controls.Add(this.cmDoIt);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormRep_RekinsPZ1";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Izrakstam pavadzīmi";
     this.Load           += new System.EventHandler(this.FormRep_RekinsPZ1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsClid)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem1   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem2   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ReportCodes));
     this.dgvZinuKodi = new KlonsLIB.Components.MyDataGridView();
     this.dgcID       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcCode     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDescr    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcUsed     = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dgcTP1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcTP2      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsZinuKodi  = new KlonsLIB.Data.MyBindingSource(this.components);
     this.tbCode      = new KlonsLIB.Components.MyPickRowTextBox();
     this.cbUsed      = new KlonsLIB.Components.MyMcFlatComboBox();
     this.bnNav       = new KlonsLIB.Components.MyBindingNavigator();
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSave         = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dgvZinuKodi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsZinuKodi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bnNav)).BeginInit();
     this.bnNav.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvZinuKodi
     //
     this.dgvZinuKodi.AutoGenerateColumns           = false;
     this.dgvZinuKodi.AutoSizeRowsMode              = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvZinuKodi.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 7.488F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
     dataGridViewCellStyle1.ForeColor               = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvZinuKodi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvZinuKodi.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvZinuKodi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcID,
         this.dgcCode,
         this.dgcDescr,
         this.dgcUsed,
         this.dgcTP1,
         this.dgcTP2
     });
     this.dgvZinuKodi.DataSource         = this.bsZinuKodi;
     this.dgvZinuKodi.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvZinuKodi.Location           = new System.Drawing.Point(0, 28);
     this.dgvZinuKodi.Name               = "dgvZinuKodi";
     this.dgvZinuKodi.RowTemplate.Height = 24;
     this.dgvZinuKodi.Size               = new System.Drawing.Size(674, 286);
     this.dgvZinuKodi.TabIndex           = 3;
     this.dgvZinuKodi.MyCheckForChanges += new System.EventHandler(this.dgvZinuKodi_MyCheckForChanges);
     this.dgvZinuKodi.CellDoubleClick   += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvZinuKodi_CellDoubleClick);
     this.dgvZinuKodi.UserDeletingRow   += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvZinuKodi_UserDeletingRow);
     this.dgvZinuKodi.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.dgvZinuKodi_KeyDown);
     this.dgvZinuKodi.KeyPress          += new System.Windows.Forms.KeyPressEventHandler(this.dgvZinuKodi_KeyPress);
     //
     // dgcID
     //
     this.dgcID.DataPropertyName = "ID";
     this.dgcID.HeaderText       = "ID";
     this.dgcID.Name             = "dgcID";
     this.dgcID.Visible          = false;
     //
     // dgcCode
     //
     this.dgcCode.DataPropertyName = "CODE";
     this.dgcCode.HeaderText       = "kods";
     this.dgcCode.Name             = "dgcCode";
     this.dgcCode.Width            = 50;
     //
     // dgcDescr
     //
     this.dgcDescr.DataPropertyName  = "DESCR";
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcDescr.DefaultCellStyle  = dataGridViewCellStyle2;
     this.dgcDescr.HeaderText        = "apraksts";
     this.dgcDescr.Name  = "dgcDescr";
     this.dgcDescr.Width = 500;
     //
     // dgcUsed
     //
     this.dgcUsed.DataPropertyName = "USED";
     this.dgcUsed.FalseValue       = "0";
     this.dgcUsed.HeaderText       = "aktīvs";
     this.dgcUsed.Name             = "dgcUsed";
     this.dgcUsed.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dgcUsed.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dgcUsed.TrueValue        = "1";
     this.dgcUsed.Width            = 50;
     //
     // dgcTP1
     //
     this.dgcTP1.DataPropertyName = "TP1";
     this.dgcTP1.HeaderText       = "TP1";
     this.dgcTP1.Name             = "dgcTP1";
     this.dgcTP1.Visible          = false;
     //
     // dgcTP2
     //
     this.dgcTP2.DataPropertyName = "TP2";
     this.dgcTP2.HeaderText       = "TP2";
     this.dgcTP2.Name             = "dgcTP2";
     this.dgcTP2.Visible          = false;
     //
     // bsZinuKodi
     //
     this.bsZinuKodi.AutoSaveOnDelete = true;
     this.bsZinuKodi.DataMember       = "REPORT_CODES";
     this.bsZinuKodi.MyDataSource     = "KlonsData";
     this.bsZinuKodi.Name2            = null;
     this.bsZinuKodi.Sort             = "CODE";
     this.bsZinuKodi.UseDataGridView  = this.dgvZinuKodi;
     this.bsZinuKodi.ListChanged     += new System.ComponentModel.ListChangedEventHandler(this.bsZinuKodi_ListChanged);
     //
     // tbCode
     //
     this.tbCode.BorderColor       = System.Drawing.SystemColors.ControlDarkDark;
     this.tbCode.ColumnNr          = 1;
     this.tbCode.DataMember        = null;
     this.tbCode.DataSource        = this.bsZinuKodi;
     this.tbCode.Location          = new System.Drawing.Point(85, 3);
     this.tbCode.Name              = "tbCode";
     this.tbCode.SelectedIndex     = -1;
     this.tbCode.Size              = new System.Drawing.Size(63, 22);
     this.tbCode.TabIndex          = 0;
     this.tbCode.RowSelectedEvent += new KlonsLIB.Components.RowSelectedEventHandler(this.tbCode_RowSelectedEvent);
     this.tbCode.Enter            += new System.EventHandler(this.tbCode_Enter);
     //
     // cbUsed
     //
     this.cbUsed.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbUsed.ColumnNames = new string[] {
         "col1"
     };
     this.cbUsed.ColumnWidths       = "81";
     this.cbUsed.DisplayMember      = "col1";
     this.cbUsed.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbUsed.DropDownHeight     = 136;
     this.cbUsed.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbUsed.DropDownWidth      = 105;
     this.cbUsed.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbUsed.FormattingEnabled  = true;
     this.cbUsed.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbUsed.GridLineHorizontal = false;
     this.cbUsed.GridLineVertical   = false;
     this.cbUsed.IntegralHeight     = false;
     myItem1.Col1 = "visi";
     myItem2.Col1 = "aktīvie";
     this.cbUsed.Items.AddRange(new object[] {
         myItem1,
         myItem2
     });
     this.cbUsed.ItemStrings = new string[] {
         "visi",
         "aktīvie"
     };
     this.cbUsed.Location              = new System.Drawing.Point(168, 3);
     this.cbUsed.Name                  = "cbUsed";
     this.cbUsed.Size                  = new System.Drawing.Size(105, 23);
     this.cbUsed.TabIndex              = 1;
     this.cbUsed.ValueMember           = "col1";
     this.cbUsed.SelectedIndexChanged += new System.EventHandler(this.cbUsed_SelectedIndexChanged);
     //
     // bnNav
     //
     this.bnNav.AddNewItem       = this.bindingNavigatorAddNewItem;
     this.bnNav.BindingSource    = this.bsZinuKodi;
     this.bnNav.CountItem        = this.bindingNavigatorCountItem;
     this.bnNav.CountItemFormat  = " no {0}";
     this.bnNav.DataGrid         = this.dgvZinuKodi;
     this.bnNav.DeleteItem       = this.bindingNavigatorDeleteItem;
     this.bnNav.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.bnNav.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.bnNav.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.tsbSave
     });
     this.bnNav.Location         = new System.Drawing.Point(0, 314);
     this.bnNav.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bnNav.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bnNav.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bnNav.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bnNav.Name             = "bnNav";
     this.bnNav.PositionItem     = this.bindingNavigatorPositionItem;
     this.bnNav.Size             = new System.Drawing.Size(674, 32);
     this.bnNav.TabIndex         = 4;
     this.bnNav.Text             = "myBindingNavigator1";
     this.bnNav.ItemDeleting    += new System.ComponentModel.CancelEventHandler(this.bnNav_ItemDeleting);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name  = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(91, 29);
     this.bindingNavigatorAddNewItem.Text = "Jauns";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(69, 29);
     this.bindingNavigatorCountItem.Text        = " no {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Ierakstu skaits";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name  = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(87, 29);
     this.bindingNavigatorDeleteItem.Text = "Dzēst";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveFirstItem.Text = "Iet uz pirmo";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMovePreviousItem.Text = "Iet uz iepriekšējo";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 32);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AutoSize    = false;
     this.bindingNavigatorPositionItem.Name        = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size        = new System.Drawing.Size(50, 30);
     this.bindingNavigatorPositionItem.Text        = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Pašreizējā pozīcija";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 32);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveNextItem.Text = "Iet uz nākošo";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(25, 29);
     this.bindingNavigatorMoveLastItem.Text = "Iet uz pēdējo";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 32);
     //
     // tsbSave
     //
     this.tsbSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSave.Image                 = global::KlonsA.Properties.Resources.Save1;
     this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSave.Name   = "tsbSave";
     this.tsbSave.Size   = new System.Drawing.Size(25, 29);
     this.tsbSave.Text   = "Saglabāt";
     this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.toolStripLabel2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(674, 28);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(17, 25);
     this.toolStripLabel1.Text = " ";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(17, 25);
     this.toolStripLabel2.Text = " ";
     //
     // Form_ReportCodes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(674, 346);
     this.Controls.Add(this.dgvZinuKodi);
     this.Controls.Add(this.bnNav);
     this.Controls.Add(this.cbUsed);
     this.Controls.Add(this.tbCode);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "Form_ReportCodes";
     this.Text  = "Ziņu kodi";
     this.Load += new System.EventHandler(this.Form_ReportCodes_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvZinuKodi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsZinuKodi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bnNav)).EndInit();
     this.bnNav.ResumeLayout(false);
     this.bnNav.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Events));
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem5   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     KlonsLIB.Components.MyMcComboBox.MyItem        myItem6   = new KlonsLIB.Components.MyMcComboBox.MyItem();
     this.bsEvents         = new KlonsLIB.Data.MyBindingSource(this.components);
     this.bsNV             = new KlonsLIB.Data.MyBindingSource(this.components);
     this.dgvEvents        = new KlonsLIB.Components.MyDataGridView();
     this.dgcDate1         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDate2         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIDP           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIDA           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIDN           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcIDN2          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDescr         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDate3         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDocNr         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcSCode         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcDays          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcOccCode       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgcID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cbFilterEvent    = new KlonsLIB.Components.MyMcFlatComboBox();
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2  = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel3  = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel4  = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.tbDT1            = new KlonsLIB.Components.MyTextBox();
     this.tbDT2            = new KlonsLIB.Components.MyTextBox();
     this.bsNV2            = new KlonsLIB.Data.MyBindingSource(this.components);
     this.cbFilterEvent2   = new KlonsLIB.Components.MyMcFlatComboBox();
     this.cbFilterMode     = new KlonsLIB.Components.MyMcFlatComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.bsEvents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsNV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvEvents)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsNV2)).BeginInit();
     this.SuspendLayout();
     //
     // bsEvents
     //
     this.bsEvents.DataMember   = "EVENTS";
     this.bsEvents.MyDataSource = "KlonsData";
     this.bsEvents.Sort         = "DATE1";
     //
     // bsNV
     //
     this.bsNV.DataMember   = "EVENT_TYPES";
     this.bsNV.MyDataSource = "KlonsData";
     this.bsNV.Sort         = "ID";
     //
     // dgvEvents
     //
     this.dgvEvents.AllowUserToAddRows            = false;
     this.dgvEvents.AllowUserToDeleteRows         = false;
     this.dgvEvents.AutoGenerateColumns           = false;
     this.dgvEvents.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 7.488F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
     dataGridViewCellStyle1.ForeColor             = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor    = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor    = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvEvents.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvEvents.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvEvents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dgcDate1,
         this.dgcDate2,
         this.dgcIDP,
         this.dgcIDA,
         this.dgcIDN,
         this.dgcIDN2,
         this.dgcDescr,
         this.dgcDate3,
         this.dgcDocNr,
         this.dgcSCode,
         this.dgcDays,
         this.dgcOccCode,
         this.dgcID
     });
     this.dgvEvents.DataSource         = this.bsEvents;
     this.dgvEvents.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgvEvents.Location           = new System.Drawing.Point(0, 41);
     this.dgvEvents.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dgvEvents.Name               = "dgvEvents";
     this.dgvEvents.ReadOnly           = true;
     this.dgvEvents.RowHeadersWidth    = 62;
     this.dgvEvents.RowTemplate.Height = 29;
     this.dgvEvents.Size               = new System.Drawing.Size(1188, 481);
     this.dgvEvents.TabIndex           = 0;
     this.dgvEvents.CellFormatting    += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvEvents_CellFormatting);
     //
     // dgcDate1
     //
     this.dgcDate1.DataPropertyName   = "DATE1";
     dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle9.Format    = "dd.MM.yyyy";
     this.dgcDate1.DefaultCellStyle   = dataGridViewCellStyle9;
     this.dgcDate1.HeaderText         = "datums no";
     this.dgcDate1.MinimumWidth       = 9;
     this.dgcDate1.Name     = "dgcDate1";
     this.dgcDate1.ReadOnly = true;
     this.dgcDate1.Width    = 101;
     //
     // dgcDate2
     //
     this.dgcDate2.DataPropertyName    = "DATE2";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle10.Format    = "dd.MM.yyyy";
     this.dgcDate2.DefaultCellStyle    = dataGridViewCellStyle10;
     this.dgcDate2.HeaderText          = "datums līdz";
     this.dgcDate2.MinimumWidth        = 9;
     this.dgcDate2.Name     = "dgcDate2";
     this.dgcDate2.ReadOnly = true;
     this.dgcDate2.Width    = 101;
     //
     // dgcIDP
     //
     this.dgcIDP.DataPropertyName = "YNAME";
     this.dgcIDP.HeaderText       = "darbinieks";
     this.dgcIDP.MinimumWidth     = 9;
     this.dgcIDP.Name             = "dgcIDP";
     this.dgcIDP.ReadOnly         = true;
     this.dgcIDP.Width            = 180;
     //
     // dgcIDA
     //
     this.dgcIDA.DataPropertyName = "IDA";
     this.dgcIDA.HeaderText       = "amats";
     this.dgcIDA.MinimumWidth     = 9;
     this.dgcIDA.Name             = "dgcIDA";
     this.dgcIDA.ReadOnly         = true;
     this.dgcIDA.Width            = 135;
     //
     // dgcIDN
     //
     this.dgcIDN.DataPropertyName = "IDN";
     this.dgcIDN.HeaderText       = "notikums";
     this.dgcIDN.MinimumWidth     = 9;
     this.dgcIDN.Name             = "dgcIDN";
     this.dgcIDN.ReadOnly         = true;
     this.dgcIDN.Width            = 202;
     //
     // dgcIDN2
     //
     this.dgcIDN2.DataPropertyName = "IDN2";
     this.dgcIDN2.HeaderText       = "cits notikums";
     this.dgcIDN2.MinimumWidth     = 9;
     this.dgcIDN2.Name             = "dgcIDN2";
     this.dgcIDN2.ReadOnly         = true;
     this.dgcIDN2.Width            = 168;
     //
     // dgcDescr
     //
     this.dgcDescr.DataPropertyName = "DESCR";
     this.dgcDescr.HeaderText       = "apraksts";
     this.dgcDescr.MinimumWidth     = 9;
     this.dgcDescr.Name             = "dgcDescr";
     this.dgcDescr.ReadOnly         = true;
     this.dgcDescr.Width            = 168;
     //
     // dgcDate3
     //
     this.dgcDate3.DataPropertyName    = "DATE3";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle11.Format    = "dd.MM.yyyy";
     this.dgcDate3.DefaultCellStyle    = dataGridViewCellStyle11;
     this.dgcDate3.HeaderText          = "izmaksas datums";
     this.dgcDate3.MinimumWidth        = 9;
     this.dgcDate3.Name     = "dgcDate3";
     this.dgcDate3.ReadOnly = true;
     this.dgcDate3.Width    = 101;
     //
     // dgcDocNr
     //
     this.dgcDocNr.DataPropertyName = "DOCNR";
     this.dgcDocNr.HeaderText       = "dok.nr.";
     this.dgcDocNr.MinimumWidth     = 9;
     this.dgcDocNr.Name             = "dgcDocNr";
     this.dgcDocNr.ReadOnly         = true;
     this.dgcDocNr.Width            = 67;
     //
     // dgcSCode
     //
     this.dgcSCode.DataPropertyName = "SCODE";
     this.dgcSCode.HeaderText       = "ziņu kods";
     this.dgcSCode.MinimumWidth     = 9;
     this.dgcSCode.Name             = "dgcSCode";
     this.dgcSCode.ReadOnly         = true;
     this.dgcSCode.Width            = 56;
     //
     // dgcDays
     //
     this.dgcDays.DataPropertyName = "DAYS";
     this.dgcDays.HeaderText       = "dienas";
     this.dgcDays.MinimumWidth     = 9;
     this.dgcDays.Name             = "dgcDays";
     this.dgcDays.ReadOnly         = true;
     this.dgcDays.ToolTipText      = "atvaļinājums dienas";
     this.dgcDays.Width            = 67;
     //
     // dgcOccCode
     //
     this.dgcOccCode.DataPropertyName = "OCCUPATION_CODE";
     this.dgcOccCode.HeaderText       = "prof. kods";
     this.dgcOccCode.MinimumWidth     = 9;
     this.dgcOccCode.Name             = "dgcOccCode";
     this.dgcOccCode.ReadOnly         = true;
     this.dgcOccCode.ToolTipText      = "profesijas kods";
     this.dgcOccCode.Width            = 90;
     //
     // dgcID
     //
     this.dgcID.DataPropertyName = "ID";
     this.dgcID.HeaderText       = "ID";
     this.dgcID.MinimumWidth     = 9;
     this.dgcID.Name             = "dgcID";
     this.dgcID.ReadOnly         = true;
     this.dgcID.Visible          = false;
     this.dgcID.Width            = 168;
     //
     // cbFilterEvent
     //
     this.cbFilterEvent.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbFilterEvent.ColumnNames = new string[] {
         "ID",
         "DESCR"
     };
     this.cbFilterEvent.ColumnWidths       = "0;350";
     this.cbFilterEvent.DataSource         = this.bsNV;
     this.cbFilterEvent.DisplayMember      = "DESCR";
     this.cbFilterEvent.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbFilterEvent.DropDownHeight     = 252;
     this.cbFilterEvent.DropDownWidth      = 378;
     this.cbFilterEvent.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbFilterEvent.FormattingEnabled  = true;
     this.cbFilterEvent.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbFilterEvent.GridLineHorizontal = false;
     this.cbFilterEvent.GridLineVertical   = false;
     this.cbFilterEvent.IntegralHeight     = false;
     this.cbFilterEvent.Location           = new System.Drawing.Point(363, 8);
     this.cbFilterEvent.Margin             = new System.Windows.Forms.Padding(1, 4, 3, 4);
     this.cbFilterEvent.MaxDropDownItems   = 12;
     this.cbFilterEvent.Name        = "cbFilterEvent";
     this.cbFilterEvent.Size        = new System.Drawing.Size(236, 27);
     this.cbFilterEvent.TabIndex    = 4;
     this.cbFilterEvent.ValueMember = "ID";
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(21, 21);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.toolStripLabel3,
         this.toolStripLabel4,
         this.toolStripButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Padding  = new System.Windows.Forms.Padding(0, 1, 1, 1);
     this.toolStrip1.Size     = new System.Drawing.Size(1188, 41);
     this.toolStrip1.TabIndex = 6;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(22, 34);
     this.toolStripLabel2.Text = "-";
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(19, 34);
     this.toolStripLabel3.Text = " ";
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(25, 34);
     this.toolStripLabel4.Text = "  ";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(75, 34);
     this.toolStripButton1.Text   = "Atlasīt";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // tbDT1
     //
     this.tbDT1.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbDT1.IsDate      = true;
     this.tbDT1.Location    = new System.Drawing.Point(165, 8);
     this.tbDT1.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tbDT1.Name        = "tbDT1";
     this.tbDT1.Size        = new System.Drawing.Size(90, 26);
     this.tbDT1.TabIndex    = 7;
     //
     // tbDT2
     //
     this.tbDT2.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.tbDT2.IsDate      = true;
     this.tbDT2.Location    = new System.Drawing.Point(262, 8);
     this.tbDT2.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tbDT2.Name        = "tbDT2";
     this.tbDT2.Size        = new System.Drawing.Size(90, 26);
     this.tbDT2.TabIndex    = 7;
     //
     // bsNV2
     //
     this.bsNV2.DataMember   = "EVENT_TYPES2";
     this.bsNV2.MyDataSource = "KlonsData";
     this.bsNV2.Sort         = "TAG";
     //
     // cbFilterEvent2
     //
     this.cbFilterEvent2.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbFilterEvent2.ColumnNames = new string[] {
         "TAG",
         "DESCR"
     };
     this.cbFilterEvent2.ColumnWidths       = "100;300";
     this.cbFilterEvent2.DataSource         = this.bsNV2;
     this.cbFilterEvent2.DisplayMember      = "DESCR";
     this.cbFilterEvent2.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbFilterEvent2.DropDownHeight     = 168;
     this.cbFilterEvent2.DropDownWidth      = 428;
     this.cbFilterEvent2.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbFilterEvent2.FormattingEnabled  = true;
     this.cbFilterEvent2.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbFilterEvent2.GridLineHorizontal = false;
     this.cbFilterEvent2.GridLineVertical   = false;
     this.cbFilterEvent2.IntegralHeight     = false;
     this.cbFilterEvent2.Location           = new System.Drawing.Point(610, 8);
     this.cbFilterEvent2.Margin             = new System.Windows.Forms.Padding(7, 4, 3, 4);
     this.cbFilterEvent2.Name        = "cbFilterEvent2";
     this.cbFilterEvent2.Size        = new System.Drawing.Size(254, 27);
     this.cbFilterEvent2.TabIndex    = 15;
     this.cbFilterEvent2.ValueMember = "ID";
     //
     // cbFilterMode
     //
     this.cbFilterMode.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.cbFilterMode.ColumnNames = new string[] {
         "col1",
         "col2"
     };
     this.cbFilterMode.ColumnWidths       = "0;152";
     this.cbFilterMode.DisplayMember      = "col2";
     this.cbFilterMode.DrawMode           = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbFilterMode.DropDownHeight     = 168;
     this.cbFilterMode.DropDownStyle      = KlonsLIB.Components.MyMcComboBox.CustomDropDownStyle.DropDownListSimple;
     this.cbFilterMode.DropDownWidth      = 180;
     this.cbFilterMode.FlatStyle          = System.Windows.Forms.FlatStyle.Flat;
     this.cbFilterMode.FormattingEnabled  = true;
     this.cbFilterMode.GridLineColor      = System.Drawing.Color.LightGray;
     this.cbFilterMode.GridLineHorizontal = false;
     this.cbFilterMode.GridLineVertical   = false;
     this.cbFilterMode.IntegralHeight     = false;
     myItem5.Col1 = "0";
     myItem5.Col2 = "pēc sākuma datuma";
     myItem6.Col1 = "1";
     myItem6.Col2 = "pēc statusa";
     this.cbFilterMode.Items.AddRange(new object[] {
         myItem5,
         myItem6
     });
     this.cbFilterMode.ItemStrings = new string[] {
         "0;pēc sākuma datuma",
         "1;pēc statusa"
     };
     this.cbFilterMode.Location    = new System.Drawing.Point(870, 8);
     this.cbFilterMode.Margin      = new System.Windows.Forms.Padding(7, 4, 3, 4);
     this.cbFilterMode.Name        = "cbFilterMode";
     this.cbFilterMode.Size        = new System.Drawing.Size(180, 27);
     this.cbFilterMode.TabIndex    = 16;
     this.cbFilterMode.ValueMember = "col1";
     //
     // Form_Events
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1188, 522);
     this.Controls.Add(this.cbFilterMode);
     this.Controls.Add(this.cbFilterEvent2);
     this.Controls.Add(this.tbDT2);
     this.Controls.Add(this.tbDT1);
     this.Controls.Add(this.cbFilterEvent);
     this.Controls.Add(this.dgvEvents);
     this.Controls.Add(this.toolStrip1);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "Form_Events";
     this.Text   = "Notikumu izklāsts";
     this.Load  += new System.EventHandler(this.Form_Events_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bsEvents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsNV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvEvents)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsNV2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }