Exemple #1
0
		private void InitializeComponent()
		{
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnOk = new System.Windows.Forms.Button();
			this.StatusBar1 = new System.Windows.Forms.StatusBar();
			this.StatusBarIncrementalText = new System.Windows.Forms.StatusBarPanel();
			this.ListTermos = new ListTermos();
			((System.ComponentModel.ISupportInitialize)this.StatusBarIncrementalText).BeginInit();
			this.SuspendLayout();
			//
			//btnCancel
			//
			this.btnCancel.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(308, 264);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(88, 24);
			this.btnCancel.TabIndex = 3;
			this.btnCancel.Text = "Cancelar";
			//
			//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.Location = new System.Drawing.Point(212, 264);
			this.btnOk.Name = "btnOk";
			this.btnOk.Size = new System.Drawing.Size(88, 24);
			this.btnOk.TabIndex = 2;
			this.btnOk.Text = "Aceitar";
			//
			//StatusBar1
			//
			this.StatusBar1.Location = new System.Drawing.Point(0, 295);
			this.StatusBar1.Name = "StatusBar1";
			this.StatusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {this.StatusBarIncrementalText});
			this.StatusBar1.ShowPanels = true;
			this.StatusBar1.Size = new System.Drawing.Size(408, 22);
			this.StatusBar1.SizingGrip = false;
			this.StatusBar1.TabIndex = 12;
			//
			//StatusBarIncrementalText
			//
			this.StatusBarIncrementalText.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
			this.StatusBarIncrementalText.Width = 408;
			//
			//ListTermos
			//
			this.ListTermos.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.ListTermos.Location = new System.Drawing.Point(8, 4);
			this.ListTermos.Name = "ListTermos";
			this.ListTermos.ValidAuthorizedForm = null;
			this.ListTermos.Size = new System.Drawing.Size(396, 252);
			this.ListTermos.TabIndex = 1;
			//
			//FormTermo
			//
			this.AcceptButton = this.btnOk;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(408, 317);
			this.ControlBox = false;
			this.Controls.Add(this.ListTermos);
			this.Controls.Add(this.StatusBar1);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.btnCancel);
			this.Name = "FormTermo";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Seleção de termo";
			((System.ComponentModel.ISupportInitialize)this.StatusBarIncrementalText).EndInit();
			this.ResumeLayout(false);

			//INSTANT C# NOTE: Converted event handlers:
			

		}
 private void InitializeComponent()
 {
     this.lblNoticiaAut            = new System.Windows.Forms.Label();
     this.cbNoticiaAut             = new System.Windows.Forms.ComboBox();
     this.grpTermo                 = new System.Windows.Forms.GroupBox();
     this.ListTermos               = new GISA.Controls.ControloAut.ListTermos();
     this.btnOk                    = new System.Windows.Forms.Button();
     this.btnCancel                = new System.Windows.Forms.Button();
     this.StatusBar1               = new System.Windows.Forms.StatusBar();
     this.StatusBarIncrementalText = new System.Windows.Forms.StatusBarPanel();
     this.lblNIF                   = new System.Windows.Forms.Label();
     this.txtNIF                   = new System.Windows.Forms.TextBox();
     this.grpTermo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarIncrementalText)).BeginInit();
     this.SuspendLayout();
     //
     // lblNoticiaAut
     //
     this.lblNoticiaAut.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.lblNoticiaAut.Location = new System.Drawing.Point(8, 8);
     this.lblNoticiaAut.Name     = "lblNoticiaAut";
     this.lblNoticiaAut.Size     = new System.Drawing.Size(388, 16);
     this.lblNoticiaAut.TabIndex = 5;
     this.lblNoticiaAut.Text     = "Notícia de autoridade";
     //
     // cbNoticiaAut
     //
     this.cbNoticiaAut.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.cbNoticiaAut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbNoticiaAut.Location      = new System.Drawing.Point(8, 24);
     this.cbNoticiaAut.Name          = "cbNoticiaAut";
     this.cbNoticiaAut.Size          = new System.Drawing.Size(388, 21);
     this.cbNoticiaAut.TabIndex      = 1;
     //
     // grpTermo
     //
     this.grpTermo.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.grpTermo.Controls.Add(this.ListTermos);
     this.grpTermo.Location = new System.Drawing.Point(4, 56);
     this.grpTermo.Name     = "grpTermo";
     this.grpTermo.Size     = new System.Drawing.Size(400, 236);
     this.grpTermo.TabIndex = 2;
     this.grpTermo.TabStop  = false;
     this.grpTermo.Text     = "Forma autorizada";
     //
     // ListTermos
     //
     this.ListTermos.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.ListTermos.Location            = new System.Drawing.Point(8, 16);
     this.ListTermos.Name                = "ListTermos";
     this.ListTermos.ValidAuthorizedForm = null;
     this.ListTermos.Size                = new System.Drawing.Size(384, 212);
     this.ListTermos.TabIndex            = 14;
     //
     // 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.Location     = new System.Drawing.Point(204, 333);
     this.btnOk.Name         = "btnOk";
     this.btnOk.Size         = new System.Drawing.Size(88, 24);
     this.btnOk.TabIndex     = 3;
     this.btnOk.Text         = "Aceitar";
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(300, 333);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(88, 24);
     this.btnCancel.TabIndex     = 4;
     this.btnCancel.Text         = "Cancelar";
     //
     // StatusBar1
     //
     this.StatusBar1.Location = new System.Drawing.Point(0, 364);
     this.StatusBar1.Name     = "StatusBar1";
     this.StatusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.StatusBarIncrementalText
     });
     this.StatusBar1.ShowPanels = true;
     this.StatusBar1.Size       = new System.Drawing.Size(408, 22);
     this.StatusBar1.SizingGrip = false;
     this.StatusBar1.TabIndex   = 14;
     //
     // StatusBarIncrementalText
     //
     this.StatusBarIncrementalText.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.StatusBarIncrementalText.Name     = "StatusBarIncrementalText";
     this.StatusBarIncrementalText.Width    = 408;
     //
     // lblNIF
     //
     this.lblNIF.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblNIF.AutoSize = true;
     this.lblNIF.Location = new System.Drawing.Point(8, 307);
     this.lblNIF.Name     = "lblNIF";
     this.lblNIF.Size     = new System.Drawing.Size(24, 13);
     this.lblNIF.TabIndex = 15;
     this.lblNIF.Text     = "NIF";
     this.lblNIF.Visible  = false;
     //
     // txtNIF
     //
     this.txtNIF.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNIF.Location = new System.Drawing.Point(38, 304);
     this.txtNIF.Name     = "txtNIF";
     this.txtNIF.Size     = new System.Drawing.Size(358, 20);
     this.txtNIF.TabIndex = 16;
     this.txtNIF.Visible  = false;
     //
     // FormCreateControloAut
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(408, 386);
     this.ControlBox        = false;
     this.Controls.Add(this.txtNIF);
     this.Controls.Add(this.lblNIF);
     this.Controls.Add(this.StatusBar1);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.grpTermo);
     this.Controls.Add(this.cbNoticiaAut);
     this.Controls.Add(this.lblNoticiaAut);
     this.Name          = "FormCreateControloAut";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Criar notícia de autoridade";
     this.grpTermo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.StatusBarIncrementalText)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }