Пример #1
0
        public override DataSet Clone()
        {
            vistaForm cln = ((vistaForm)(base.Clone()));

            cln.InitVars();
            return(cln);
        }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1   = new System.Windows.Forms.TextBox();
     this.textBox2   = new System.Windows.Forms.TextBox();
     this.textBox3   = new System.Windows.Forms.TextBox();
     this.textBox4   = 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.DS         = new vistaForm();
     this.btnAnnulla = new System.Windows.Forms.Button();
     this.btnOk      = new System.Windows.Forms.Button();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.groupBox3  = new System.Windows.Forms.GroupBox();
     this.groupBox2  = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(8, 16);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(464, 20);
     this.textBox1.TabIndex = 0;
     this.textBox1.Tag      = "banktransactiondetail.bankreference";
     this.textBox1.Text     = "";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(96, 24);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(136, 20);
     this.textBox2.TabIndex = 1;
     this.textBox2.Tag      = "banktransactiondetail.transactiondate";
     this.textBox2.Text     = "";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(336, 24);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(136, 20);
     this.textBox3.TabIndex = 2;
     this.textBox3.Tag      = "banktransactiondetail.valuedate";
     this.textBox3.Text     = "";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(104, 136);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(136, 20);
     this.textBox4.TabIndex = 2;
     this.textBox4.Tag      = "banktransactiondetail.amount";
     this.textBox4.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 24);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 23);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Operazione:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(256, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 23);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Valuta:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(16, 136);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 23);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Importo esitato:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // btnAnnulla
     //
     this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnnulla.Location     = new System.Drawing.Point(432, 184);
     this.btnAnnulla.Name         = "btnAnnulla";
     this.btnAnnulla.Size         = new System.Drawing.Size(72, 24);
     this.btnAnnulla.TabIndex     = 20;
     this.btnAnnulla.Text         = "Annulla";
     //
     // btnOk
     //
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location     = new System.Drawing.Point(336, 184);
     this.btnOk.Name         = "btnOk";
     this.btnOk.Size         = new System.Drawing.Size(72, 24);
     this.btnOk.TabIndex     = 19;
     this.btnOk.Tag          = "mainsave";
     this.btnOk.Text         = "OK";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(496, 168);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Dati inerenti l\'esito ricevuti dal tesoriere";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox2);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.textBox3);
     this.groupBox3.Location = new System.Drawing.Point(8, 72);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(480, 56);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Date comunicate";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBox1);
     this.groupBox2.Location = new System.Drawing.Point(8, 16);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(480, 48);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Riferimenti della banca";
     //
     // frmdettmovimentobancario
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnAnnulla;
     this.ClientSize        = new System.Drawing.Size(506, 216);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnAnnulla);
     this.Controls.Add(this.btnOk);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "frmdettmovimentobancario";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Esitazione parziale movimento bancario";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }