private void InitializeComponent()
 {
     this.components = new Container();
     this.btnSave = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.tcPropertiesTabs = new System.Windows.Forms.TabControl();
     this.pageArmSettings = new System.Windows.Forms.TabPage();
     this.chbxShowUnenabledReports = new System.Windows.Forms.CheckBox();
     this.pageSystemProperties = new System.Windows.Forms.TabPage();
     this.systemPropertiesView = new SystemPropertiesView();
     this.combEncoding = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tcPropertiesTabs.SuspendLayout();
     this.pageArmSettings.SuspendLayout();
     this.pageSystemProperties.SuspendLayout();
     base.SuspendLayout();
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnSave.set_Location(new System.Drawing.Point(0x98, 0xc6));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x81, 0x1d));
     this.btnSave.set_TabIndex(0);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.tcPropertiesTabs.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.tcPropertiesTabs.Controls.Add(this.pageArmSettings);
     this.tcPropertiesTabs.Controls.Add(this.pageSystemProperties);
     this.tcPropertiesTabs.set_Location(new System.Drawing.Point(1, 0));
     this.tcPropertiesTabs.set_Name("tcPropertiesTabs");
     this.tcPropertiesTabs.set_SelectedIndex(0);
     this.tcPropertiesTabs.set_Size(new System.Drawing.Size(0x124, 0xc0));
     this.tcPropertiesTabs.set_TabIndex(13);
     this.pageArmSettings.Controls.Add(this.combEncoding);
     this.pageArmSettings.Controls.Add(this.label1);
     this.pageArmSettings.Controls.Add(this.chbxShowUnenabledReports);
     this.pageArmSettings.set_Location(new System.Drawing.Point(4, 0x16));
     this.pageArmSettings.set_Name("pageArmSettings");
     this.pageArmSettings.set_Padding(new System.Windows.Forms.Padding(3));
     this.pageArmSettings.set_Size(new System.Drawing.Size(0x11c, 0xa6));
     this.pageArmSettings.set_TabIndex(0);
     this.pageArmSettings.set_Text("Настройки АРМ");
     this.pageArmSettings.set_UseVisualStyleBackColor(true);
     this.chbxShowUnenabledReports.set_AutoSize(true);
     this.chbxShowUnenabledReports.set_Checked(true);
     this.chbxShowUnenabledReports.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chbxShowUnenabledReports.set_Location(new System.Drawing.Point(0x12, 0x10));
     this.chbxShowUnenabledReports.set_Name("chbxShowUnenabledReports");
     this.chbxShowUnenabledReports.set_Size(new System.Drawing.Size(0xc3, 0x11));
     this.chbxShowUnenabledReports.set_TabIndex(11);
     this.chbxShowUnenabledReports.set_Text("Отображать недоступные отчеты");
     this.chbxShowUnenabledReports.set_UseVisualStyleBackColor(true);
     this.pageSystemProperties.Controls.Add(this.systemPropertiesView);
     this.pageSystemProperties.set_Location(new System.Drawing.Point(4, 0x16));
     this.pageSystemProperties.set_Name("pageSystemProperties");
     this.pageSystemProperties.set_Padding(new System.Windows.Forms.Padding(3));
     this.pageSystemProperties.set_Size(new System.Drawing.Size(0x11c, 0xa6));
     this.pageSystemProperties.set_TabIndex(1);
     this.pageSystemProperties.set_Text("Системные настройки");
     this.pageSystemProperties.set_UseVisualStyleBackColor(true);
     this.systemPropertiesView.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.systemPropertiesView.set_Location(new System.Drawing.Point(-5, 6));
     this.systemPropertiesView.set_Name("systemPropertiesView");
     this.systemPropertiesView.set_Size(new System.Drawing.Size(0x121, 160));
     this.systemPropertiesView.set_TabIndex(2);
     this.combEncoding.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.combEncoding.set_FormattingEnabled(true);
     this.combEncoding.Items.AddRange((object[]) new object[] { "ASCII (DOS)", "ANSI-I (Windows)" });
     this.combEncoding.set_Location(new System.Drawing.Point(12, 0x57));
     this.combEncoding.set_Name("combEncoding");
     this.combEncoding.set_Size(new System.Drawing.Size(260, 0x15));
     this.combEncoding.set_TabIndex(13);
     this.label1.set_Location(new System.Drawing.Point(12, 0x37));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(260, 0x1d));
     this.label1.set_TabIndex(12);
     this.label1.set_Text("Укажите кодировку для выгрузок\r\nв текстовом формате");
     this.label1.set_TextAlign(System.Drawing.ContentAlignment.TopCenter);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x125, 0xef));
     base.Controls.Add(this.tcPropertiesTabs);
     base.Controls.Add(this.btnSave);
     base.set_Name("SystemPropertiesForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Системные настройки");
     base.add_Load(new System.EventHandler(this.SystemPropertiesForm_Load));
     this.tcPropertiesTabs.ResumeLayout(false);
     this.pageArmSettings.ResumeLayout(false);
     this.pageArmSettings.PerformLayout();
     this.pageSystemProperties.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Exemple #2
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.m_DocsVisionQueryNotificationCheckBox = new System.Windows.Forms.CheckBox();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_CashierProcessingMode = new SelectFasetData();
     this.label2 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rbtnReturnMode = new System.Windows.Forms.RadioButton();
     this.rbtnPayMode = new System.Windows.Forms.RadioButton();
     this.chbxNeedServiceCollapse = new System.Windows.Forms.CheckBox();
     this.cbFiscalPrint = new System.Windows.Forms.CheckBox();
     this.tcPropertiesTabs = new System.Windows.Forms.TabControl();
     this.pageArmSettings = new System.Windows.Forms.TabPage();
     this.cbQuestApplyPrintPayment = new System.Windows.Forms.CheckBox();
     this.cbUsePaymentOrderDateForProcessPayment = new System.Windows.Forms.CheckBox();
     this.cbCachierCanExcludeServiceFromPayment = new System.Windows.Forms.CheckBox();
     this.cbUseAccumulatePaySum = new System.Windows.Forms.CheckBox();
     this.pageSystemProperties = new System.Windows.Forms.TabPage();
     this.m_systemPropertiesView = new SystemPropertiesView();
     this.m_CashierTerminalNumber = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tcPropertiesTabs.SuspendLayout();
     this.pageArmSettings.SuspendLayout();
     this.pageSystemProperties.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x31));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x88, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Номер кассы/терминала");
     this.m_DocsVisionQueryNotificationCheckBox.set_AutoSize(true);
     this.m_DocsVisionQueryNotificationCheckBox.set_Location(new System.Drawing.Point(6, 0x13));
     this.m_DocsVisionQueryNotificationCheckBox.set_Name("m_DocsVisionQueryNotificationCheckBox");
     this.m_DocsVisionQueryNotificationCheckBox.set_Size(new System.Drawing.Size(0xed, 0x11));
     this.m_DocsVisionQueryNotificationCheckBox.set_TabIndex(2);
     this.m_DocsVisionQueryNotificationCheckBox.set_Text("Показывать запросы из внешних систем");
     this.m_DocsVisionQueryNotificationCheckBox.set_UseVisualStyleBackColor(true);
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(0x111, 0x134));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnOk.set_TabIndex(4);
     this.btnOk.set_Text("Сохранить");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0x167, 0x134));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(5);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.groupBox1.Controls.Add(this.m_CashierTerminalNumber);
     this.groupBox1.Controls.Add(this.m_CashierProcessingMode);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.set_Location(new System.Drawing.Point(8, 6));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(420, 0x48));
     this.groupBox1.set_TabIndex(7);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Касса");
     this.m_CashierProcessingMode.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_CashierProcessingMode.set_FormattingEnabled(true);
     this.m_CashierProcessingMode.set_Location(new System.Drawing.Point(0x91, 0x13));
     this.m_CashierProcessingMode.set_Name("m_CashierProcessingMode");
     this.m_CashierProcessingMode.set_Size(new System.Drawing.Size(0x10d, 0x15));
     this.m_CashierProcessingMode.set_Sorted(true);
     this.m_CashierProcessingMode.set_TabIndex(6);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x16));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x52, 13));
     this.label2.set_TabIndex(0);
     this.label2.set_Text("Режим работы");
     this.groupBox2.Controls.Add(this.m_DocsVisionQueryNotificationCheckBox);
     this.groupBox2.set_Location(new System.Drawing.Point(0xab, 0x54));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x101, 0x2e));
     this.groupBox2.set_TabIndex(8);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Документооборот");
     this.groupBox3.Controls.Add(this.rbtnReturnMode);
     this.groupBox3.Controls.Add(this.rbtnPayMode);
     this.groupBox3.set_Location(new System.Drawing.Point(8, 0x54));
     this.groupBox3.set_Name("groupBox3");
     this.groupBox3.set_Size(new System.Drawing.Size(0x9f, 0x2d));
     this.groupBox3.set_TabIndex(9);
     this.groupBox3.set_TabStop(false);
     this.groupBox3.set_Text("Направление операций");
     this.rbtnReturnMode.set_AutoSize(true);
     this.rbtnReturnMode.set_Location(new System.Drawing.Point(0x4a, 0x13));
     this.rbtnReturnMode.set_Name("rbtnReturnMode");
     this.rbtnReturnMode.set_Size(new System.Drawing.Size(0x43, 0x11));
     this.rbtnReturnMode.set_TabIndex(1);
     this.rbtnReturnMode.set_Text("Возврат");
     this.rbtnReturnMode.set_UseVisualStyleBackColor(true);
     this.rbtnPayMode.set_AutoSize(true);
     this.rbtnPayMode.set_Checked(true);
     this.rbtnPayMode.set_Location(new System.Drawing.Point(6, 0x13));
     this.rbtnPayMode.set_Name("rbtnPayMode");
     this.rbtnPayMode.set_Size(new System.Drawing.Size(0x3e, 0x11));
     this.rbtnPayMode.set_TabIndex(0);
     this.rbtnPayMode.set_TabStop(true);
     this.rbtnPayMode.set_Text("Оплата");
     this.rbtnPayMode.set_UseVisualStyleBackColor(true);
     this.chbxNeedServiceCollapse.set_AutoSize(true);
     this.chbxNeedServiceCollapse.set_Checked(true);
     this.chbxNeedServiceCollapse.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chbxNeedServiceCollapse.set_Location(new System.Drawing.Point(8, 0x88));
     this.chbxNeedServiceCollapse.set_Name("chbxNeedServiceCollapse");
     this.chbxNeedServiceCollapse.set_Size(new System.Drawing.Size(0xaf, 0x11));
     this.chbxNeedServiceCollapse.set_TabIndex(10);
     this.chbxNeedServiceCollapse.set_Text("Сворачивать услуги в группы");
     this.chbxNeedServiceCollapse.set_UseVisualStyleBackColor(true);
     this.cbFiscalPrint.set_AutoSize(true);
     this.cbFiscalPrint.set_Location(new System.Drawing.Point(8, 0x9f));
     this.cbFiscalPrint.set_Name("cbFiscalPrint");
     this.cbFiscalPrint.set_Size(new System.Drawing.Size(0xe3, 0x11));
     this.cbFiscalPrint.set_TabIndex(11);
     this.cbFiscalPrint.set_Text("Печать через фискальный регистратор");
     this.cbFiscalPrint.set_UseVisualStyleBackColor(true);
     this.tcPropertiesTabs.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.tcPropertiesTabs.Controls.Add(this.pageArmSettings);
     this.tcPropertiesTabs.Controls.Add(this.pageSystemProperties);
     this.tcPropertiesTabs.set_Location(new System.Drawing.Point(0, 0));
     this.tcPropertiesTabs.set_Name("tcPropertiesTabs");
     this.tcPropertiesTabs.set_SelectedIndex(0);
     this.tcPropertiesTabs.set_Size(new System.Drawing.Size(0x1b9, 0x12e));
     this.tcPropertiesTabs.set_TabIndex(12);
     this.pageArmSettings.Controls.Add(this.cbQuestApplyPrintPayment);
     this.pageArmSettings.Controls.Add(this.cbUsePaymentOrderDateForProcessPayment);
     this.pageArmSettings.Controls.Add(this.cbCachierCanExcludeServiceFromPayment);
     this.pageArmSettings.Controls.Add(this.cbUseAccumulatePaySum);
     this.pageArmSettings.Controls.Add(this.groupBox1);
     this.pageArmSettings.Controls.Add(this.cbFiscalPrint);
     this.pageArmSettings.Controls.Add(this.groupBox3);
     this.pageArmSettings.Controls.Add(this.chbxNeedServiceCollapse);
     this.pageArmSettings.Controls.Add(this.groupBox2);
     this.pageArmSettings.set_Location(new System.Drawing.Point(4, 0x16));
     this.pageArmSettings.set_Name("pageArmSettings");
     this.pageArmSettings.set_Padding(new System.Windows.Forms.Padding(3));
     this.pageArmSettings.set_Size(new System.Drawing.Size(0x1b1, 0x114));
     this.pageArmSettings.set_TabIndex(0);
     this.pageArmSettings.set_Text("Настройки АРМ");
     this.pageArmSettings.set_UseVisualStyleBackColor(true);
     this.cbQuestApplyPrintPayment.set_AutoSize(true);
     this.cbQuestApplyPrintPayment.set_Checked(true);
     this.cbQuestApplyPrintPayment.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbQuestApplyPrintPayment.set_Location(new System.Drawing.Point(8, 0xfb));
     this.cbQuestApplyPrintPayment.set_Name("cbQuestApplyPrintPayment");
     this.cbQuestApplyPrintPayment.set_Size(new System.Drawing.Size(0xfe, 0x11));
     this.cbQuestApplyPrintPayment.set_TabIndex(14);
     this.cbQuestApplyPrintPayment.set_Text("Спрашивать подтверждение для печати чека");
     this.cbQuestApplyPrintPayment.set_UseVisualStyleBackColor(true);
     this.cbUsePaymentOrderDateForProcessPayment.set_AutoSize(true);
     this.cbUsePaymentOrderDateForProcessPayment.set_Location(new System.Drawing.Point(8, 0xe4));
     this.cbUsePaymentOrderDateForProcessPayment.set_Name("cbUsePaymentOrderDateForProcessPayment");
     this.cbUsePaymentOrderDateForProcessPayment.set_Size(new System.Drawing.Size(0x149, 0x11));
     this.cbUsePaymentOrderDateForProcessPayment.set_TabIndex(14);
     this.cbUsePaymentOrderDateForProcessPayment.set_Text("Проводить платеж указанной датой платежного документа");
     this.cbUsePaymentOrderDateForProcessPayment.set_UseVisualStyleBackColor(true);
     this.cbCachierCanExcludeServiceFromPayment.set_AutoSize(true);
     this.cbCachierCanExcludeServiceFromPayment.set_Location(new System.Drawing.Point(8, 0xcd));
     this.cbCachierCanExcludeServiceFromPayment.set_Name("cbCachierCanExcludeServiceFromPayment");
     this.cbCachierCanExcludeServiceFromPayment.set_Size(new System.Drawing.Size(0xe4, 0x11));
     this.cbCachierCanExcludeServiceFromPayment.set_TabIndex(13);
     this.cbCachierCanExcludeServiceFromPayment.set_Text("Исключать по выбору услуги из оплаты");
     this.cbCachierCanExcludeServiceFromPayment.set_UseVisualStyleBackColor(true);
     this.cbUseAccumulatePaySum.set_AutoSize(true);
     this.cbUseAccumulatePaySum.set_Location(new System.Drawing.Point(8, 0xb6));
     this.cbUseAccumulatePaySum.set_Name("cbUseAccumulatePaySum");
     this.cbUseAccumulatePaySum.set_Size(new System.Drawing.Size(0x114, 0x11));
     this.cbUseAccumulatePaySum.set_TabIndex(12);
     this.cbUseAccumulatePaySum.set_Text("Рассчитывать сдачу полсе нескольких платежей");
     this.cbUseAccumulatePaySum.set_UseVisualStyleBackColor(true);
     this.pageSystemProperties.Controls.Add(this.m_systemPropertiesView);
     this.pageSystemProperties.set_Location(new System.Drawing.Point(4, 0x16));
     this.pageSystemProperties.set_Name("pageSystemProperties");
     this.pageSystemProperties.set_Padding(new System.Windows.Forms.Padding(3));
     this.pageSystemProperties.set_Size(new System.Drawing.Size(0x1b1, 0x114));
     this.pageSystemProperties.set_TabIndex(1);
     this.pageSystemProperties.set_Text("Системные настройки");
     this.pageSystemProperties.set_UseVisualStyleBackColor(true);
     this.m_systemPropertiesView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_systemPropertiesView.set_Location(new System.Drawing.Point(3, 3));
     this.m_systemPropertiesView.set_Name("m_systemPropertiesView");
     this.m_systemPropertiesView.set_Size(new System.Drawing.Size(0x1ab, 270));
     this.m_systemPropertiesView.set_TabIndex(0);
     this.m_CashierTerminalNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_CashierTerminalNumber.set_Location(new System.Drawing.Point(0x91, 0x2e));
     this.m_CashierTerminalNumber.set_Name("m_CashierTerminalNumber");
     this.m_CashierTerminalNumber.set_Size(new System.Drawing.Size(0x10d, 20));
     this.m_CashierTerminalNumber.set_TabIndex(3);
     this.m_CashierTerminalNumber.set_TabStop(false);
     base.set_AcceptButton(this.btnOk);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_CancelButton(this.btnCancel);
     base.set_ClientSize(new System.Drawing.Size(0x1b9, 0x14f));
     base.Controls.Add(this.tcPropertiesTabs);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOk);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Name("PropertiesForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Настройки");
     base.add_Load(new System.EventHandler(this.PropertiesForm_Load));
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tcPropertiesTabs.ResumeLayout(false);
     this.pageArmSettings.ResumeLayout(false);
     this.pageArmSettings.PerformLayout();
     this.pageSystemProperties.ResumeLayout(false);
     base.ResumeLayout(false);
 }