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()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegistrarVisitante));
            this.lblNome = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtEntrada = new System.Windows.Forms.MaskedTextBox();
            this.txtSaída = new System.Windows.Forms.MaskedTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cmbAPessoa = new System.Windows.Forms.ComboBox();
            this.optAOutro = new System.Windows.Forms.RadioButton();
            this.cmbAOutro = new System.Windows.Forms.ComboBox();
            this.optAPessoa = new System.Windows.Forms.RadioButton();
            this.optAAAtacado = new System.Windows.Forms.RadioButton();
            this.optAAtacado = new System.Windows.Forms.RadioButton();
            this.optAVarejo = new System.Windows.Forms.RadioButton();
            this.cmdOK = new System.Windows.Forms.Button();
            this.cmdCancelar = new System.Windows.Forms.Button();
            this.quadroInformativo = new Apresentação.Formulários.Quadro();
            this.label4 = new System.Windows.Forms.Label();
            this.txtNome = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtAcompanhante = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.cmdExcluir = new System.Windows.Forms.Button();
            this.cmdAdicionar = new System.Windows.Forms.Button();
            this.lstAcompanhantes = new System.Windows.Forms.ListBox();
            this.dica = new System.Windows.Forms.ToolTip(this.components);
            this.títuloBaseInferior = new Apresentação.Formulários.TítuloBaseInferior();
            this.esquerda.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.quadroInformativo.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroInformativo);
            this.esquerda.Size = new System.Drawing.Size(187, 440);
            this.esquerda.Controls.SetChildIndex(this.quadroInformativo, 0);
            // 
            // lblNome
            // 
            this.lblNome.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblNome.AutoSize = true;
            this.lblNome.Location = new System.Drawing.Point(276, 80);
            this.lblNome.Name = "lblNome";
            this.lblNome.Size = new System.Drawing.Size(38, 13);
            this.lblNome.TabIndex = 5;
            this.lblNome.Text = "Nome:";
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(276, 128);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 13);
            this.label2.TabIndex = 9;
            this.label2.Text = "Entrada:";
            // 
            // txtEntrada
            // 
            this.txtEntrada.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.txtEntrada.Location = new System.Drawing.Point(284, 144);
            this.txtEntrada.Mask = "00/00/0000 90:00";
            this.txtEntrada.Name = "txtEntrada";
            this.txtEntrada.ReadOnly = true;
            this.txtEntrada.Size = new System.Drawing.Size(186, 20);
            this.txtEntrada.TabIndex = 10;
            this.txtEntrada.ValidatingType = typeof(System.DateTime);
            // 
            // txtSaída
            // 
            this.txtSaída.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.txtSaída.Location = new System.Drawing.Point(492, 144);
            this.txtSaída.Name = "txtSaída";
            this.txtSaída.ReadOnly = true;
            this.txtSaída.Size = new System.Drawing.Size(136, 20);
            this.txtSaída.TabIndex = 12;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(489, 128);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(39, 13);
            this.label3.TabIndex = 11;
            this.label3.Text = "Saída:";
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.groupBox2.Controls.Add(this.cmbAPessoa);
            this.groupBox2.Controls.Add(this.optAOutro);
            this.groupBox2.Controls.Add(this.cmbAOutro);
            this.groupBox2.Controls.Add(this.optAPessoa);
            this.groupBox2.Controls.Add(this.optAAAtacado);
            this.groupBox2.Controls.Add(this.optAAtacado);
            this.groupBox2.Controls.Add(this.optAVarejo);
            this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBox2.Location = new System.Drawing.Point(276, 296);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(410, 104);
            this.groupBox2.TabIndex = 14;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Atendimento";
            // 
            // cmbAPessoa
            // 
            this.cmbAPessoa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAPessoa.Enabled = false;
            this.cmbAPessoa.Location = new System.Drawing.Point(216, 26);
            this.cmbAPessoa.Name = "cmbAPessoa";
            this.cmbAPessoa.Size = new System.Drawing.Size(136, 21);
            this.cmbAPessoa.Sorted = true;
            this.cmbAPessoa.TabIndex = 6;
            // 
            // optAOutro
            // 
            this.optAOutro.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optAOutro.Location = new System.Drawing.Point(120, 56);
            this.optAOutro.Name = "optAOutro";
            this.optAOutro.Size = new System.Drawing.Size(80, 24);
            this.optAOutro.TabIndex = 5;
            this.optAOutro.Text = "Outro setor:";
            this.optAOutro.CheckedChanged += new System.EventHandler(this.optAOutro_CheckedChanged);
            // 
            // cmbAOutro
            // 
            this.cmbAOutro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAOutro.Enabled = false;
            this.cmbAOutro.Location = new System.Drawing.Point(216, 58);
            this.cmbAOutro.Name = "cmbAOutro";
            this.cmbAOutro.Size = new System.Drawing.Size(136, 21);
            this.cmbAOutro.Sorted = true;
            this.cmbAOutro.TabIndex = 4;
            // 
            // optAPessoa
            // 
            this.optAPessoa.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optAPessoa.Location = new System.Drawing.Point(120, 24);
            this.optAPessoa.Name = "optAPessoa";
            this.optAPessoa.Size = new System.Drawing.Size(80, 24);
            this.optAPessoa.TabIndex = 3;
            this.optAPessoa.Text = "Pessoa específica:";
            this.optAPessoa.CheckedChanged += new System.EventHandler(this.optAPessoa_CheckedChanged);
            // 
            // optAAAtacado
            // 
            this.optAAAtacado.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optAAAtacado.Location = new System.Drawing.Point(16, 72);
            this.optAAAtacado.Name = "optAAAtacado";
            this.optAAAtacado.Size = new System.Drawing.Size(104, 24);
            this.optAAAtacado.TabIndex = 2;
            this.optAAAtacado.Text = "Alto-Atacado";
            // 
            // optAAtacado
            // 
            this.optAAtacado.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optAAtacado.Location = new System.Drawing.Point(16, 48);
            this.optAAtacado.Name = "optAAtacado";
            this.optAAtacado.Size = new System.Drawing.Size(104, 24);
            this.optAAtacado.TabIndex = 1;
            this.optAAtacado.Text = "Atacado";
            // 
            // optAVarejo
            // 
            this.optAVarejo.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optAVarejo.Location = new System.Drawing.Point(16, 24);
            this.optAVarejo.Name = "optAVarejo";
            this.optAVarejo.Size = new System.Drawing.Size(104, 24);
            this.optAVarejo.TabIndex = 0;
            this.optAVarejo.Text = "Varejo";
            // 
            // cmdOK
            // 
            this.cmdOK.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.cmdOK.BackColor = System.Drawing.SystemColors.Control;
            this.cmdOK.Enabled = false;
            this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmdOK.Location = new System.Drawing.Point(611, 406);
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Size = new System.Drawing.Size(75, 23);
            this.cmdOK.TabIndex = 16;
            this.cmdOK.Text = "OK";
            this.cmdOK.UseVisualStyleBackColor = false;
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
            // 
            // cmdCancelar
            // 
            this.cmdCancelar.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.cmdCancelar.BackColor = System.Drawing.SystemColors.Control;
            this.cmdCancelar.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmdCancelar.Location = new System.Drawing.Point(529, 406);
            this.cmdCancelar.Name = "cmdCancelar";
            this.cmdCancelar.Size = new System.Drawing.Size(75, 23);
            this.cmdCancelar.TabIndex = 17;
            this.cmdCancelar.Text = "Cancelar";
            this.cmdCancelar.UseVisualStyleBackColor = false;
            this.cmdCancelar.Click += new System.EventHandler(this.cmdCancelar_Click);
            // 
            // quadroInformativo
            // 
            this.quadroInformativo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroInformativo.bInfDirArredondada = true;
            this.quadroInformativo.bInfEsqArredondada = true;
            this.quadroInformativo.bSupDirArredondada = true;
            this.quadroInformativo.bSupEsqArredondada = true;
            this.quadroInformativo.Controls.Add(this.label4);
            this.quadroInformativo.Cor = System.Drawing.Color.Black;
            this.quadroInformativo.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroInformativo.LetraTítulo = System.Drawing.Color.White;
            this.quadroInformativo.Location = new System.Drawing.Point(7, 16);
            this.quadroInformativo.MostrarBotãoMinMax = false;
            this.quadroInformativo.Name = "quadroInformativo";
            this.quadroInformativo.Size = new System.Drawing.Size(160, 128);
            this.quadroInformativo.TabIndex = 0;
            this.quadroInformativo.Tamanho = 30;
            this.quadroInformativo.Título = "Registrando Visitante";
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Location = new System.Drawing.Point(8, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(152, 88);
            this.label4.TabIndex = 1;
            this.label4.Text = "Ao término do cadastro, será possível inserir acompanhantes. Escolhendo o setor d" +
    "e atendimento, automaticamente o cliente será inserido no rodízio de atendimento" +
    ".";
            // 
            // txtNome
            // 
            this.txtNome.AlturaProposta = 60;
            this.txtNome.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.txtNome.Location = new System.Drawing.Point(284, 96);
            this.txtNome.Name = "txtNome";
            this.txtNome.Pessoa = null;
            this.txtNome.Size = new System.Drawing.Size(344, 20);
            this.txtNome.TabIndex = 18;
            this.txtNome.NomeAlterado += new System.EventHandler(this.txtNome_TextChanged);
            this.txtNome.Leave += new System.EventHandler(this.txtNome_Leave);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.groupBox1.Controls.Add(this.txtAcompanhante);
            this.groupBox1.Controls.Add(this.cmdExcluir);
            this.groupBox1.Controls.Add(this.cmdAdicionar);
            this.groupBox1.Controls.Add(this.lstAcompanhantes);
            this.groupBox1.Location = new System.Drawing.Point(276, 176);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(410, 112);
            this.groupBox1.TabIndex = 19;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Acompanhantes";
            // 
            // txtAcompanhante
            // 
            this.txtAcompanhante.AlturaProposta = 60;
            this.txtAcompanhante.Location = new System.Drawing.Point(8, 16);
            this.txtAcompanhante.Name = "txtAcompanhante";
            this.txtAcompanhante.Pessoa = null;
            this.txtAcompanhante.Size = new System.Drawing.Size(344, 20);
            this.txtAcompanhante.TabIndex = 19;
            this.txtAcompanhante.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtAcompanhante_KeyUp);
            // 
            // cmdExcluir
            // 
            this.cmdExcluir.BackColor = System.Drawing.SystemColors.Control;
            this.cmdExcluir.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.cmdExcluir.Image = ((System.Drawing.Image)(resources.GetObject("cmdExcluir.Image")));
            this.cmdExcluir.Location = new System.Drawing.Point(382, 14);
            this.cmdExcluir.Name = "cmdExcluir";
            this.cmdExcluir.Size = new System.Drawing.Size(20, 20);
            this.cmdExcluir.TabIndex = 3;
            this.cmdExcluir.UseVisualStyleBackColor = false;
            this.cmdExcluir.Click += new System.EventHandler(this.cmdExcluir_Click);
            // 
            // cmdAdicionar
            // 
            this.cmdAdicionar.BackColor = System.Drawing.SystemColors.Control;
            this.cmdAdicionar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.cmdAdicionar.Image = ((System.Drawing.Image)(resources.GetObject("cmdAdicionar.Image")));
            this.cmdAdicionar.Location = new System.Drawing.Point(358, 14);
            this.cmdAdicionar.Name = "cmdAdicionar";
            this.cmdAdicionar.Size = new System.Drawing.Size(20, 20);
            this.cmdAdicionar.TabIndex = 2;
            this.cmdAdicionar.UseVisualStyleBackColor = false;
            this.cmdAdicionar.Click += new System.EventHandler(this.cmdAdicionar_Click);
            // 
            // lstAcompanhantes
            // 
            this.lstAcompanhantes.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.lstAcompanhantes.IntegralHeight = false;
            this.lstAcompanhantes.Location = new System.Drawing.Point(8, 40);
            this.lstAcompanhantes.Name = "lstAcompanhantes";
            this.lstAcompanhantes.ScrollAlwaysVisible = true;
            this.lstAcompanhantes.Size = new System.Drawing.Size(344, 64);
            this.lstAcompanhantes.TabIndex = 0;
            // 
            // títuloBaseInferior
            // 
            this.títuloBaseInferior.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.títuloBaseInferior.BackColor = System.Drawing.Color.White;
            this.títuloBaseInferior.Descrição = "Preencha os dados acerca do visitante que está adentrando na empresa. Estes dados" +
    " serão utilizados durante o atendimento.";
            this.títuloBaseInferior.ÍconeArredondado = false;
            this.títuloBaseInferior.Imagem = ((System.Drawing.Image)(resources.GetObject("títuloBaseInferior.Imagem")));
            this.títuloBaseInferior.Location = new System.Drawing.Point(216, 8);
            this.títuloBaseInferior.Name = "títuloBaseInferior";
            this.títuloBaseInferior.Size = new System.Drawing.Size(537, 70);
            this.títuloBaseInferior.TabIndex = 20;
            this.títuloBaseInferior.Título = "Registrar entrada de visitante";
            // 
            // RegistrarVisitante
            // 
            this.AutoScroll = true;
            this.AutoScrollMinSize = new System.Drawing.Size(768, 440);
            this.Controls.Add(this.títuloBaseInferior);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.txtNome);
            this.Controls.Add(this.cmdCancelar);
            this.Controls.Add(this.cmdOK);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.txtSaída);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtEntrada);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.lblNome);
            this.Name = "RegistrarVisitante";
            this.Size = new System.Drawing.Size(768, 440);
            this.Controls.SetChildIndex(this.lblNome, 0);
            this.Controls.SetChildIndex(this.label2, 0);
            this.Controls.SetChildIndex(this.txtEntrada, 0);
            this.Controls.SetChildIndex(this.label3, 0);
            this.Controls.SetChildIndex(this.txtSaída, 0);
            this.Controls.SetChildIndex(this.groupBox2, 0);
            this.Controls.SetChildIndex(this.cmdOK, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.Controls.SetChildIndex(this.cmdCancelar, 0);
            this.Controls.SetChildIndex(this.txtNome, 0);
            this.Controls.SetChildIndex(this.groupBox1, 0);
            this.Controls.SetChildIndex(this.títuloBaseInferior, 0);
            this.esquerda.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.quadroInformativo.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IniciarAtendimento));
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblTítulo = new System.Windows.Forms.Label();
            this.lblDescrição = new System.Windows.Forms.Label();
            this.picÍcone = new System.Windows.Forms.PictureBox();
            this.lblCliente = new System.Windows.Forms.Label();
            this.txtCliente = new System.Windows.Forms.TextBox();
            this.lblAtendimento = new System.Windows.Forms.Label();
            this.cmdOK = new System.Windows.Forms.Button();
            this.espera = new System.Timers.Timer();
            this.alarme = new System.Timers.Timer();
            this.cmdAlarme = new System.Windows.Forms.Button();
            this.txtAtendente = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.cmdCancelar = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picÍcone)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.espera)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alarme)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.SystemColors.Window;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.lblTítulo);
            this.panel1.Controls.Add(this.lblDescrição);
            this.panel1.Controls.Add(this.picÍcone);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(384, 88);
            this.panel1.TabIndex = 1;
            // 
            // lblTítulo
            // 
            this.lblTítulo.AutoSize = true;
            this.lblTítulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTítulo.Location = new System.Drawing.Point(72, 16);
            this.lblTítulo.Name = "lblTítulo";
            this.lblTítulo.Size = new System.Drawing.Size(165, 20);
            this.lblTítulo.TabIndex = 4;
            this.lblTítulo.Text = "Aguardando cliente";
            // 
            // lblDescrição
            // 
            this.lblDescrição.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblDescrição.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDescrição.Location = new System.Drawing.Point(72, 40);
            this.lblDescrição.Name = "lblDescrição";
            this.lblDescrição.Size = new System.Drawing.Size(288, 32);
            this.lblDescrição.TabIndex = 3;
            this.lblDescrição.Text = "O cliente está sendo aguardado para atendimento. Favor encaminhá-lo.";
            // 
            // picÍcone
            // 
            this.picÍcone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picÍcone.Image = ((System.Drawing.Image)(resources.GetObject("picÍcone.Image")));
            this.picÍcone.Location = new System.Drawing.Point(16, 16);
            this.picÍcone.Name = "picÍcone";
            this.picÍcone.Size = new System.Drawing.Size(40, 59);
            this.picÍcone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picÍcone.TabIndex = 2;
            this.picÍcone.TabStop = false;
            // 
            // lblCliente
            // 
            this.lblCliente.AutoSize = true;
            this.lblCliente.Location = new System.Drawing.Point(16, 104);
            this.lblCliente.Name = "lblCliente";
            this.lblCliente.Size = new System.Drawing.Size(42, 13);
            this.lblCliente.TabIndex = 2;
            this.lblCliente.Text = "Cliente:";
            // 
            // txtCliente
            // 
            this.txtCliente.BackColor = System.Drawing.SystemColors.ControlLight;
            this.txtCliente.ForeColor = System.Drawing.SystemColors.ControlText;
            this.txtCliente.Location = new System.Drawing.Point(18, 120);
            this.txtCliente.Name = "txtCliente";
            this.txtCliente.ReadOnly = true;
            this.txtCliente.Size = new System.Drawing.Size(349, 20);
            this.txtCliente.TabIndex = 3;
            // 
            // lblAtendimento
            // 
            this.lblAtendimento.AutoSize = true;
            this.lblAtendimento.Location = new System.Drawing.Point(16, 155);
            this.lblAtendimento.Name = "lblAtendimento";
            this.lblAtendimento.Size = new System.Drawing.Size(59, 13);
            this.lblAtendimento.TabIndex = 4;
            this.lblAtendimento.Text = "Atendente:";
            // 
            // cmdOK
            // 
            this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmdOK.Location = new System.Drawing.Point(211, 210);
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Size = new System.Drawing.Size(75, 23);
            this.cmdOK.TabIndex = 0;
            this.cmdOK.Text = "OK";
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
            // 
            // espera
            // 
            this.espera.AutoReset = false;
            this.espera.Enabled = true;
            this.espera.Interval = 5000;
            this.espera.SynchronizingObject = this;
            this.espera.Elapsed += new System.Timers.ElapsedEventHandler(this.espera_Elapsed);
            // 
            // alarme
            // 
            this.alarme.Interval = 3000;
            this.alarme.SynchronizingObject = this;
            this.alarme.Elapsed += new System.Timers.ElapsedEventHandler(this.alarme_Elapsed);
            // 
            // cmdAlarme
            // 
            this.cmdAlarme.Image = ((System.Drawing.Image)(resources.GetObject("cmdAlarme.Image")));
            this.cmdAlarme.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.cmdAlarme.Location = new System.Drawing.Point(18, 210);
            this.cmdAlarme.Name = "cmdAlarme";
            this.cmdAlarme.Size = new System.Drawing.Size(112, 23);
            this.cmdAlarme.TabIndex = 6;
            this.cmdAlarme.Text = "Desligar alarme";
            this.cmdAlarme.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.cmdAlarme.Visible = false;
            this.cmdAlarme.Click += new System.EventHandler(this.cmdAlarme_Click);
            // 
            // txtAtendente
            // 
            this.txtAtendente.AlturaProposta = 60;
            this.txtAtendente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAtendente.Funcionários = true;
            this.txtAtendente.Location = new System.Drawing.Point(19, 171);
            this.txtAtendente.MostrarCabeçalho = false;
            this.txtAtendente.Name = "txtAtendente";
            this.txtAtendente.Pessoa = null;
            this.txtAtendente.Size = new System.Drawing.Size(348, 20);
            this.txtAtendente.SomenteCadastrado = true;
            this.txtAtendente.TabIndex = 7;
            this.txtAtendente.Selecionado += new System.EventHandler(this.txtAtendente_Selecionado);
            this.txtAtendente.Deselecionado += new System.EventHandler(this.txtAtendente_Deselecionado);
            // 
            // cmdCancelar
            // 
            this.cmdCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancelar.Location = new System.Drawing.Point(292, 210);
            this.cmdCancelar.Name = "cmdCancelar";
            this.cmdCancelar.Size = new System.Drawing.Size(75, 23);
            this.cmdCancelar.TabIndex = 8;
            this.cmdCancelar.Text = "Cancelar";
            this.cmdCancelar.UseVisualStyleBackColor = true;
            this.cmdCancelar.Click += new System.EventHandler(this.cmdCancelar_Click);
            // 
            // IniciarAtendimento
            // 
            this.AcceptButton = this.cmdOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.cmdCancelar;
            this.ClientSize = new System.Drawing.Size(384, 245);
            this.Controls.Add(this.cmdCancelar);
            this.Controls.Add(this.txtAtendente);
            this.Controls.Add(this.cmdAlarme);
            this.Controls.Add(this.cmdOK);
            this.Controls.Add(this.lblAtendimento);
            this.Controls.Add(this.txtCliente);
            this.Controls.Add(this.lblCliente);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "IniciarAtendimento";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Encaminhar atendimento";
            this.TopMost = true;
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picÍcone)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.espera)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alarme)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Ejemplo n.º 3
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcurarPessoa));
            this.label1 = new System.Windows.Forms.Label();
            this.cmbDado = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancelar = new System.Windows.Forms.Button();
            this.txtProcura = new System.Windows.Forms.TextBox();
            this.txtPessoa = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            ((System.ComponentModel.ISupportInitialize)(this.picÍcone)).BeginInit();
            this.SuspendLayout();
            // 
            // lblTítulo
            // 
            this.lblTítulo.Size = new System.Drawing.Size(140, 20);
            this.lblTítulo.TabIndex = 999;
            this.lblTítulo.Text = "Procurar pessoa";
            // 
            // lblDescrição
            // 
            this.lblDescrição.Size = new System.Drawing.Size(528, 48);
            this.lblDescrição.Text = "";
            // 
            // picÍcone
            // 
            this.picÍcone.Image = ((System.Drawing.Image)(resources.GetObject("picÍcone.Image")));
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 102);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Procurar por";
            // 
            // cmbDado
            // 
            this.cmbDado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbDado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDado.Location = new System.Drawing.Point(15, 118);
            this.cmbDado.Name = "cmbDado";
            this.cmbDado.Size = new System.Drawing.Size(590, 21);
            this.cmbDado.Sorted = true;
            this.cmbDado.TabIndex = 3;
            this.cmbDado.SelectedIndexChanged += new System.EventHandler(this.cmbDado_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(12, 144);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(76, 13);
            this.label2.TabIndex = 6;
            this.label2.Text = "Palavra chave";
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOK.Enabled = false;
            this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnOK.Location = new System.Drawing.Point(449, 503);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 2;
            this.btnOK.Text = "&OK";
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancelar
            // 
            this.btnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancelar.Location = new System.Drawing.Point(530, 503);
            this.btnCancelar.Name = "btnCancelar";
            this.btnCancelar.Size = new System.Drawing.Size(75, 23);
            this.btnCancelar.TabIndex = 1;
            this.btnCancelar.Text = "&Cancelar";
            this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
            // 
            // txtProcura
            // 
            this.txtProcura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtProcura.Location = new System.Drawing.Point(15, 161);
            this.txtProcura.Name = "txtProcura";
            this.txtProcura.Size = new System.Drawing.Size(590, 20);
            this.txtProcura.TabIndex = 7;
            this.txtProcura.Visible = false;
            this.txtProcura.TextChanged += new System.EventHandler(this.txtProcura_TextChanged);
            this.txtProcura.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProcura_KeyDown);
            // 
            // txtPessoa
            // 
            this.txtPessoa.AlturaProposta = 300;
            this.txtPessoa.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPessoa.Location = new System.Drawing.Point(15, 161);
            this.txtPessoa.MostrarBotãoProcurar = false;
            this.txtPessoa.Name = "txtPessoa";
            this.txtPessoa.Pessoa = null;
            this.txtPessoa.Size = new System.Drawing.Size(590, 20);
            this.txtPessoa.TabIndex = 0;
            this.txtPessoa.Selecionado += new System.EventHandler(this.txtPessoa_Selecionado);
            this.txtPessoa.TxtChanged += new System.EventHandler(this.txtPessoa_TxtChanged);
            this.txtPessoa.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPessoa_KeyDown);
            // 
            // ProcurarPessoa
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(616, 536);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.btnCancelar);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.txtPessoa);
            this.Controls.Add(this.cmbDado);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtProcura);
            this.KeyPreview = true;
            this.Name = "ProcurarPessoa";
            this.Text = "Procurar pessoa";
            this.Activated += new System.EventHandler(this.ProcurarPessoa_Activated);
            this.Load += new System.EventHandler(this.ProcurarPessoa_Load);
            this.Controls.SetChildIndex(this.txtProcura, 0);
            this.Controls.SetChildIndex(this.label1, 0);
            this.Controls.SetChildIndex(this.cmbDado, 0);
            this.Controls.SetChildIndex(this.txtPessoa, 0);
            this.Controls.SetChildIndex(this.btnOK, 0);
            this.Controls.SetChildIndex(this.btnCancelar, 0);
            this.Controls.SetChildIndex(this.label2, 0);
            ((System.ComponentModel.ISupportInitialize)(this.picÍcone)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Ejemplo n.º 4
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.grpOrigem = new System.Windows.Forms.GroupBox();
            this.txtOrigemNome = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.optOrigemExterno = new System.Windows.Forms.RadioButton();
            this.optOrigemVisitante = new System.Windows.Forms.RadioButton();
            this.optOrigemFuncionário = new System.Windows.Forms.RadioButton();
            this.lblOrigemNome = new System.Windows.Forms.Label();
            this.grpDestino = new System.Windows.Forms.GroupBox();
            this.txtDestinoNome = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.optDestinoParticular = new System.Windows.Forms.RadioButton();
            this.optDestinoCliente = new System.Windows.Forms.RadioButton();
            this.optDestinoFuncionário = new System.Windows.Forms.RadioButton();
            this.lblDestinoNome = new System.Windows.Forms.Label();
            this.cmdOK = new System.Windows.Forms.Button();
            this.cmdCancelar = new System.Windows.Forms.Button();
            this.grpTelefonema = new System.Windows.Forms.GroupBox();
            this.txtTelefone = new Apresentação.Pessoa.TxtTelefone();
            this.cmdAgora = new System.Windows.Forms.Button();
            this.txtHora = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtCidade = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.lblOrigemTelefone = new System.Windows.Forms.Label();
            this.grpOrigem.SuspendLayout();
            this.grpDestino.SuspendLayout();
            this.grpTelefonema.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpOrigem
            // 
            this.grpOrigem.Controls.Add(this.txtOrigemNome);
            this.grpOrigem.Controls.Add(this.optOrigemExterno);
            this.grpOrigem.Controls.Add(this.optOrigemVisitante);
            this.grpOrigem.Controls.Add(this.optOrigemFuncionário);
            this.grpOrigem.Controls.Add(this.lblOrigemNome);
            this.grpOrigem.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.grpOrigem.Location = new System.Drawing.Point(8, 8);
            this.grpOrigem.Name = "grpOrigem";
            this.grpOrigem.Size = new System.Drawing.Size(344, 96);
            this.grpOrigem.TabIndex = 0;
            this.grpOrigem.TabStop = false;
            this.grpOrigem.Text = "Origem";
            // 
            // txtOrigemNome
            // 
            this.txtOrigemNome.Funcionários = true;
            this.txtOrigemNome.Location = new System.Drawing.Point(16, 40);
            this.txtOrigemNome.MostrarCabeçalho = false;
            this.txtOrigemNome.Name = "txtOrigemNome";
            this.txtOrigemNome.Size = new System.Drawing.Size(312, 20);
            this.txtOrigemNome.TabIndex = 6;
            // 
            // optOrigemExterno
            // 
            this.optOrigemExterno.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optOrigemExterno.Location = new System.Drawing.Point(224, 64);
            this.optOrigemExterno.Name = "optOrigemExterno";
            this.optOrigemExterno.Size = new System.Drawing.Size(104, 24);
            this.optOrigemExterno.TabIndex = 5;
            this.optOrigemExterno.Text = "Ligação a cobrar";
            // 
            // optOrigemVisitante
            // 
            this.optOrigemVisitante.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optOrigemVisitante.Location = new System.Drawing.Point(120, 64);
            this.optOrigemVisitante.Name = "optOrigemVisitante";
            this.optOrigemVisitante.Size = new System.Drawing.Size(104, 24);
            this.optOrigemVisitante.TabIndex = 4;
            this.optOrigemVisitante.Text = "Visitante";
            // 
            // optOrigemFuncionário
            // 
            this.optOrigemFuncionário.Checked = true;
            this.optOrigemFuncionário.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optOrigemFuncionário.Location = new System.Drawing.Point(16, 64);
            this.optOrigemFuncionário.Name = "optOrigemFuncionário";
            this.optOrigemFuncionário.Size = new System.Drawing.Size(104, 24);
            this.optOrigemFuncionário.TabIndex = 3;
            this.optOrigemFuncionário.TabStop = true;
            this.optOrigemFuncionário.Text = "Funcionário";
            this.optOrigemFuncionário.CheckedChanged += new System.EventHandler(this.optOrigemFuncionário_CheckedChanged);
            // 
            // lblOrigemNome
            // 
            this.lblOrigemNome.AutoSize = true;
            this.lblOrigemNome.Location = new System.Drawing.Point(16, 24);
            this.lblOrigemNome.Name = "lblOrigemNome";
            this.lblOrigemNome.Size = new System.Drawing.Size(38, 13);
            this.lblOrigemNome.TabIndex = 1;
            this.lblOrigemNome.Text = "Nome:";
            // 
            // grpDestino
            // 
            this.grpDestino.Controls.Add(this.txtDestinoNome);
            this.grpDestino.Controls.Add(this.optDestinoParticular);
            this.grpDestino.Controls.Add(this.optDestinoCliente);
            this.grpDestino.Controls.Add(this.optDestinoFuncionário);
            this.grpDestino.Controls.Add(this.lblDestinoNome);
            this.grpDestino.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.grpDestino.Location = new System.Drawing.Point(8, 112);
            this.grpDestino.Name = "grpDestino";
            this.grpDestino.Size = new System.Drawing.Size(344, 96);
            this.grpDestino.TabIndex = 6;
            this.grpDestino.TabStop = false;
            this.grpDestino.Text = "Destino";
            // 
            // txtDestinoNome
            // 
            this.txtDestinoNome.Location = new System.Drawing.Point(16, 40);
            this.txtDestinoNome.MostrarCabeçalho = false;
            this.txtDestinoNome.Name = "txtDestinoNome";
            this.txtDestinoNome.Size = new System.Drawing.Size(312, 20);
            this.txtDestinoNome.TabIndex = 12;
            // 
            // optDestinoParticular
            // 
            this.optDestinoParticular.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optDestinoParticular.Location = new System.Drawing.Point(224, 64);
            this.optDestinoParticular.Name = "optDestinoParticular";
            this.optDestinoParticular.Size = new System.Drawing.Size(104, 24);
            this.optDestinoParticular.TabIndex = 11;
            this.optDestinoParticular.Text = "Particular";
            // 
            // optDestinoCliente
            // 
            this.optDestinoCliente.Checked = true;
            this.optDestinoCliente.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optDestinoCliente.Location = new System.Drawing.Point(120, 64);
            this.optDestinoCliente.Name = "optDestinoCliente";
            this.optDestinoCliente.Size = new System.Drawing.Size(104, 24);
            this.optDestinoCliente.TabIndex = 10;
            this.optDestinoCliente.TabStop = true;
            this.optDestinoCliente.Text = "Cliente";
            // 
            // optDestinoFuncionário
            // 
            this.optDestinoFuncionário.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optDestinoFuncionário.Location = new System.Drawing.Point(16, 64);
            this.optDestinoFuncionário.Name = "optDestinoFuncionário";
            this.optDestinoFuncionário.Size = new System.Drawing.Size(104, 24);
            this.optDestinoFuncionário.TabIndex = 9;
            this.optDestinoFuncionário.Text = "Funcionário";
            this.optDestinoFuncionário.CheckedChanged += new System.EventHandler(this.optDestinoFuncionário_CheckedChanged);
            // 
            // lblDestinoNome
            // 
            this.lblDestinoNome.AutoSize = true;
            this.lblDestinoNome.Location = new System.Drawing.Point(16, 24);
            this.lblDestinoNome.Name = "lblDestinoNome";
            this.lblDestinoNome.Size = new System.Drawing.Size(38, 13);
            this.lblDestinoNome.TabIndex = 7;
            this.lblDestinoNome.Text = "Nome:";
            // 
            // cmdOK
            // 
            this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmdOK.Location = new System.Drawing.Point(280, 344);
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Size = new System.Drawing.Size(75, 23);
            this.cmdOK.TabIndex = 19;
            this.cmdOK.Text = "OK";
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
            // 
            // cmdCancelar
            // 
            this.cmdCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdCancelar.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmdCancelar.Location = new System.Drawing.Point(200, 344);
            this.cmdCancelar.Name = "cmdCancelar";
            this.cmdCancelar.Size = new System.Drawing.Size(75, 23);
            this.cmdCancelar.TabIndex = 20;
            this.cmdCancelar.Text = "Cancelar";
            this.cmdCancelar.Click += new System.EventHandler(this.cmdCancelar_Click);
            // 
            // grpTelefonema
            // 
            this.grpTelefonema.Controls.Add(this.txtTelefone);
            this.grpTelefonema.Controls.Add(this.cmdAgora);
            this.grpTelefonema.Controls.Add(this.txtHora);
            this.grpTelefonema.Controls.Add(this.label2);
            this.grpTelefonema.Controls.Add(this.txtCidade);
            this.grpTelefonema.Controls.Add(this.label1);
            this.grpTelefonema.Controls.Add(this.lblOrigemTelefone);
            this.grpTelefonema.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.grpTelefonema.Location = new System.Drawing.Point(8, 216);
            this.grpTelefonema.Name = "grpTelefonema";
            this.grpTelefonema.Size = new System.Drawing.Size(344, 120);
            this.grpTelefonema.TabIndex = 12;
            this.grpTelefonema.TabStop = false;
            this.grpTelefonema.Text = "Telefonema";
            // 
            // txtTelefone
            // 
            this.txtTelefone.BackColor = System.Drawing.Color.White;
            this.txtTelefone.Location = new System.Drawing.Point(16, 40);
            this.txtTelefone.Name = "txtTelefone";
            this.txtTelefone.Size = new System.Drawing.Size(104, 20);
            this.txtTelefone.TabIndex = 20;
            // 
            // cmdAgora
            // 
            this.cmdAgora.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmdAgora.Location = new System.Drawing.Point(16, 88);
            this.cmdAgora.Name = "cmdAgora";
            this.cmdAgora.Size = new System.Drawing.Size(104, 24);
            this.cmdAgora.TabIndex = 19;
            this.cmdAgora.Text = "Agora";
            this.cmdAgora.Click += new System.EventHandler(this.cmdAgora_Click);
            // 
            // txtHora
            // 
            this.txtHora.Location = new System.Drawing.Point(136, 88);
            this.txtHora.Name = "txtHora";
            this.txtHora.ReadOnly = true;
            this.txtHora.Size = new System.Drawing.Size(192, 20);
            this.txtHora.TabIndex = 18;
            this.txtHora.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(136, 72);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(33, 13);
            this.label2.TabIndex = 17;
            this.label2.Text = "Hora:";
            // 
            // txtCidade
            // 
            this.txtCidade.Location = new System.Drawing.Point(136, 40);
            this.txtCidade.Name = "txtCidade";
            this.txtCidade.Size = new System.Drawing.Size(192, 20);
            this.txtCidade.TabIndex = 16;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(136, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(43, 13);
            this.label1.TabIndex = 15;
            this.label1.Text = "Cidade:";
            // 
            // lblOrigemTelefone
            // 
            this.lblOrigemTelefone.AutoSize = true;
            this.lblOrigemTelefone.Location = new System.Drawing.Point(16, 24);
            this.lblOrigemTelefone.Name = "lblOrigemTelefone";
            this.lblOrigemTelefone.Size = new System.Drawing.Size(52, 13);
            this.lblOrigemTelefone.TabIndex = 14;
            this.lblOrigemTelefone.Text = "Telefone:";
            // 
            // CadastrarTelefonema
            // 
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.grpTelefonema);
            this.Controls.Add(this.cmdCancelar);
            this.Controls.Add(this.cmdOK);
            this.Controls.Add(this.grpDestino);
            this.Controls.Add(this.grpOrigem);
            this.Name = "CadastrarTelefonema";
            this.Size = new System.Drawing.Size(360, 368);
            this.Load += new System.EventHandler(this.CadastrarTelefonema_Load);
            this.grpOrigem.ResumeLayout(false);
            this.grpOrigem.PerformLayout();
            this.grpDestino.ResumeLayout(false);
            this.grpDestino.PerformLayout();
            this.grpTelefonema.ResumeLayout(false);
            this.grpTelefonema.PerformLayout();
            this.ResumeLayout(false);

		}