public override DataSet Clone() { vistaForm cln = ((vistaForm)(base.Clone())); cln.InitVars(); return(cln); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.btnEntrata = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.DS = new incomelinkedpayment_default.vistaForm(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit(); this.SuspendLayout(); // // btnEntrata // this.btnEntrata.BackColor = System.Drawing.SystemColors.Control; this.btnEntrata.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.btnEntrata.ForeColor = System.Drawing.SystemColors.ControlText; this.btnEntrata.Location = new System.Drawing.Point(16, 16); this.btnEntrata.Name = "btnEntrata"; this.btnEntrata.Size = new System.Drawing.Size(104, 23); this.btnEntrata.TabIndex = 0; this.btnEntrata.Tag = "manage.linkedincome.lista"; this.btnEntrata.Text = "Entrata Collegata"; // // comboBox1 // this.comboBox1.DataSource = this.DS.linkedincome; this.comboBox1.DisplayMember = "description"; this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.Location = new System.Drawing.Point(128, 16); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(296, 21); this.comboBox1.TabIndex = 1; this.comboBox1.Tag = "incomelinkedpayment.idlinkedincome"; this.comboBox1.ValueMember = "idlinkedincome"; // // DS // this.DS.DataSetName = "vistaForm"; this.DS.Locale = new System.Globalization.CultureInfo("en-US"); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(128, 56); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(120, 20); this.textBox1.TabIndex = 2; this.textBox1.Tag = "incomelinkedpayment.amount"; this.textBox1.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(72, 56); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 16); this.label1.TabIndex = 3; this.label1.Text = "Importo:"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(336, 104); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 23); this.btnCancel.TabIndex = 11; this.btnCancel.Tag = ""; this.btnCancel.Text = "Cancel"; // // btnOK // this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(254, 104); this.btnOK.Name = "btnOK"; this.btnOK.TabIndex = 10; this.btnOK.Tag = "mainsave"; this.btnOK.Text = "OK"; // // Frm_incomelinkedpayment_default // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(426, 143); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.btnEntrata); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "Frm_incomelinkedpayment_default"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit(); this.ResumeLayout(false); }