示例#1
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ServiceView));
     this.tbLongName = new System.Windows.Forms.TextBox();
     this.tbShortName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelShortName = new System.Windows.Forms.Label();
     this.labelCode = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.cbServiceType = new System.Windows.Forms.ComboBox();
     this.serviceTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.m_Code = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cbOrganization = new System.Windows.Forms.ComboBox();
     this.orgsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.cbCanonicalService = new System.Windows.Forms.ComboBox();
     this.canonicalServiceBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cbAlgorithm = new System.Windows.Forms.ComboBox();
     this.algBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label7 = new System.Windows.Forms.Label();
     this.selectOrganization = new SelectOrganization();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.selectAddress = new SelectAddress();
     this.selectResourceProvider = new SelectOrganization();
     this.label8 = new System.Windows.Forms.Label();
     this.cbIsSeasonal = new System.Windows.Forms.CheckBox();
     this.cbIsFixedPayment = new System.Windows.Forms.CheckBox();
     this.datePeriod = new DatePeriod();
     this.label9 = new System.Windows.Forms.Label();
     this.nudMonthShift = new System.Windows.Forms.NumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.cbCanHaveNegativeCharge = new System.Windows.Forms.CheckBox();
     this.cbCanRecalcInCloceAccount = new System.Windows.Forms.CheckBox();
     this.label11 = new System.Windows.Forms.Label();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.cbIsNotRecalculationOldPeriod = new System.Windows.Forms.CheckBox();
     this.serviceTypeBindingSource.BeginInit();
     this.orgsBindingSource.BeginInit();
     this.canonicalServiceBindingSource.BeginInit();
     this.algBindingSource.BeginInit();
     this.nudMonthShift.BeginInit();
     this.epRights.BeginInit();
     base.SuspendLayout();
     this.tbLongName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbLongName.set_Location(new System.Drawing.Point(0xf5, 0x77));
     this.tbLongName.set_Name("tbLongName");
     this.tbLongName.set_Size(new System.Drawing.Size(0x16b, 0x16));
     this.tbLongName.set_TabIndex(9);
     this.tbShortName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbShortName.set_Location(new System.Drawing.Point(0xf5, 0x5b));
     this.tbShortName.set_Name("tbShortName");
     this.tbShortName.set_Size(new System.Drawing.Size(0x16b, 0x16));
     this.tbShortName.set_TabIndex(7);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x7a));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xd7, 0x10));
     this.label1.set_TabIndex(8);
     this.label1.set_Text("Наименование для документов");
     this.labelShortName.set_AutoSize(true);
     this.labelShortName.set_Location(new System.Drawing.Point(6, 0x5e));
     this.labelShortName.set_Name("labelShortName");
     this.labelShortName.set_Size(new System.Drawing.Size(0xd3, 0x10));
     this.labelShortName.set_TabIndex(6);
     this.labelShortName.set_Text("Наименование для бухгалтера");
     this.labelCode.set_AutoSize(true);
     this.labelCode.set_Location(new System.Drawing.Point(6, 6));
     this.labelCode.set_Name("labelCode");
     this.labelCode.set_Size(new System.Drawing.Size(0x20, 0x10));
     this.labelCode.set_TabIndex(0);
     this.labelCode.set_Text("Код");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x40));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x51, 0x10));
     this.label4.set_TabIndex(4);
     this.label4.set_Text("Тип услуги");
     this.cbServiceType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbServiceType.set_DataSource(this.serviceTypeBindingSource);
     this.cbServiceType.set_DisplayMember("ShortName");
     this.cbServiceType.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbServiceType.set_FormattingEnabled(true);
     this.cbServiceType.set_Location(new System.Drawing.Point(0xf5, 0x3d));
     this.cbServiceType.set_Name("cbServiceType");
     this.cbServiceType.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbServiceType.set_TabIndex(5);
     this.serviceTypeBindingSource.set_DataSource(typeof(ServiceTypeOld));
     this.serviceTypeBindingSource.set_Sort("ShortName");
     this.serviceTypeBindingSource.add_CurrentChanged(new System.EventHandler(this.serviceTypeBindingSource_CurrentChanged));
     this.m_Code.set_Location(new System.Drawing.Point(0xf5, 3));
     this.m_Code.set_Name("m_Code");
     this.m_Code.set_ReadOnly(true);
     this.m_Code.set_Size(new System.Drawing.Size(100, 0x16));
     this.m_Code.set_TabIndex(1);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x22));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x80, 0x10));
     this.label5.set_TabIndex(2);
     this.label5.set_Text("Поставщик услуги");
     this.cbOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbOrganization.set_DataSource(this.orgsBindingSource);
     this.cbOrganization.set_DisplayMember("CodeName");
     this.cbOrganization.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbOrganization.set_Enabled(false);
     this.cbOrganization.set_FormattingEnabled(true);
     this.cbOrganization.set_Location(new System.Drawing.Point(0xf5, 0x1f));
     this.cbOrganization.set_Name("cbOrganization");
     this.cbOrganization.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbOrganization.set_TabIndex(3);
     this.cbOrganization.set_ValueMember("Id");
     this.orgsBindingSource.set_DataSource(typeof(Organization));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 150));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(150, 0x10));
     this.label6.set_TabIndex(12);
     this.label6.set_Text("Вид благоустройства");
     this.cbCanonicalService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbCanonicalService.set_DataSource(this.canonicalServiceBindingSource);
     this.cbCanonicalService.set_DisplayMember("LongName");
     this.cbCanonicalService.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbCanonicalService.set_FormattingEnabled(true);
     this.cbCanonicalService.set_Location(new System.Drawing.Point(0xf5, 0x93));
     this.cbCanonicalService.set_Name("cbCanonicalService");
     this.cbCanonicalService.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbCanonicalService.set_TabIndex(13);
     this.cbCanonicalService.set_ValueMember("Code");
     this.canonicalServiceBindingSource.set_DataSource(typeof(CanonicalService));
     this.canonicalServiceBindingSource.add_CurrentChanged(new System.EventHandler(this.canonicalServiceBindingSource_CurrentChanged));
     this.cbAlgorithm.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbAlgorithm.set_DataSource(this.algBindingSource);
     this.cbAlgorithm.set_DisplayMember("DisplayName");
     this.cbAlgorithm.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbAlgorithm.set_FormattingEnabled(true);
     this.cbAlgorithm.set_Location(new System.Drawing.Point(0xf5, 0xb1));
     this.cbAlgorithm.set_Name("cbAlgorithm");
     this.cbAlgorithm.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbAlgorithm.set_TabIndex(11);
     this.cbAlgorithm.set_ValueMember("Id");
     this.algBindingSource.set_DataSource(typeof(CalcAlg));
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 180));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x6a, 0x10));
     this.label7.set_TabIndex(10);
     this.label7.set_Text("Вид алгоритма");
     this.selectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsPaymentAgent = false;
     this.selectOrganization.IsResourceProvider = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0xf5, 0xda));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.selectOrganization.set_TabIndex(15);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 220));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xa4, 0x10));
     this.label2.set_TabIndex(0x11);
     this.label2.set_Text("Управляющая компания");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x120));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x30, 0x10));
     this.label3.set_TabIndex(0x12);
     this.label3.set_Text("Адрес");
     this.selectAddress.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddress.set_Location(new System.Drawing.Point(0xf5, 0x11e));
     this.selectAddress.set_Name("selectAddress");
     this.selectAddress.set_Size(new System.Drawing.Size(0x16b, 0x1a));
     this.selectAddress.set_TabIndex(0x15);
     this.selectResourceProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectResourceProvider.IsCashlessTransferrer = false;
     this.selectResourceProvider.IsHouseHolder = false;
     this.selectResourceProvider.IsPaymentAgent = false;
     this.selectResourceProvider.IsResourceProvider = false;
     this.selectResourceProvider.IsServiceProvider = false;
     this.selectResourceProvider.set_Location(new System.Drawing.Point(0xf5, 0xfc));
     this.selectResourceProvider.set_Name("selectResourceProvider");
     this.selectResourceProvider.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.selectResourceProvider.set_TabIndex(0x16);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0xfd));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0xe9, 0x10));
     this.label8.set_TabIndex(0x17);
     this.label8.set_Text("Ресурсоснабжающая организация");
     this.cbIsSeasonal.set_AutoSize(true);
     this.cbIsSeasonal.set_Location(new System.Drawing.Point(9, 450));
     this.cbIsSeasonal.set_Name("cbIsSeasonal");
     this.cbIsSeasonal.set_Size(new System.Drawing.Size(0x5b, 20));
     this.cbIsSeasonal.set_TabIndex(0x18);
     this.cbIsSeasonal.set_Text("Сезонная");
     this.cbIsSeasonal.set_UseVisualStyleBackColor(true);
     this.cbIsFixedPayment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbIsFixedPayment.set_Location(new System.Drawing.Point(9, 0x1d8));
     this.cbIsFixedPayment.set_Name("cbIsFixedPayment");
     this.cbIsFixedPayment.set_Size(new System.Drawing.Size(0x24d, 0x2a));
     this.cbIsFixedPayment.set_TabIndex(0x19);
     this.cbIsFixedPayment.set_Text("Фиксированная оплата (при автоматической разноске оплаты берется 0 или полная сумма задолжености)");
     this.cbIsFixedPayment.set_UseVisualStyleBackColor(true);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0xea, 0x141));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(5));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x148, 0x17));
     this.datePeriod.set_TabIndex(0x1a);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(6, 0x148));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(170, 0x10));
     this.label9.set_TabIndex(0x1b);
     this.label9.set_Text("Период действия услуги");
     this.nudMonthShift.set_Location(new System.Drawing.Point(0xf5, 0x16c));
     int[] numArray = new int[4];
     numArray[0] = 0x24;
     this.nudMonthShift.set_Maximum(new decimal(numArray));
     this.nudMonthShift.set_Name("nudMonthShift");
     this.nudMonthShift.set_Size(new System.Drawing.Size(120, 0x16));
     this.nudMonthShift.set_TabIndex(0x1d);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(6, 0x16e));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0xde, 0x10));
     this.label10.set_TabIndex(30);
     this.label10.set_Text("Рассчитывать за ранний период");
     this.epRights.set_BlinkStyle(System.Windows.Forms.ErrorBlinkStyle.NeverBlink);
     this.epRights.set_ContainerControl(this);
     this.epRights.set_Icon((System.Drawing.Icon) manager.GetObject("epRights.Icon"));
     this.epRights.set_RightToLeft(true);
     this.cbCanHaveNegativeCharge.set_AutoSize(true);
     this.cbCanHaveNegativeCharge.set_Location(new System.Drawing.Point(9, 0x1ff));
     this.cbCanHaveNegativeCharge.set_Name("cbCanHaveNegativeCharge");
     this.cbCanHaveNegativeCharge.set_Size(new System.Drawing.Size(300, 20));
     this.cbCanHaveNegativeCharge.set_TabIndex(0x1f);
     this.cbCanHaveNegativeCharge.set_Text("Возможность отрицательных начислений");
     this.cbCanHaveNegativeCharge.set_UseVisualStyleBackColor(true);
     this.cbCanRecalcInCloceAccount.set_AutoSize(true);
     this.cbCanRecalcInCloceAccount.set_Location(new System.Drawing.Point(9, 0x219));
     this.cbCanRecalcInCloceAccount.set_Name("cbCanRecalcInCloceAccount");
     this.cbCanRecalcInCloceAccount.set_Size(new System.Drawing.Size(0x181, 20));
     this.cbCanRecalcInCloceAccount.set_TabIndex(0x20);
     this.cbCanRecalcInCloceAccount.set_Text("Производить перерасчет на закрытых лицевых счетах");
     this.cbCanRecalcInCloceAccount.set_UseVisualStyleBackColor(true);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(6, 0x18d));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x61, 0x10));
     this.label11.set_TabIndex(0x21);
     this.label11.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(0x6d, 0x18a));
     this.tbComment.set_Multiline(true);
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x1f3, 0x31));
     this.tbComment.set_TabIndex(0x22);
     this.cbIsNotRecalculationOldPeriod.set_AutoSize(true);
     this.cbIsNotRecalculationOldPeriod.set_Location(new System.Drawing.Point(9, 0x233));
     this.cbIsNotRecalculationOldPeriod.set_Name("cbIsNotRecalculationOldPeriod");
     this.cbIsNotRecalculationOldPeriod.set_Size(new System.Drawing.Size(0x14f, 20));
     this.cbIsNotRecalculationOldPeriod.set_TabIndex(0x23);
     this.cbIsNotRecalculationOldPeriod.set_Text("Не производить перерасчет за старый период");
     this.cbIsNotRecalculationOldPeriod.set_UseVisualStyleBackColor(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(8f, 16f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.cbIsNotRecalculationOldPeriod);
     base.Controls.Add(this.tbComment);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.cbCanRecalcInCloceAccount);
     base.Controls.Add(this.cbCanHaveNegativeCharge);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.nudMonthShift);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.cbIsFixedPayment);
     base.Controls.Add(this.cbIsSeasonal);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.selectResourceProvider);
     base.Controls.Add(this.selectAddress);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.cbAlgorithm);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.cbCanonicalService);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.cbOrganization);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.m_Code);
     base.Controls.Add(this.cbServiceType);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.tbLongName);
     base.Controls.Add(this.tbShortName);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.labelShortName);
     base.Controls.Add(this.labelCode);
     this.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     base.set_Margin(new System.Windows.Forms.Padding(4));
     base.set_Name("ServiceView");
     base.set_Size(new System.Drawing.Size(0x266, 0x25a));
     base.add_Load(new System.EventHandler(this.ServiceView_Load));
     this.serviceTypeBindingSource.EndInit();
     this.orgsBindingSource.EndInit();
     this.canonicalServiceBindingSource.EndInit();
     this.algBindingSource.EndInit();
     this.nudMonthShift.EndInit();
     this.epRights.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
示例#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.components = new Container();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.orgsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.serviceTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.canonicalServiceBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.algBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label9 = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     this.cbIsFixedPayment = new System.Windows.Forms.CheckBox();
     this.cbIsSeasonal = new System.Windows.Forms.CheckBox();
     this.label8 = new System.Windows.Forms.Label();
     this.selectResourceProvider = new SelectOrganization();
     this.selectAddress = new SelectAddress();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrganization = new SelectOrganization();
     this.cbAlgorithm = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.cbCanonicalService = new System.Windows.Forms.ComboBox();
     this.label6 = new System.Windows.Forms.Label();
     this.cbOrganization = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.m_Code = new System.Windows.Forms.TextBox();
     this.cbServiceType = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbLongName = new System.Windows.Forms.TextBox();
     this.tbShortName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelShortName = new System.Windows.Forms.Label();
     this.labelCode = new System.Windows.Forms.Label();
     this.orgsBindingSource.BeginInit();
     this.serviceTypeBindingSource.BeginInit();
     this.canonicalServiceBindingSource.BeginInit();
     this.algBindingSource.BeginInit();
     base.SuspendLayout();
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_DialogResult(System.Windows.Forms.DialogResult.OK);
     this.btnOk.set_Location(new System.Drawing.Point(0x1c0, 0x185));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnOk.set_TabIndex(1);
     this.btnOk.set_Text("Принять");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     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(0x216, 0x185));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(2);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.orgsBindingSource.set_DataSource(typeof(Organization));
     this.serviceTypeBindingSource.set_DataSource(typeof(ServiceTypeOld));
     this.serviceTypeBindingSource.add_CurrentChanged(new System.EventHandler(this.serviceTypeBindingSource_CurrentChanged));
     this.canonicalServiceBindingSource.set_DataSource(typeof(CanonicalService));
     this.canonicalServiceBindingSource.add_CurrentChanged(new System.EventHandler(this.canonicalServiceBindingSource_CurrentChanged));
     this.algBindingSource.set_DataSource(typeof(CalcAlg));
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(5, 0x15a));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x83, 13));
     this.label9.set_TabIndex(0x33);
     this.label9.set_Text("Период действия услуги");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0xb8, 0x15a));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(5));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x148, 0x17));
     this.datePeriod.set_TabIndex(50);
     this.cbIsFixedPayment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbIsFixedPayment.set_Location(new System.Drawing.Point(6, 0x13e));
     this.cbIsFixedPayment.set_Name("cbIsFixedPayment");
     this.cbIsFixedPayment.set_Size(new System.Drawing.Size(0x24b, 0x13));
     this.cbIsFixedPayment.set_TabIndex(0x31);
     this.cbIsFixedPayment.set_Text("Фиксированная оплата (при автоматической разноске оплаты берется 0 или полная сумма задолжености)");
     this.cbIsFixedPayment.set_UseVisualStyleBackColor(true);
     this.cbIsSeasonal.set_AutoSize(true);
     this.cbIsSeasonal.set_Location(new System.Drawing.Point(6, 0x127));
     this.cbIsSeasonal.set_Name("cbIsSeasonal");
     this.cbIsSeasonal.set_Size(new System.Drawing.Size(0x4b, 0x11));
     this.cbIsSeasonal.set_TabIndex(0x30);
     this.cbIsSeasonal.set_Text("Сезонная");
     this.cbIsSeasonal.set_UseVisualStyleBackColor(true);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(3, 0xea));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0xb8, 13));
     this.label8.set_TabIndex(0x2f);
     this.label8.set_Text("Ресурсоснабжающая организация");
     this.selectResourceProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectResourceProvider.IsCashlessTransferrer = false;
     this.selectResourceProvider.IsHouseHolder = false;
     this.selectResourceProvider.IsServiceProvider = false;
     this.selectResourceProvider.set_Location(new System.Drawing.Point(0xc4, 0xe9));
     this.selectResourceProvider.set_Name("selectResourceProvider");
     this.selectResourceProvider.set_Size(new System.Drawing.Size(0x1a2, 0x18));
     this.selectResourceProvider.set_TabIndex(0x2e);
     this.selectAddress.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddress.set_Location(new System.Drawing.Point(0xc4, 0x107));
     this.selectAddress.set_Name("selectAddress");
     this.selectAddress.set_Size(new System.Drawing.Size(0x1a2, 0x1a));
     this.selectAddress.set_TabIndex(0x2d);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 270));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x26, 13));
     this.label3.set_TabIndex(0x2c);
     this.label3.set_Text("Адрес");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0xcd));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x85, 13));
     this.label2.set_TabIndex(0x2b);
     this.label2.set_Text("Управляющая компания");
     this.selectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0xc4, 0xcb));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x1a2, 0x18));
     this.selectOrganization.set_TabIndex(0x2a);
     this.cbAlgorithm.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbAlgorithm.set_DataSource(this.algBindingSource);
     this.cbAlgorithm.set_DisplayMember("DisplayName");
     this.cbAlgorithm.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbAlgorithm.set_FormattingEnabled(true);
     this.cbAlgorithm.set_Location(new System.Drawing.Point(0xc4, 0xb0));
     this.cbAlgorithm.set_Name("cbAlgorithm");
     this.cbAlgorithm.set_Size(new System.Drawing.Size(0x1a2, 0x15));
     this.cbAlgorithm.set_TabIndex(0x27);
     this.cbAlgorithm.set_ValueMember("Id");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(3, 0xb3));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x53, 13));
     this.label7.set_TabIndex(0x26);
     this.label7.set_Text("Вид алгоритма");
     this.cbCanonicalService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbCanonicalService.set_DataSource(this.canonicalServiceBindingSource);
     this.cbCanonicalService.set_DisplayMember("LongName");
     this.cbCanonicalService.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbCanonicalService.set_FormattingEnabled(true);
     this.cbCanonicalService.set_Location(new System.Drawing.Point(0xc4, 0x95));
     this.cbCanonicalService.set_Name("cbCanonicalService");
     this.cbCanonicalService.set_Size(new System.Drawing.Size(0x1a2, 0x15));
     this.cbCanonicalService.set_TabIndex(0x29);
     this.cbCanonicalService.set_ValueMember("Code");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(3, 0x98));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x73, 13));
     this.label6.set_TabIndex(40);
     this.label6.set_Text("Вид благоустройства");
     this.cbOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbOrganization.set_DataSource(this.orgsBindingSource);
     this.cbOrganization.set_DisplayMember("CodeName");
     this.cbOrganization.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbOrganization.set_FormattingEnabled(true);
     this.cbOrganization.set_Location(new System.Drawing.Point(0xc4, 0x26));
     this.cbOrganization.set_Name("cbOrganization");
     this.cbOrganization.set_Size(new System.Drawing.Size(0x1a2, 0x15));
     this.cbOrganization.set_TabIndex(0x1f);
     this.cbOrganization.set_ValueMember("Id");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(3, 0x29));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x65, 13));
     this.label5.set_TabIndex(30);
     this.label5.set_Text("Поставщик услуги");
     this.m_Code.set_Location(new System.Drawing.Point(0xc4, 10));
     this.m_Code.set_Name("m_Code");
     this.m_Code.set_ReadOnly(true);
     this.m_Code.set_Size(new System.Drawing.Size(100, 20));
     this.m_Code.set_TabIndex(0x1d);
     this.cbServiceType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbServiceType.set_DataSource(this.serviceTypeBindingSource);
     this.cbServiceType.set_DisplayMember("Name");
     this.cbServiceType.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbServiceType.set_FormattingEnabled(true);
     this.cbServiceType.set_Location(new System.Drawing.Point(0xc4, 0x44));
     this.cbServiceType.set_Name("cbServiceType");
     this.cbServiceType.set_Size(new System.Drawing.Size(0x1a2, 0x15));
     this.cbServiceType.set_TabIndex(0x21);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x47));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label4.set_TabIndex(0x20);
     this.label4.set_Text("Тип услуги");
     this.tbLongName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbLongName.set_Location(new System.Drawing.Point(0xc4, 0x7b));
     this.tbLongName.set_Name("tbLongName");
     this.tbLongName.set_Size(new System.Drawing.Size(0x1a2, 20));
     this.tbLongName.set_TabIndex(0x25);
     this.tbShortName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbShortName.set_Location(new System.Drawing.Point(0xc4, 0x5f));
     this.tbShortName.set_Name("tbShortName");
     this.tbShortName.set_Size(new System.Drawing.Size(0x1a2, 20));
     this.tbShortName.set_TabIndex(0x23);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x7e));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xa7, 13));
     this.label1.set_TabIndex(0x24);
     this.label1.set_Text("Наименование для документов");
     this.labelShortName.set_AutoSize(true);
     this.labelShortName.set_Location(new System.Drawing.Point(3, 0x62));
     this.labelShortName.set_Name("labelShortName");
     this.labelShortName.set_Size(new System.Drawing.Size(0xa3, 13));
     this.labelShortName.set_TabIndex(0x22);
     this.labelShortName.set_Text("Наименование для бухгалтера");
     this.labelCode.set_AutoSize(true);
     this.labelCode.set_Location(new System.Drawing.Point(3, 13));
     this.labelCode.set_Name("labelCode");
     this.labelCode.set_Size(new System.Drawing.Size(0x1a, 13));
     this.labelCode.set_TabIndex(0x1c);
     this.labelCode.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(0x267, 0x1aa));
     base.Controls.Add(this.label9);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.cbIsFixedPayment);
     base.Controls.Add(this.cbIsSeasonal);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.selectResourceProvider);
     base.Controls.Add(this.selectAddress);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.cbAlgorithm);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.cbCanonicalService);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.cbOrganization);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.m_Code);
     base.Controls.Add(this.cbServiceType);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.tbLongName);
     base.Controls.Add(this.tbShortName);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.labelShortName);
     base.Controls.Add(this.labelCode);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOk);
     base.set_Name("ServiceAddForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Создание услуги");
     base.add_Load(new System.EventHandler(this.AccountHouseHolderChangeCreateServiceForm_Load));
     this.orgsBindingSource.EndInit();
     this.serviceTypeBindingSource.EndInit();
     this.canonicalServiceBindingSource.EndInit();
     this.algBindingSource.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
示例#4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     Area area = new Area();
     this.bsFindServices = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.selectAddresses = new SelectAddresses();
     this.dbxLastDateRate = new DateBox();
     this.label12 = new System.Windows.Forms.Label();
     this.numLastNorm = new System.Windows.Forms.NumericUpDown();
     this.label13 = new System.Windows.Forms.Label();
     this.dbxLastDateNorm = new DateBox();
     this.label11 = new System.Windows.Forms.Label();
     this.numLastRate = new System.Windows.Forms.NumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.selectProviders = new SelectOrganization();
     this.cbIsFixedPayment = new System.Windows.Forms.CheckBox();
     this.cbIsSeasonal = new System.Windows.Forms.CheckBox();
     this.label8 = new System.Windows.Forms.Label();
     this.selectResourceProvider = new SelectOrganization();
     this.selectAddress = new SelectAddress();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.selectHolders = new SelectOrganization();
     this.cbCanonicalService = new System.Windows.Forms.ComboBox();
     this.bsCanonicalServices = new System.Windows.Forms.BindingSource(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbxCode = new System.Windows.Forms.TextBox();
     this.cbServiceType = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.label4 = new System.Windows.Forms.Label();
     this.tbShortName = new System.Windows.Forms.TextBox();
     this.labelShortName = new System.Windows.Forms.Label();
     this.labelCode = new System.Windows.Forms.Label();
     this.dgvServices = new System.Windows.Forms.DataGridView();
     this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.shortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.canonicalServiceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceProviderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lastRateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lastRateFromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceNormRateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceNormFromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.resourceProviderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.adrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.isFixedPaymentDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.isSeasonalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsBtnFind = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsBtnClear = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsBtnOk = new System.Windows.Forms.ToolStripButton();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewCheckBoxColumn6 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ServiceId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsSelectedServices = new System.Windows.Forms.BindingSource(this.components);
     this.panel2 = new System.Windows.Forms.Panel();
     this.label14 = new System.Windows.Forms.Label();
     this.btnRemove = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn56 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn61 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn63 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn64 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn65 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn66 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn67 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn68 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsFindServices.BeginInit();
     this.panel1.SuspendLayout();
     this.numLastNorm.BeginInit();
     this.numLastRate.BeginInit();
     this.bsCanonicalServices.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.dgvServices.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.dataGridView1.BeginInit();
     this.bsSelectedServices.BeginInit();
     this.panel2.SuspendLayout();
     base.SuspendLayout();
     this.bsFindServices.set_DataSource(typeof(ServiceOld));
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.selectAddresses);
     this.panel1.Controls.Add(this.dbxLastDateRate);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.numLastNorm);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.dbxLastDateNorm);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.numLastRate);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.selectProviders);
     this.panel1.Controls.Add(this.cbIsFixedPayment);
     this.panel1.Controls.Add(this.cbIsSeasonal);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.selectResourceProvider);
     this.panel1.Controls.Add(this.selectAddress);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.selectHolders);
     this.panel1.Controls.Add(this.cbCanonicalService);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.tbxCode);
     this.panel1.Controls.Add(this.cbServiceType);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.tbShortName);
     this.panel1.Controls.Add(this.labelShortName);
     this.panel1.Controls.Add(this.labelCode);
     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(880, 0xcd));
     this.panel1.set_TabIndex(0);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(5, 0xb2));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label1.set_TabIndex(0x3f);
     this.label1.set_Text("Адреса");
     this.selectAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses.IsByUser = true;
     this.selectAddresses.set_Location(new System.Drawing.Point(0x80, 0xb1));
     this.selectAddresses.set_Name("selectAddresses");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = false;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectAddresses.SelectedArea = area;
     this.selectAddresses.set_Size(new System.Drawing.Size(0x126, 20));
     this.selectAddresses.set_TabIndex(0x3e);
     this.dbxLastDateRate.AttachToPeriod = false;
     this.dbxLastDateRate.AttachToPeriodEnd = false;
     this.dbxLastDateRate.set_Location(new System.Drawing.Point(340, 0x7b));
     this.dbxLastDateRate.set_Mask("00/00/0000");
     this.dbxLastDateRate.set_Name("dbxLastDateRate");
     this.dbxLastDateRate.set_Size(new System.Drawing.Size(0x54, 20));
     this.dbxLastDateRate.set_TabIndex(0x1a);
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(0xec, 0x7e));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x67, 13));
     this.label12.set_TabIndex(0x3b);
     this.label12.set_Text("Дата посл. тарифа");
     this.numLastNorm.set_DecimalPlaces(2);
     this.numLastNorm.set_Location(new System.Drawing.Point(130, 0x95));
     this.numLastNorm.set_Name("numLastNorm");
     this.numLastNorm.set_Size(new System.Drawing.Size(100, 20));
     this.numLastNorm.set_TabIndex(0x1b);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(4, 0x9a));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label13.set_TabIndex(0x39);
     this.label13.set_Text("Последний норм.");
     this.dbxLastDateNorm.AttachToPeriod = false;
     this.dbxLastDateNorm.AttachToPeriodEnd = false;
     this.dbxLastDateNorm.set_Location(new System.Drawing.Point(340, 0x97));
     this.dbxLastDateNorm.set_Mask("00/00/0000");
     this.dbxLastDateNorm.set_Name("dbxLastDateNorm");
     this.dbxLastDateNorm.set_Size(new System.Drawing.Size(0x54, 20));
     this.dbxLastDateNorm.set_TabIndex(0x1c);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(0xec, 0x98));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x56, 13));
     this.label11.set_TabIndex(0x37);
     this.label11.set_Text("Дата пос.норм.");
     this.numLastRate.set_DecimalPlaces(2);
     this.numLastRate.set_Location(new System.Drawing.Point(130, 0x7c));
     this.numLastRate.set_Name("numLastRate");
     this.numLastRate.set_Size(new System.Drawing.Size(100, 20));
     this.numLastRate.set_TabIndex(0x19);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(3, 130));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x61, 13));
     this.label10.set_TabIndex(0x35);
     this.label10.set_Text("Последний тариф");
     this.selectProviders.IsCashlessTransferrer = false;
     this.selectProviders.IsHouseHolder = false;
     this.selectProviders.IsPaymentAgent = false;
     this.selectProviders.IsResourceProvider = false;
     this.selectProviders.IsServiceProvider = false;
     this.selectProviders.set_Location(new System.Drawing.Point(130, 0x42));
     this.selectProviders.set_Name("selectProviders");
     this.selectProviders.set_Size(new System.Drawing.Size(0x126, 0x18));
     this.selectProviders.set_TabIndex(20);
     this.selectProviders.OnOrganizationSelected += new OrganizationHandler(this.selectProviders_OnOrganizationSelected);
     this.cbIsFixedPayment.set_AutoSize(true);
     this.cbIsFixedPayment.set_Location(new System.Drawing.Point(0x21f, 130));
     this.cbIsFixedPayment.set_Name("cbIsFixedPayment");
     this.cbIsFixedPayment.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbIsFixedPayment.set_TabIndex(0x24);
     this.cbIsFixedPayment.set_Text("Фиксированная оплата ");
     this.cbIsSeasonal.set_AutoSize(true);
     this.cbIsSeasonal.set_Location(new System.Drawing.Point(0x1c3, 130));
     this.cbIsSeasonal.set_Name("cbIsSeasonal");
     this.cbIsSeasonal.set_Size(new System.Drawing.Size(0x4b, 0x11));
     this.cbIsSeasonal.set_TabIndex(0x23);
     this.cbIsSeasonal.set_Text("Сезонная");
     this.cbIsSeasonal.set_UseVisualStyleBackColor(true);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(0x1c0, 0x45));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x9e, 13));
     this.label8.set_TabIndex(0x2f);
     this.label8.set_Text("Ресурсоснабж. орг. на услуге");
     this.selectResourceProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectResourceProvider.IsCashlessTransferrer = false;
     this.selectResourceProvider.IsHouseHolder = false;
     this.selectResourceProvider.IsPaymentAgent = false;
     this.selectResourceProvider.IsResourceProvider = false;
     this.selectResourceProvider.IsServiceProvider = false;
     this.selectResourceProvider.set_Location(new System.Drawing.Point(0x25f, 0x45));
     this.selectResourceProvider.set_Name("selectResourceProvider");
     this.selectResourceProvider.set_Size(new System.Drawing.Size(0x10c, 0x18));
     this.selectResourceProvider.set_TabIndex(0x12);
     this.selectAddress.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddress.set_Location(new System.Drawing.Point(0x25f, 6));
     this.selectAddress.set_Name("selectAddress");
     this.selectAddress.set_Size(new System.Drawing.Size(0x10c, 0x1a));
     this.selectAddress.set_TabIndex(0x10);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x1c0, 13));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x59, 13));
     this.label3.set_TabIndex(0x2c);
     this.label3.set_Text("Адрес на услуге");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x1c0, 0x29));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x98, 13));
     this.label2.set_TabIndex(0x2b);
     this.label2.set_Text("Управл. компания на услуге");
     this.selectHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHolders.IsCashlessTransferrer = false;
     this.selectHolders.IsHouseHolder = false;
     this.selectHolders.IsPaymentAgent = false;
     this.selectHolders.IsResourceProvider = false;
     this.selectHolders.IsServiceProvider = false;
     this.selectHolders.set_Location(new System.Drawing.Point(0x25f, 0x25));
     this.selectHolders.set_Name("selectHolders");
     this.selectHolders.set_Size(new System.Drawing.Size(0x10c, 0x18));
     this.selectHolders.set_TabIndex(0x11);
     this.cbCanonicalService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbCanonicalService.set_DataSource(this.bsCanonicalServices);
     this.cbCanonicalService.set_DisplayMember("LongName");
     this.cbCanonicalService.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbCanonicalService.set_FormattingEnabled(true);
     this.cbCanonicalService.set_Location(new System.Drawing.Point(0x25f, 0x62));
     this.cbCanonicalService.set_Name("cbCanonicalService");
     this.cbCanonicalService.set_Size(new System.Drawing.Size(0x10c, 0x15));
     this.cbCanonicalService.set_TabIndex(0x15);
     this.cbCanonicalService.set_ValueMember("Code");
     this.bsCanonicalServices.set_DataSource(typeof(CanonicalService));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x1c0, 0x65));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x73, 13));
     this.label6.set_TabIndex(40);
     this.label6.set_Text("Вид благоустройства");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(4, 0x45));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x65, 13));
     this.label5.set_TabIndex(30);
     this.label5.set_Text("Поставщик услуги");
     this.tbxCode.set_Location(new System.Drawing.Point(130, 6));
     this.tbxCode.set_Name("tbxCode");
     this.tbxCode.set_Size(new System.Drawing.Size(0x8d, 20));
     this.tbxCode.set_TabIndex(10);
     this.cbServiceType.set_DataSource(this.bsServiceTypes);
     this.cbServiceType.set_DisplayMember("CodeName");
     this.cbServiceType.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbServiceType.set_FormattingEnabled(true);
     this.cbServiceType.set_Location(new System.Drawing.Point(130, 0x60));
     this.cbServiceType.set_Name("cbServiceType");
     this.cbServiceType.set_Size(new System.Drawing.Size(0x126, 0x15));
     this.cbServiceType.set_TabIndex(13);
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.bsServiceTypes.set_Sort("CodeName");
     this.bsServiceTypes.add_CurrentChanged(new System.EventHandler(this.bsServiceTypes_CurrentChanged));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x68));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label4.set_TabIndex(0x20);
     this.label4.set_Text("Тип услуги");
     this.tbShortName.set_Location(new System.Drawing.Point(130, 0x23));
     this.tbShortName.set_Name("tbShortName");
     this.tbShortName.set_Size(new System.Drawing.Size(0x126, 20));
     this.tbShortName.set_TabIndex(11);
     this.labelShortName.set_AutoSize(true);
     this.labelShortName.set_Location(new System.Drawing.Point(4, 0x23));
     this.labelShortName.set_Name("labelShortName");
     this.labelShortName.set_Size(new System.Drawing.Size(0x7e, 13));
     this.labelShortName.set_TabIndex(0x22);
     this.labelShortName.set_Text("Наименование для бух.");
     this.labelCode.set_AutoSize(true);
     this.labelCode.set_Location(new System.Drawing.Point(4, 8));
     this.labelCode.set_Name("labelCode");
     this.labelCode.set_Size(new System.Drawing.Size(0x1a, 13));
     this.labelCode.set_TabIndex(0x1c);
     this.labelCode.set_Text("Код");
     this.dgvServices.set_AllowUserToAddRows(false);
     this.dgvServices.set_AllowUserToDeleteRows(false);
     this.dgvServices.set_AutoGenerateColumns(false);
     this.dgvServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.codeDataGridViewTextBoxColumn, this.shortNameDataGridViewTextBoxColumn, this.serviceTypeDataGridViewTextBoxColumn, this.canonicalServiceDataGridViewTextBoxColumn, this.serviceProviderDataGridViewTextBoxColumn, this.lastRateDataGridViewTextBoxColumn, this.lastRateFromDateDataGridViewTextBoxColumn, this.serviceNormRateDataGridViewTextBoxColumn, this.serviceNormFromDateDataGridViewTextBoxColumn, this.houseHolderDataGridViewTextBoxColumn, this.resourceProviderDataGridViewTextBoxColumn, this.adrDataGridViewTextBoxColumn, this.isFixedPaymentDataGridViewCheckBoxColumn, this.isSeasonalDataGridViewCheckBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn,
         this.Id
      });
     this.dgvServices.set_DataSource(this.bsFindServices);
     this.dgvServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServices.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvServices.set_Name("dgvServices");
     this.dgvServices.set_ReadOnly(true);
     this.dgvServices.set_RowHeadersVisible(false);
     this.dgvServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvServices.set_Size(new System.Drawing.Size(880, 0x8a));
     this.dgvServices.set_TabIndex(1);
     this.dgvServices.add_DoubleClick(new System.EventHandler(this.dgvServices_DoubleClick));
     this.codeDataGridViewTextBoxColumn.set_DataPropertyName("Code");
     this.codeDataGridViewTextBoxColumn.set_HeaderText("Код");
     this.codeDataGridViewTextBoxColumn.set_Name("codeDataGridViewTextBoxColumn");
     this.codeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.codeDataGridViewTextBoxColumn.set_Width(0x33);
     this.shortNameDataGridViewTextBoxColumn.set_DataPropertyName("ShortName");
     this.shortNameDataGridViewTextBoxColumn.set_HeaderText("Наимен.для бух.");
     this.shortNameDataGridViewTextBoxColumn.set_Name("shortNameDataGridViewTextBoxColumn");
     this.shortNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.shortNameDataGridViewTextBoxColumn.set_Width(0x69);
     this.serviceTypeDataGridViewTextBoxColumn.set_DataPropertyName("ServiceType");
     this.serviceTypeDataGridViewTextBoxColumn.set_HeaderText("Тип услуги");
     this.serviceTypeDataGridViewTextBoxColumn.set_Name("serviceTypeDataGridViewTextBoxColumn");
     this.serviceTypeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceTypeDataGridViewTextBoxColumn.set_Width(80);
     this.canonicalServiceDataGridViewTextBoxColumn.set_DataPropertyName("CanonicalService");
     this.canonicalServiceDataGridViewTextBoxColumn.set_HeaderText("Вид благоустройства");
     this.canonicalServiceDataGridViewTextBoxColumn.set_Name("canonicalServiceDataGridViewTextBoxColumn");
     this.canonicalServiceDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.canonicalServiceDataGridViewTextBoxColumn.set_Width(0x80);
     this.serviceProviderDataGridViewTextBoxColumn.set_DataPropertyName("ServiceProvider");
     this.serviceProviderDataGridViewTextBoxColumn.set_HeaderText("Поставщик");
     this.serviceProviderDataGridViewTextBoxColumn.set_Name("serviceProviderDataGridViewTextBoxColumn");
     this.serviceProviderDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceProviderDataGridViewTextBoxColumn.set_Width(90);
     this.lastRateDataGridViewTextBoxColumn.set_DataPropertyName("LastRate");
     this.lastRateDataGridViewTextBoxColumn.set_HeaderText("Послед.тариф");
     this.lastRateDataGridViewTextBoxColumn.set_Name("lastRateDataGridViewTextBoxColumn");
     this.lastRateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.lastRateDataGridViewTextBoxColumn.set_Width(0x68);
     this.lastRateFromDateDataGridViewTextBoxColumn.set_DataPropertyName("LastRateFromDate");
     this.lastRateFromDateDataGridViewTextBoxColumn.set_HeaderText("Дата послед.тарифа");
     this.lastRateFromDateDataGridViewTextBoxColumn.set_Name("lastRateFromDateDataGridViewTextBoxColumn");
     this.lastRateFromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.lastRateFromDateDataGridViewTextBoxColumn.set_Width(0x7d);
     this.serviceNormRateDataGridViewTextBoxColumn.set_DataPropertyName("ServiceNormRate");
     this.serviceNormRateDataGridViewTextBoxColumn.set_HeaderText("Послед.норматив");
     this.serviceNormRateDataGridViewTextBoxColumn.set_Name("serviceNormRateDataGridViewTextBoxColumn");
     this.serviceNormRateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceNormRateDataGridViewTextBoxColumn.set_Width(0x7a);
     this.serviceNormFromDateDataGridViewTextBoxColumn.set_DataPropertyName("ServiceNormFromDate");
     this.serviceNormFromDateDataGridViewTextBoxColumn.set_HeaderText("Дата послед.норматива");
     this.serviceNormFromDateDataGridViewTextBoxColumn.set_Name("serviceNormFromDateDataGridViewTextBoxColumn");
     this.serviceNormFromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceNormFromDateDataGridViewTextBoxColumn.set_Width(0x8d);
     this.houseHolderDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolder");
     this.houseHolderDataGridViewTextBoxColumn.set_HeaderText("УК");
     this.houseHolderDataGridViewTextBoxColumn.set_Name("houseHolderDataGridViewTextBoxColumn");
     this.houseHolderDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.houseHolderDataGridViewTextBoxColumn.set_Width(0x2f);
     this.resourceProviderDataGridViewTextBoxColumn.set_DataPropertyName("ResourceProvider");
     this.resourceProviderDataGridViewTextBoxColumn.set_HeaderText("Ресурс.орг.");
     this.resourceProviderDataGridViewTextBoxColumn.set_Name("resourceProviderDataGridViewTextBoxColumn");
     this.resourceProviderDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.resourceProviderDataGridViewTextBoxColumn.set_Width(0x5b);
     this.adrDataGridViewTextBoxColumn.set_DataPropertyName("Adr");
     this.adrDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.adrDataGridViewTextBoxColumn.set_Name("adrDataGridViewTextBoxColumn");
     this.adrDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.adrDataGridViewTextBoxColumn.set_Width(0x3f);
     this.isFixedPaymentDataGridViewCheckBoxColumn.set_DataPropertyName("IsFixedPayment");
     this.isFixedPaymentDataGridViewCheckBoxColumn.set_HeaderText("Фикс.оплата");
     this.isFixedPaymentDataGridViewCheckBoxColumn.set_Name("isFixedPaymentDataGridViewCheckBoxColumn");
     this.isFixedPaymentDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.isFixedPaymentDataGridViewCheckBoxColumn.set_Width(80);
     this.isSeasonalDataGridViewCheckBoxColumn.set_DataPropertyName("IsSeasonal");
     this.isSeasonalDataGridViewCheckBoxColumn.set_HeaderText("Сезонность");
     this.isSeasonalDataGridViewCheckBoxColumn.set_Name("isSeasonalDataGridViewCheckBoxColumn");
     this.isSeasonalDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.isSeasonalDataGridViewCheckBoxColumn.set_Width(0x49);
     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(0x56);
     this.Id.set_DataPropertyName("Id");
     this.Id.set_HeaderText("Id");
     this.Id.set_Name("Id");
     this.Id.set_ReadOnly(true);
     this.Id.set_Visible(false);
     this.Id.set_Width(0x29);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0xcd));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.dgvServices);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.set_Size(new System.Drawing.Size(880, 0x16b));
     this.splitContainer1.set_SplitterDistance(0xa3);
     this.splitContainer1.set_TabIndex(2);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnFind, this.toolStripSeparator3, this.tsBtnClear, this.toolStripSeparator1, this.tsBtnOk });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(880, 0x19));
     this.toolStrip1.set_TabIndex(0x25);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsBtnFind.set_Image(Resources.SEARCH);
     this.tsBtnFind.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnFind.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnFind.set_Name("tsBtnFind");
     this.tsBtnFind.set_Size(new System.Drawing.Size(70, 0x16));
     this.tsBtnFind.set_Text("Поиск");
     this.tsBtnFind.add_Click(new System.EventHandler(this.tsBtnFind_Click));
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsBtnClear.set_Image(Resources.ERASE);
     this.tsBtnClear.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnClear.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnClear.set_Name("tsBtnClear");
     this.tsBtnClear.set_Size(new System.Drawing.Size(0x57, 0x16));
     this.tsBtnClear.set_Text("Очистить");
     this.tsBtnClear.add_Click(new System.EventHandler(this.tsBtnClear_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsBtnOk.set_Image(Resources.ENABLED);
     this.tsBtnOk.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnOk.set_Name("tsBtnOk");
     this.tsBtnOk.set_Size(new System.Drawing.Size(0x4a, 0x16));
     this.tsBtnOk.set_Text("Принять");
     this.tsBtnOk.add_Click(new System.EventHandler(this.tsBtnOk_Click));
     this.dataGridView1.set_AllowUserToAddRows(false);
     this.dataGridView1.set_AllowUserToDeleteRows(false);
     this.dataGridView1.set_AutoGenerateColumns(false);
     this.dataGridView1.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dataGridView1.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dataGridView1.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn20, this.dataGridViewTextBoxColumn14, this.dataGridViewTextBoxColumn30, this.dataGridViewTextBoxColumn7, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn19, this.dataGridViewTextBoxColumn34, this.dataGridViewTextBoxColumn21, this.dataGridViewTextBoxColumn33, this.dataGridViewTextBoxColumn31, this.dataGridViewTextBoxColumn24, this.dataGridViewCheckBoxColumn2, this.dataGridViewCheckBoxColumn6, this.dataGridViewTextBoxColumn27, this.dataGridViewTextBoxColumn16,
         this.ServiceId
      });
     this.dataGridView1.set_DataSource(this.bsSelectedServices);
     this.dataGridView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dataGridView1.set_Location(new System.Drawing.Point(0, 0x25));
     this.dataGridView1.set_Name("dataGridView1");
     this.dataGridView1.set_ReadOnly(true);
     this.dataGridView1.set_RowHeadersVisible(false);
     this.dataGridView1.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dataGridView1.set_Size(new System.Drawing.Size(880, 0x9f));
     this.dataGridView1.set_TabIndex(60);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn20.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_Width(0x33);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Наимен.для бух.");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_Width(0x69);
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("ServiceType");
     this.dataGridViewTextBoxColumn30.set_HeaderText("Тип услуги");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn30.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn30.set_Width(80);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("CanonicalService");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Вид благоустройства");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x80);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ServiceProvider");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Поставщик");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(90);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("LastRate");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Послед.тариф");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x68);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("LastRateFromDate");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Дата послед.тарифа");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_Width(0x7d);
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("ServiceNormRate");
     this.dataGridViewTextBoxColumn34.set_HeaderText("Послед.норматив");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.dataGridViewTextBoxColumn34.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn34.set_Width(0x7a);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("ServiceNormFromDate");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Дата послед.норматива");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_Width(0x8d);
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("HouseHolder");
     this.dataGridViewTextBoxColumn33.set_HeaderText("УК");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn33.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn33.set_Width(0x2f);
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("ResourceProvider");
     this.dataGridViewTextBoxColumn31.set_HeaderText("Ресурс.орг.");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn31.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn31.set_Width(0x5b);
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn24.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn24.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn24.set_Width(0x3f);
     this.dataGridViewCheckBoxColumn2.set_DataPropertyName("IsFixedPayment");
     this.dataGridViewCheckBoxColumn2.set_HeaderText("Фикс.оплата");
     this.dataGridViewCheckBoxColumn2.set_Name("dataGridViewCheckBoxColumn2");
     this.dataGridViewCheckBoxColumn2.set_ReadOnly(true);
     this.dataGridViewCheckBoxColumn2.set_Width(80);
     this.dataGridViewCheckBoxColumn6.set_DataPropertyName("IsSeasonal");
     this.dataGridViewCheckBoxColumn6.set_HeaderText("Сезонность");
     this.dataGridViewCheckBoxColumn6.set_Name("dataGridViewCheckBoxColumn6");
     this.dataGridViewCheckBoxColumn6.set_ReadOnly(true);
     this.dataGridViewCheckBoxColumn6.set_Width(0x49);
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn27.set_HeaderText("Дата начала");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn27.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn27.set_Width(0x58);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Дата оконч.");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_Width(0x56);
     this.ServiceId.set_DataPropertyName("Id");
     this.ServiceId.set_HeaderText("Id");
     this.ServiceId.set_Name("ServiceId");
     this.ServiceId.set_ReadOnly(true);
     this.ServiceId.set_Visible(false);
     this.ServiceId.set_Width(0x29);
     this.bsSelectedServices.set_DataSource(typeof(ServiceOld));
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.btnRemove);
     this.panel2.Controls.Add(this.btnAdd);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(880, 0x25));
     this.panel2.set_TabIndex(0);
     this.label14.set_AutoSize(true);
     this.label14.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.label14.set_Location(new System.Drawing.Point(0, 0x18));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(0x66, 13));
     this.label14.set_TabIndex(0x3d);
     this.label14.set_Text("Выбранные услуги");
     this.btnRemove.set_FlatStyle(System.Windows.Forms.FlatStyle.Popup);
     this.btnRemove.set_Image(Resources.UP);
     this.btnRemove.set_Location(new System.Drawing.Point(0x1a8, 3));
     this.btnRemove.set_Name("btnRemove");
     this.btnRemove.set_Size(new System.Drawing.Size(0x25, 0x1f));
     this.btnRemove.set_TabIndex(0x33);
     this.btnRemove.set_UseVisualStyleBackColor(true);
     this.btnRemove.add_Click(new System.EventHandler(this.btnRemove_Click));
     this.btnAdd.set_FlatStyle(System.Windows.Forms.FlatStyle.Popup);
     this.btnAdd.set_Image(Resources.DOWN);
     this.btnAdd.set_Location(new System.Drawing.Point(0x17d, 3));
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x25, 0x1f));
     this.btnAdd.set_TabIndex(50);
     this.btnAdd.set_UseVisualStyleBackColor(true);
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.dataGridViewTextBoxColumn35.set_DataPropertyName("ServiceNormId");
     this.dataGridViewTextBoxColumn35.set_HeaderText("ServiceNormId");
     this.dataGridViewTextBoxColumn35.set_Name("dataGridViewTextBoxColumn35");
     this.dataGridViewTextBoxColumn35.set_Width(0x66);
     this.dataGridViewTextBoxColumn36.set_DataPropertyName("ServiceTypeId");
     this.dataGridViewTextBoxColumn36.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36");
     this.dataGridViewTextBoxColumn36.set_Width(0x65);
     this.dataGridViewTextBoxColumn37.set_DataPropertyName("LastRateId");
     this.dataGridViewTextBoxColumn37.set_HeaderText("LastRateId");
     this.dataGridViewTextBoxColumn37.set_Name("dataGridViewTextBoxColumn37");
     this.dataGridViewTextBoxColumn37.set_Width(0x54);
     this.dataGridViewTextBoxColumn38.set_DataPropertyName("ServiceProviderId");
     this.dataGridViewTextBoxColumn38.set_HeaderText("ServiceProviderId");
     this.dataGridViewTextBoxColumn38.set_Name("dataGridViewTextBoxColumn38");
     this.dataGridViewTextBoxColumn38.set_Width(0x74);
     this.dataGridViewTextBoxColumn39.set_DataPropertyName("LastRate");
     this.dataGridViewTextBoxColumn39.set_HeaderText("LastRate");
     this.dataGridViewTextBoxColumn39.set_Name("dataGridViewTextBoxColumn39");
     this.dataGridViewTextBoxColumn39.set_Width(0x4b);
     this.dataGridViewTextBoxColumn40.set_DataPropertyName("ServiceProvider");
     this.dataGridViewTextBoxColumn40.set_HeaderText("ServiceProvider");
     this.dataGridViewTextBoxColumn40.set_Name("dataGridViewTextBoxColumn40");
     this.dataGridViewTextBoxColumn40.set_Width(0x6b);
     this.dataGridViewTextBoxColumn41.set_DataPropertyName("CanonicalService");
     this.dataGridViewTextBoxColumn41.set_HeaderText("CanonicalService");
     this.dataGridViewTextBoxColumn41.set_Name("dataGridViewTextBoxColumn41");
     this.dataGridViewTextBoxColumn41.set_Width(0x73);
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("CurrentRateId");
     this.dataGridViewTextBoxColumn42.set_HeaderText("CurrentRateId");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn42.set_Width(0x62);
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn43.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn43.set_Width(0x76);
     this.dataGridViewTextBoxColumn44.set_DataPropertyName("CalcAlgorithm");
     this.dataGridViewTextBoxColumn44.set_HeaderText("CalcAlgorithm");
     this.dataGridViewTextBoxColumn44.set_Name("dataGridViewTextBoxColumn44");
     this.dataGridViewTextBoxColumn44.set_Width(0x60);
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("ResourceProviderId");
     this.dataGridViewTextBoxColumn45.set_HeaderText("ResourceProviderId");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn45.set_Width(0x7e);
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("CalcAlgorithmId");
     this.dataGridViewTextBoxColumn46.set_HeaderText("CalcAlgorithmId");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn46.set_Width(0x69);
     this.dataGridViewTextBoxColumn47.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn47.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn47.set_Name("dataGridViewTextBoxColumn47");
     this.dataGridViewTextBoxColumn47.set_Width(0x29);
     this.dataGridViewTextBoxColumn48.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn48.set_HeaderText("ShortName");
     this.dataGridViewTextBoxColumn48.set_Name("dataGridViewTextBoxColumn48");
     this.dataGridViewTextBoxColumn48.set_Width(0x55);
     this.dataGridViewTextBoxColumn49.set_DataPropertyName("AdrId");
     this.dataGridViewTextBoxColumn49.set_HeaderText("AdrId");
     this.dataGridViewTextBoxColumn49.set_Name("dataGridViewTextBoxColumn49");
     this.dataGridViewTextBoxColumn49.set_Width(0x39);
     this.dataGridViewTextBoxColumn50.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn50.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn50.set_Name("dataGridViewTextBoxColumn50");
     this.dataGridViewTextBoxColumn50.set_Width(0x44);
     this.dataGridViewTextBoxColumn51.set_DataPropertyName("LongName");
     this.dataGridViewTextBoxColumn51.set_HeaderText("LongName");
     this.dataGridViewTextBoxColumn51.set_Name("dataGridViewTextBoxColumn51");
     this.dataGridViewTextBoxColumn51.set_Width(0x54);
     this.dataGridViewTextBoxColumn52.set_DataPropertyName("House");
     this.dataGridViewTextBoxColumn52.set_HeaderText("House");
     this.dataGridViewTextBoxColumn52.set_Name("dataGridViewTextBoxColumn52");
     this.dataGridViewTextBoxColumn52.set_Width(0x3f);
     this.dataGridViewTextBoxColumn53.set_DataPropertyName("LastRateFromDate");
     this.dataGridViewTextBoxColumn53.set_HeaderText("LastRateFromDate");
     this.dataGridViewTextBoxColumn53.set_Name("dataGridViewTextBoxColumn53");
     this.dataGridViewTextBoxColumn53.set_Width(0x79);
     this.dataGridViewTextBoxColumn54.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn54.set_HeaderText("Code");
     this.dataGridViewTextBoxColumn54.set_Name("dataGridViewTextBoxColumn54");
     this.dataGridViewTextBoxColumn54.set_Width(0x39);
     this.dataGridViewTextBoxColumn55.set_DataPropertyName("ServiceNormFromDate");
     this.dataGridViewTextBoxColumn55.set_HeaderText("ServiceNormFromDate");
     this.dataGridViewTextBoxColumn55.set_Name("dataGridViewTextBoxColumn55");
     this.dataGridViewTextBoxColumn55.set_Width(0x8b);
     this.dataGridViewTextBoxColumn56.set_DataPropertyName("SeasonalCount");
     this.dataGridViewTextBoxColumn56.set_HeaderText("SeasonalCount");
     this.dataGridViewTextBoxColumn56.set_Name("dataGridViewTextBoxColumn56");
     this.dataGridViewTextBoxColumn56.set_Width(0x68);
     this.dataGridViewTextBoxColumn57.set_DataPropertyName("CurrentRate");
     this.dataGridViewTextBoxColumn57.set_HeaderText("CurrentRate");
     this.dataGridViewTextBoxColumn57.set_Name("dataGridViewTextBoxColumn57");
     this.dataGridViewTextBoxColumn57.set_Width(0x59);
     this.dataGridViewTextBoxColumn58.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn58.set_HeaderText("Adr");
     this.dataGridViewTextBoxColumn58.set_Name("dataGridViewTextBoxColumn58");
     this.dataGridViewTextBoxColumn58.set_Width(0x30);
     this.dataGridViewTextBoxColumn59.set_DataPropertyName("CanonicalServiceId");
     this.dataGridViewTextBoxColumn59.set_HeaderText("CanonicalServiceId");
     this.dataGridViewTextBoxColumn59.set_Name("dataGridViewTextBoxColumn59");
     this.dataGridViewTextBoxColumn59.set_Width(0x7c);
     this.dataGridViewTextBoxColumn60.set_DataPropertyName("CodeName");
     this.dataGridViewTextBoxColumn60.set_HeaderText("CodeName");
     this.dataGridViewTextBoxColumn60.set_Name("dataGridViewTextBoxColumn60");
     this.dataGridViewTextBoxColumn60.set_Width(0x55);
     this.dataGridViewTextBoxColumn61.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn61.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn61.set_Name("dataGridViewTextBoxColumn61");
     this.dataGridViewTextBoxColumn61.set_Width(0x4e);
     this.dataGridViewTextBoxColumn62.set_DataPropertyName("CurrentRateFromDate");
     this.dataGridViewTextBoxColumn62.set_HeaderText("CurrentRateFromDate");
     this.dataGridViewTextBoxColumn62.set_Name("dataGridViewTextBoxColumn62");
     this.dataGridViewTextBoxColumn62.set_Width(0x87);
     this.dataGridViewTextBoxColumn63.set_DataPropertyName("HouseId");
     this.dataGridViewTextBoxColumn63.set_HeaderText("HouseId");
     this.dataGridViewTextBoxColumn63.set_Name("dataGridViewTextBoxColumn63");
     this.dataGridViewTextBoxColumn63.set_Width(0x48);
     this.dataGridViewTextBoxColumn64.set_DataPropertyName("ServiceType");
     this.dataGridViewTextBoxColumn64.set_HeaderText("ServiceType");
     this.dataGridViewTextBoxColumn64.set_Name("dataGridViewTextBoxColumn64");
     this.dataGridViewTextBoxColumn64.set_Width(0x5c);
     this.dataGridViewTextBoxColumn65.set_DataPropertyName("ResourceProvider");
     this.dataGridViewTextBoxColumn65.set_HeaderText("ResourceProvider");
     this.dataGridViewTextBoxColumn65.set_Name("dataGridViewTextBoxColumn65");
     this.dataGridViewTextBoxColumn65.set_Width(0x75);
     this.dataGridViewTextBoxColumn66.set_DataPropertyName("HouseHolderId");
     this.dataGridViewTextBoxColumn66.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn66.set_Name("dataGridViewTextBoxColumn66");
     this.dataGridViewTextBoxColumn66.set_Width(0x67);
     this.dataGridViewTextBoxColumn67.set_DataPropertyName("HouseHolder");
     this.dataGridViewTextBoxColumn67.set_HeaderText("HouseHolder");
     this.dataGridViewTextBoxColumn67.set_Name("dataGridViewTextBoxColumn67");
     this.dataGridViewTextBoxColumn67.set_Width(0x5e);
     this.dataGridViewTextBoxColumn68.set_DataPropertyName("ServiceNormRate");
     this.dataGridViewTextBoxColumn68.set_HeaderText("ServiceNormRate");
     this.dataGridViewTextBoxColumn68.set_Name("dataGridViewTextBoxColumn68");
     this.dataGridViewTextBoxColumn68.set_Width(0x74);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(880, 0x238));
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.panel1);
     base.set_Name("ServicesForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Поиск услуги");
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.ServicesForm_FormClosed));
     base.add_Load(new System.EventHandler(this.ServicesForm_Load));
     this.bsFindServices.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.numLastNorm.EndInit();
     this.numLastRate.EndInit();
     this.bsCanonicalServices.EndInit();
     this.bsServiceTypes.EndInit();
     this.dgvServices.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dataGridView1.EndInit();
     this.bsSelectedServices.EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btOK = new System.Windows.Forms.Button();
     this.btCancel = new System.Windows.Forms.Button();
     this.dbxFromDate = new DateBox();
     this.dbxToDate = new DateBox();
     this.selectAddress1 = new SelectAddress();
     base.SuspendLayout();
     this.label2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x108, 0x1f));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x71, 13));
     this.label2.set_TabIndex(1);
     this.label2.set_Text("Окончание привязки");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(11, 9));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x37, 13));
     this.label4.set_TabIndex(3);
     this.label4.set_Text("Квартира");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(11, 0x1f));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Начало привязки");
     this.btOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btOK.set_Location(new System.Drawing.Point(0x13a, 0x36));
     this.btOK.set_Name("btOK");
     this.btOK.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btOK.set_TabIndex(10);
     this.btOK.set_UseVisualStyleBackColor(true);
     this.btOK.add_Click(new System.EventHandler(this.btOK_Click));
     this.btCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btCancel.set_Location(new System.Drawing.Point(0x18b, 0x36));
     this.btCancel.set_Name("btCancel");
     this.btCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btCancel.set_TabIndex(11);
     this.btCancel.set_Text("Отмена");
     this.btCancel.set_UseVisualStyleBackColor(true);
     this.btCancel.add_Click(new System.EventHandler(this.btCancel_Click));
     this.dbxFromDate.AttachToPeriod = false;
     this.dbxFromDate.AttachToPeriodEnd = false;
     this.dbxFromDate.set_Location(new System.Drawing.Point(0x79, 0x1c));
     this.dbxFromDate.set_Mask("00/00/0000");
     this.dbxFromDate.set_Name("dbxFromDate");
     this.dbxFromDate.set_Size(new System.Drawing.Size(0x57, 20));
     this.dbxFromDate.set_TabIndex(14);
     this.dbxToDate.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.dbxToDate.AttachToPeriod = false;
     this.dbxToDate.AttachToPeriodEnd = false;
     this.dbxToDate.set_Location(new System.Drawing.Point(0x17f, 0x1c));
     this.dbxToDate.set_Mask("00/00/0000");
     this.dbxToDate.set_Name("dbxToDate");
     this.dbxToDate.set_Size(new System.Drawing.Size(0x57, 20));
     this.dbxToDate.set_TabIndex(15);
     this.selectAddress1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddress1.set_Location(new System.Drawing.Point(0x79, 2));
     this.selectAddress1.set_Name("selectAddress1");
     this.selectAddress1.set_Size(new System.Drawing.Size(0x15d, 20));
     this.selectAddress1.set_TabIndex(0x10);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1e2, 0x54));
     base.Controls.Add(this.selectAddress1);
     base.Controls.Add(this.dbxToDate);
     base.Controls.Add(this.dbxFromDate);
     base.Controls.Add(this.btCancel);
     base.Controls.Add(this.btOK);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label2);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_MaximizeBox(false);
     base.set_Name("ApartmentLinkAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.ApartmentLinkAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }