Ejemplo n.º 1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ImprimirEscolha));
			this.assistente = new Apresentação.Formulários.Assistente.AssistenteControle();
			this.painelEscolha = new Apresentação.Formulários.Assistente.PainelAssistente();
			this.listaFormatos = new System.Windows.Forms.CheckedListBox();
			this.lblEscolha = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.painelImprimir = new Apresentação.Formulários.Assistente.PainelAssistente();
			this.lblPáginas = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.lblTotal = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.lblEtiquetas = new System.Windows.Forms.Label();
			this.assistente.SuspendLayout();
			this.painelEscolha.SuspendLayout();
			this.painelImprimir.SuspendLayout();
			this.SuspendLayout();
			// 
			// lblTítulo
			// 
			this.lblTítulo.Name = "lblTítulo";
			this.lblTítulo.Size = new System.Drawing.Size(143, 22);
			this.lblTítulo.Text = "Imprimir etiquetas";
			// 
			// lblDescrição
			// 
			this.lblDescrição.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
			this.lblDescrição.Name = "lblDescrição";
			this.lblDescrição.Size = new System.Drawing.Size(336, 48);
			this.lblDescrição.Text = "Escolha os grupos de etiquetas a serem impressos. Antes da impressão, certifique-" +
				"se de que o papel está corretamente colocado na bandeja da impressora.";
			// 
			// picÍcone
			// 
			this.picÍcone.Image = ((System.Drawing.Image)(resources.GetObject("picÍcone.Image")));
			this.picÍcone.Name = "picÍcone";
			// 
			// assistente
			// 
			this.assistente.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.assistente.AutoScroll = true;
			this.assistente.Controls.Add(this.painelEscolha);
			this.assistente.Controls.Add(this.painelImprimir);
			this.assistente.Itens = new Apresentação.Formulários.Assistente.PainelAssistente[] {
																								   this.painelEscolha,
																								   this.painelImprimir};
			this.assistente.Location = new System.Drawing.Point(8, 96);
			this.assistente.Name = "assistente";
			this.assistente.Size = new System.Drawing.Size(400, 240);
			this.assistente.TabIndex = 3;
			this.assistente.Terminado += new System.EventHandler(this.assistente_Terminado);
			// 
			// painelEscolha
			// 
			this.painelEscolha.AutoScroll = true;
			this.painelEscolha.Controls.Add(this.listaFormatos);
			this.painelEscolha.Controls.Add(this.lblEscolha);
			this.painelEscolha.Controls.Add(this.label1);
			this.painelEscolha.Location = new System.Drawing.Point(0, 0);
			this.painelEscolha.Name = "painelEscolha";
			this.painelEscolha.Size = new System.Drawing.Size(400, 208);
			this.painelEscolha.TabIndex = 1;
			this.painelEscolha.ValidandoTransição += new System.ComponentModel.CancelEventHandler(this.painelEscolha_ValidandoTransição);
			// 
			// listaFormatos
			// 
			this.listaFormatos.CheckOnClick = true;
			this.listaFormatos.Location = new System.Drawing.Point(104, 48);
			this.listaFormatos.Name = "listaFormatos";
			this.listaFormatos.ScrollAlwaysVisible = true;
			this.listaFormatos.Size = new System.Drawing.Size(200, 94);
			this.listaFormatos.Sorted = true;
			this.listaFormatos.TabIndex = 2;
			// 
			// lblEscolha
			// 
			this.lblEscolha.AutoSize = true;
			this.lblEscolha.Location = new System.Drawing.Point(16, 16);
			this.lblEscolha.Name = "lblEscolha";
			this.lblEscolha.Size = new System.Drawing.Size(259, 16);
			this.lblEscolha.TabIndex = 1;
			this.lblEscolha.Text = "Escolha o(s) formato(s) que deseja imprimir agora:";
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.BackColor = System.Drawing.SystemColors.ControlLight;
			this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.label1.Location = new System.Drawing.Point(48, 160);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(312, 40);
			this.label1.TabIndex = 0;
			this.label1.Text = "Somente devem ser impressos os formatos de etiquetas compatíveis, ou seja, aquele" +
				"s que utilizem a mesma folha de impressão.";
			// 
			// painelImprimir
			// 
			this.painelImprimir.AutoScroll = true;
			this.painelImprimir.Controls.Add(this.lblEtiquetas);
			this.painelImprimir.Controls.Add(this.label6);
			this.painelImprimir.Controls.Add(this.lblPáginas);
			this.painelImprimir.Controls.Add(this.label5);
			this.painelImprimir.Controls.Add(this.lblTotal);
			this.painelImprimir.Controls.Add(this.label4);
			this.painelImprimir.Controls.Add(this.label3);
			this.painelImprimir.Controls.Add(this.label2);
			this.painelImprimir.Location = new System.Drawing.Point(0, 0);
			this.painelImprimir.Name = "painelImprimir";
			this.painelImprimir.Size = new System.Drawing.Size(400, 208);
			this.painelImprimir.TabIndex = 2;
			this.painelImprimir.Exibido += new System.EventHandler(this.painelImprimir_Exibido);
			// 
			// lblPáginas
			// 
			this.lblPáginas.AutoSize = true;
			this.lblPáginas.Location = new System.Drawing.Point(232, 112);
			this.lblPáginas.Name = "lblPáginas";
			this.lblPáginas.Size = new System.Drawing.Size(57, 16);
			this.lblPáginas.TabIndex = 5;
			this.lblPáginas.Text = "lblPáginas";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(16, 112);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(189, 16);
			this.label5.TabIndex = 4;
			this.label5.Text = "Total de páginas a serem impressas:";
			// 
			// lblTotal
			// 
			this.lblTotal.AutoSize = true;
			this.lblTotal.Location = new System.Drawing.Point(232, 96);
			this.lblTotal.Name = "lblTotal";
			this.lblTotal.Size = new System.Drawing.Size(41, 16);
			this.lblTotal.TabIndex = 3;
			this.lblTotal.Text = "lblTotal";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(16, 96);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(196, 16);
			this.label4.TabIndex = 2;
			this.label4.Text = "Total de etiquetas a serem impressas:";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 40);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(368, 32);
			this.label3.TabIndex = 1;
			this.label3.Text = "Introduza os papéis na bandeja para iniciar a impressão dos formatos selecionados" +
				" anteriormente.";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label2.Location = new System.Drawing.Point(16, 16);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(139, 19);
			this.label2.TabIndex = 0;
			this.label2.Text = "Pronto para imprimir!";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(16, 128);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(210, 16);
			this.label6.TabIndex = 6;
			this.label6.Text = "Etiquetas a serem impressas por página:";
			// 
			// lblEtiquetas
			// 
			this.lblEtiquetas.AutoSize = true;
			this.lblEtiquetas.Location = new System.Drawing.Point(232, 128);
			this.lblEtiquetas.Name = "lblEtiquetas";
			this.lblEtiquetas.Size = new System.Drawing.Size(63, 16);
			this.lblEtiquetas.TabIndex = 7;
			this.lblEtiquetas.Text = "lblEtiquetas";
			// 
			// ImprimirEscolha
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(418, 344);
			this.Controls.Add(this.assistente);
			this.Name = "ImprimirEscolha";
			this.Text = "Indústria Mineira de Joias";
			this.TopMost = false;
			this.Controls.SetChildIndex(this.assistente, 0);
			this.assistente.ResumeLayout(false);
			this.painelEscolha.ResumeLayout(false);
			this.painelImprimir.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Ejemplo n.º 2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OpçõesImpressão));
			this.assistente = new Apresentação.Formulários.Assistente.AssistenteControle();
			this.painelOpções = new Apresentação.Formulários.Assistente.PainelAssistente();
			this.painelCrystal = new Apresentação.Formulários.Assistente.PainelAssistente();
			this.visualizador = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
			this.assistente.SuspendLayout();
			this.painelCrystal.SuspendLayout();
			this.SuspendLayout();
			// 
			// lblTítulo
			// 
			this.lblTítulo.Name = "lblTítulo";
			// 
			// lblDescrição
			// 
			this.lblDescrição.Name = "lblDescrição";
			this.lblDescrição.Size = new System.Drawing.Size(682, 48);
			// 
			// picÍcone
			// 
			this.picÍcone.Image = ((System.Drawing.Image)(resources.GetObject("picÍcone.Image")));
			this.picÍcone.Name = "picÍcone";
			// 
			// assistente
			// 
			this.assistente.Controls.Add(this.painelOpções);
			this.assistente.Controls.Add(this.painelCrystal);
			this.assistente.Itens = new Apresentação.Formulários.Assistente.PainelAssistente[] {
																								   this.painelOpções,
																								   this.painelCrystal};
			this.assistente.Location = new System.Drawing.Point(8, 96);
			this.assistente.Name = "assistente";
			this.assistente.PainelAtual = 1;
			this.assistente.Size = new System.Drawing.Size(752, 392);
			this.assistente.TabIndex = 4;
			// 
			// painelOpções
			// 
			this.painelOpções.AutoScroll = true;
			this.painelOpções.Location = new System.Drawing.Point(0, 0);
			this.painelOpções.Name = "painelOpções";
			this.painelOpções.Size = new System.Drawing.Size(752, 360);
			this.painelOpções.TabIndex = 1;
			// 
			// painelCrystal
			// 
			this.painelCrystal.AutoScroll = true;
			this.painelCrystal.Controls.Add(this.visualizador);
			this.painelCrystal.Location = new System.Drawing.Point(0, 0);
			this.painelCrystal.Name = "painelCrystal";
			this.painelCrystal.Size = new System.Drawing.Size(752, 360);
			this.painelCrystal.TabIndex = 2;
			// 
			// visualizador
			// 
			this.visualizador.ActiveViewIndex = -1;
			this.visualizador.DisplayGroupTree = false;
			this.visualizador.EnableDrillDown = false;
			this.visualizador.Location = new System.Drawing.Point(8, 8);
			this.visualizador.Name = "visualizador";
			this.visualizador.ReportSource = null;
			this.visualizador.ShowCloseButton = false;
			this.visualizador.ShowExportButton = false;
			this.visualizador.ShowGroupTreeButton = false;
			this.visualizador.ShowRefreshButton = false;
			this.visualizador.Size = new System.Drawing.Size(736, 344);
			this.visualizador.TabIndex = 0;
			// 
			// OpçõesImpressão
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(770, 496);
			this.Controls.Add(this.assistente);
			this.Name = "OpçõesImpressão";
			this.Text = "Opções de impressão";
			this.Controls.SetChildIndex(this.assistente, 0);
			this.assistente.ResumeLayout(false);
			this.painelCrystal.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DlgConfigSeleçãoClienteSetor));
			this.assistente = new Apresentação.Formulários.Assistente.AssistenteControle();
			this.painelSetores = new Apresentação.Formulários.Assistente.PainelAssistente();
			this.chkSetores = new System.Windows.Forms.CheckedListBox();
			this.lblEscolha = new System.Windows.Forms.Label();
			this.lblUsuário = new System.Windows.Forms.Label();
			this.lblOlá = new System.Windows.Forms.Label();
			this.painelTempoMáximo = new Apresentação.Formulários.Assistente.PainelAssistente();
			this.lblDias = new System.Windows.Forms.Label();
			this.txtDias = new AMS.TextBox.NumericTextBox();
			this.lblTempoMáximo = new System.Windows.Forms.Label();
			this.lblExplicaçãoTempoMáximo = new System.Windows.Forms.Label();
			this.assistente.SuspendLayout();
			this.painelSetores.SuspendLayout();
			this.painelTempoMáximo.SuspendLayout();
			this.SuspendLayout();
			// 
			// lblTítulo
			// 
			this.lblTítulo.Name = "lblTítulo";
			this.lblTítulo.Size = new System.Drawing.Size(254, 22);
			this.lblTítulo.Text = "Configuração da lista de clientes";
			// 
			// lblDescrição
			// 
			this.lblDescrição.Name = "lblDescrição";
			this.lblDescrição.Size = new System.Drawing.Size(266, 48);
			this.lblDescrição.Text = "Este assistente lhe auxiliará a configurar a lista de cilentes que será exibida.";
			// 
			// picÍcone
			// 
			this.picÍcone.Image = ((System.Drawing.Image)(resources.GetObject("picÍcone.Image")));
			this.picÍcone.Name = "picÍcone";
			// 
			// assistente
			// 
			this.assistente.Controls.Add(this.painelSetores);
			this.assistente.Controls.Add(this.painelTempoMáximo);
			this.assistente.Itens = new Apresentação.Formulários.Assistente.PainelAssistente[] {
																								   this.painelSetores,
																								   this.painelTempoMáximo};
			this.assistente.Location = new System.Drawing.Point(8, 96);
			this.assistente.Name = "assistente";
			this.assistente.Size = new System.Drawing.Size(336, 176);
			this.assistente.TabIndex = 4;
			this.assistente.Terminado += new System.EventHandler(this.assistente_Terminado);
			// 
			// painelSetores
			// 
			this.painelSetores.AutoScroll = true;
			this.painelSetores.Controls.Add(this.chkSetores);
			this.painelSetores.Controls.Add(this.lblEscolha);
			this.painelSetores.Controls.Add(this.lblUsuário);
			this.painelSetores.Controls.Add(this.lblOlá);
			this.painelSetores.Location = new System.Drawing.Point(0, 0);
			this.painelSetores.Name = "painelSetores";
			this.painelSetores.Size = new System.Drawing.Size(336, 144);
			this.painelSetores.TabIndex = 1;
			this.painelSetores.ValidandoTransição += new System.ComponentModel.CancelEventHandler(this.painelSetores_ValidandoTransição);
			// 
			// chkSetores
			// 
			this.chkSetores.CheckOnClick = true;
			this.chkSetores.IntegralHeight = false;
			this.chkSetores.Location = new System.Drawing.Point(88, 48);
			this.chkSetores.Name = "chkSetores";
			this.chkSetores.Size = new System.Drawing.Size(176, 80);
			this.chkSetores.TabIndex = 3;
			// 
			// lblEscolha
			// 
			this.lblEscolha.AutoSize = true;
			this.lblEscolha.Location = new System.Drawing.Point(8, 24);
			this.lblEscolha.Name = "lblEscolha";
			this.lblEscolha.Size = new System.Drawing.Size(254, 16);
			this.lblEscolha.TabIndex = 2;
			this.lblEscolha.Text = "Escolha com quais setores você deseja trabalhar.";
			// 
			// lblUsuário
			// 
			this.lblUsuário.AutoSize = true;
			this.lblUsuário.Location = new System.Drawing.Point(32, 8);
			this.lblUsuário.Name = "lblUsuário";
			this.lblUsuário.Size = new System.Drawing.Size(41, 16);
			this.lblUsuário.TabIndex = 1;
			this.lblUsuário.Text = "usuário";
			// 
			// lblOlá
			// 
			this.lblOlá.AutoSize = true;
			this.lblOlá.Location = new System.Drawing.Point(8, 8);
			this.lblOlá.Name = "lblOlá";
			this.lblOlá.Size = new System.Drawing.Size(25, 16);
			this.lblOlá.TabIndex = 0;
			this.lblOlá.Text = "Olá,";
			// 
			// painelTempoMáximo
			// 
			this.painelTempoMáximo.AutoScroll = true;
			this.painelTempoMáximo.Controls.Add(this.lblDias);
			this.painelTempoMáximo.Controls.Add(this.txtDias);
			this.painelTempoMáximo.Controls.Add(this.lblTempoMáximo);
			this.painelTempoMáximo.Controls.Add(this.lblExplicaçãoTempoMáximo);
			this.painelTempoMáximo.Location = new System.Drawing.Point(0, 0);
			this.painelTempoMáximo.Name = "painelTempoMáximo";
			this.painelTempoMáximo.Size = new System.Drawing.Size(336, 144);
			this.painelTempoMáximo.TabIndex = 2;
			this.painelTempoMáximo.ValidandoTransição += new System.ComponentModel.CancelEventHandler(this.painelTempoMáximo_ValidandoTransição);
			// 
			// lblDias
			// 
			this.lblDias.AutoSize = true;
			this.lblDias.Location = new System.Drawing.Point(216, 80);
			this.lblDias.Name = "lblDias";
			this.lblDias.Size = new System.Drawing.Size(28, 16);
			this.lblDias.TabIndex = 3;
			this.lblDias.Text = "dias.";
			// 
			// txtDias
			// 
			this.txtDias.AllowNegative = true;
			this.txtDias.DigitsInGroup = 0;
			this.txtDias.Flags = 0;
			this.txtDias.Location = new System.Drawing.Point(152, 78);
			this.txtDias.MaxDecimalPlaces = 0;
			this.txtDias.MaxWholeDigits = 5;
			this.txtDias.Name = "txtDias";
			this.txtDias.Prefix = "";
			this.txtDias.RangeMax = 99999;
			this.txtDias.RangeMin = 0;
			this.txtDias.Size = new System.Drawing.Size(56, 20);
			this.txtDias.TabIndex = 2;
			this.txtDias.Text = "90";
			this.txtDias.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// lblTempoMáximo
			// 
			this.lblTempoMáximo.AutoSize = true;
			this.lblTempoMáximo.Location = new System.Drawing.Point(64, 80);
			this.lblTempoMáximo.Name = "lblTempoMáximo";
			this.lblTempoMáximo.Size = new System.Drawing.Size(85, 16);
			this.lblTempoMáximo.TabIndex = 1;
			this.lblTempoMáximo.Text = "Tempo máximo:";
			// 
			// lblExplicaçãoTempoMáximo
			// 
			this.lblExplicaçãoTempoMáximo.Location = new System.Drawing.Point(8, 8);
			this.lblExplicaçãoTempoMáximo.Name = "lblExplicaçãoTempoMáximo";
			this.lblExplicaçãoTempoMáximo.Size = new System.Drawing.Size(320, 40);
			this.lblExplicaçãoTempoMáximo.TabIndex = 0;
			this.lblExplicaçãoTempoMáximo.Text = "Para facilitar a visualização da lista de clientes, você pode especificar um temp" +
				"o máximo com que o cliente tenha visitado a firma para que ele apareça na lista." +
				"";
			// 
			// DlgConfigSeleçãoClienteSetor
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(354, 280);
			this.Controls.Add(this.assistente);
			this.Name = "DlgConfigSeleçãoClienteSetor";
			this.Text = "Lista de Clientes";
			this.Load += new System.EventHandler(this.DlgConfigSeleçãoClienteSetor_Load);
			this.Controls.SetChildIndex(this.assistente, 0);
			this.assistente.ResumeLayout(false);
			this.painelSetores.ResumeLayout(false);
			this.painelTempoMáximo.ResumeLayout(false);
			this.ResumeLayout(false);

		}