示例#1
0
		private void InitializeComponent()
		{
			this.grpAutor = new System.Windows.Forms.GroupBox();
			this.dtpRecolha = new System.Windows.Forms.DateTimePicker();
			this.ControloAutores1 = new GISA.ControloAutores();
			this.grpAutor.SuspendLayout();
			this.SuspendLayout();
			//
			//grpAutor
			//
			this.grpAutor.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));
			this.grpAutor.Controls.Add(this.ControloAutores1);
			this.grpAutor.Controls.Add(this.dtpRecolha);
			this.grpAutor.Location = new System.Drawing.Point(0, 0);
			this.grpAutor.Name = "grpAutor";
			this.grpAutor.Size = new System.Drawing.Size(423, 42);
			this.grpAutor.TabIndex = 13;
			this.grpAutor.TabStop = false;
			this.grpAutor.Text = "Data e autor da revisão atual";
			//
			//dtpRecolha
			//
			this.dtpRecolha.CustomFormat = "yyyy-MM-dd";
			this.dtpRecolha.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
			this.dtpRecolha.Location = new System.Drawing.Point(8, 15);
			this.dtpRecolha.Name = "dtpRecolha";
			this.dtpRecolha.Size = new System.Drawing.Size(91, 20);
			this.dtpRecolha.TabIndex = 8;
			//
			//ControloAutores1
			//
			this.ControloAutores1.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));
			this.ControloAutores1.Location = new System.Drawing.Point(112, 15);
			this.ControloAutores1.Name = "ControloAutores1";
			this.ControloAutores1.SelectedAutor = null;
			this.ControloAutores1.Size = new System.Drawing.Size(304, 20);
			this.ControloAutores1.TabIndex = 9;
			//
			//ControloRevisoes
			//
			this.Controls.Add(this.grpAutor);
			this.Name = "ControloRevisoes";
			this.Size = new System.Drawing.Size(424, 40);
			this.grpAutor.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#2
0
		private void InitializeComponent()
		{
			this.btnOk = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.lblAuthor = new System.Windows.Forms.Label();
			this.lblOperator = new System.Windows.Forms.Label();
			this.lblTextOperator = new System.Windows.Forms.Label();
			this.ControloAutores1 = new GISA.ControloAutores();
			this.SuspendLayout();
			//
			//btnOk
			//
			this.btnOk.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
			this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.btnOk.Location = new System.Drawing.Point(92, 64);
			this.btnOk.Name = "btnOk";
			this.btnOk.TabIndex = 0;
			this.btnOk.Text = "Ok";
			//
			//btnCancel
			//
			this.btnCancel.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(176, 64);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.TabIndex = 1;
			this.btnCancel.Text = "Cancel";
			//
			//lblAuthor
			//
			this.lblAuthor.Location = new System.Drawing.Point(8, 29);
			this.lblAuthor.Name = "lblAuthor";
			this.lblAuthor.Size = new System.Drawing.Size(55, 16);
			this.lblAuthor.TabIndex = 3;
			this.lblAuthor.Text = "Autor:";
			//
			//lblOperator
			//
			this.lblOperator.Location = new System.Drawing.Point(8, 8);
			this.lblOperator.Name = "lblOperator";
			this.lblOperator.Size = new System.Drawing.Size(55, 16);
			this.lblOperator.TabIndex = 4;
			this.lblOperator.Text = "Operador:";
			//
			//lblTextOperator
			//
			this.lblTextOperator.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right));
			this.lblTextOperator.Location = new System.Drawing.Point(70, 8);
			this.lblTextOperator.Name = "lblTextOperator";
			this.lblTextOperator.Size = new System.Drawing.Size(204, 16);
			this.lblTextOperator.TabIndex = 5;
			//
			//ControloAutores1
			//
			this.ControloAutores1.Location = new System.Drawing.Point(70, 29);
			this.ControloAutores1.Name = "ControloAutores1";
			this.ControloAutores1.SelectedAutor = null;
			this.ControloAutores1.Size = new System.Drawing.Size(204, 20);
			this.ControloAutores1.TabIndex = 0;
			//
			//FormSwitchAuthor
			//
			this.AcceptButton = this.btnOk;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(286, 99);
			this.Controls.Add(this.lblTextOperator);
			this.Controls.Add(this.lblOperator);
			this.Controls.Add(this.lblAuthor);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.ControloAutores1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormSwitchAuthor";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Alteração do autor";
			this.ResumeLayout(false);

			//INSTANT C# NOTE: Converted event handlers:
			

		}