private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.nonResidentialApartmentPropertiesView = new NonResidentialApartmentPropertiesView();
     this.selectOwner = new SelectOwner();
     this.datePeriod1 = new DatePeriod();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x5b));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label2.set_TabIndex(3);
     this.label2.set_Text("Период");
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_Location(new System.Drawing.Point(0x195, 0x56));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(5);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(0x1e6, 0x56));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(6);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.panel1.Controls.Add(this.selectOwner);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.datePeriod1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x234, 0x73));
     this.panel1.set_TabIndex(7);
     this.nonResidentialApartmentPropertiesView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.nonResidentialApartmentPropertiesView.set_Location(new System.Drawing.Point(0, 0x73));
     this.nonResidentialApartmentPropertiesView.set_Name("nonResidentialApartmentPropertiesView");
     this.nonResidentialApartmentPropertiesView.set_Size(new System.Drawing.Size(0x234, 290));
     this.nonResidentialApartmentPropertiesView.set_TabIndex(0);
     this.selectOwner.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.selectOwner.set_Location(new System.Drawing.Point(0, 0));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x234, 0x4f));
     this.selectOwner.set_TabIndex(4);
     this.datePeriod1.AttachToPeriod = false;
     this.datePeriod1.DateBeginReadonly = false;
     this.datePeriod1.DateEndReadonly = false;
     this.datePeriod1.set_Location(new System.Drawing.Point(0x37, 0x57));
     this.datePeriod1.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod1.set_Name("datePeriod1");
     this.datePeriod1.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod1.set_TabIndex(1);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoSize(true);
     base.set_ClientSize(new System.Drawing.Size(0x234, 0x195));
     base.Controls.Add(this.nonResidentialApartmentPropertiesView);
     base.Controls.Add(this.panel1);
     base.set_Name("NonresidentialApartmentsAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.NonresidentialApartmentsAddChangeForm_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_OwnerName = new System.Windows.Forms.TextBox();
     this.m_ToDateLabel = new System.Windows.Forms.Label();
     this.cbNeedOwnerPresence = new System.Windows.Forms.CheckBox();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.m_AccountNumber = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.tbxAccountHolder = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.btnSelectProvider = new System.Windows.Forms.Button();
     this.cbNeedPrintNotice = new System.Windows.Forms.CheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.tbIdentityCardHolderName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.tbIdentityCardNumber = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbDocInfo = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.chbClosePG = new System.Windows.Forms.CheckBox();
     this.chbCloseReg = new System.Windows.Forms.CheckBox();
     this.tbNoticeAdrName = new System.Windows.Forms.TextBox();
     this.cbCloseInPaymentsystem = new System.Windows.Forms.CheckBox();
     this.m_AccountBS = new System.Windows.Forms.BindingSource(this.components);
     this.selectNoticeAdr = new SelectAddress();
     this.m_OwnerSelection = new SelectOwner();
     this.m_ToDate = new DateBox();
     this.m_FromDate = new DateBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     box.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.m_AccountBS.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(11, 0xca));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label2");
     label.set_Size(new System.Drawing.Size(0x49, 13));
     label.set_TabIndex(10);
     label.set_Text("Действует с:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(11, 0x6a));
     label2.set_Margin(new System.Windows.Forms.Padding(0));
     label2.set_Name("label1");
     label2.set_Size(new System.Drawing.Size(0x5d, 13));
     label2.set_TabIndex(8);
     label2.set_Text("Отображать как:");
     box.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     box.Controls.Add(this.m_OwnerSelection);
     box.Controls.Add(this.m_OwnerName);
     box.Controls.Add(label2);
     box.set_Location(new System.Drawing.Point(0, 0));
     box.set_Name("groupBox1");
     box.set_Size(new System.Drawing.Size(0x213, 130));
     box.set_TabIndex(1);
     box.set_TabStop(false);
     box.set_Text("Ответственный");
     this.m_OwnerName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OwnerName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "OwnerName", true));
     this.m_OwnerName.set_Location(new System.Drawing.Point(0x75, 0x67));
     this.m_OwnerName.set_Name("m_OwnerName");
     this.m_OwnerName.set_Size(new System.Drawing.Size(0x196, 20));
     this.m_OwnerName.set_TabIndex(2);
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(11, 0x8b));
     label3.set_Margin(new System.Windows.Forms.Padding(0));
     label3.set_Name("label4");
     label3.set_Size(new System.Drawing.Size(0x2c, 13));
     label3.set_TabIndex(15);
     label3.set_Text("Номер:");
     this.m_ToDateLabel.set_AutoSize(true);
     this.m_ToDateLabel.set_Location(new System.Drawing.Point(210, 0xca));
     this.m_ToDateLabel.set_Margin(new System.Windows.Forms.Padding(0));
     this.m_ToDateLabel.set_Name("m_ToDateLabel");
     this.m_ToDateLabel.set_Size(new System.Drawing.Size(0x16, 13));
     this.m_ToDateLabel.set_TabIndex(10);
     this.m_ToDateLabel.set_Text("по:");
     this.cbNeedOwnerPresence.set_AutoSize(true);
     this.cbNeedOwnerPresence.set_CheckAlign(System.Drawing.ContentAlignment.TopRight);
     this.cbNeedOwnerPresence.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.m_AccountBS, "NeedOwnerPresence", true));
     this.cbNeedOwnerPresence.set_Location(new System.Drawing.Point(8, 0x133));
     this.cbNeedOwnerPresence.set_Name("cbNeedOwnerPresence");
     this.cbNeedOwnerPresence.set_Size(new System.Drawing.Size(0x87, 0x11));
     this.cbNeedOwnerPresence.set_TabIndex(14);
     this.cbNeedOwnerPresence.set_Text("Зайти в бухгалтерию:");
     this.cbNeedOwnerPresence.set_UseVisualStyleBackColor(true);
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "Comment", true));
     this.tbComment.set_Location(new System.Drawing.Point(0x75, 0x169));
     this.tbComment.set_Multiline(true);
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x196, 0x1c));
     this.tbComment.set_TabIndex(13);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(11, 0x16c));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x49, 13));
     this.label3.set_TabIndex(12);
     this.label3.set_Text("Примечание:");
     this.m_AccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_AccountNumber.set_Location(new System.Drawing.Point(0x75, 0x88));
     this.m_AccountNumber.set_Name("m_AccountNumber");
     this.m_AccountNumber.set_Size(new System.Drawing.Size(0x196, 20));
     this.m_AccountNumber.set_TabIndex(0x10);
     this.m_AccountNumber.add_TextChanged(new System.EventHandler(this.m_AccountNumber_TextChanged));
     this.label18.set_AutoSize(true);
     this.label18.set_Location(new System.Drawing.Point(11, 0xa2));
     this.label18.set_Name("label18");
     this.label18.set_Size(new System.Drawing.Size(80, 13));
     this.label18.set_TabIndex(0x3a);
     this.label18.set_TabStop(true);
     this.label18.set_Text("Управляющая");
     this.tbxAccountHolder.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxAccountHolder.set_Location(new System.Drawing.Point(0x75, 0xa3));
     this.tbxAccountHolder.set_Name("tbxAccountHolder");
     this.tbxAccountHolder.set_ReadOnly(true);
     this.tbxAccountHolder.set_Size(new System.Drawing.Size(0x178, 20));
     this.tbxAccountHolder.set_TabIndex(0x38);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(11, 0xb0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x4e, 13));
     this.label5.set_TabIndex(0x3b);
     this.label5.set_TabStop(true);
     this.label5.set_Text("компания ЛС:");
     this.btnSelectProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSelectProvider.set_Location(new System.Drawing.Point(0x1ed, 0xa2));
     this.btnSelectProvider.set_Name("btnSelectProvider");
     this.btnSelectProvider.set_Size(new System.Drawing.Size(30, 20));
     this.btnSelectProvider.set_TabIndex(0x3d);
     this.btnSelectProvider.set_Text("...");
     this.btnSelectProvider.set_UseVisualStyleBackColor(true);
     this.btnSelectProvider.add_Click(new System.EventHandler(this.btnSelectProvider_Click));
     this.cbNeedPrintNotice.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.cbNeedPrintNotice.set_AutoSize(true);
     this.cbNeedPrintNotice.set_Checked(true);
     this.cbNeedPrintNotice.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbNeedPrintNotice.set_Location(new System.Drawing.Point(0x188, 0x133));
     this.cbNeedPrintNotice.set_Name("cbNeedPrintNotice");
     this.cbNeedPrintNotice.set_Size(new System.Drawing.Size(0x85, 0x11));
     this.cbNeedPrintNotice.set_TabIndex(0x3e);
     this.cbNeedPrintNotice.set_Text("Печатать извещения");
     this.cbNeedPrintNotice.set_UseVisualStyleBackColor(true);
     this.cbNeedPrintNotice.add_CheckedChanged(new System.EventHandler(this.cbNeedPrintNotice_CheckedChanged));
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.tbIdentityCardHolderName);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.tbIdentityCardNumber);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 230));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x213, 0x47));
     this.groupBox2.set_TabIndex(0x41);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Идентификационная карта");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(11, 0x30));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x3b, 13));
     this.label7.set_TabIndex(0x44);
     this.label7.set_Text("Владелец:");
     this.tbIdentityCardHolderName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbIdentityCardHolderName.set_Location(new System.Drawing.Point(0x75, 0x2d));
     this.tbIdentityCardHolderName.set_Name("tbIdentityCardHolderName");
     this.tbIdentityCardHolderName.set_Size(new System.Drawing.Size(0x196, 20));
     this.tbIdentityCardHolderName.set_TabIndex(0x43);
     this.tbIdentityCardHolderName.add_TextChanged(new System.EventHandler(this.tbIdentityCardHolderName_TextChanged));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(11, 0x16));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label6.set_TabIndex(0x42);
     this.label6.set_Text("Номер:");
     this.tbIdentityCardNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbIdentityCardNumber.set_Location(new System.Drawing.Point(0x75, 0x13));
     this.tbIdentityCardNumber.set_Name("tbIdentityCardNumber");
     this.tbIdentityCardNumber.set_Size(new System.Drawing.Size(0x196, 20));
     this.tbIdentityCardNumber.set_TabIndex(0x41);
     this.tbIdentityCardNumber.add_TextChanged(new System.EventHandler(this.tbIdentityCardNumber_TextChanged));
     this.label8.set_Location(new System.Drawing.Point(11, 0x147));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(100, 0x1f));
     this.label8.set_TabIndex(0x42);
     this.label8.set_Text("Документ на открытие");
     this.tbDocInfo.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbDocInfo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "DocInfo", true));
     this.tbDocInfo.set_Location(new System.Drawing.Point(0x75, 0x14b));
     this.tbDocInfo.set_Name("tbDocInfo");
     this.tbDocInfo.set_Size(new System.Drawing.Size(0x196, 20));
     this.tbDocInfo.set_TabIndex(0x44);
     this.tbDocInfo.add_TextChanged(new System.EventHandler(this.tbDocInfo_TextChanged));
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(11, 0x187));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x84, 13));
     this.label9.set_TabIndex(70);
     this.label9.set_Text("Адрес для уведомлений:");
     this.chbClosePG.set_AutoSize(true);
     this.chbClosePG.set_Location(new System.Drawing.Point(14, 0x1e5));
     this.chbClosePG.set_Name("chbClosePG");
     this.chbClosePG.set_Size(new System.Drawing.Size(0xc2, 0x11));
     this.chbClosePG.set_TabIndex(0x47);
     this.chbClosePG.set_Text("Закрыть ПЖ датой закрытия ЛС");
     this.chbClosePG.set_UseVisualStyleBackColor(true);
     this.chbCloseReg.set_AutoSize(true);
     this.chbCloseReg.set_Location(new System.Drawing.Point(14, 0x1f8));
     this.chbCloseReg.set_Name("chbCloseReg");
     this.chbCloseReg.set_Size(new System.Drawing.Size(0xeb, 0x11));
     this.chbCloseReg.set_TabIndex(0x48);
     this.chbCloseReg.set_Text("Выписать проживающих датой закрытия");
     this.chbCloseReg.set_UseVisualStyleBackColor(true);
     this.tbNoticeAdrName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbNoticeAdrName.set_Location(new System.Drawing.Point(14, 0x1b3));
     this.tbNoticeAdrName.set_Name("tbNoticeAdrName");
     this.tbNoticeAdrName.set_Size(new System.Drawing.Size(0x1fd, 20));
     this.tbNoticeAdrName.set_TabIndex(0x49);
     this.tbNoticeAdrName.add_TextChanged(new System.EventHandler(this.tbNoticeAdrName_TextChanged));
     this.cbCloseInPaymentsystem.set_AutoSize(true);
     this.cbCloseInPaymentsystem.set_CheckAlign(System.Drawing.ContentAlignment.TopLeft);
     this.cbCloseInPaymentsystem.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.m_AccountBS, "IsCloseInPaymentSystem", true));
     this.cbCloseInPaymentsystem.set_Location(new System.Drawing.Point(14, 0x1d1));
     this.cbCloseInPaymentsystem.set_Name("cbCloseInPaymentsystem");
     this.cbCloseInPaymentsystem.set_Size(new System.Drawing.Size(0xb7, 0x11));
     this.cbCloseInPaymentsystem.set_TabIndex(0x4a);
     this.cbCloseInPaymentsystem.set_Text("Закрыть в платежной системе");
     this.cbCloseInPaymentsystem.set_UseVisualStyleBackColor(true);
     this.m_AccountBS.set_DataSource(typeof(Account));
     this.m_AccountBS.add_BindingComplete(new System.Windows.Forms.BindingCompleteEventHandler(this.m_AccountBS_BindingComplete));
     this.m_AccountBS.add_DataError(new System.Windows.Forms.BindingManagerDataErrorEventHandler(this.m_AccountBS_DataError));
     this.m_AccountBS.add_DataSourceChanged(new System.EventHandler(this.m_AccountBS_DataSourceChanged));
     this.selectNoticeAdr.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectNoticeAdr.set_Location(new System.Drawing.Point(14, 0x197));
     this.selectNoticeAdr.set_Name("selectNoticeAdr");
     this.selectNoticeAdr.set_Size(new System.Drawing.Size(0x1fd, 0x17));
     this.selectNoticeAdr.set_TabIndex(0x45);
     this.m_OwnerSelection.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OwnerSelection.set_Location(new System.Drawing.Point(8, 0x11));
     this.m_OwnerSelection.set_Margin(new System.Windows.Forms.Padding(5, 4, 5, 4));
     this.m_OwnerSelection.set_Name("m_OwnerSelection");
     this.m_OwnerSelection.set_Size(new System.Drawing.Size(0x203, 0x4f));
     this.m_OwnerSelection.set_TabIndex(1);
     this.m_OwnerSelection.OnOwnerSelected += new OwnerHandler(this.m_OwnerSelection_OnOwnerSelected);
     this.m_ToDate.AttachToPeriod = false;
     this.m_ToDate.AttachToPeriodEnd = false;
     this.m_ToDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_AccountBS, "ToDate", true));
     this.m_ToDate.set_Location(new System.Drawing.Point(0xeb, 0xc7));
     this.m_ToDate.set_Margin(new System.Windows.Forms.Padding(0, 8, 0, 8));
     this.m_ToDate.set_Mask("00/00/0000");
     this.m_ToDate.set_Name("m_ToDate");
     this.m_ToDate.set_Size(new System.Drawing.Size(90, 20));
     this.m_ToDate.set_TabIndex(3);
     this.m_FromDate.AttachToPeriod = false;
     this.m_FromDate.AttachToPeriodEnd = false;
     this.m_FromDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_AccountBS, "FromDate", true));
     this.m_FromDate.set_Location(new System.Drawing.Point(0x75, 0xc7));
     this.m_FromDate.set_Margin(new System.Windows.Forms.Padding(0, 8, 0, 8));
     this.m_FromDate.set_Mask("00/00/0000");
     this.m_FromDate.set_Name("m_FromDate");
     this.m_FromDate.set_Size(new System.Drawing.Size(90, 20));
     this.m_FromDate.set_TabIndex(2);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.cbCloseInPaymentsystem);
     base.Controls.Add(this.tbNoticeAdrName);
     base.Controls.Add(this.chbCloseReg);
     base.Controls.Add(this.chbClosePG);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.selectNoticeAdr);
     base.Controls.Add(this.tbDocInfo);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.cbNeedPrintNotice);
     base.Controls.Add(this.btnSelectProvider);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label18);
     base.Controls.Add(this.tbxAccountHolder);
     base.Controls.Add(this.m_AccountNumber);
     base.Controls.Add(label3);
     base.Controls.Add(this.cbNeedOwnerPresence);
     base.Controls.Add(this.tbComment);
     base.Controls.Add(this.label3);
     base.Controls.Add(box);
     base.Controls.Add(label);
     base.Controls.Add(this.m_ToDate);
     base.Controls.Add(this.m_FromDate);
     base.Controls.Add(this.m_ToDateLabel);
     this.set_MinimumSize(new System.Drawing.Size(0x125, 0x86));
     base.set_Name("AccountView");
     base.set_Size(new System.Drawing.Size(0x213, 0x20d));
     base.add_Load(new System.EventHandler(this.AccountView_Load));
     box.ResumeLayout(false);
     box.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.m_AccountBS.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #3
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAccept = new System.Windows.Forms.Button();
     this.cbOwnersPrimary = new System.Windows.Forms.CheckBox();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.mtbAccountNumber = new System.Windows.Forms.MaskedTextBox();
     this.selectBank = new SelectBank();
     this.selectOwner = new SelectOwner();
     this.gbOwner.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 8));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x87, 13));
     this.label1.set_TabIndex(0x3d);
     this.label1.set_Text("Номер расчётного счёта:");
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0xe8, 0xc5));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(70, 0x17));
     this.btnCancel.set_TabIndex(60);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnAccept.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAccept.set_Location(new System.Drawing.Point(0x9c, 0xc5));
     this.btnAccept.set_Name("btnAccept");
     this.btnAccept.set_Size(new System.Drawing.Size(70, 0x17));
     this.btnAccept.set_TabIndex(50);
     this.btnAccept.set_UseVisualStyleBackColor(true);
     this.btnAccept.add_Click(new System.EventHandler(this.btnAccept_Click));
     this.cbOwnersPrimary.set_AutoSize(true);
     this.cbOwnersPrimary.set_Location(new System.Drawing.Point(0xc9, 0x1a));
     this.cbOwnersPrimary.set_Name("cbOwnersPrimary");
     this.cbOwnersPrimary.set_Size(new System.Drawing.Size(0x65, 0x11));
     this.cbOwnersPrimary.set_TabIndex(20);
     this.cbOwnersPrimary.set_Text("Основной счёт");
     this.cbOwnersPrimary.set_UseVisualStyleBackColor(true);
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectOwner);
     this.gbOwner.set_Location(new System.Drawing.Point(12, 50));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Size(new System.Drawing.Size(290, 100));
     this.gbOwner.set_TabIndex(30);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x99));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x23, 13));
     this.label2.set_TabIndex(0x5e);
     this.label2.set_Text("Банк:");
     this.mtbAccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.mtbAccountNumber.set_BeepOnError(true);
     this.mtbAccountNumber.set_Location(new System.Drawing.Point(12, 0x18));
     this.mtbAccountNumber.set_Mask("00000000000000000000");
     this.mtbAccountNumber.set_Name("mtbAccountNumber");
     this.mtbAccountNumber.set_ResetOnSpace(false);
     this.mtbAccountNumber.set_Size(new System.Drawing.Size(0xb7, 20));
     this.mtbAccountNumber.set_TabIndex(10);
     this.selectBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBank.set_Location(new System.Drawing.Point(12, 0xa9));
     this.selectBank.set_Name("selectBank");
     this.selectBank.set_Size(new System.Drawing.Size(290, 20));
     this.selectBank.set_TabIndex(40);
     this.selectOwner.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectOwner.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x11c, 0x51));
     this.selectOwner.set_TabIndex(30);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x13a, 0xe8));
     base.Controls.Add(this.mtbAccountNumber);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectBank);
     base.Controls.Add(this.cbOwnersPrimary);
     base.Controls.Add(this.gbOwner);
     base.Controls.Add(this.btnAccept);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(320, 260));
     base.set_Name("AddChangeBankAccountForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.AddChangeBankAccountForm_Load));
     this.gbOwner.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.gbDoc = new System.Windows.Forms.GroupBox();
     this.tbDoc = new System.Windows.Forms.TextBox();
     this.m_ApartmentOwner = new System.Windows.Forms.BindingSource(this.components);
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dbDateDoc = new DateBox();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.selectTypeOwnerFasetName = new SelectFasetData();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.nmDenom = new System.Windows.Forms.NumericUpDown();
     this.nmNum = new System.Windows.Forms.NumericUpDown();
     this.tbPrintName = new System.Windows.Forms.TextBox();
     this.dbToDate = new DateBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_OwnerSelection = new SelectOwner();
     this.label9 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnAddChangeApartmentOwner = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tbSaleContract = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.dbSaleContractDate = new DateBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.gbDoc.SuspendLayout();
     this.m_ApartmentOwner.BeginInit();
     this.gbOwner.SuspendLayout();
     this.nmDenom.BeginInit();
     this.nmNum.BeginInit();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(8, 0x6b));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label2");
     label.set_Size(new System.Drawing.Size(0x5d, 13));
     label.set_TabIndex(20);
     label.set_Text("Отображать как:");
     this.gbDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbDoc.Controls.Add(this.tbDoc);
     this.gbDoc.Controls.Add(this.label4);
     this.gbDoc.Controls.Add(this.label3);
     this.gbDoc.Controls.Add(this.dbDateDoc);
     this.gbDoc.set_Location(new System.Drawing.Point(2, 250));
     this.gbDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbDoc.set_Name("gbDoc");
     this.gbDoc.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbDoc.set_Size(new System.Drawing.Size(0x21f, 0x44));
     this.gbDoc.set_TabIndex(2);
     this.gbDoc.set_TabStop(false);
     this.gbDoc.set_Text("Документ");
     this.tbDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbDoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwner, "Doc", true));
     this.tbDoc.set_Location(new System.Drawing.Point(0x6c, 0x11));
     this.tbDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbDoc.set_Name("tbDoc");
     this.tbDoc.set_Size(new System.Drawing.Size(0x1a8, 20));
     this.tbDoc.set_TabIndex(1);
     this.m_ApartmentOwner.set_DataSource(typeof(AIS.SN.Model.DomainObjects.ApartmentOwner));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 20));
     this.label4.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x56, 13));
     this.label4.set_TabIndex(2);
     this.label4.set_Text("Наименование:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x2c));
     this.label3.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x24, 13));
     this.label3.set_TabIndex(1);
     this.label3.set_Text("Дата:");
     this.dbDateDoc.AttachToPeriod = false;
     this.dbDateDoc.AttachToPeriodEnd = false;
     this.dbDateDoc.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "DateDoc", true));
     this.dbDateDoc.set_Location(new System.Drawing.Point(0x6c, 0x29));
     this.dbDateDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbDateDoc.set_Mask("00/00/0000");
     this.dbDateDoc.set_Name("dbDateDoc");
     this.dbDateDoc.set_Size(new System.Drawing.Size(0x55, 20));
     this.dbDateDoc.set_TabIndex(2);
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectTypeOwnerFasetName);
     this.gbOwner.Controls.Add(this.label10);
     this.gbOwner.Controls.Add(this.label8);
     this.gbOwner.Controls.Add(this.nmDenom);
     this.gbOwner.Controls.Add(this.nmNum);
     this.gbOwner.Controls.Add(label);
     this.gbOwner.Controls.Add(this.tbPrintName);
     this.gbOwner.Controls.Add(this.dbToDate);
     this.gbOwner.Controls.Add(this.label1);
     this.gbOwner.Controls.Add(this.m_OwnerSelection);
     this.gbOwner.Controls.Add(this.label9);
     this.gbOwner.Controls.Add(this.dbFromDate);
     this.gbOwner.Controls.Add(this.label7);
     this.gbOwner.Controls.Add(this.label6);
     this.gbOwner.Controls.Add(this.label5);
     this.gbOwner.set_Location(new System.Drawing.Point(2, 4));
     this.gbOwner.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbOwner.set_Size(new System.Drawing.Size(0x21f, 0xf2));
     this.gbOwner.set_TabIndex(1);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.selectTypeOwnerFasetName.set_FormattingEnabled(true);
     this.selectTypeOwnerFasetName.set_Location(new System.Drawing.Point(0x95, 0xcf));
     this.selectTypeOwnerFasetName.set_Name("selectTypeOwnerFasetName");
     this.selectTypeOwnerFasetName.set_Size(new System.Drawing.Size(0x182, 0x15));
     this.selectTypeOwnerFasetName.set_Sorted(true);
     this.selectTypeOwnerFasetName.set_TabIndex(0x18);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(8, 0xd0));
     this.label10.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label10.set_TabIndex(0x17);
     this.label10.set_Text("Тип владения");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(8, 0xdd));
     this.label8.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label8.set_TabIndex(0x15);
     this.label8.set_Text("собственностью:");
     this.nmDenom.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "Denom", true));
     this.nmDenom.set_Location(new System.Drawing.Point(0xf8, 130));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.nmDenom.set_Maximum(new decimal(numArray));
     int[] numArray2 = new int[4];
     numArray2[0] = 1;
     this.nmDenom.set_Minimum(new decimal(numArray2));
     this.nmDenom.set_Name("nmDenom");
     this.nmDenom.set_Size(new System.Drawing.Size(0x4d, 20));
     this.nmDenom.set_TabIndex(4);
     int[] numArray3 = new int[4];
     numArray3[0] = 1;
     this.nmDenom.set_Value(new decimal(numArray3));
     this.nmNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "Num", true));
     this.nmNum.set_Location(new System.Drawing.Point(0x95, 130));
     int[] numArray4 = new int[4];
     numArray4[0] = 0x3e8;
     this.nmNum.set_Maximum(new decimal(numArray4));
     this.nmNum.set_Name("nmNum");
     this.nmNum.set_Size(new System.Drawing.Size(0x4d, 20));
     this.nmNum.set_TabIndex(3);
     this.tbPrintName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbPrintName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwner, "PrintName", true));
     this.tbPrintName.set_Location(new System.Drawing.Point(0x70, 0x68));
     this.tbPrintName.set_Name("tbPrintName");
     this.tbPrintName.set_Size(new System.Drawing.Size(0x1a7, 20));
     this.tbPrintName.set_TabIndex(2);
     this.dbToDate.AttachToPeriod = false;
     this.dbToDate.AttachToPeriodEnd = false;
     this.dbToDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "ToDate", true));
     this.dbToDate.set_Location(new System.Drawing.Point(0x95, 0xb6));
     this.dbToDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbToDate.set_Mask("00/00/0000");
     this.dbToDate.set_Name("dbToDate");
     this.dbToDate.set_Size(new System.Drawing.Size(90, 20));
     this.dbToDate.set_TabIndex(6);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0xb9));
     this.label1.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x8e, 13));
     this.label1.set_TabIndex(0x10);
     this.label1.set_Text("Дата окончания действия:");
     this.m_OwnerSelection.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OwnerSelection.set_Location(new System.Drawing.Point(3, 20));
     this.m_OwnerSelection.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_OwnerSelection.set_Name("m_OwnerSelection");
     this.m_OwnerSelection.set_Size(new System.Drawing.Size(0x213, 0x53));
     this.m_OwnerSelection.set_TabIndex(1);
     this.m_OwnerSelection.OnOwnerSelected += new OwnerHandler(this.m_OwnerSelection_OnOwnerSelected);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0xe7, 0x87));
     this.label9.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(12, 13));
     this.label9.set_TabIndex(15);
     this.label9.set_Text("/");
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "FromDate", true));
     this.dbFromDate.set_Location(new System.Drawing.Point(0x95, 0x9d));
     this.dbFromDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(90, 20));
     this.dbFromDate.set_TabIndex(5);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(8, 0x87));
     this.label7.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x74, 13));
     this.label7.set_TabIndex(9);
     this.label7.set_Text("Доля собственности:");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(8, 160));
     this.label6.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x7c, 13));
     this.label6.set_TabIndex(7);
     this.label6.set_Text("Дата начала действия:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(4, 0x4a));
     this.label5.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0, 13));
     this.label5.set_TabIndex(6);
     this.btnAddChangeApartmentOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnAddChangeApartmentOwner.set_Location(new System.Drawing.Point(0x178, 0x18a));
     this.btnAddChangeApartmentOwner.set_Margin(new System.Windows.Forms.Padding(2));
     this.btnAddChangeApartmentOwner.set_Name("btnAddChangeApartmentOwner");
     this.btnAddChangeApartmentOwner.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnAddChangeApartmentOwner.set_TabIndex(4);
     this.btnAddChangeApartmentOwner.set_UseVisualStyleBackColor(true);
     this.btnAddChangeApartmentOwner.add_Click(new System.EventHandler(this.btnAddChangeApartmentOwner_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(460, 0x18a));
     this.btnCancel.set_Margin(new System.Windows.Forms.Padding(2));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(5);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.tbSaleContract);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.dbSaleContractDate);
     this.groupBox1.set_Location(new System.Drawing.Point(2, 0x142));
     this.groupBox1.set_Margin(new System.Windows.Forms.Padding(2));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Padding(new System.Windows.Forms.Padding(2));
     this.groupBox1.set_Size(new System.Drawing.Size(0x21f, 0x44));
     this.groupBox1.set_TabIndex(3);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Договор купли-продажи");
     this.tbSaleContract.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbSaleContract.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwner, "SaleContract", true));
     this.tbSaleContract.set_Location(new System.Drawing.Point(0x6c, 0x11));
     this.tbSaleContract.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbSaleContract.set_Name("tbSaleContract");
     this.tbSaleContract.set_Size(new System.Drawing.Size(0x1a8, 20));
     this.tbSaleContract.set_TabIndex(1);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(7, 20));
     this.label11.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x56, 13));
     this.label11.set_TabIndex(2);
     this.label11.set_Text("Наименование:");
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(6, 0x2c));
     this.label12.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x24, 13));
     this.label12.set_TabIndex(1);
     this.label12.set_Text("Дата:");
     this.dbSaleContractDate.AttachToPeriod = false;
     this.dbSaleContractDate.AttachToPeriodEnd = false;
     this.dbSaleContractDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "SaleContractDate", true));
     this.dbSaleContractDate.set_Location(new System.Drawing.Point(0x6c, 0x29));
     this.dbSaleContractDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbSaleContractDate.set_Mask("00/00/0000");
     this.dbSaleContractDate.set_Name("dbSaleContractDate");
     this.dbSaleContractDate.set_Size(new System.Drawing.Size(0x55, 20));
     this.dbSaleContractDate.set_TabIndex(2);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x225, 0x1ac));
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnAddChangeApartmentOwner);
     base.Controls.Add(this.gbOwner);
     base.Controls.Add(this.gbDoc);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Name("ApartmentOwnerAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.ApartmentOwnerAddChangeForm_FormClosed));
     base.add_Load(new System.EventHandler(this.ApartmentOwnerAddChangeForm_Load));
     this.gbDoc.ResumeLayout(false);
     this.gbDoc.PerformLayout();
     this.m_ApartmentOwner.EndInit();
     this.gbOwner.ResumeLayout(false);
     this.gbOwner.PerformLayout();
     this.nmDenom.EndInit();
     this.nmNum.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.chbxPrimary = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tbxName = new System.Windows.Forms.TextBox();
     this.tbAddressResident = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbTel = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lPrintCurrentStatus = new System.Windows.Forms.Label();
     this.selectOwner = new SelectOwner();
     this.tbPlaceEmployment = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     base.SuspendLayout();
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0x198, 0x132));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(1);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(0x148, 0x132));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(2);
     this.btnOk.set_Text("Принять");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.chbxPrimary.set_AutoSize(true);
     this.chbxPrimary.set_Location(new System.Drawing.Point(4, 0x80));
     this.chbxPrimary.set_Name("chbxPrimary");
     this.chbxPrimary.set_Size(new System.Drawing.Size(0x7f, 0x11));
     this.chbxPrimary.set_TabIndex(3);
     this.chbxPrimary.set_Text("Основной владелец");
     this.chbxPrimary.set_UseVisualStyleBackColor(true);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(1, 0x56));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x8d, 13));
     this.label1.set_TabIndex(4);
     this.label1.set_Text("Наименование для печати");
     this.tbxName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxName.set_Location(new System.Drawing.Point(4, 0x66));
     this.tbxName.set_Name("tbxName");
     this.tbxName.set_Size(new System.Drawing.Size(0x1df, 20));
     this.tbxName.set_TabIndex(5);
     this.tbAddressResident.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbAddressResident.set_Enabled(false);
     this.tbAddressResident.set_Location(new System.Drawing.Point(4, 0xa4));
     this.tbAddressResident.set_Name("tbAddressResident");
     this.tbAddressResident.set_Size(new System.Drawing.Size(0x1df, 20));
     this.tbAddressResident.set_TabIndex(6);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(1, 0x94));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x6a, 13));
     this.label2.set_TabIndex(7);
     this.label2.set_Text("Адрес проживания:");
     this.tbTel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbTel.set_Location(new System.Drawing.Point(4, 0xcb));
     this.tbTel.set_Name("tbTel");
     this.tbTel.set_Size(new System.Drawing.Size(0x1df, 20));
     this.tbTel.set_TabIndex(6);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(1, 0xbb));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x37, 13));
     this.label3.set_TabIndex(7);
     this.label3.set_Text("Телефон:");
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.set_Location(new System.Drawing.Point(4, 0x119));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x1df, 20));
     this.tbComment.set_TabIndex(6);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(1, 0x109));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(80, 13));
     this.label4.set_TabIndex(7);
     this.label4.set_Text("Комментарий:");
     this.lPrintCurrentStatus.set_AutoSize(true);
     this.lPrintCurrentStatus.set_Location(new System.Drawing.Point(12, 0x81));
     this.lPrintCurrentStatus.set_Name("lPrintCurrentStatus");
     this.lPrintCurrentStatus.set_Size(new System.Drawing.Size(0, 13));
     this.lPrintCurrentStatus.set_TabIndex(8);
     this.lPrintCurrentStatus.set_Visible(false);
     this.selectOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOwner.set_Location(new System.Drawing.Point(1, 4));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x1e2, 0x4e));
     this.selectOwner.set_TabIndex(0);
     this.selectOwner.OnOwnerSelected += new OwnerHandler(this.selectOwner_OnOwnerSelected);
     this.tbPlaceEmployment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbPlaceEmployment.set_Location(new System.Drawing.Point(4, 0xf2));
     this.tbPlaceEmployment.set_Name("tbPlaceEmployment");
     this.tbPlaceEmployment.set_Size(new System.Drawing.Size(0x1df, 20));
     this.tbPlaceEmployment.set_TabIndex(6);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(1, 0xe2));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x52, 13));
     this.label5.set_TabIndex(7);
     this.label5.set_Text("Место работы:");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1e5, 0x14b));
     base.Controls.Add(this.lPrintCurrentStatus);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.tbPlaceEmployment);
     base.Controls.Add(this.tbComment);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.tbTel);
     base.Controls.Add(this.tbAddressResident);
     base.Controls.Add(this.tbxName);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.chbxPrimary);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.selectOwner);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("DebtAffairOwnerAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Добавление/изменение владельца");
     base.add_Load(new System.EventHandler(this.DebtAffairOwnerAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #6
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(BankAccountsForm));
     this.dgvBankAccounts = new System.Windows.Forms.DataGridView();
     this.label1 = new System.Windows.Forms.Label();
     this.gbFilter = new System.Windows.Forms.GroupBox();
     this.mtbAccountNumber = new System.Windows.Forms.MaskedTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cbOwnersPrimary = new System.Windows.Forms.CheckBox();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsBtnSearch = new System.Windows.Forms.ToolStripButton();
     this.tsBtnFilterHide = new System.Windows.Forms.ToolStripButton();
     this.tsBtnErase = new System.Windows.Forms.ToolStripButton();
     this.tsBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsBtnEdit = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.isPrimaryDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.bsBankAccounts = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bankNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BankCity = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.selectBank = new SelectBank();
     this.selectOwner = new SelectOwner();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbnApply = new System.Windows.Forms.ToolStripButton();
     this.dgvBankAccounts.BeginInit();
     this.gbFilter.SuspendLayout();
     this.gbOwner.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.bsBankAccounts.BeginInit();
     base.SuspendLayout();
     this.dgvBankAccounts.set_AllowUserToAddRows(false);
     this.dgvBankAccounts.set_AllowUserToDeleteRows(false);
     this.dgvBankAccounts.set_AllowUserToResizeRows(false);
     this.dgvBankAccounts.set_AutoGenerateColumns(false);
     this.dgvBankAccounts.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvBankAccounts.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style.set_BackColor(System.Drawing.SystemColors.Control);
     style.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvBankAccounts.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvBankAccounts.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvBankAccounts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.isPrimaryDataGridViewCheckBoxColumn, this.accountNumberDataGridViewTextBoxColumn, this.ownerNameDataGridViewTextBoxColumn, this.bankNameDataGridViewTextBoxColumn, this.BankCity });
     this.dgvBankAccounts.set_DataSource(this.bsBankAccounts);
     this.dgvBankAccounts.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvBankAccounts.set_Location(new System.Drawing.Point(0, 0x8d));
     this.dgvBankAccounts.set_MultiSelect(false);
     this.dgvBankAccounts.set_Name("dgvBankAccounts");
     this.dgvBankAccounts.set_ReadOnly(true);
     this.dgvBankAccounts.set_RowHeadersVisible(false);
     this.dgvBankAccounts.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvBankAccounts.set_Size(new System.Drawing.Size(0x216, 0x79));
     this.dgvBankAccounts.set_TabIndex(50);
     this.dgvBankAccounts.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBanks_CellDoubleClick));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x87, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Номер расчётного счёта:");
     this.gbFilter.Controls.Add(this.mtbAccountNumber);
     this.gbFilter.Controls.Add(this.selectBank);
     this.gbFilter.Controls.Add(this.label2);
     this.gbFilter.Controls.Add(this.cbOwnersPrimary);
     this.gbFilter.Controls.Add(this.gbOwner);
     this.gbFilter.Controls.Add(this.label1);
     this.gbFilter.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbFilter.set_Location(new System.Drawing.Point(0, 0));
     this.gbFilter.set_Name("gbFilter");
     this.gbFilter.set_Size(new System.Drawing.Size(0x216, 0x74));
     this.gbFilter.set_TabIndex(0);
     this.gbFilter.set_TabStop(false);
     this.gbFilter.set_Text("Фильтр");
     this.mtbAccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.mtbAccountNumber.set_BeepOnError(true);
     this.mtbAccountNumber.set_Location(new System.Drawing.Point(9, 0x20));
     this.mtbAccountNumber.set_Mask("00000000000000000000");
     this.mtbAccountNumber.set_Name("mtbAccountNumber");
     this.mtbAccountNumber.set_ResetOnSpace(false);
     this.mtbAccountNumber.set_Size(new System.Drawing.Size(0xf3, 20));
     this.mtbAccountNumber.set_TabIndex(10);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x37));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x23, 13));
     this.label2.set_TabIndex(15);
     this.label2.set_Text("Банк:");
     this.cbOwnersPrimary.set_AutoSize(true);
     this.cbOwnersPrimary.set_Location(new System.Drawing.Point(12, 0x60));
     this.cbOwnersPrimary.set_Name("cbOwnersPrimary");
     this.cbOwnersPrimary.set_Size(new System.Drawing.Size(0x93, 0x11));
     this.cbOwnersPrimary.set_TabIndex(30);
     this.cbOwnersPrimary.set_Text("Только основные счета");
     this.cbOwnersPrimary.set_UseVisualStyleBackColor(true);
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectOwner);
     this.gbOwner.set_Location(new System.Drawing.Point(0x102, 12));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Size(new System.Drawing.Size(270, 100));
     this.gbOwner.set_TabIndex(40);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnSearch, this.tsBtnFilterHide, this.tsBtnErase, this.tsBtnAdd, this.tsBtnEdit, this.tsBtnDelete, this.toolStripSeparator1, this.tbnApply });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x74));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x216, 0x19));
     this.toolStrip1.set_TabIndex(70);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsBtnSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnSearch.set_Image((System.Drawing.Image) manager.GetObject("tsBtnSearch.Image"));
     this.tsBtnSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnSearch.set_Name("tsBtnSearch");
     this.tsBtnSearch.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnSearch.set_Text("Найти счета");
     this.tsBtnSearch.add_Click(new System.EventHandler(this.tsBtnSearch_Click));
     this.tsBtnFilterHide.set_Checked(true);
     this.tsBtnFilterHide.set_CheckOnClick(true);
     this.tsBtnFilterHide.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsBtnFilterHide.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnFilterHide.set_Image((System.Drawing.Image) manager.GetObject("tsBtnFilterHide.Image"));
     this.tsBtnFilterHide.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnFilterHide.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnFilterHide.set_Name("tsBtnFilterHide");
     this.tsBtnFilterHide.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnFilterHide.set_Text("Скрыть/отобразить настройки фильтра");
     this.tsBtnFilterHide.add_Click(new System.EventHandler(this.tsBtnFilterHide_Click));
     this.tsBtnErase.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnErase.set_Image((System.Drawing.Image) manager.GetObject("tsBtnErase.Image"));
     this.tsBtnErase.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnErase.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnErase.set_Name("tsBtnErase");
     this.tsBtnErase.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnErase.set_Text("Очистить поля фильтра");
     this.tsBtnErase.add_Click(new System.EventHandler(this.tsBtnErase_Click));
     this.tsBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAdd.set_Image((System.Drawing.Image) manager.GetObject("tsBtnAdd.Image"));
     this.tsBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAdd.set_Name("tsBtnAdd");
     this.tsBtnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAdd.set_Text("Добавить счёт");
     this.tsBtnAdd.add_Click(new System.EventHandler(this.tsBtnAdd_Click));
     this.tsBtnEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnEdit.set_Image((System.Drawing.Image) manager.GetObject("tsBtnEdit.Image"));
     this.tsBtnEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnEdit.set_Name("tsBtnEdit");
     this.tsBtnEdit.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnEdit.set_Text("Изменить счёт");
     this.tsBtnEdit.add_Click(new System.EventHandler(this.tsBtnEdit_Click));
     this.tsBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDelete.set_Image((System.Drawing.Image) manager.GetObject("tsBtnDelete.Image"));
     this.tsBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDelete.set_Name("tsBtnDelete");
     this.tsBtnDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDelete.set_Text("Удалить счёт");
     this.tsBtnDelete.add_Click(new System.EventHandler(this.tsBtnDelete_Click));
     this.isPrimaryDataGridViewCheckBoxColumn.set_DataPropertyName("IsPrimary");
     this.isPrimaryDataGridViewCheckBoxColumn.set_HeaderText("Основной");
     this.isPrimaryDataGridViewCheckBoxColumn.set_Name("isPrimaryDataGridViewCheckBoxColumn");
     this.isPrimaryDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.bsBankAccounts.set_DataSource(typeof(BankAccount));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Номер лицевого счёта");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x6a);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("BankName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Банк");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x6a);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("CityName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Город банка");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x6b);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x6a);
     this.accountNumberDataGridViewTextBoxColumn.set_DataPropertyName("AccountNumber");
     this.accountNumberDataGridViewTextBoxColumn.set_HeaderText("Номер счёта");
     this.accountNumberDataGridViewTextBoxColumn.set_Name("accountNumberDataGridViewTextBoxColumn");
     this.accountNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Владелец");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bankNameDataGridViewTextBoxColumn.set_DataPropertyName("BankName");
     this.bankNameDataGridViewTextBoxColumn.set_HeaderText("Банк");
     this.bankNameDataGridViewTextBoxColumn.set_Name("bankNameDataGridViewTextBoxColumn");
     this.bankNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.BankCity.set_DataPropertyName("BankCity");
     this.BankCity.set_HeaderText("Город банка");
     this.BankCity.set_Name("BankCity");
     this.BankCity.set_ReadOnly(true);
     this.selectBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBank.set_Location(new System.Drawing.Point(9, 0x47));
     this.selectBank.set_Name("selectBank");
     this.selectBank.set_Size(new System.Drawing.Size(0xf3, 20));
     this.selectBank.set_TabIndex(20);
     this.selectOwner.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectOwner.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x108, 0x51));
     this.selectOwner.set_TabIndex(12);
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tbnApply.set_Image(Resources.APPLY);
     this.tbnApply.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tbnApply.set_Name("tbnApply");
     this.tbnApply.set_Size(new System.Drawing.Size(0x4a, 0x16));
     this.tbnApply.set_Text("Принять");
     this.tbnApply.add_Click(new System.EventHandler(this.tbnApply_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x216, 0x106));
     base.Controls.Add(this.dgvBankAccounts);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.gbFilter);
     this.set_MinimumSize(new System.Drawing.Size(550, 200));
     base.set_Name("BankAccountsForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Расчётные счета");
     base.add_Load(new System.EventHandler(this.BankAccountsForm_Load));
     this.dgvBankAccounts.EndInit();
     this.gbFilter.ResumeLayout(false);
     this.gbFilter.PerformLayout();
     this.gbOwner.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.bsBankAccounts.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #7
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.selectTypeOwnerFasetName = new SelectFasetData();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.nmDenom = new System.Windows.Forms.NumericUpDown();
     this.m_ApartmentOwnerBS = new System.Windows.Forms.BindingSource(this.components);
     this.nmNum = new System.Windows.Forms.NumericUpDown();
     this.tbPrintName = new System.Windows.Forms.TextBox();
     this.dbToDate = new DateBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_OwnerSelection = new SelectOwner();
     this.label9 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.gbDoc = new System.Windows.Forms.GroupBox();
     this.tbDoc = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dbDateDoc = new DateBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tbSaleContract = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.dbSaleContractDate = new DateBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.gbOwner.SuspendLayout();
     this.nmDenom.BeginInit();
     this.m_ApartmentOwnerBS.BeginInit();
     this.nmNum.BeginInit();
     this.gbDoc.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(9, 0x6f));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label2");
     label.set_Size(new System.Drawing.Size(0x5d, 13));
     label.set_TabIndex(20);
     label.set_Text("Отображать как:");
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectTypeOwnerFasetName);
     this.gbOwner.Controls.Add(this.label10);
     this.gbOwner.Controls.Add(this.label8);
     this.gbOwner.Controls.Add(this.nmDenom);
     this.gbOwner.Controls.Add(this.nmNum);
     this.gbOwner.Controls.Add(label);
     this.gbOwner.Controls.Add(this.tbPrintName);
     this.gbOwner.Controls.Add(this.dbToDate);
     this.gbOwner.Controls.Add(this.label1);
     this.gbOwner.Controls.Add(this.m_OwnerSelection);
     this.gbOwner.Controls.Add(this.label9);
     this.gbOwner.Controls.Add(this.dbFromDate);
     this.gbOwner.Controls.Add(this.label7);
     this.gbOwner.Controls.Add(this.label6);
     this.gbOwner.Controls.Add(this.label5);
     this.gbOwner.set_Location(new System.Drawing.Point(2, 2));
     this.gbOwner.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbOwner.set_Size(new System.Drawing.Size(0x20f, 0xf2));
     this.gbOwner.set_TabIndex(5);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.selectTypeOwnerFasetName.set_FormattingEnabled(true);
     this.selectTypeOwnerFasetName.set_Location(new System.Drawing.Point(0x95, 0xcf));
     this.selectTypeOwnerFasetName.set_Name("selectTypeOwnerFasetName");
     this.selectTypeOwnerFasetName.set_Size(new System.Drawing.Size(0x16b, 0x15));
     this.selectTypeOwnerFasetName.set_Sorted(true);
     this.selectTypeOwnerFasetName.set_TabIndex(0x18);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(8, 0xd0));
     this.label10.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label10.set_TabIndex(0x17);
     this.label10.set_Text("Тип владения");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(8, 0xdd));
     this.label8.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label8.set_TabIndex(0x15);
     this.label8.set_Text("собственностью:");
     this.nmDenom.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "Denom", true));
     this.nmDenom.set_Location(new System.Drawing.Point(0xf8, 130));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.nmDenom.set_Maximum(new decimal(numArray));
     int[] numArray2 = new int[4];
     numArray2[0] = 1;
     this.nmDenom.set_Minimum(new decimal(numArray2));
     this.nmDenom.set_Name("nmDenom");
     this.nmDenom.set_Size(new System.Drawing.Size(0x4d, 20));
     this.nmDenom.set_TabIndex(4);
     int[] numArray3 = new int[4];
     numArray3[0] = 1;
     this.nmDenom.set_Value(new decimal(numArray3));
     this.m_ApartmentOwnerBS.set_DataSource(typeof(ApartmentOwner));
     this.nmNum.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "Num", true));
     this.nmNum.set_Location(new System.Drawing.Point(0x95, 130));
     int[] numArray4 = new int[4];
     numArray4[0] = 0x3e8;
     this.nmNum.set_Maximum(new decimal(numArray4));
     this.nmNum.set_Name("nmNum");
     this.nmNum.set_Size(new System.Drawing.Size(0x4d, 20));
     this.nmNum.set_TabIndex(3);
     int[] numArray5 = new int[4];
     numArray5[0] = 1;
     this.nmNum.set_Value(new decimal(numArray5));
     this.tbPrintName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbPrintName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwnerBS, "PrintName", true));
     this.tbPrintName.set_Location(new System.Drawing.Point(0x95, 0x68));
     this.tbPrintName.set_Name("tbPrintName");
     this.tbPrintName.set_Size(new System.Drawing.Size(0x16b, 20));
     this.tbPrintName.set_TabIndex(2);
     this.dbToDate.AttachToPeriod = false;
     this.dbToDate.AttachToPeriodEnd = false;
     this.dbToDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "ToDate", true));
     this.dbToDate.set_Location(new System.Drawing.Point(0x95, 0xb6));
     this.dbToDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbToDate.set_Mask("00/00/0000");
     this.dbToDate.set_Name("dbToDate");
     this.dbToDate.set_Size(new System.Drawing.Size(90, 20));
     this.dbToDate.set_TabIndex(6);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0xb9));
     this.label1.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x8e, 13));
     this.label1.set_TabIndex(0x10);
     this.label1.set_Text("Дата окончания действия:");
     this.m_OwnerSelection.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OwnerSelection.set_Location(new System.Drawing.Point(12, 20));
     this.m_OwnerSelection.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_OwnerSelection.set_Name("m_OwnerSelection");
     this.m_OwnerSelection.set_Size(new System.Drawing.Size(0x1f6, 0x53));
     this.m_OwnerSelection.set_TabIndex(1);
     this.m_OwnerSelection.OnOwnerSelected += new OwnerHandler(this.m_OwnerSelection_OnOwnerSelected);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0xe7, 0x87));
     this.label9.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(12, 13));
     this.label9.set_TabIndex(15);
     this.label9.set_Text("/");
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "FromDate", true));
     this.dbFromDate.set_Location(new System.Drawing.Point(0x95, 0x9d));
     this.dbFromDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(90, 20));
     this.dbFromDate.set_TabIndex(5);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(9, 0x87));
     this.label7.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x74, 13));
     this.label7.set_TabIndex(9);
     this.label7.set_Text("Доля собственности:");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(9, 160));
     this.label6.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x7c, 13));
     this.label6.set_TabIndex(7);
     this.label6.set_Text("Дата начала действия:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(4, 0x4a));
     this.label5.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0, 13));
     this.label5.set_TabIndex(6);
     this.gbDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbDoc.Controls.Add(this.tbDoc);
     this.gbDoc.Controls.Add(this.label4);
     this.gbDoc.Controls.Add(this.label3);
     this.gbDoc.Controls.Add(this.dbDateDoc);
     this.gbDoc.set_Location(new System.Drawing.Point(2, 0xf8));
     this.gbDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbDoc.set_Name("gbDoc");
     this.gbDoc.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbDoc.set_Size(new System.Drawing.Size(0x20f, 0x44));
     this.gbDoc.set_TabIndex(6);
     this.gbDoc.set_TabStop(false);
     this.gbDoc.set_Text("Документ");
     this.tbDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbDoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwnerBS, "Doc", true));
     this.tbDoc.set_Location(new System.Drawing.Point(0x95, 0x11));
     this.tbDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbDoc.set_Name("tbDoc");
     this.tbDoc.set_Size(new System.Drawing.Size(0x16b, 20));
     this.tbDoc.set_TabIndex(1);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 20));
     this.label4.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x56, 13));
     this.label4.set_TabIndex(2);
     this.label4.set_Text("Наименование:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x2c));
     this.label3.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x24, 13));
     this.label3.set_TabIndex(1);
     this.label3.set_Text("Дата:");
     this.dbDateDoc.AttachToPeriod = false;
     this.dbDateDoc.AttachToPeriodEnd = false;
     this.dbDateDoc.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "DateDoc", true));
     this.dbDateDoc.set_Location(new System.Drawing.Point(0x95, 0x2c));
     this.dbDateDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbDateDoc.set_Mask("00/00/0000");
     this.dbDateDoc.set_Name("dbDateDoc");
     this.dbDateDoc.set_Size(new System.Drawing.Size(90, 20));
     this.dbDateDoc.set_TabIndex(2);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.tbSaleContract);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.dbSaleContractDate);
     this.groupBox1.set_Location(new System.Drawing.Point(2, 320));
     this.groupBox1.set_Margin(new System.Windows.Forms.Padding(2));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Padding(new System.Windows.Forms.Padding(2));
     this.groupBox1.set_Size(new System.Drawing.Size(0x20f, 0x44));
     this.groupBox1.set_TabIndex(7);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Договор купли-продажи");
     this.tbSaleContract.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbSaleContract.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwnerBS, "SaleContract", true));
     this.tbSaleContract.set_Location(new System.Drawing.Point(0x95, 0x11));
     this.tbSaleContract.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbSaleContract.set_Name("tbSaleContract");
     this.tbSaleContract.set_Size(new System.Drawing.Size(0x16a, 20));
     this.tbSaleContract.set_TabIndex(1);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(9, 20));
     this.label11.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x56, 13));
     this.label11.set_TabIndex(2);
     this.label11.set_Text("Наименование:");
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(9, 0x2c));
     this.label12.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x24, 13));
     this.label12.set_TabIndex(1);
     this.label12.set_Text("Дата:");
     this.dbSaleContractDate.AttachToPeriod = false;
     this.dbSaleContractDate.AttachToPeriodEnd = false;
     this.dbSaleContractDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "SaleContractDate", true));
     this.dbSaleContractDate.set_Location(new System.Drawing.Point(0x95, 0x2c));
     this.dbSaleContractDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbSaleContractDate.set_Mask("00/00/0000");
     this.dbSaleContractDate.set_Name("dbSaleContractDate");
     this.dbSaleContractDate.set_Size(new System.Drawing.Size(90, 20));
     this.dbSaleContractDate.set_TabIndex(2);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.gbDoc);
     base.Controls.Add(this.gbOwner);
     base.set_Name("ApartmentInfoMimOwnerView");
     base.set_Size(new System.Drawing.Size(0x213, 0x1da));
     this.gbOwner.ResumeLayout(false);
     this.gbOwner.PerformLayout();
     this.nmDenom.EndInit();
     this.m_ApartmentOwnerBS.EndInit();
     this.nmNum.EndInit();
     this.gbDoc.ResumeLayout(false);
     this.gbDoc.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Пример #8
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DebtAffairsView));
     this.tsOuter = new System.Windows.Forms.ToolStrip();
     this.tsBtnShowFilter = new System.Windows.Forms.ToolStripButton();
     this.tsOunterBtnSearch = new System.Windows.Forms.ToolStripButton();
     this.tsOuterBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsOuterBtnEdit = new System.Windows.Forms.ToolStripButton();
     this.tsOuterBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panelFilter = new System.Windows.Forms.Panel();
     this.gbFilter = new System.Windows.Forms.GroupBox();
     this.sfdStatusType = new SelectFasetData();
     this.bsDebtActionStatuses = new System.Windows.Forms.BindingSource(this.components);
     this.label8 = new System.Windows.Forms.Label();
     this.cbConsiderFilterExecutionTime = new System.Windows.Forms.CheckBox();
     this.label10 = new System.Windows.Forms.Label();
     this.nudCountExecutionTime = new System.Windows.Forms.NumericUpDown();
     this.tbResultComment = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.sfNoticeType = new SelectFasetData();
     this.label6 = new System.Windows.Forms.Label();
     this.tbAccountNumber = new System.Windows.Forms.TextBox();
     this.sfdCategory = new SelectFasetData();
     this.selectActStatus = new SelectFasetData();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.selectRespondent = new SelectOwner();
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.selectDocument = new SelectOrgDocument();
     this.label3 = new System.Windows.Forms.Label();
     this.selectСlaimant = new SelectOrganization();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.selectorLocalAddress = new LocalAddressSelector();
     this.tsInner = new System.Windows.Forms.ToolStrip();
     this.tsBtnHideFilter = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnSearch = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnEdit = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countActionsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debtSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monthCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.orgDocumentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CategoryName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ScanPath = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsDebtAffairs = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ДокументыВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tsOuter.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelFilter.SuspendLayout();
     this.gbFilter.SuspendLayout();
     this.bsDebtActionStatuses.BeginInit();
     this.nudCountExecutionTime.BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tsInner.SuspendLayout();
     this.panel1.SuspendLayout();
     this.dataGridView1.BeginInit();
     this.bsDebtAffairs.BeginInit();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.tsOuter.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.tsOuter.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.tsOuter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnShowFilter, this.tsOunterBtnSearch, this.tsOuterBtnAdd, this.tsOuterBtnEdit, this.tsOuterBtnDelete });
     this.tsOuter.set_Location(new System.Drawing.Point(0, 0));
     this.tsOuter.set_Name("tsOuter");
     this.tsOuter.set_Size(new System.Drawing.Size(0x1d, 0x28c));
     this.tsOuter.set_TabIndex(2);
     this.tsOuter.set_Text("toolStrip1");
     this.tsBtnShowFilter.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnShowFilter.set_Image(Resources.FILTER);
     this.tsBtnShowFilter.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnShowFilter.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShowFilter.set_Name("tsBtnShowFilter");
     this.tsBtnShowFilter.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsBtnShowFilter.set_Text("Показать настройки фильтра");
     this.tsBtnShowFilter.add_Click(new System.EventHandler(this.tsBtnShowFilter_Click));
     this.tsOunterBtnSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOunterBtnSearch.set_Image(Resources.SEARCH);
     this.tsOunterBtnSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOunterBtnSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOunterBtnSearch.set_Name("tsOunterBtnSearch");
     this.tsOunterBtnSearch.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOunterBtnSearch.set_Text("Найти");
     this.tsOunterBtnSearch.add_Click(new System.EventHandler(this.tsBtnSearch_Click));
     this.tsOuterBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOuterBtnAdd.set_Image(Resources.ADD);
     this.tsOuterBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOuterBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOuterBtnAdd.set_Name("tsOuterBtnAdd");
     this.tsOuterBtnAdd.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOuterBtnAdd.set_Text("Добавить дело");
     this.tsOuterBtnAdd.add_Click(new System.EventHandler(this.tsOuterBtnAdd_Click));
     this.tsOuterBtnEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOuterBtnEdit.set_Image(Resources.CHANGE);
     this.tsOuterBtnEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOuterBtnEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOuterBtnEdit.set_Name("tsOuterBtnEdit");
     this.tsOuterBtnEdit.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOuterBtnEdit.set_Text("Изменить дело");
     this.tsOuterBtnEdit.add_Click(new System.EventHandler(this.tsOuterBtnEdit_Click));
     this.tsOuterBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOuterBtnDelete.set_Image(Resources.DELETE);
     this.tsOuterBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOuterBtnDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOuterBtnDelete.set_Name("tsOuterBtnDelete");
     this.tsOuterBtnDelete.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOuterBtnDelete.set_Text("Удалить дело");
     this.tsOuterBtnDelete.add_Click(new System.EventHandler(this.tsOuterBtnDelete_Click));
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0x1d, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.set_AutoScroll(true);
     this.splitContainer1.Panel1.set_AutoScrollMinSize(new System.Drawing.Size(0xa5, 0));
     this.splitContainer1.Panel1.Controls.Add(this.panelFilter);
     this.splitContainer1.set_Panel1MinSize(0xa5);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer1.set_Panel2MinSize(0);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x34e, 0x28c));
     this.splitContainer1.set_SplitterDistance(0x12d);
     this.splitContainer1.set_TabIndex(4);
     this.panelFilter.set_AutoScroll(true);
     this.panelFilter.Controls.Add(this.gbFilter);
     this.panelFilter.Controls.Add(this.tsInner);
     this.panelFilter.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panelFilter.set_Location(new System.Drawing.Point(0, 0));
     this.panelFilter.set_Name("panelFilter");
     this.panelFilter.set_Size(new System.Drawing.Size(0x12d, 0x28c));
     this.panelFilter.set_TabIndex(4);
     this.gbFilter.set_AutoSize(true);
     this.gbFilter.Controls.Add(this.sfdStatusType);
     this.gbFilter.Controls.Add(this.label8);
     this.gbFilter.Controls.Add(this.cbConsiderFilterExecutionTime);
     this.gbFilter.Controls.Add(this.label10);
     this.gbFilter.Controls.Add(this.nudCountExecutionTime);
     this.gbFilter.Controls.Add(this.tbResultComment);
     this.gbFilter.Controls.Add(this.label7);
     this.gbFilter.Controls.Add(this.sfNoticeType);
     this.gbFilter.Controls.Add(this.label6);
     this.gbFilter.Controls.Add(this.tbAccountNumber);
     this.gbFilter.Controls.Add(this.sfdCategory);
     this.gbFilter.Controls.Add(this.selectActStatus);
     this.gbFilter.Controls.Add(this.groupBox1);
     this.gbFilter.Controls.Add(this.label2);
     this.gbFilter.Controls.Add(this.label5);
     this.gbFilter.Controls.Add(this.label4);
     this.gbFilter.Controls.Add(this.selectDocument);
     this.gbFilter.Controls.Add(this.label3);
     this.gbFilter.Controls.Add(this.selectСlaimant);
     this.gbFilter.Controls.Add(this.label1);
     this.gbFilter.Controls.Add(this.groupBox2);
     this.gbFilter.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.gbFilter.set_Location(new System.Drawing.Point(0, 0x19));
     this.gbFilter.set_Name("gbFilter");
     this.gbFilter.set_Size(new System.Drawing.Size(0x12d, 0x273));
     this.gbFilter.set_TabIndex(1);
     this.gbFilter.set_TabStop(false);
     this.gbFilter.set_Text("Фильтр:");
     this.sfdStatusType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdStatusType.set_DataSource(this.bsDebtActionStatuses);
     this.sfdStatusType.set_DisplayMember("Name");
     this.sfdStatusType.set_Location(new System.Drawing.Point(3, 0x18f));
     this.sfdStatusType.set_Name("sfdStatusType");
     this.sfdStatusType.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.sfdStatusType.set_Sorted(true);
     this.sfdStatusType.set_TabIndex(0x20);
     this.sfdStatusType.set_ValueMember("Id");
     this.sfdStatusType.add_SelectedIndexChanged(new System.EventHandler(this.sfdStatusType_SelectedIndexChanged));
     this.bsDebtActionStatuses.set_DataSource(typeof(DebtActionStatus));
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0x180));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x44, 13));
     this.label8.set_TabIndex(0x1f);
     this.label8.set_Text("Тип статуса");
     this.cbConsiderFilterExecutionTime.set_AutoSize(true);
     this.cbConsiderFilterExecutionTime.set_Location(new System.Drawing.Point(3, 0x246));
     this.cbConsiderFilterExecutionTime.set_Name("cbConsiderFilterExecutionTime");
     this.cbConsiderFilterExecutionTime.set_Size(new System.Drawing.Size(0xd0, 0x11));
     this.cbConsiderFilterExecutionTime.set_TabIndex(30);
     this.cbConsiderFilterExecutionTime.set_Text("Документы, которые истекут через");
     this.cbConsiderFilterExecutionTime.set_UseVisualStyleBackColor(true);
     this.cbConsiderFilterExecutionTime.add_CheckedChanged(new System.EventHandler(this.cbConsiderFilterExecutionTime_CheckedChanged));
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(0xfe, 0x247));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x1f, 13));
     this.label10.set_TabIndex(0x1d);
     this.label10.set_Text("дней");
     this.nudCountExecutionTime.set_Enabled(false);
     this.nudCountExecutionTime.set_Location(new System.Drawing.Point(0xd9, 0x246));
     this.nudCountExecutionTime.set_Name("nudCountExecutionTime");
     this.nudCountExecutionTime.set_Size(new System.Drawing.Size(0x22, 20));
     this.nudCountExecutionTime.set_TabIndex(0x1a);
     this.tbResultComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbResultComment.set_Location(new System.Drawing.Point(3, 560));
     this.tbResultComment.set_Name("tbResultComment");
     this.tbResultComment.set_Size(new System.Drawing.Size(0x127, 20));
     this.tbResultComment.set_TabIndex(0x19);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x21f));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x3b, 13));
     this.label7.set_TabIndex(0x18);
     this.label7.set_Text("Результат");
     this.sfNoticeType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfNoticeType.set_Location(new System.Drawing.Point(3, 0x207));
     this.sfNoticeType.set_Name("sfNoticeType");
     this.sfNoticeType.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.sfNoticeType.set_Sorted(true);
     this.sfNoticeType.set_TabIndex(0x17);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 0x1f7));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x60, 13));
     this.label6.set_TabIndex(0x16);
     this.label6.set_Text("Тип уведомлений");
     this.tbAccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbAccountNumber.set_Location(new System.Drawing.Point(6, 0x20));
     this.tbAccountNumber.set_Name("tbAccountNumber");
     this.tbAccountNumber.set_Size(new System.Drawing.Size(0x124, 20));
     this.tbAccountNumber.set_TabIndex(0x15);
     this.tbAccountNumber.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.tbAccountNumber_KeyDown));
     this.sfdCategory.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdCategory.set_Location(new System.Drawing.Point(3, 0x1df));
     this.sfdCategory.set_Name("sfdCategory");
     this.sfdCategory.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.sfdCategory.set_Sorted(true);
     this.sfdCategory.set_TabIndex(20);
     this.selectActStatus.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectActStatus.set_DisplayMember("Name");
     this.selectActStatus.set_Location(new System.Drawing.Point(3, 0x1b5));
     this.selectActStatus.set_Name("selectActStatus");
     this.selectActStatus.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.selectActStatus.set_Sorted(true);
     this.selectActStatus.set_TabIndex(20);
     this.selectActStatus.set_ValueMember("Id");
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.selectRespondent);
     this.groupBox1.set_Location(new System.Drawing.Point(3, 0xcd));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x12a, 100));
     this.groupBox1.set_TabIndex(0x13);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Основной ответчик");
     this.selectRespondent.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectRespondent.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectRespondent.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectRespondent.set_Name("selectRespondent");
     this.selectRespondent.set_Size(new System.Drawing.Size(0x124, 0x51));
     this.selectRespondent.set_TabIndex(3);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x1cf));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x57, 13));
     this.label2.set_TabIndex(0x11);
     this.label2.set_Text("Категория дела");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x1a5));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x44, 13));
     this.label5.set_TabIndex(0x11);
     this.label5.set_Text("Статус иска");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x15b));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label4.set_TabIndex(0x10);
     this.label4.set_Text("Документ");
     this.selectDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectDocument.set_Location(new System.Drawing.Point(3, 0x16b));
     this.selectDocument.set_Name("selectDocument");
     this.selectDocument.set_Size(new System.Drawing.Size(0x127, 20));
     this.selectDocument.set_TabIndex(15);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x134));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x59, 13));
     this.label3.set_TabIndex(14);
     this.label3.set_Text("Основной истец");
     this.selectСlaimant.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectСlaimant.IsCashlessTransferrer = false;
     this.selectСlaimant.IsHouseHolder = false;
     this.selectСlaimant.IsPaymentAgent = false;
     this.selectСlaimant.IsResourceProvider = false;
     this.selectСlaimant.IsServiceProvider = false;
     this.selectСlaimant.set_Location(new System.Drawing.Point(3, 0x144));
     this.selectСlaimant.set_Name("selectСlaimant");
     this.selectСlaimant.set_Size(new System.Drawing.Size(0x127, 20));
     this.selectСlaimant.set_TabIndex(13);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x65, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("№ Лицевого счёта");
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.set_AutoSize(true);
     this.groupBox2.Controls.Add(this.selectorLocalAddress);
     this.groupBox2.set_Location(new System.Drawing.Point(3, 0x3a));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x12a, 0x8d));
     this.groupBox2.set_TabIndex(12);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Адрес");
     this.selectorLocalAddress.set_AutoSize(true);
     this.selectorLocalAddress.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectorLocalAddress.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectorLocalAddress.set_Margin(new System.Windows.Forms.Padding(0));
     this.selectorLocalAddress.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.selectorLocalAddress.set_Name("selectorLocalAddress");
     this.selectorLocalAddress.set_Size(new System.Drawing.Size(0x124, 0x7a));
     this.selectorLocalAddress.set_TabIndex(12);
     this.tsInner.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.tsInner.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnHideFilter, this.tsInnerBtnSearch, this.tsInnerBtnAdd, this.tsInnerBtnEdit, this.tsInnerBtnDelete });
     this.tsInner.set_Location(new System.Drawing.Point(0, 0));
     this.tsInner.set_Name("tsInner");
     this.tsInner.set_Size(new System.Drawing.Size(0x12d, 0x19));
     this.tsInner.set_TabIndex(5);
     this.tsInner.set_Text("toolStrip1");
     this.tsBtnHideFilter.set_Checked(true);
     this.tsBtnHideFilter.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsBtnHideFilter.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnHideFilter.set_Image(Resources.FILTER);
     this.tsBtnHideFilter.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnHideFilter.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnHideFilter.set_Name("tsBtnHideFilter");
     this.tsBtnHideFilter.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnHideFilter.set_Text("Скрыть настройки фильтра");
     this.tsBtnHideFilter.add_Click(new System.EventHandler(this.tsBtnHideFilter_Click));
     this.tsInnerBtnSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnSearch.set_Image(Resources.SEARCH);
     this.tsInnerBtnSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnSearch.set_Name("tsInnerBtnSearch");
     this.tsInnerBtnSearch.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsInnerBtnSearch.set_Text("Найти");
     this.tsInnerBtnSearch.add_Click(new System.EventHandler(this.tsBtnSearch_Click));
     this.tsInnerBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnAdd.set_Image(Resources.ADD);
     this.tsInnerBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnAdd.set_Name("tsInnerBtnAdd");
     this.tsInnerBtnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsInnerBtnAdd.set_Text("Добавить дело");
     this.tsInnerBtnAdd.add_Click(new System.EventHandler(this.tsInnerBtnAdd_Click));
     this.tsInnerBtnEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnEdit.set_Image(Resources.CHANGE);
     this.tsInnerBtnEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnEdit.set_Name("tsInnerBtnEdit");
     this.tsInnerBtnEdit.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsInnerBtnEdit.set_Text("Изменить дело");
     this.tsInnerBtnEdit.add_Click(new System.EventHandler(this.tsInnerBtnEdit_Click));
     this.tsInnerBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnDelete.set_Image(Resources.DELETE);
     this.tsInnerBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnDelete.set_Name("tsInnerBtnDelete");
     this.tsInnerBtnDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsInnerBtnDelete.set_Text("Удалить дело");
     this.tsInnerBtnDelete.add_Click(new System.EventHandler(this.tsInnerBtnDelete_Click));
     this.panel1.Controls.Add(this.dataGridView1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0x19));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x21d, 0x273));
     this.panel1.set_TabIndex(4);
     this.dataGridView1.set_AllowUserToAddRows(false);
     this.dataGridView1.set_AllowUserToDeleteRows(false);
     this.dataGridView1.set_AllowUserToOrderColumns(true);
     this.dataGridView1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dataGridView1.set_AutoGenerateColumns(false);
     this.dataGridView1.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dataGridView1.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style.set_BackColor(System.Drawing.SystemColors.Control);
     style.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridView1.set_ColumnHeadersDefaultCellStyle(style);
     this.dataGridView1.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ownerNameDataGridViewTextBoxColumn, this.countActionsDataGridViewTextBoxColumn, this.houseHolderNameDataGridViewTextBoxColumn, this.addressNameDataGridViewTextBoxColumn, this.debtSummDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.monthCountDataGridViewTextBoxColumn, this.orgDocumentNameDataGridViewTextBoxColumn, this.CategoryName, this.commentDataGridViewTextBoxColumn, this.ScanPath, this.createdDataGridViewTextBoxColumn });
     this.dataGridView1.set_DataSource(this.bsDebtAffairs);
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style2.set_BackColor(System.Drawing.SystemColors.Window);
     style2.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style2.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style2.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style2.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style2.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dataGridView1.set_DefaultCellStyle(style2);
     this.dataGridView1.set_Location(new System.Drawing.Point(0, 6));
     this.dataGridView1.set_MultiSelect(false);
     this.dataGridView1.set_Name("dataGridView1");
     this.dataGridView1.set_ReadOnly(true);
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style3.set_BackColor(System.Drawing.SystemColors.Control);
     style3.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style3.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style3.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style3.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style3.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridView1.set_RowHeadersDefaultCellStyle(style3);
     this.dataGridView1.set_RowHeadersVisible(false);
     this.dataGridView1.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dataGridView1.set_Size(new System.Drawing.Size(0x21d, 0x26d));
     this.dataGridView1.set_TabIndex(2);
     this.dataGridView1.add_DoubleClick(new System.EventHandler(this.dataGridView1_DoubleClick));
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Должник");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_Width(0x4f);
     this.countActionsDataGridViewTextBoxColumn.set_DataPropertyName("CountActions");
     this.countActionsDataGridViewTextBoxColumn.set_HeaderText("Кол-во процессов");
     this.countActionsDataGridViewTextBoxColumn.set_Name("countActionsDataGridViewTextBoxColumn");
     this.countActionsDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.countActionsDataGridViewTextBoxColumn.set_Width(0x71);
     this.houseHolderNameDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolderName");
     this.houseHolderNameDataGridViewTextBoxColumn.set_HeaderText("Управляющая компания");
     this.houseHolderNameDataGridViewTextBoxColumn.set_Name("houseHolderNameDataGridViewTextBoxColumn");
     this.houseHolderNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.houseHolderNameDataGridViewTextBoxColumn.set_Width(0x90);
     this.addressNameDataGridViewTextBoxColumn.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn.set_Name("addressNameDataGridViewTextBoxColumn");
     this.addressNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.addressNameDataGridViewTextBoxColumn.set_Width(0x3f);
     this.debtSummDataGridViewTextBoxColumn.set_DataPropertyName("DebtSumm");
     this.debtSummDataGridViewTextBoxColumn.set_HeaderText("Долг");
     this.debtSummDataGridViewTextBoxColumn.set_Name("debtSummDataGridViewTextBoxColumn");
     this.debtSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.debtSummDataGridViewTextBoxColumn.set_Width(0x3a);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата начала");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x58);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Дата конца");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(0x54);
     this.monthCountDataGridViewTextBoxColumn.set_DataPropertyName("MonthCount");
     this.monthCountDataGridViewTextBoxColumn.set_HeaderText("Количество месяцев");
     this.monthCountDataGridViewTextBoxColumn.set_Name("monthCountDataGridViewTextBoxColumn");
     this.monthCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.monthCountDataGridViewTextBoxColumn.set_Width(0x7e);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_DataPropertyName("OrgDocumentName");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_HeaderText("Документ");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Name("orgDocumentNameDataGridViewTextBoxColumn");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Width(0x53);
     this.CategoryName.set_DataPropertyName("CategoryName");
     this.CategoryName.set_HeaderText("Категория");
     this.CategoryName.set_Name("CategoryName");
     this.CategoryName.set_ReadOnly(true);
     this.CategoryName.set_Width(0x55);
     this.commentDataGridViewTextBoxColumn.set_DataPropertyName("Comment");
     this.commentDataGridViewTextBoxColumn.set_HeaderText("комментарий");
     this.commentDataGridViewTextBoxColumn.set_Name("commentDataGridViewTextBoxColumn");
     this.commentDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.commentDataGridViewTextBoxColumn.set_Width(0x65);
     this.ScanPath.set_DataPropertyName("ScanPath");
     this.ScanPath.set_HeaderText("Расположение док-та");
     this.ScanPath.set_Name("ScanPath");
     this.ScanPath.set_ReadOnly(true);
     this.ScanPath.set_Width(130);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Создано");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn.set_Width(0x4b);
     this.bsDebtAffairs.set_DataSource(typeof(DebtAffair));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripDropDownButton1 });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x21d, 0x19));
     this.toolStrip1.set_TabIndex(3);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripDropDownButton1.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.документыСИстекающимСрокомИсполненияToolStripMenuItem, this.ДокументыВсеToolStripMenuItem });
     this.toolStripDropDownButton1.set_Image((System.Drawing.Image) manager.GetObject("toolStripDropDownButton1.Image"));
     this.toolStripDropDownButton1.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.toolStripDropDownButton1.set_Name("toolStripDropDownButton1");
     this.toolStripDropDownButton1.set_Size(new System.Drawing.Size(0x3d, 0x16));
     this.toolStripDropDownButton1.set_Text("Отчеты");
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.set_Name("документыСИстекающимСрокомИсполненияToolStripMenuItem");
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.set_Size(new System.Drawing.Size(0x1ca, 0x16));
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.set_Text("Документы с истекающим сроком исполнения по найденным делам");
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.add_Click(new System.EventHandler(this.документыСИстекающимСрокомИсполненияToolStripMenuItem_Click));
     this.ДокументыВсеToolStripMenuItem.set_Name("ДокументыВсеToolStripMenuItem");
     this.ДокументыВсеToolStripMenuItem.set_Size(new System.Drawing.Size(0x1ca, 0x16));
     this.ДокументыВсеToolStripMenuItem.set_Text("Документы с истекающим сроком исполнения по всем делам");
     this.ДокументыВсеToolStripMenuItem.add_Click(new System.EventHandler(this.ДокументыВсеToolStripMenuItem_Click));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Должник");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x4f);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Управляющая компания");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x90);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x3f);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("DebtSumm");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Долг");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x3a);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Дата начала");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x58);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата конца");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x54);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("MonthCount");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Количество месяцев");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x7e);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("OrgDocumentName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Документ");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x53);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("CountActions");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Кол-во исков");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x5b);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("Comment");
     this.dataGridViewTextBoxColumn10.set_HeaderText("комментарий");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x65);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(0x4b);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn12.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(0x4b);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Width(0x4b);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.tsOuter);
     this.set_DoubleBuffered(true);
     base.set_Name("DebtAffairsView");
     base.set_Size(new System.Drawing.Size(0x36b, 0x28c));
     base.add_Load(new System.EventHandler(this.DebtAffairsView_Load));
     this.tsOuter.ResumeLayout(false);
     this.tsOuter.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.panelFilter.ResumeLayout(false);
     this.panelFilter.PerformLayout();
     this.gbFilter.ResumeLayout(false);
     this.gbFilter.PerformLayout();
     this.bsDebtActionStatuses.EndInit();
     this.nudCountExecutionTime.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tsInner.ResumeLayout(false);
     this.tsInner.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.dataGridView1.EndInit();
     this.bsDebtAffairs.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }