namespace ECV { partial class FactElectr_Conf { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FactElectr_Conf)); this.label1 = new System.Windows.Forms.Label(); this.Txt_ID = new System.Windows.Forms.TextBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.Txt_ApiKey = new System.Windows.Forms.TextBox(); this.Txt_URL = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.com_TipoTransaccion = new System.Windows.Forms.ComboBox(); this.com_tipoImpuesto = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.Btn_Guardar = new System.Windows.Forms.Button(); this.Txt_Mensaje = new System.Windows.Forms.RichTextBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.Txt_Punto = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(18, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 13); this.label1.TabIndex = 6; this.label1.Text = "ID"; // // Txt_ID // this.Txt_ID.Location = new System.Drawing.Point(21, 34); this.Txt_ID.Name = "Txt_ID"; this.Txt_ID.Size = new System.Drawing.Size(409, 20); this.Txt_ID.TabIndex = 0; this.toolTip1.SetToolTip(this.Txt_ID, "El ID proporcionado por su proveedor de siatema es algo como: minegociosrl"); // // Txt_ApiKey // this.Txt_ApiKey.Location = new System.Drawing.Point(21, 72); this.Txt_ApiKey.Name = "Txt_ApiKey"; this.Txt_ApiKey.Size = new System.Drawing.Size(409, 20); this.Txt_ApiKey.TabIndex = 1; this.toolTip1.SetToolTip(this.Txt_ApiKey, "El ApiKey proporcionado por su proveedor de siatema es algo como: 12gA76-12gA76-1" + "2gA76-12gA76-12gA76"); // // Txt_URL // this.Txt_URL.Location = new System.Drawing.Point(21, 146); this.Txt_URL.Name = "Txt_URL"; this.Txt_URL.Size = new System.Drawing.Size(409, 20); this.Txt_URL.TabIndex = 2; this.Txt_URL.Text = "http://oietema.com/"; this.toolTip1.SetToolTip(this.Txt_URL, "El URL proporcionado por su proveedor de siatema es algo como: https:dominio.com/" + "lafactura/"); // // label2 // this.label2.Location = new System.Drawing.Point(18, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 13); this.label2.TabIndex = 7; this.label2.Text = "ApiKey"; // // label3 // this.label3.Location = new System.Drawing.Point(18, 133); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(265, 13); this.label3.TabIndex = 8; this.label3.Text = "URL del Servidor de Factura Electrónica"; // // label4 // this.label4.Location = new System.Drawing.Point(18, 172); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(265, 13); this.label4.TabIndex = 9; this.label4.Text = "Tipo de transacción"; // // com_TipoTransaccion // this.com_TipoTransaccion.FormattingEnabled = true; this.com_TipoTransaccion.Items.AddRange(new object[] { "1=Venta de mercadería (Por defecto)", "2=Prestación de servicios", "3=Mixto (Venta de mercadería y servicios)", "4=Venta de activo fijo", "5=Venta de divisas", "6=Compra de divisas", "7=Promoción o entrega de muestras", "8=Donación", "9=Anticipo", "10=Compra de Productos", "11=Venta de Crédito fiscal", "12=Compra de Crédito fiscal", "13=Muestras médicas (Art. 3 RG 24/2014)"}); this.com_TipoTransaccion.Location = new System.Drawing.Point(21, 188); this.com_TipoTransaccion.Name = "com_TipoTransaccion"; this.com_TipoTransaccion.Size = new System.Drawing.Size(409, 21); this.com_TipoTransaccion.TabIndex = 3; // // com_tipoImpuesto // this.com_tipoImpuesto.FormattingEnabled = true; this.com_tipoImpuesto.Items.AddRange(new object[] { "1=IVA", "2=ISC", "3=Renta", "4=Ninguno", "5=IVA - Renta"}); this.com_tipoImpuesto.Location = new System.Drawing.Point(21, 229); this.com_tipoImpuesto.Name = "com_tipoImpuesto"; this.com_tipoImpuesto.Size = new System.Drawing.Size(409, 21); this.com_tipoImpuesto.TabIndex = 4; // // label5 // this.label5.Location = new System.Drawing.Point(18, 213); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(265, 13); this.label5.TabIndex = 10; this.label5.Text = "Tipo de Impuesto"; // // Btn_Guardar // this.Btn_Guardar.Location = new System.Drawing.Point(315, 384); this.Btn_Guardar.Name = "Btn_Guardar"; this.Btn_Guardar.Size = new System.Drawing.Size(115, 23); this.Btn_Guardar.TabIndex = 5; this.Btn_Guardar.Text = "Aceptar"; this.Btn_Guardar.UseVisualStyleBackColor = true; this.Btn_Guardar.Click += new System.EventHandler(this.Btn_Guardar_Click); // // Txt_Mensaje // this.Txt_Mensaje.Location = new System.Drawing.Point(21, 267); this.Txt_Mensaje.Name = "Txt_Mensaje"; this.Txt_Mensaje.Size = new System.Drawing.Size(404, 92); this.Txt_Mensaje.TabIndex = 11; this.Txt_Mensaje.Text = ""; this.Txt_Mensaje.TextChanged += new System.EventHandler(this.Txt_Mensaje_TextChanged); // // label6 // this.label6.Location = new System.Drawing.Point(18, 253); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(407, 13); this.label6.TabIndex = 12; this.label6.Text = "Mensaje en el pie de la factura, dirigido al cliente (Promociones, avisos, etc.) " + ""; // // label7 // this.label7.Location = new System.Drawing.Point(18, 362); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(161, 13); this.label7.TabIndex = 13; this.label7.Text = "No superar los 107 caracteres."; // // label8 // this.label8.Location = new System.Drawing.Point(264, 362); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(161, 13); this.label8.TabIndex = 14; this.label8.Text = "107"; // // Txt_Punto // this.Txt_Punto.Location = new System.Drawing.Point(21, 108); this.Txt_Punto.Name = "Txt_Punto"; this.Txt_Punto.Size = new System.Drawing.Size(409, 20); this.Txt_Punto.TabIndex = 15; this.toolTip1.SetToolTip(this.Txt_Punto, "El ApiKey proporcionado por su proveedor de siatema es algo como: 12gA76-12gA76-1" + "2gA76-12gA76-12gA76"); // // label9 // this.label9.Location = new System.Drawing.Point(18, 95); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(305, 13); this.label9.TabIndex = 16; this.label9.Text = "Punto (ejemplo: 001-001)"; // // FactElectr_Conf // this.AcceptButton = this.Btn_Guardar; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(446, 422); this.Controls.Add(this.Txt_Punto); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.Txt_Mensaje); this.Controls.Add(this.Btn_Guardar); this.Controls.Add(this.com_tipoImpuesto); this.Controls.Add(this.label5); this.Controls.Add(this.com_TipoTransaccion); this.Controls.Add(this.label4); this.Controls.Add(this.Txt_URL); this.Controls.Add(this.label3); this.Controls.Add(this.Txt_ApiKey); this.Controls.Add(this.label2); this.Controls.Add(this.Txt_ID); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FactElectr_Conf"; this.Text = "Configuración Factura Electrónica"; this.Load += new System.EventHandler(this.FactElectr_Conf_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox Txt_ID; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.TextBox Txt_ApiKey; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox Txt_URL; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox com_TipoTransaccion; private System.Windows.Forms.ComboBox com_tipoImpuesto; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button Btn_Guardar; private System.Windows.Forms.RichTextBox Txt_Mensaje; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox Txt_Punto; private System.Windows.Forms.Label label9; } }