private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(GroupReplaceAccountServicesView));
     this.label9 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.selectOrganizationOpen = new SelectOrganization();
     this.cbxServiceOpen = new System.Windows.Forms.ComboBox();
     this.bsServices = new System.Windows.Forms.BindingSource(this.components);
     this.label8 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnRun = new System.Windows.Forms.Button();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.vwServiceSearch = new ServiceSearchView();
     this.groupBox2.SuspendLayout();
     this.bsServices.BeginInit();
     this.panel1.SuspendLayout();
     this.epRights.BeginInit();
     base.SuspendLayout();
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(5, 0x1b));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label9.set_TabIndex(6);
     this.label9.set_Text("Поставщик услуг");
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.selectOrganizationOpen);
     this.groupBox2.Controls.Add(this.cbxServiceOpen);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0xed));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x342, 0x63));
     this.groupBox2.set_TabIndex(0x1b);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Заменить на услугу:");
     this.selectOrganizationOpen.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganizationOpen.IsCashlessTransferrer = false;
     this.selectOrganizationOpen.IsHouseHolder = false;
     this.selectOrganizationOpen.IsPaymentAgent = false;
     this.selectOrganizationOpen.IsResourceProvider = false;
     this.selectOrganizationOpen.IsServiceProvider = false;
     this.selectOrganizationOpen.set_Location(new System.Drawing.Point(0x84, 0x1b));
     this.selectOrganizationOpen.set_Name("selectOrganizationOpen");
     this.selectOrganizationOpen.set_Size(new System.Drawing.Size(0x2b8, 0x17));
     this.selectOrganizationOpen.set_TabIndex(9);
     this.selectOrganizationOpen.OnOrganizationSelected += new OrganizationHandler(this.selectOrganizationOpen_OnOrganizationSelected);
     this.cbxServiceOpen.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceOpen.set_DataSource(this.bsServices);
     this.cbxServiceOpen.set_DisplayMember("CodeName");
     this.cbxServiceOpen.set_FormattingEnabled(true);
     this.cbxServiceOpen.set_Location(new System.Drawing.Point(0x84, 0x38));
     this.cbxServiceOpen.set_Name("cbxServiceOpen");
     this.cbxServiceOpen.set_Size(new System.Drawing.Size(0x2b8, 0x15));
     this.cbxServiceOpen.set_TabIndex(10);
     this.cbxServiceOpen.set_ValueMember("Id");
     this.bsServices.set_DataSource(typeof(Service));
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(5, 0x38));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label8.set_TabIndex(7);
     this.label8.set_Text("Услуга");
     this.panel1.Controls.Add(this.btnRun);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.panel1.set_Location(new System.Drawing.Point(0, 0x150));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x342, 0x23));
     this.panel1.set_TabIndex(0x1c);
     this.btnRun.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnRun.set_Location(new System.Drawing.Point(0x2c7, 6));
     this.btnRun.set_Name("btnRun");
     this.btnRun.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnRun.set_TabIndex(0);
     this.btnRun.set_Text("Выполнить");
     this.btnRun.set_UseVisualStyleBackColor(true);
     this.btnRun.add_Click(new System.EventHandler(this.btnRun_Click));
     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.vwServiceSearch.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x342, 0xed));
     this.vwServiceSearch.set_TabIndex(0x1a);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.vwServiceSearch);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.panel1);
     base.set_Name("GroupReplaceAccountServicesView");
     base.set_Size(new System.Drawing.Size(0x342, 0x173));
     base.add_Load(new System.EventHandler(this.GroupReplaceAccountServicesView_Load));
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.bsServices.EndInit();
     this.panel1.ResumeLayout(false);
     this.epRights.EndInit();
     base.ResumeLayout(false);
 }
Example #2
0
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.selectOrgDocument1 = new SelectOrgDocument();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     this.nudPercentTakingOff = new System.Windows.Forms.NumericUpDown();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.btnTimeDiscon = new System.Windows.Forms.Button();
     this.selectDisconn = new SelectFasetData();
     this.selectRecalc = new SelectFasetData();
     this.vwServiceSearch = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.nudPercentTakingOff.BeginInit();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x2e));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x71, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Причина отключения");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0xe4, 0x2e));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x75, 13));
     this.label4.set_TabIndex(3);
     this.label4.set_Text("Причина перерасчета");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(7, 0x5d));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x58, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Процент снятия");
     this.selectOrgDocument1.set_Location(new System.Drawing.Point(0xe7, 120));
     this.selectOrgDocument1.set_Name("selectOrgDocument1");
     this.selectOrgDocument1.set_Size(new System.Drawing.Size(0x203, 0x17));
     this.selectOrgDocument1.set_TabIndex(8);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0xe4, 0x5d));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(70, 13));
     this.label6.set_TabIndex(6);
     this.label6.set_Text("Примечание");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x10));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x79, 13));
     this.label7.set_TabIndex(7);
     this.label7.set_Text("Диапазон отключения");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(7, 0x7a));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label8.set_TabIndex(8);
     this.label8.set_Text("Документ - основание перерасчета");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x81, 12));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x1dc, 0x17));
     this.datePeriod.set_TabIndex(3);
     this.nudPercentTakingOff.set_DecimalPlaces(2);
     this.nudPercentTakingOff.set_Location(new System.Drawing.Point(0x65, 0x59));
     this.nudPercentTakingOff.set_Name("nudPercentTakingOff");
     this.nudPercentTakingOff.set_Size(new System.Drawing.Size(0x6d, 20));
     this.nudPercentTakingOff.set_TabIndex(6);
     int[] numArray = new int[4];
     numArray[0] = 100;
     this.nudPercentTakingOff.set_Value(new decimal(numArray));
     this.tbComment.set_Location(new System.Drawing.Point(0x130, 0x58));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x1ba, 20));
     this.tbComment.set_TabIndex(7);
     this.btnTimeDiscon.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnTimeDiscon.set_Location(new System.Drawing.Point(0x27b, 0x129));
     this.btnTimeDiscon.set_Name("btnTimeDiscon");
     this.btnTimeDiscon.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnTimeDiscon.set_TabIndex(9);
     this.btnTimeDiscon.set_Text("Отключить");
     this.btnTimeDiscon.set_UseVisualStyleBackColor(true);
     this.btnTimeDiscon.add_Click(new System.EventHandler(this.btnTimeDiscon_Click));
     this.selectDisconn.set_FormattingEnabled(true);
     this.selectDisconn.set_Location(new System.Drawing.Point(7, 0x3e));
     this.selectDisconn.set_Name("selectDisconn");
     this.selectDisconn.set_Size(new System.Drawing.Size(0xcc, 0x15));
     this.selectDisconn.set_Sorted(true);
     this.selectDisconn.set_TabIndex(4);
     this.selectRecalc.set_FormattingEnabled(true);
     this.selectRecalc.set_Location(new System.Drawing.Point(0xe7, 0x3e));
     this.selectRecalc.set_Name("selectRecalc");
     this.selectRecalc.set_Size(new System.Drawing.Size(0x203, 0x15));
     this.selectRecalc.set_Sorted(true);
     this.selectRecalc.set_TabIndex(5);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x2f3, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x11);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnTimeDiscon);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2f3, 0x14d));
     this.panel1.set_TabIndex(0x12);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.selectDisconn);
     this.groupBox1.Controls.Add(this.selectOrgDocument1);
     this.groupBox1.Controls.Add(this.selectRecalc);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.tbComment);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.nudPercentTakingOff);
     this.groupBox1.Controls.Add(this.datePeriod);
     this.groupBox1.set_Location(new System.Drawing.Point(-1, 140));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2f4, 0x97));
     this.groupBox1.set_TabIndex(0x13);
     this.groupBox1.set_TabStop(false);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("SuspensionTimeView");
     base.set_Size(new System.Drawing.Size(0x2f3, 0x14d));
     base.add_Load(new System.EventHandler(this.TimeDisconnectionView_Load));
     this.nudPercentTakingOff.EndInit();
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(GroupReсalculationView));
     this.datePeriod = new DatePeriod();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnReCalc = new System.Windows.Forms.Button();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label1 = new System.Windows.Forms.Label();
     this.selectReCalc = new SelectFasetData();
     this.vwServiceSearch = new ServiceSearchView();
     this.chbxWithBankrupt = new System.Windows.Forms.CheckBox();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.rbRecalc = new System.Windows.Forms.RadioButton();
     this.rbCharge = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.epRights.BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.datePeriod.AttachToPeriod = true;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x87, 0x10));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x10a, 0x17));
     this.datePeriod.set_TabIndex(3);
     this.label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x31));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x75, 13));
     this.label4.set_TabIndex(6);
     this.label4.set_Text("Причина перерасчета");
     this.label5.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 20));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x70, 13));
     this.label5.set_TabIndex(8);
     this.label5.set_Text("Период перерасчета");
     this.btnReCalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnReCalc.set_Location(new System.Drawing.Point(0x273, 0x65));
     this.btnReCalc.set_Name("btnReCalc");
     this.btnReCalc.set_Size(new System.Drawing.Size(0x5f, 0x19));
     this.btnReCalc.set_TabIndex(6);
     this.btnReCalc.set_Text("Пересчитать");
     this.btnReCalc.set_UseVisualStyleBackColor(true);
     this.btnReCalc.add_Click(new System.EventHandler(this.btnReCalc_Click));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0xe2, 0x4a));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1ec, 0x17));
     this.selectOrgDocument.set_TabIndex(5);
     this.label1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x4d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label1.set_TabIndex(11);
     this.label1.set_Text("Документ - основание перерасчета");
     this.selectReCalc.set_FormattingEnabled(true);
     this.selectReCalc.set_Location(new System.Drawing.Point(0x8f, 0x2e));
     this.selectReCalc.set_Name("selectReCalc");
     this.selectReCalc.set_Size(new System.Drawing.Size(0x23f, 0x15));
     this.selectReCalc.set_Sorted(true);
     this.selectReCalc.set_TabIndex(4);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x2d4, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x10);
     this.chbxWithBankrupt.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.chbxWithBankrupt.set_AutoSize(true);
     this.chbxWithBankrupt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxWithBankrupt.set_Location(new System.Drawing.Point(0x1ad, 0x6a));
     this.chbxWithBankrupt.set_Name("chbxWithBankrupt");
     this.chbxWithBankrupt.set_Size(new System.Drawing.Size(0xc0, 0x11));
     this.chbxWithBankrupt.set_TabIndex(0x20);
     this.chbxWithBankrupt.set_Text("Учитывать не возвратные долги");
     this.chbxWithBankrupt.set_UseVisualStyleBackColor(true);
     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.rbRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.rbRecalc.set_AutoSize(true);
     this.rbRecalc.set_Checked(true);
     this.rbRecalc.set_Location(new System.Drawing.Point(0x107, 0x69));
     this.rbRecalc.set_Name("rbRecalc");
     this.rbRecalc.set_Size(new System.Drawing.Size(160, 0x11));
     this.rbRecalc.set_TabIndex(0x21);
     this.rbRecalc.set_TabStop(true);
     this.rbRecalc.set_Text("Сохранить как перерасчет");
     this.rbRecalc.set_UseVisualStyleBackColor(true);
     this.rbCharge.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.rbCharge.set_AutoSize(true);
     this.rbCharge.set_Location(new System.Drawing.Point(0x60, 0x69));
     this.rbCharge.set_Name("rbCharge");
     this.rbCharge.set_Size(new System.Drawing.Size(0xa1, 0x11));
     this.rbCharge.set_TabIndex(0x22);
     this.rbCharge.set_Text("Сохранить как начисление");
     this.rbCharge.set_UseVisualStyleBackColor(true);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.datePeriod);
     this.groupBox1.Controls.Add(this.rbCharge);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.rbRecalc);
     this.groupBox1.Controls.Add(this.btnReCalc);
     this.groupBox1.Controls.Add(this.chbxWithBankrupt);
     this.groupBox1.Controls.Add(this.selectOrgDocument);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.selectReCalc);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 140));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2d4, 0x8a));
     this.groupBox1.set_TabIndex(0x23);
     this.groupBox1.set_TabStop(false);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2d4, 0x11f));
     this.panel1.set_TabIndex(0x24);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("GroupReсalculationView");
     base.set_Size(new System.Drawing.Size(0x2d4, 0x11f));
     base.add_Load(new System.EventHandler(this.GroupReCalculationView_Load));
     this.epRights.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Example #4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label7 = new System.Windows.Forms.Label();
     this.btnOpenService = new System.Windows.Forms.Button();
     this.dbxOpenDate = new DateBox();
     this.bsServiceClose = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceOpen = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.dbxCloseDate = new DateBox();
     this.selectAccountHouseHolder = new SelectOrganization();
     this.label1 = new System.Windows.Forms.Label();
     this.chAccountClose = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.selectHouseHolder = new SelectOrganization();
     this.selectTypes = new SelectFasetData();
     this.label3 = new System.Windows.Forms.Label();
     this.vwServiceSearchOpen = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.bsServiceClose.BeginInit();
     this.bsServiceOpen.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x10));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x54, 13));
     this.label7.set_TabIndex(8);
     this.label7.set_Text("Дата открытия");
     this.btnOpenService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOpenService.set_Location(new System.Drawing.Point(0x317, 0x141));
     this.btnOpenService.set_Name("btnOpenService");
     this.btnOpenService.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnOpenService.set_TabIndex(12);
     this.btnOpenService.set_Text("Открыть");
     this.btnOpenService.set_UseVisualStyleBackColor(true);
     this.btnOpenService.add_Click(new System.EventHandler(this.btnOpenService_Click));
     this.dbxOpenDate.AttachToPeriod = false;
     this.dbxOpenDate.AttachToPeriodEnd = false;
     this.dbxOpenDate.set_Location(new System.Drawing.Point(0x92, 11));
     this.dbxOpenDate.set_Mask("00/00/0000");
     this.dbxOpenDate.set_Name("dbxOpenDate");
     this.dbxOpenDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxOpenDate.set_TabIndex(11);
     this.bsServiceClose.set_DataSource(typeof(ServiceOld));
     this.bsServiceOpen.set_DataSource(typeof(ServiceOld));
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x73));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Документ");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x92, 0x73));
     this.selectOrgDocument.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.dbxCloseDate);
     this.groupBox2.Controls.Add(this.selectAccountHouseHolder);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.chAccountClose);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.selectHouseHolder);
     this.groupBox2.Controls.Add(this.selectTypes);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.selectOrgDocument);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.dbxOpenDate);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0x90));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x38f, 0xab));
     this.groupBox2.set_TabIndex(0x17);
     this.groupBox2.set_TabStop(false);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 40));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x59, 13));
     this.label4.set_TabIndex(30);
     this.label4.set_Text("Дата окончания");
     this.dbxCloseDate.AttachToPeriod = false;
     this.dbxCloseDate.AttachToPeriodEnd = false;
     this.dbxCloseDate.set_Location(new System.Drawing.Point(0x92, 0x25));
     this.dbxCloseDate.set_Mask("00/00/0000");
     this.dbxCloseDate.set_Name("dbxCloseDate");
     this.dbxCloseDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxCloseDate.set_TabIndex(0x1f);
     this.selectAccountHouseHolder.IsCashlessTransferrer = false;
     this.selectAccountHouseHolder.IsHouseHolder = false;
     this.selectAccountHouseHolder.IsPaymentAgent = false;
     this.selectAccountHouseHolder.IsResourceProvider = false;
     this.selectAccountHouseHolder.IsServiceProvider = false;
     this.selectAccountHouseHolder.set_Location(new System.Drawing.Point(0x92, 0x59));
     this.selectAccountHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectAccountHouseHolder.set_Name("selectAccountHouseHolder");
     this.selectAccountHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectAccountHouseHolder.set_TabIndex(0x1d);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 0x5d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x37, 13));
     this.label1.set_TabIndex(0x1c);
     this.label1.set_Text("УК на ЛС");
     this.chAccountClose.set_AutoSize(true);
     this.chAccountClose.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chAccountClose.set_Location(new System.Drawing.Point(290, 13));
     this.chAccountClose.set_Name("chAccountClose");
     this.chAccountClose.set_Size(new System.Drawing.Size(0xd6, 0x11));
     this.chAccountClose.set_TabIndex(0x1b);
     this.chAccountClose.set_Text("Открыть в закрытых лицевых счетах");
     this.chAccountClose.set_UseVisualStyleBackColor(true);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 0x90));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Тип жилья");
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = false;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(0x92, 0x3f));
     this.selectHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectHouseHolder.set_TabIndex(0x19);
     this.selectTypes.set_FormattingEnabled(true);
     this.selectTypes.set_Location(new System.Drawing.Point(0x92, 0x8d));
     this.selectTypes.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectTypes.set_Name("selectTypes");
     this.selectTypes.set_Size(new System.Drawing.Size(0x166, 0x15));
     this.selectTypes.set_Sorted(true);
     this.selectTypes.set_TabIndex(13);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(7, 0x43));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x39, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("УК жилья");
     this.vwServiceSearchOpen.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearchOpen.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearchOpen.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearchOpen.set_Name("vwServiceSearchOpen");
     this.vwServiceSearchOpen.set_Size(new System.Drawing.Size(0x38f, 0x8f));
     this.vwServiceSearchOpen.set_TabIndex(0x1d);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearchOpen);
     this.panel1.Controls.Add(this.btnOpenService);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x38f, 0x163));
     this.panel1.set_TabIndex(30);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("OpenOperationView");
     base.set_Size(new System.Drawing.Size(0x38f, 0x163));
     base.add_Load(new System.EventHandler(this.OpenOperationView_Load));
     this.bsServiceClose.EndInit();
     this.bsServiceOpen.EndInit();
     this.bsServiceTypes.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Example #5
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnCloseService = new System.Windows.Forms.Button();
     this.dbxCloseDate = new DateBox();
     this.cbAdvancesMove = new System.Windows.Forms.CheckBox();
     this.bsServiceClose = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceOpen = new System.Windows.Forms.BindingSource(this.components);
     this.cbxServicesTypes = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.chDebtTransfer = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.gvCloseParameters = new System.Windows.Forms.GroupBox();
     this.selectHouseHolder = new SelectOrganization();
     this.label3 = new System.Windows.Forms.Label();
     this.gvOper = new System.Windows.Forms.GroupBox();
     this.chCancelDebt = new System.Windows.Forms.CheckBox();
     this.vwServiceSearch = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.selectAccountHouseHolder = new SelectOrganization();
     this.label4 = new System.Windows.Forms.Label();
     this.bsServiceClose.BeginInit();
     this.bsServiceOpen.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.gvCloseParameters.SuspendLayout();
     this.gvOper.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x13d, 0x13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xac, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Тип услуг для переноса средств");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x10));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x55, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Дата закрытия");
     this.btnCloseService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCloseService.set_Location(new System.Drawing.Point(0x30f, 0x155));
     this.btnCloseService.set_Name("btnCloseService");
     this.btnCloseService.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnCloseService.set_TabIndex(6);
     this.btnCloseService.set_Text("Закрыть");
     this.btnCloseService.set_UseVisualStyleBackColor(true);
     this.btnCloseService.add_Click(new System.EventHandler(this.btnCloseService_Click));
     this.dbxCloseDate.AttachToPeriod = false;
     this.dbxCloseDate.AttachToPeriodEnd = false;
     this.dbxCloseDate.set_Location(new System.Drawing.Point(0x92, 11));
     this.dbxCloseDate.set_Mask("00/00/0000");
     this.dbxCloseDate.set_Name("dbxCloseDate");
     this.dbxCloseDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxCloseDate.set_TabIndex(3);
     this.dbxCloseDate.add_TextChanged(new System.EventHandler(this.dbxCloseDate_TextChanged));
     this.cbAdvancesMove.set_AutoSize(true);
     this.cbAdvancesMove.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbAdvancesMove.set_Location(new System.Drawing.Point(0xaf, 0x12));
     this.cbAdvancesMove.set_Name("cbAdvancesMove");
     this.cbAdvancesMove.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.cbAdvancesMove.set_TabIndex(7);
     this.cbAdvancesMove.set_Text("/ Перенести аванс");
     this.cbAdvancesMove.set_UseVisualStyleBackColor(true);
     this.cbAdvancesMove.add_CheckedChanged(new System.EventHandler(this.cbAdvancesMove_CheckedChanged));
     this.bsServiceClose.set_DataSource(typeof(ServiceOld));
     this.bsServiceOpen.set_DataSource(typeof(ServiceOld));
     this.cbxServicesTypes.set_DataSource(this.bsServiceTypes);
     this.cbxServicesTypes.set_DisplayMember("CodeName");
     this.cbxServicesTypes.set_FormattingEnabled(true);
     this.cbxServicesTypes.set_Location(new System.Drawing.Point(0x1ef, 14));
     this.cbxServicesTypes.set_MinimumSize(new System.Drawing.Size(70, 0));
     this.cbxServicesTypes.set_Name("cbxServicesTypes");
     this.cbxServicesTypes.set_Size(new System.Drawing.Size(0x195, 0x15));
     this.cbxServicesTypes.set_TabIndex(5);
     this.cbxServicesTypes.set_ValueMember("Id");
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.chDebtTransfer.set_AutoSize(true);
     this.chDebtTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chDebtTransfer.set_Location(new System.Drawing.Point(6, 0x12));
     this.chDebtTransfer.set_Name("chDebtTransfer");
     this.chDebtTransfer.set_Size(new System.Drawing.Size(0xa3, 0x11));
     this.chDebtTransfer.set_TabIndex(0x17);
     this.chDebtTransfer.set_Text("Перенести задолженность");
     this.chDebtTransfer.set_UseVisualStyleBackColor(true);
     this.chDebtTransfer.add_CheckedChanged(new System.EventHandler(this.chDebtTransfer_CheckedChanged));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x5c));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Документ");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x92, 0x59));
     this.selectOrgDocument.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.gvCloseParameters.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gvCloseParameters.Controls.Add(this.selectAccountHouseHolder);
     this.gvCloseParameters.Controls.Add(this.label4);
     this.gvCloseParameters.Controls.Add(this.label5);
     this.gvCloseParameters.Controls.Add(this.dbxCloseDate);
     this.gvCloseParameters.Controls.Add(this.label2);
     this.gvCloseParameters.Controls.Add(this.selectHouseHolder);
     this.gvCloseParameters.Controls.Add(this.selectOrgDocument);
     this.gvCloseParameters.Controls.Add(this.label3);
     this.gvCloseParameters.set_Location(new System.Drawing.Point(0, 0x90));
     this.gvCloseParameters.set_Name("gvCloseParameters");
     this.gvCloseParameters.set_Size(new System.Drawing.Size(0x38f, 0x75));
     this.gvCloseParameters.set_TabIndex(0x1c);
     this.gvCloseParameters.set_TabStop(false);
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = false;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(0x92, 0x25));
     this.selectHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectHouseHolder.set_TabIndex(0x19);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(7, 0x29));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x39, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("УК жилья");
     this.gvOper.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gvOper.Controls.Add(this.chCancelDebt);
     this.gvOper.Controls.Add(this.chDebtTransfer);
     this.gvOper.Controls.Add(this.cbAdvancesMove);
     this.gvOper.Controls.Add(this.cbxServicesTypes);
     this.gvOper.Controls.Add(this.label1);
     this.gvOper.set_Location(new System.Drawing.Point(0, 0x106));
     this.gvOper.set_Name("gvOper");
     this.gvOper.set_Size(new System.Drawing.Size(0x38f, 0x49));
     this.gvOper.set_TabIndex(0x1b);
     this.gvOper.set_TabStop(false);
     this.gvOper.set_Text("Операции с балансом");
     this.chCancelDebt.set_AutoSize(true);
     this.chCancelDebt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chCancelDebt.set_Location(new System.Drawing.Point(7, 0x2a));
     this.chCancelDebt.set_Name("chCancelDebt");
     this.chCancelDebt.set_Size(new System.Drawing.Size(290, 0x11));
     this.chCancelDebt.set_TabIndex(0x1a);
     this.chCancelDebt.set_Text("При закрытии услуги списать задолженность          ");
     this.chCancelDebt.set_UseVisualStyleBackColor(true);
     this.chCancelDebt.add_CheckedChanged(new System.EventHandler(this.chCancelDebt_CheckedChanged));
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x38f, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x19);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnCloseService);
     this.panel1.Controls.Add(this.gvCloseParameters);
     this.panel1.Controls.Add(this.gvOper);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x38f, 0x17b));
     this.panel1.set_TabIndex(0x1d);
     this.selectAccountHouseHolder.IsCashlessTransferrer = false;
     this.selectAccountHouseHolder.IsHouseHolder = false;
     this.selectAccountHouseHolder.IsPaymentAgent = false;
     this.selectAccountHouseHolder.IsResourceProvider = false;
     this.selectAccountHouseHolder.IsServiceProvider = false;
     this.selectAccountHouseHolder.set_Location(new System.Drawing.Point(0x92, 0x3f));
     this.selectAccountHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectAccountHouseHolder.set_Name("selectAccountHouseHolder");
     this.selectAccountHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectAccountHouseHolder.set_TabIndex(0x1b);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 0x43));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x37, 13));
     this.label4.set_TabIndex(0x1a);
     this.label4.set_Text("УК на ЛС");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("CloseOperationView");
     base.set_Size(new System.Drawing.Size(0x38f, 0x17b));
     base.add_Load(new System.EventHandler(this.CloseOperationView_Load));
     this.bsServiceClose.EndInit();
     this.bsServiceOpen.EndInit();
     this.bsServiceTypes.EndInit();
     this.gvCloseParameters.ResumeLayout(false);
     this.gvCloseParameters.PerformLayout();
     this.gvOper.ResumeLayout(false);
     this.gvOper.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.serviceSearchView = new ServiceSearchView();
     this.selectAccountHouseHolder = new SelectOrganization();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tbName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cbType = new SelectFasetData();
     this.lTypeHousekeeping = new System.Windows.Forms.Label();
     this.cbTypeScaleCounter = new SelectFasetData();
     this.label6 = new System.Windows.Forms.Label();
     this.cbMaddle = new SelectFasetData();
     this.lMaddle = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dbEnd = new DateBox();
     this.dbBegin = new DateBox();
     this.btnAddCounters = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cbTypeService = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.serviceSearchView.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.serviceSearchView.IsSpreadRatioEnabled = false;
     this.serviceSearchView.set_Location(new System.Drawing.Point(3, 230));
     this.serviceSearchView.set_Name("serviceSearchView");
     this.serviceSearchView.set_Size(new System.Drawing.Size(0x3a9, 0x8a));
     this.serviceSearchView.set_TabIndex(0);
     this.selectAccountHouseHolder.IsCashlessTransferrer = false;
     this.selectAccountHouseHolder.IsHouseHolder = false;
     this.selectAccountHouseHolder.IsPaymentAgent = false;
     this.selectAccountHouseHolder.IsResourceProvider = false;
     this.selectAccountHouseHolder.IsServiceProvider = false;
     this.selectAccountHouseHolder.set_Location(new System.Drawing.Point(0x7b, 0x19));
     this.selectAccountHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectAccountHouseHolder.set_Name("selectAccountHouseHolder");
     this.selectAccountHouseHolder.set_Size(new System.Drawing.Size(0x1b5, 20));
     this.selectAccountHouseHolder.set_TabIndex(0x1d);
     this.selectAccountHouseHolder.add_Load(new System.EventHandler(this.selectAccountHouseHolder_Load));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x11, 0x1d));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x37, 13));
     this.label4.set_TabIndex(0x1c);
     this.label4.set_Text("УК на ЛС");
     this.label4.add_Click(new System.EventHandler(this.label4_Click));
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.selectAccountHouseHolder);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.set_Location(new System.Drawing.Point(3, 5));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x3a9, 0x3a));
     this.groupBox2.set_TabIndex(3);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Параметры поиска услуг");
     this.tbName.set_Location(new System.Drawing.Point(20, 0x4f));
     this.tbName.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbName.set_Name("tbName");
     this.tbName.set_Size(new System.Drawing.Size(0xcc, 20));
     this.tbName.set_TabIndex(3);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x12, 0x40));
     this.label1.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x39, 13));
     this.label1.set_TabIndex(0x48);
     this.label1.set_Text("Название");
     this.cbType.set_Cursor(System.Windows.Forms.Cursors.Default);
     this.cbType.set_FormattingEnabled(true);
     this.cbType.set_Location(new System.Drawing.Point(20, 0x23));
     this.cbType.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbType.set_Name("cbType");
     this.cbType.set_Size(new System.Drawing.Size(0xcc, 0x15));
     this.cbType.set_Sorted(true);
     this.cbType.set_TabIndex(1);
     this.lTypeHousekeeping.set_AutoSize(true);
     this.lTypeHousekeeping.set_Location(new System.Drawing.Point(0x11, 20));
     this.lTypeHousekeeping.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lTypeHousekeeping.set_Name("lTypeHousekeeping");
     this.lTypeHousekeeping.set_Size(new System.Drawing.Size(0x65, 13));
     this.lTypeHousekeeping.set_TabIndex(0x3f);
     this.lTypeHousekeeping.set_Text("Тип прибора учета");
     this.cbTypeScaleCounter.set_FormattingEnabled(true);
     this.cbTypeScaleCounter.set_Location(new System.Drawing.Point(0xf2, 0x4c));
     this.cbTypeScaleCounter.set_Name("cbTypeScaleCounter");
     this.cbTypeScaleCounter.set_Size(new System.Drawing.Size(0x13e, 0x15));
     this.cbTypeScaleCounter.set_Sorted(true);
     this.cbTypeScaleCounter.set_TabIndex(0x4b);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0xf2, 60));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x6f, 13));
     this.label6.set_TabIndex(0x4a);
     this.label6.set_Text("Тип шкалы счетчика");
     this.cbMaddle.set_FormattingEnabled(true);
     this.cbMaddle.set_Location(new System.Drawing.Point(0xf2, 0x20));
     this.cbMaddle.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbMaddle.set_Name("cbMaddle");
     this.cbMaddle.set_Size(new System.Drawing.Size(0x13d, 0x15));
     this.cbMaddle.set_Sorted(true);
     this.cbMaddle.set_TabIndex(0x49);
     this.lMaddle.set_AutoSize(true);
     this.lMaddle.set_Location(new System.Drawing.Point(0xf1, 0x10));
     this.lMaddle.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lMaddle.set_Name("lMaddle");
     this.lMaddle.set_Size(new System.Drawing.Size(0x5d, 13));
     this.lMaddle.set_TabIndex(0x4c);
     this.lMaddle.set_Text("Тип по среднему");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(120, 0x7f));
     this.label2.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x13, 13));
     this.label2.set_TabIndex(50);
     this.label2.set_Text("по");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x11, 0x7f));
     this.label3.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(13, 13));
     this.label3.set_TabIndex(0x31);
     this.label3.set_Text("с");
     this.dbEnd.AttachToPeriod = false;
     this.dbEnd.AttachToPeriodEnd = false;
     this.dbEnd.set_Location(new System.Drawing.Point(0x90, 0x7c));
     this.dbEnd.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbEnd.set_Mask("00/00/0000");
     this.dbEnd.set_Name("dbEnd");
     this.dbEnd.set_Size(new System.Drawing.Size(80, 20));
     this.dbEnd.set_TabIndex(3);
     this.dbBegin.AttachToPeriod = false;
     this.dbBegin.AttachToPeriodEnd = false;
     this.dbBegin.set_Location(new System.Drawing.Point(0x22, 0x7c));
     this.dbBegin.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbBegin.set_Mask("00/00/0000");
     this.dbBegin.set_Name("dbBegin");
     this.dbBegin.set_Size(new System.Drawing.Size(80, 20));
     this.dbBegin.set_TabIndex(2);
     this.btnAddCounters.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAddCounters.set_Location(new System.Drawing.Point(0x327, 0x174));
     this.btnAddCounters.set_Name("btnAddCounters");
     this.btnAddCounters.set_Size(new System.Drawing.Size(0x85, 0x25));
     this.btnAddCounters.set_TabIndex(4);
     this.btnAddCounters.set_Text("Добавить");
     this.btnAddCounters.set_UseVisualStyleBackColor(true);
     this.btnAddCounters.add_Click(new System.EventHandler(this.btnAddCounters_Click));
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.dbBegin);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dbEnd);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cbTypeService);
     this.groupBox1.Controls.Add(this.cbTypeScaleCounter);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.tbName);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lTypeHousekeeping);
     this.groupBox1.Controls.Add(this.cbType);
     this.groupBox1.Controls.Add(this.lMaddle);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.cbMaddle);
     this.groupBox1.set_Location(new System.Drawing.Point(3, 0x45));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x3a9, 0x9b));
     this.groupBox1.set_TabIndex(0x4e);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Параметр прибора учёта");
     this.cbTypeService.set_DisplayMember("ShortName");
     this.cbTypeService.set_FormattingEnabled(true);
     this.cbTypeService.set_Location(new System.Drawing.Point(0xf1, 0x7b));
     this.cbTypeService.set_Name("cbTypeService");
     this.cbTypeService.set_Size(new System.Drawing.Size(0x13e, 0x15));
     this.cbTypeService.set_TabIndex(0x4d);
     this.cbTypeService.set_ValueMember("Id");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0xf2, 0x68));
     this.label5.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label5.set_TabIndex(0x4e);
     this.label5.set_Text("Тип услуги");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0x11, 0x68));
     this.label7.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label7.set_TabIndex(0x4f);
     this.label7.set_Text("Период действия");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.btnAddCounters);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.serviceSearchView);
     base.set_Name("ApartmentCounterMultipleAddView");
     base.set_Size(new System.Drawing.Size(0x3af, 0x1a0));
     base.add_Load(new System.EventHandler(this.ApartmentCounterMultipleAddView_Load));
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Example #7
0
 private void InitializeComponent()
 {
     this.components = new Container();
     Area area = new Area();
     House house = new House();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnChangeService = new System.Windows.Forms.Button();
     this.dbxCloseDate = new DateBox();
     this.dbxOpenDate = new DateBox();
     this.cbAdvancesMove = new System.Windows.Forms.CheckBox();
     this.bsServiceClose = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceOpen = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.chDebtTransfer = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.gbTransfer = new System.Windows.Forms.GroupBox();
     this.chOpServicesTransfer = new System.Windows.Forms.CheckBox();
     this.chConnectionEquipment = new System.Windows.Forms.CheckBox();
     this.chConnectionCounter = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.selectAccountHouseHolder = new SelectOrganization();
     this.selectServices = new SelectServices();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.selectHouseHolder = new SelectOrganization();
     this.vwServiceSearch = new ServiceSearchView();
     this.gvOper = new System.Windows.Forms.GroupBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.enumAvance = new EnumComboBox();
     this.enumDebt = new EnumComboBox();
     this.cbxIsCharge = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.bsServiceClose.BeginInit();
     this.bsServiceOpen.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.groupBox2.SuspendLayout();
     this.gbTransfer.SuspendLayout();
     this.gvOper.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x2c));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x55, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Дата закрытия");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x42));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x54, 13));
     this.label7.set_TabIndex(8);
     this.label7.set_Text("Дата открытия");
     this.btnChangeService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnChangeService.set_Location(new System.Drawing.Point(0x31a, 0x192));
     this.btnChangeService.set_Name("btnChangeService");
     this.btnChangeService.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnChangeService.set_TabIndex(8);
     this.btnChangeService.set_Text("Сменить");
     this.btnChangeService.set_UseVisualStyleBackColor(true);
     this.btnChangeService.add_Click(new System.EventHandler(this.btnChangeService_Click));
     this.dbxCloseDate.AttachToPeriod = false;
     this.dbxCloseDate.AttachToPeriodEnd = false;
     this.dbxCloseDate.set_Location(new System.Drawing.Point(0xa1, 0x29));
     this.dbxCloseDate.set_Mask("00/00/0000");
     this.dbxCloseDate.set_Name("dbxCloseDate");
     this.dbxCloseDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxCloseDate.set_TabIndex(3);
     this.dbxCloseDate.add_TextChanged(new System.EventHandler(this.dbxCloseDate_TextChanged));
     this.dbxOpenDate.AttachToPeriod = false;
     this.dbxOpenDate.AttachToPeriodEnd = false;
     this.dbxOpenDate.set_Location(new System.Drawing.Point(0xa1, 0x43));
     this.dbxOpenDate.set_Mask("00/00/0000");
     this.dbxOpenDate.set_Name("dbxOpenDate");
     this.dbxOpenDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxOpenDate.set_TabIndex(11);
     this.cbAdvancesMove.set_AutoSize(true);
     this.cbAdvancesMove.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbAdvancesMove.set_Location(new System.Drawing.Point(0xaf, 0x13));
     this.cbAdvancesMove.set_Name("cbAdvancesMove");
     this.cbAdvancesMove.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.cbAdvancesMove.set_TabIndex(7);
     this.cbAdvancesMove.set_Text("/ Перенести аванс");
     this.cbAdvancesMove.set_UseVisualStyleBackColor(true);
     this.bsServiceClose.set_DataSource(typeof(ServiceOld));
     this.bsServiceOpen.set_DataSource(typeof(ServiceOld));
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.chDebtTransfer.set_AutoSize(true);
     this.chDebtTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chDebtTransfer.set_Location(new System.Drawing.Point(6, 0x13));
     this.chDebtTransfer.set_Name("chDebtTransfer");
     this.chDebtTransfer.set_Size(new System.Drawing.Size(0xa3, 0x11));
     this.chDebtTransfer.set_TabIndex(0x17);
     this.chDebtTransfer.set_Text("Перенести задолженность");
     this.chDebtTransfer.set_UseVisualStyleBackColor(true);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x107, 0x5d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Документ");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x194, 0x5e));
     this.selectOrgDocument.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.gbTransfer);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.selectAccountHouseHolder);
     this.groupBox2.Controls.Add(this.selectServices);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.selectOrgDocument);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.dbxCloseDate);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.selectHouseHolder);
     this.groupBox2.Controls.Add(this.dbxOpenDate);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0x8f));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x38f, 0xa4));
     this.groupBox2.set_TabIndex(0x17);
     this.groupBox2.set_TabStop(false);
     this.gbTransfer.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbTransfer.Controls.Add(this.chOpServicesTransfer);
     this.gbTransfer.Controls.Add(this.chConnectionEquipment);
     this.gbTransfer.Controls.Add(this.chConnectionCounter);
     this.gbTransfer.set_Location(new System.Drawing.Point(0, 0x76));
     this.gbTransfer.set_Name("gbTransfer");
     this.gbTransfer.set_Size(new System.Drawing.Size(0x38f, 0x2e));
     this.gbTransfer.set_TabIndex(0x2c);
     this.gbTransfer.set_TabStop(false);
     this.gbTransfer.set_Text("Доп. перенос");
     this.chOpServicesTransfer.set_AutoSize(true);
     this.chOpServicesTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chOpServicesTransfer.set_Checked(true);
     this.chOpServicesTransfer.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chOpServicesTransfer.set_Location(new System.Drawing.Point(0x159, 20));
     this.chOpServicesTransfer.set_Name("chOpServicesTransfer");
     this.chOpServicesTransfer.set_Size(new System.Drawing.Size(180, 0x11));
     this.chOpServicesTransfer.set_TabIndex(0x22);
     this.chOpServicesTransfer.set_Text("Перенести отключение услуги");
     this.chOpServicesTransfer.set_UseVisualStyleBackColor(true);
     this.chConnectionEquipment.set_AutoSize(true);
     this.chConnectionEquipment.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chConnectionEquipment.set_Checked(true);
     this.chConnectionEquipment.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chConnectionEquipment.set_Location(new System.Drawing.Point(0xb2, 20));
     this.chConnectionEquipment.set_Name("chConnectionEquipment");
     this.chConnectionEquipment.set_Size(new System.Drawing.Size(0x94, 0x11));
     this.chConnectionEquipment.set_TabIndex(0x23);
     this.chConnectionEquipment.set_Text("Связь с оборудованием");
     this.chConnectionEquipment.set_UseVisualStyleBackColor(true);
     this.chConnectionEquipment.add_CheckedChanged(new System.EventHandler(this.chConnectionEquipment_CheckedChanged));
     this.chConnectionCounter.set_AutoSize(true);
     this.chConnectionCounter.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chConnectionCounter.set_Checked(true);
     this.chConnectionCounter.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chConnectionCounter.set_Location(new System.Drawing.Point(9, 20));
     this.chConnectionCounter.set_Name("chConnectionCounter");
     this.chConnectionCounter.set_Size(new System.Drawing.Size(0x9b, 0x11));
     this.chConnectionCounter.set_TabIndex(0x21);
     this.chConnectionCounter.set_Text("Связь с приборами учета");
     this.chConnectionCounter.set_UseVisualStyleBackColor(true);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x107, 0x47));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x37, 13));
     this.label6.set_TabIndex(0x2a);
     this.label6.set_Text("УК на ЛС");
     this.selectAccountHouseHolder.IsCashlessTransferrer = false;
     this.selectAccountHouseHolder.IsHouseHolder = false;
     this.selectAccountHouseHolder.IsPaymentAgent = false;
     this.selectAccountHouseHolder.IsResourceProvider = false;
     this.selectAccountHouseHolder.IsServiceProvider = false;
     this.selectAccountHouseHolder.set_Location(new System.Drawing.Point(0x194, 0x44));
     this.selectAccountHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectAccountHouseHolder.set_Name("selectAccountHouseHolder");
     this.selectAccountHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectAccountHouseHolder.set_TabIndex(0x2b);
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = true;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectServices.Area = area;
     this.selectServices.Date = new System.DateTime(0L);
     this.selectServices.FromDate = new System.DateTime(0L);
     house.AdrId = 0L;
     house.AdrName = null;
     int[] numArray = new int[4];
     house.AnotherSquare = new decimal(numArray);
     house.BoroughId = 0;
     house.BoroughName = null;
     house.CanonicalTypeId = 0;
     house.CanonicalTypeName = null;
     house.CargoLift = 0;
     house.Created = new System.DateTime(0L);
     house.DomKom = false;
     house.DomKomTarif = 0.0;
     house.Entrance = 0;
     house.ExternalKey = 0L;
     house.FireAlarmType = 0;
     house.FireAlarmTypeName = null;
     int[] numArray2 = new int[4];
     house.FiredArea = new decimal(numArray2);
     house.FiveRoom = 0;
     house.Flat = 0;
     house.FlatWithGarbageChute = 0;
     house.Floor = 0;
     int[] numArray3 = new int[4];
     house.FloorArea = new decimal(numArray3);
     house.FormControl = 0;
     house.FormControlTypeName = null;
     house.FoundationType = 0;
     house.FoundationTypeName = null;
     house.FourRoom = 0;
     house.GvsType = 0;
     house.GvsTypeName = null;
     house.HeatingType = 0;
     house.HeatingTypeName = null;
     house.HouseChief = null;
     house.HvsType = 0;
     house.HvsTypeName = null;
     house.Id = 0L;
     house.IsDeleted = false;
     house.IsDirty = false;
     house.KapRemontYear = 0;
     int[] numArray4 = new int[4];
     house.KitchensSquare = new decimal(numArray4);
     house.Lift = 0;
     int[] numArray5 = new int[4];
     house.LivingSquare = new decimal(numArray5);
     house.LocalBroadcastingType = 0;
     house.LocalBroadcastingTypeName = null;
     house.MusorCount = 0;
     house.ObjectWithIdType = null;
     house.OnDate = new System.DateTime(0L);
     house.OneRoom = 0;
     house.OverflowType = 0;
     house.OverFlowTypeName = null;
     house.OverlapType = 0;
     house.OverlapTypeName = null;
     house.OwnershipType = 0;
     house.OwnerShipTypeName = null;
     house.PassLift = 0;
     house.PassportNum = 0;
     house.PercentWear = 0;
     house.PrintServices = 1;
     house.RaionSud = null;
     house.RoofType = 0;
     house.RoofTypeName = null;
     house.Series = 0;
     house.SewerType = 0;
     house.SewerTypeName = null;
     house.StoveType = 0;
     house.StoveTypeName = null;
     house.SubProvider = null;
     house.Sud = 0;
     house.SudUc = null;
     house.TerritorialManagement = 0;
     house.TerritorialManagementName = null;
     house.ThreeRoom = 0;
     int[] numArray6 = new int[4];
     house.ToiletsSquare = new decimal(numArray6);
     int[] numArray7 = new int[4];
     house.TotalArea = new decimal(numArray7);
     int[] numArray8 = new int[4];
     house.TotalAreaLivingNonLivingMkd = new decimal(numArray8);
     int[] numArray9 = new int[4];
     house.TotalAreaMkd = new decimal(numArray9);
     int[] numArray10 = new int[4];
     house.TotalAreaOi = new decimal(numArray10);
     int[] numArray11 = new int[4];
     house.TotalStructureVolume = new decimal(numArray11);
     house.Tvenquipmenttype = 0;
     house.Tvenquipmenttypename = null;
     house.TwoRoom = 0;
     house.Type = 0;
     house.TypeName = null;
     house.UtilizationType = 0;
     house.UtilizationTypeName = null;
     house.WallType = 0;
     house.WallTypeName = null;
     house.YearBegin = 0;
     house.YearPassport = 0;
     this.selectServices.House = house;
     this.selectServices.IsMultiSelect = false;
     this.selectServices.set_Location(new System.Drawing.Point(0xa1, 15));
     this.selectServices.set_MinimumSize(new System.Drawing.Size(0x159, 0));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(0x259, 20));
     this.selectServices.set_TabIndex(0x29);
     this.selectServices.ToDate = new System.DateTime(0x270f, 12, 0x1f, 0x17, 0x3b, 0x3b, 0x3e7);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 0x13));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x94, 13));
     this.label4.set_TabIndex(0x20);
     this.label4.set_Text("Выбор услуги для открытия");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x107, 0x2c));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x39, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("УК жилья");
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = false;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(0x194, 0x29));
     this.selectHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectHouseHolder.set_TabIndex(0x19);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.IsSpreadRatioEnabled = false;
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x38f, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x19);
     this.gvOper.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gvOper.Controls.Add(this.label8);
     this.gvOper.Controls.Add(this.label9);
     this.gvOper.Controls.Add(this.enumAvance);
     this.gvOper.Controls.Add(this.enumDebt);
     this.gvOper.Controls.Add(this.cbxIsCharge);
     this.gvOper.Controls.Add(this.chDebtTransfer);
     this.gvOper.Controls.Add(this.cbAdvancesMove);
     this.gvOper.set_Location(new System.Drawing.Point(0, 0x133));
     this.gvOper.set_Name("gvOper");
     this.gvOper.set_Size(new System.Drawing.Size(0x38f, 90));
     this.gvOper.set_TabIndex(30);
     this.gvOper.set_TabStop(false);
     this.gvOper.set_Text("Операции с балансом");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(7, 0x3f));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x74, 13));
     this.label8.set_TabIndex(0x2a);
     this.label8.set_Text("Тип операций (аванс)");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(7, 0x29));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x6d, 13));
     this.label9.set_TabIndex(0x29);
     this.label9.set_Text("Тип операций (долг)");
     this.enumAvance.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.enumAvance.set_FormattingEnabled(true);
     this.enumAvance.set_Location(new System.Drawing.Point(0xba, 60));
     this.enumAvance.set_Name("enumAvance");
     this.enumAvance.SelectedEnumValue = null;
     this.enumAvance.set_Size(new System.Drawing.Size(0xd8, 0x15));
     this.enumAvance.set_TabIndex(40);
     this.enumDebt.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.enumDebt.set_FormattingEnabled(true);
     this.enumDebt.set_Location(new System.Drawing.Point(0xba, 0x26));
     this.enumDebt.set_Name("enumDebt");
     this.enumDebt.SelectedEnumValue = null;
     this.enumDebt.set_Size(new System.Drawing.Size(0xd8, 0x15));
     this.enumDebt.set_TabIndex(0x27);
     this.cbxIsCharge.set_AutoSize(true);
     this.cbxIsCharge.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbxIsCharge.set_Location(new System.Drawing.Point(0x146, 0x13));
     this.cbxIsCharge.set_Name("cbxIsCharge");
     this.cbxIsCharge.set_Size(new System.Drawing.Size(170, 0x11));
     this.cbxIsCharge.set_TabIndex(0x20);
     this.cbxIsCharge.set_Text("/ Сохранить как начисление");
     this.cbxIsCharge.set_UseVisualStyleBackColor(true);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x49, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label1.set_TabIndex(0x1f);
     this.label1.set_Text("для закрытия");
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.gvOper);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnChangeService);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x38f, 0x1b4));
     this.panel1.set_TabIndex(0x20);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("ChangeOperationView");
     base.set_Size(new System.Drawing.Size(0x38f, 0x1b4));
     base.add_Load(new System.EventHandler(this.ChangeOperationView_Load));
     this.bsServiceClose.EndInit();
     this.bsServiceOpen.EndInit();
     this.bsServiceTypes.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.gbTransfer.ResumeLayout(false);
     this.gbTransfer.PerformLayout();
     this.gvOper.ResumeLayout(false);
     this.gvOper.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label5 = new System.Windows.Forms.Label();
     this.btnBalanceCancellation = new System.Windows.Forms.Button();
     this.dbxDateCancel = new DateBox();
     this.gvCloseParameters = new System.Windows.Forms.GroupBox();
     this.cbOpen = new System.Windows.Forms.CheckBox();
     this.cbClose = new System.Windows.Forms.CheckBox();
     this.cbCancelAvans = new System.Windows.Forms.CheckBox();
     this.cbCancelDebt = new System.Windows.Forms.CheckBox();
     this.vwServiceSearch = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.gvCloseParameters.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x10));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x54, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Дата списания");
     this.btnBalanceCancellation.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnBalanceCancellation.set_Location(new System.Drawing.Point(790, 0xf1));
     this.btnBalanceCancellation.set_Name("btnBalanceCancellation");
     this.btnBalanceCancellation.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnBalanceCancellation.set_TabIndex(6);
     this.btnBalanceCancellation.set_Text("Списать баланс");
     this.btnBalanceCancellation.set_UseVisualStyleBackColor(true);
     this.btnBalanceCancellation.add_Click(new System.EventHandler(this.btnBalanceCancellation_Click));
     this.dbxDateCancel.AttachToPeriod = false;
     this.dbxDateCancel.AttachToPeriodEnd = false;
     this.dbxDateCancel.set_Location(new System.Drawing.Point(0x60, 13));
     this.dbxDateCancel.set_Mask("00/00/0000");
     this.dbxDateCancel.set_Name("dbxDateCancel");
     this.dbxDateCancel.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxDateCancel.set_TabIndex(3);
     this.dbxDateCancel.add_TextChanged(new System.EventHandler(this.dbxDateCancel_TextChanged));
     this.gvCloseParameters.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gvCloseParameters.Controls.Add(this.cbOpen);
     this.gvCloseParameters.Controls.Add(this.cbClose);
     this.gvCloseParameters.Controls.Add(this.cbCancelAvans);
     this.gvCloseParameters.Controls.Add(this.label5);
     this.gvCloseParameters.Controls.Add(this.cbCancelDebt);
     this.gvCloseParameters.Controls.Add(this.dbxDateCancel);
     this.gvCloseParameters.set_Location(new System.Drawing.Point(0, 0x90));
     this.gvCloseParameters.set_Name("gvCloseParameters");
     this.gvCloseParameters.set_Size(new System.Drawing.Size(0x38f, 0x5b));
     this.gvCloseParameters.set_TabIndex(0x1c);
     this.gvCloseParameters.set_TabStop(false);
     this.cbOpen.set_AutoSize(true);
     this.cbOpen.set_Checked(true);
     this.cbOpen.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbOpen.set_Location(new System.Drawing.Point(0xa5, 0x3e));
     this.cbOpen.set_Name("cbOpen");
     this.cbOpen.set_Size(new System.Drawing.Size(0xf6, 0x11));
     this.cbOpen.set_TabIndex(0x1d);
     this.cbOpen.set_Text("Выполнить для открытых паспортов жилья");
     this.cbOpen.set_UseVisualStyleBackColor(true);
     this.cbClose.set_AutoSize(true);
     this.cbClose.set_Location(new System.Drawing.Point(0xa5, 0x27));
     this.cbClose.set_Name("cbClose");
     this.cbClose.set_Size(new System.Drawing.Size(0xf7, 0x11));
     this.cbClose.set_TabIndex(0x1c);
     this.cbClose.set_Text("Выполнить для закрытых паспортов жилья");
     this.cbClose.set_UseVisualStyleBackColor(true);
     this.cbCancelAvans.set_AutoSize(true);
     this.cbCancelAvans.set_Location(new System.Drawing.Point(9, 0x3e));
     this.cbCancelAvans.set_Name("cbCancelAvans");
     this.cbCancelAvans.set_Size(new System.Drawing.Size(0x7b, 0x11));
     this.cbCancelAvans.set_TabIndex(0x1b);
     this.cbCancelAvans.set_Text("Списать переплату");
     this.cbCancelAvans.set_UseVisualStyleBackColor(true);
     this.cbCancelDebt.set_AutoSize(true);
     this.cbCancelDebt.set_Location(new System.Drawing.Point(9, 0x27));
     this.cbCancelDebt.set_Name("cbCancelDebt");
     this.cbCancelDebt.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbCancelDebt.set_TabIndex(0x1a);
     this.cbCancelDebt.set_Text("Списать задолженность");
     this.cbCancelDebt.set_UseVisualStyleBackColor(true);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x38f, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x19);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnBalanceCancellation);
     this.panel1.Controls.Add(this.gvCloseParameters);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x38f, 0x10b));
     this.panel1.set_TabIndex(0x1d);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("BalanceCancellationView");
     base.set_Size(new System.Drawing.Size(0x38f, 0x10b));
     base.add_Load(new System.EventHandler(this.BalanceCancellationView_Load));
     this.gvCloseParameters.ResumeLayout(false);
     this.gvCloseParameters.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnCloseService = new System.Windows.Forms.Button();
     this.btnChangeService = new System.Windows.Forms.Button();
     this.btnOpenService = new System.Windows.Forms.Button();
     this.dbxCloseDate = new DateBox();
     this.dbxOpenDate = new DateBox();
     this.cbAdvancesMove = new System.Windows.Forms.CheckBox();
     this.bsServiceClose = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceOpen = new System.Windows.Forms.BindingSource(this.components);
     this.cbxServicesTypes = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.chDebtTransfer = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.vwServiceSearchOpen = new ServiceSearchView();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.dbxAccountServiceCloseDate = new DateBox();
     this.chAccountClose = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.selectTypes = new SelectFasetData();
     this.panel1 = new System.Windows.Forms.Panel();
     this.chCancelDebt = new System.Windows.Forms.CheckBox();
     this.selectHouseHolder = new SelectOrganization();
     this.label3 = new System.Windows.Forms.Label();
     this.vwServiceSearch = new ServiceSearchView();
     this.cbxIsCharge = new System.Windows.Forms.CheckBox();
     this.bsServiceClose.BeginInit();
     this.bsServiceOpen.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x165, 13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xac, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Тип услуг для переноса средств");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x3f));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x55, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Дата закрытия");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 13));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x2a, 13));
     this.label7.set_TabIndex(8);
     this.label7.set_Text("С даты");
     this.btnCloseService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCloseService.set_Location(new System.Drawing.Point(0x30a, 0x24));
     this.btnCloseService.set_Name("btnCloseService");
     this.btnCloseService.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCloseService.set_TabIndex(6);
     this.btnCloseService.set_Text("Закрыть");
     this.btnCloseService.set_UseVisualStyleBackColor(true);
     this.btnCloseService.add_Click(new System.EventHandler(this.btnCloseService_Click));
     this.btnChangeService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnChangeService.set_Location(new System.Drawing.Point(0x360, 0x24));
     this.btnChangeService.set_Name("btnChangeService");
     this.btnChangeService.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnChangeService.set_TabIndex(8);
     this.btnChangeService.set_Text("Сменить");
     this.btnChangeService.set_UseVisualStyleBackColor(true);
     this.btnChangeService.add_Click(new System.EventHandler(this.btnChangeService_Click));
     this.btnOpenService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOpenService.set_Location(new System.Drawing.Point(0x363, 0x23));
     this.btnOpenService.set_Name("btnOpenService");
     this.btnOpenService.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnOpenService.set_TabIndex(12);
     this.btnOpenService.set_Text("Открыть");
     this.btnOpenService.set_UseVisualStyleBackColor(true);
     this.btnOpenService.add_Click(new System.EventHandler(this.btnOpenService_Click));
     this.dbxCloseDate.AttachToPeriod = false;
     this.dbxCloseDate.AttachToPeriodEnd = false;
     this.dbxCloseDate.set_Location(new System.Drawing.Point(0x91, 0x3a));
     this.dbxCloseDate.set_Mask("00/00/0000");
     this.dbxCloseDate.set_Name("dbxCloseDate");
     this.dbxCloseDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxCloseDate.set_TabIndex(3);
     this.dbxCloseDate.add_TextChanged(new System.EventHandler(this.dbxCloseDate_TextChanged));
     this.dbxOpenDate.AttachToPeriod = false;
     this.dbxOpenDate.AttachToPeriodEnd = false;
     this.dbxOpenDate.set_Location(new System.Drawing.Point(0x36, 9));
     this.dbxOpenDate.set_Mask("00/00/0000");
     this.dbxOpenDate.set_Name("dbxOpenDate");
     this.dbxOpenDate.set_Size(new System.Drawing.Size(0x57, 20));
     this.dbxOpenDate.set_TabIndex(11);
     this.cbAdvancesMove.set_AutoSize(true);
     this.cbAdvancesMove.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbAdvancesMove.set_Location(new System.Drawing.Point(0xad, 12));
     this.cbAdvancesMove.set_Name("cbAdvancesMove");
     this.cbAdvancesMove.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.cbAdvancesMove.set_TabIndex(7);
     this.cbAdvancesMove.set_Text("/ Перенести аванс");
     this.cbAdvancesMove.set_UseVisualStyleBackColor(true);
     this.cbAdvancesMove.add_CheckedChanged(new System.EventHandler(this.cbAdvancesMove_CheckedChanged));
     this.bsServiceClose.set_DataSource(typeof(ServiceOld));
     this.bsServiceOpen.set_DataSource(typeof(ServiceOld));
     this.cbxServicesTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServicesTypes.set_DataSource(this.bsServiceTypes);
     this.cbxServicesTypes.set_DisplayMember("CodeName");
     this.cbxServicesTypes.set_FormattingEnabled(true);
     this.cbxServicesTypes.set_Location(new System.Drawing.Point(0x21a, 8));
     this.cbxServicesTypes.set_Name("cbxServicesTypes");
     this.cbxServicesTypes.set_Size(new System.Drawing.Size(0x199, 0x15));
     this.cbxServicesTypes.set_TabIndex(5);
     this.cbxServicesTypes.set_ValueMember("Id");
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.chDebtTransfer.set_AutoSize(true);
     this.chDebtTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chDebtTransfer.set_Location(new System.Drawing.Point(4, 12));
     this.chDebtTransfer.set_Name("chDebtTransfer");
     this.chDebtTransfer.set_Size(new System.Drawing.Size(0xa3, 0x11));
     this.chDebtTransfer.set_TabIndex(0x17);
     this.chDebtTransfer.set_Text("Перенести задолженность");
     this.chDebtTransfer.set_UseVisualStyleBackColor(true);
     this.chDebtTransfer.add_CheckedChanged(new System.EventHandler(this.chDebtTransfer_CheckedChanged));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x1d7, 0x59));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Документ");
     this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x217, 0x59));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x199, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.vwServiceSearchOpen);
     this.groupBox2.Controls.Add(this.panel2);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0xe0));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(950, 0xcf));
     this.groupBox2.set_TabIndex(0x17);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Открыть в лицевых счетах новую услугу:");
     this.vwServiceSearchOpen.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearchOpen.set_Location(new System.Drawing.Point(3, 0x13));
     this.vwServiceSearchOpen.set_Name("vwServiceSearchOpen");
     this.vwServiceSearchOpen.set_Size(new System.Drawing.Size(0x3b3, 0x65));
     this.vwServiceSearchOpen.set_TabIndex(0x1d);
     this.panel2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.dbxAccountServiceCloseDate);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.chAccountClose);
     this.panel2.Controls.Add(this.dbxOpenDate);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.btnOpenService);
     this.panel2.Controls.Add(this.selectTypes);
     this.panel2.set_Location(new System.Drawing.Point(0, 0x7e));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x3b3, 0x47));
     this.panel2.set_TabIndex(0x1c);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x97, 12));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label4.set_TabIndex(0x1c);
     this.label4.set_Text("по дату");
     this.dbxAccountServiceCloseDate.AttachToPeriod = false;
     this.dbxAccountServiceCloseDate.AttachToPeriodEnd = false;
     this.dbxAccountServiceCloseDate.set_Location(new System.Drawing.Point(0xd0, 9));
     this.dbxAccountServiceCloseDate.set_Mask("00/00/0000");
     this.dbxAccountServiceCloseDate.set_Name("dbxAccountServiceCloseDate");
     this.dbxAccountServiceCloseDate.set_Size(new System.Drawing.Size(0x57, 20));
     this.dbxAccountServiceCloseDate.set_TabIndex(0x1d);
     this.chAccountClose.set_AutoSize(true);
     this.chAccountClose.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chAccountClose.set_Location(new System.Drawing.Point(9, 0x2b));
     this.chAccountClose.set_Name("chAccountClose");
     this.chAccountClose.set_Size(new System.Drawing.Size(0xd6, 0x11));
     this.chAccountClose.set_TabIndex(0x1b);
     this.chAccountClose.set_Text("Открыть в закрытых лицевых счетах");
     this.chAccountClose.set_UseVisualStyleBackColor(true);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x135, 12));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Тип жилья");
     this.selectTypes.set_FormattingEnabled(true);
     this.selectTypes.set_Location(new System.Drawing.Point(0x187, 10));
     this.selectTypes.set_Name("selectTypes");
     this.selectTypes.set_Size(new System.Drawing.Size(0xea, 0x15));
     this.selectTypes.set_Sorted(true);
     this.selectTypes.set_TabIndex(13);
     this.panel1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.panel1.Controls.Add(this.cbxIsCharge);
     this.panel1.Controls.Add(this.chCancelDebt);
     this.panel1.Controls.Add(this.selectHouseHolder);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.cbxServicesTypes);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.btnChangeService);
     this.panel1.Controls.Add(this.btnCloseService);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.selectOrgDocument);
     this.panel1.Controls.Add(this.dbxCloseDate);
     this.panel1.Controls.Add(this.chDebtTransfer);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.cbAdvancesMove);
     this.panel1.set_Location(new System.Drawing.Point(0, 0x62));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(950, 120));
     this.panel1.set_TabIndex(0x18);
     this.chCancelDebt.set_AutoSize(true);
     this.chCancelDebt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chCancelDebt.set_Location(new System.Drawing.Point(4, 0x24));
     this.chCancelDebt.set_Name("chCancelDebt");
     this.chCancelDebt.set_Size(new System.Drawing.Size(260, 0x11));
     this.chCancelDebt.set_TabIndex(0x1a);
     this.chCancelDebt.set_Text("При закрытии услуги списать задолженность");
     this.chCancelDebt.set_UseVisualStyleBackColor(true);
     this.chCancelDebt.add_CheckedChanged(new System.EventHandler(this.chCancelDebt_CheckedChanged));
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = false;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(0x91, 0x58));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(320, 20));
     this.selectHouseHolder.set_TabIndex(0x19);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x59));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x85, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("Управляющая компания");
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(950, 100));
     this.vwServiceSearch.set_TabIndex(0x19);
     this.cbxIsCharge.set_AutoSize(true);
     this.cbxIsCharge.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbxIsCharge.set_Location(new System.Drawing.Point(0x120, 0x24));
     this.cbxIsCharge.set_Name("cbxIsCharge");
     this.cbxIsCharge.set_Size(new System.Drawing.Size(170, 0x11));
     this.cbxIsCharge.set_TabIndex(0x1b);
     this.cbxIsCharge.set_Text("/ Сохранить как начисление");
     this.cbxIsCharge.set_UseVisualStyleBackColor(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.vwServiceSearch);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.groupBox2);
     base.set_Name("OpenCloseOperationViewOld");
     base.set_Size(new System.Drawing.Size(950, 440));
     base.add_Load(new System.EventHandler(this.OpenCloseOperationViewOld_Load));
     this.bsServiceClose.EndInit();
     this.bsServiceOpen.EndInit();
     this.bsServiceTypes.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
Example #10
0
 private void InitializeComponent()
 {
     this.btnOK = new System.Windows.Forms.Button();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label3 = new System.Windows.Forms.Label();
     this.chDebtTransfer = new System.Windows.Forms.CheckBox();
     this.cbAdvancesMove = new System.Windows.Forms.CheckBox();
     this.vwSourceServiceSearch = new ServiceSearchView();
     this.label4 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.enumAvance = new EnumComboBox();
     this.enumDebt = new EnumComboBox();
     this.cbSpreadRatio = new System.Windows.Forms.CheckBox();
     this.chbxWithBankrupt = new System.Windows.Forms.CheckBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.vwDestServiceSearch = new ServiceSearchView();
     this.label5 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     base.SuspendLayout();
     this.btnOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOK.set_Location(new System.Drawing.Point(820, 6));
     this.btnOK.set_Name("btnOK");
     this.btnOK.set_Size(new System.Drawing.Size(80, 0x2d));
     this.btnOK.set_TabIndex(3);
     this.btnOK.set_Text("Выполнить");
     this.btnOK.set_UseVisualStyleBackColor(true);
     this.btnOK.add_Click(new System.EventHandler(this.btnOK_Click));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(70, 10));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(300, 20));
     this.selectOrgDocument.set_TabIndex(2);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 11));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label3.set_TabIndex(7);
     this.label3.set_Text("Документ:");
     this.chDebtTransfer.set_AutoSize(true);
     this.chDebtTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chDebtTransfer.set_Checked(true);
     this.chDebtTransfer.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chDebtTransfer.set_Location(new System.Drawing.Point(0x247, 11));
     this.chDebtTransfer.set_Name("chDebtTransfer");
     this.chDebtTransfer.set_Size(new System.Drawing.Size(0x71, 0x11));
     this.chDebtTransfer.set_TabIndex(0x19);
     this.chDebtTransfer.set_Text("Перенести долги");
     this.chDebtTransfer.set_UseVisualStyleBackColor(true);
     this.cbAdvancesMove.set_AutoSize(true);
     this.cbAdvancesMove.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbAdvancesMove.set_Checked(true);
     this.cbAdvancesMove.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbAdvancesMove.set_Location(new System.Drawing.Point(0x23e, 0x1f));
     this.cbAdvancesMove.set_Name("cbAdvancesMove");
     this.cbAdvancesMove.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.cbAdvancesMove.set_TabIndex(0x18);
     this.cbAdvancesMove.set_Text("Перенести авансы");
     this.cbAdvancesMove.set_UseVisualStyleBackColor(true);
     this.vwSourceServiceSearch.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.vwSourceServiceSearch.IsSpreadRatioEnabled = false;
     this.vwSourceServiceSearch.set_Location(new System.Drawing.Point(0, 13));
     this.vwSourceServiceSearch.set_Name("vwSourceServiceSearch");
     this.vwSourceServiceSearch.set_Size(new System.Drawing.Size(900, 0xb6));
     this.vwSourceServiceSearch.set_TabIndex(0x1a);
     this.label4.set_AutoSize(true);
     this.label4.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label4.set_Location(new System.Drawing.Point(0, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x63, 13));
     this.label4.set_TabIndex(0x1b);
     this.label4.set_Text("Откуда перенести");
     this.panel1.Controls.Add(this.enumAvance);
     this.panel1.Controls.Add(this.enumDebt);
     this.panel1.Controls.Add(this.cbSpreadRatio);
     this.panel1.Controls.Add(this.chbxWithBankrupt);
     this.panel1.Controls.Add(this.selectOrgDocument);
     this.panel1.Controls.Add(this.chDebtTransfer);
     this.panel1.Controls.Add(this.cbAdvancesMove);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.btnOK);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.panel1.set_Location(new System.Drawing.Point(0, 0x1b4));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(900, 0x38));
     this.panel1.set_TabIndex(0x1c);
     this.enumAvance.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.enumAvance.set_FormattingEnabled(true);
     this.enumAvance.set_Location(new System.Drawing.Point(0x2be, 0x1d));
     this.enumAvance.set_Name("enumAvance");
     this.enumAvance.SelectedEnumValue = null;
     this.enumAvance.set_Size(new System.Drawing.Size(0x70, 0x15));
     this.enumAvance.set_TabIndex(0x1d);
     this.enumDebt.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.enumDebt.set_FormattingEnabled(true);
     this.enumDebt.set_Location(new System.Drawing.Point(0x2be, 7));
     this.enumDebt.set_Name("enumDebt");
     this.enumDebt.SelectedEnumValue = null;
     this.enumDebt.set_Size(new System.Drawing.Size(0x70, 0x15));
     this.enumDebt.set_TabIndex(0x1c);
     this.cbSpreadRatio.set_AutoSize(true);
     this.cbSpreadRatio.set_Location(new System.Drawing.Point(0x181, 0x1f));
     this.cbSpreadRatio.set_Name("cbSpreadRatio");
     this.cbSpreadRatio.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbSpreadRatio.set_Size(new System.Drawing.Size(0xb7, 0x11));
     this.cbSpreadRatio.set_TabIndex(0x1b);
     this.cbSpreadRatio.set_Text("Разложить по коэффициентам");
     this.cbSpreadRatio.set_UseVisualStyleBackColor(true);
     this.cbSpreadRatio.add_CheckedChanged(new System.EventHandler(this.cbSpreadRatio_CheckedChanged));
     this.chbxWithBankrupt.set_AutoSize(true);
     this.chbxWithBankrupt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxWithBankrupt.set_Location(new System.Drawing.Point(0x17b, 11));
     this.chbxWithBankrupt.set_Name("chbxWithBankrupt");
     this.chbxWithBankrupt.set_Size(new System.Drawing.Size(0xbd, 0x11));
     this.chbxWithBankrupt.set_TabIndex(0x1a);
     this.chbxWithBankrupt.set_Text("Учитывать невозвратные долги");
     this.chbxWithBankrupt.set_UseVisualStyleBackColor(true);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.vwSourceServiceSearch);
     this.splitContainer1.Panel1.Controls.Add(this.label4);
     this.splitContainer1.Panel2.Controls.Add(this.vwDestServiceSearch);
     this.splitContainer1.Panel2.Controls.Add(this.label5);
     this.splitContainer1.set_Size(new System.Drawing.Size(900, 0x1b4));
     this.splitContainer1.set_SplitterDistance(0xc3);
     this.splitContainer1.set_TabIndex(0x1d);
     this.vwDestServiceSearch.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.vwDestServiceSearch.IsSpreadRatioEnabled = false;
     this.vwDestServiceSearch.set_Location(new System.Drawing.Point(0, 13));
     this.vwDestServiceSearch.set_Name("vwDestServiceSearch");
     this.vwDestServiceSearch.set_Size(new System.Drawing.Size(900, 0xe0));
     this.vwDestServiceSearch.set_TabIndex(0x1c);
     this.label5.set_AutoSize(true);
     this.label5.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label5.set_Location(new System.Drawing.Point(0, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x57, 13));
     this.label5.set_TabIndex(0x1d);
     this.label5.set_Text("Куда перенести");
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.panel1);
     base.set_Name("AlignmentRemaintView");
     base.set_Size(new System.Drawing.Size(900, 0x1ec));
     base.add_Load(new System.EventHandler(this.AlignmentRemaintView_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     base.ResumeLayout(false);
 }