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.tabControl1       = new Crownwood.Magic.Controls.TabControl();
     this.tabSpesa          = new Crownwood.Magic.Controls.TabPage();
     this.gridSpesa         = new System.Windows.Forms.DataGrid();
     this.tabEntrata        = new Crownwood.Magic.Controls.TabPage();
     this.gridEntrata       = new System.Windows.Forms.DataGrid();
     this.tabVarSpesa       = new Crownwood.Magic.Controls.TabPage();
     this.gridVarSpesa      = new System.Windows.Forms.DataGrid();
     this.btnCancel         = new System.Windows.Forms.Button();
     this.btnOk             = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.txtEsercMovimento = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.txtNumMovimento   = new System.Windows.Forms.TextBox();
     this.DS = new /*Rana:spesa_automatismi.*/ vistaForm();
     this.tabControl1.SuspendLayout();
     this.tabSpesa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSpesa)).BeginInit();
     this.tabEntrata.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEntrata)).BeginInit();
     this.tabVarSpesa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridVarSpesa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.IDEPixelArea  = true;
     this.tabControl1.Location      = new System.Drawing.Point(16, 48);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.SelectedTab   = this.tabEntrata;
     this.tabControl1.Size          = new System.Drawing.Size(616, 344);
     this.tabControl1.TabIndex      = 0;
     this.tabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabEntrata,
         this.tabSpesa,
         this.tabVarSpesa
     });
     this.tabControl1.SelectionChanged += new System.EventHandler(this.tabControl1_SelectionChanged);
     //
     // tabSpesa
     //
     this.tabSpesa.Controls.Add(this.gridSpesa);
     this.tabSpesa.Location = new System.Drawing.Point(0, 0);
     this.tabSpesa.Name     = "tabSpesa";
     this.tabSpesa.Selected = false;
     this.tabSpesa.Size     = new System.Drawing.Size(616, 319);
     this.tabSpesa.TabIndex = 1;
     this.tabSpesa.Title    = "Movimenti Spesa";
     //
     // gridSpesa
     //
     this.gridSpesa.AllowNavigation = false;
     this.gridSpesa.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.gridSpesa.DataMember      = "";
     this.gridSpesa.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridSpesa.Location        = new System.Drawing.Point(8, 8);
     this.gridSpesa.Name            = "gridSpesa";
     this.gridSpesa.ReadOnly        = true;
     this.gridSpesa.Size            = new System.Drawing.Size(600, 304);
     this.gridSpesa.TabIndex        = 1;
     this.gridSpesa.Tag             = "expenseview.autospesa";
     this.gridSpesa.DoubleClick    += new System.EventHandler(this.gridSpesa_DoubleClick);
     //
     // tabEntrata
     //
     this.tabEntrata.Controls.Add(this.gridEntrata);
     this.tabEntrata.Location = new System.Drawing.Point(0, 0);
     this.tabEntrata.Name     = "tabEntrata";
     this.tabEntrata.Size     = new System.Drawing.Size(616, 319);
     this.tabEntrata.TabIndex = 0;
     this.tabEntrata.Title    = "Movimenti Entrata";
     //
     // gridEntrata
     //
     this.gridEntrata.AllowNavigation = false;
     this.gridEntrata.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.gridEntrata.DataMember      = "";
     this.gridEntrata.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridEntrata.Location        = new System.Drawing.Point(8, 8);
     this.gridEntrata.Name            = "gridEntrata";
     this.gridEntrata.ReadOnly        = true;
     this.gridEntrata.Size            = new System.Drawing.Size(600, 304);
     this.gridEntrata.TabIndex        = 0;
     this.gridEntrata.Tag             = "incomeview.autospesa";
     this.gridEntrata.DoubleClick    += new System.EventHandler(this.gridEntrata_DoubleClick);
     //
     // tabVarSpesa
     //
     this.tabVarSpesa.Controls.Add(this.gridVarSpesa);
     this.tabVarSpesa.Location = new System.Drawing.Point(0, 0);
     this.tabVarSpesa.Name     = "tabVarSpesa";
     this.tabVarSpesa.Selected = false;
     this.tabVarSpesa.Size     = new System.Drawing.Size(616, 319);
     this.tabVarSpesa.TabIndex = 2;
     this.tabVarSpesa.Title    = "Variazioni Spesa";
     //
     // gridVarSpesa
     //
     this.gridVarSpesa.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.gridVarSpesa.DataMember      = "";
     this.gridVarSpesa.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridVarSpesa.Location        = new System.Drawing.Point(8, 8);
     this.gridVarSpesa.Name            = "gridVarSpesa";
     this.gridVarSpesa.Size            = new System.Drawing.Size(600, 304);
     this.gridVarSpesa.TabIndex        = 1;
     this.gridVarSpesa.Tag             = "expensevarview.autospesa";
     this.gridVarSpesa.DoubleClick    += new System.EventHandler(this.gridVarSpesa_DoubleClick);
     //
     // 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(464, 408);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.Visible      = false;
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // 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(552, 408);
     this.btnOk.Name         = "btnOk";
     this.btnOk.TabIndex     = 2;
     this.btnOk.Tag          = "mainsave";
     this.btnOk.Text         = "Ok";
     this.btnOk.Click       += new System.EventHandler(this.btnOk_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Esercizio";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEsercMovimento
     //
     this.txtEsercMovimento.Location  = new System.Drawing.Point(104, 8);
     this.txtEsercMovimento.Name      = "txtEsercMovimento";
     this.txtEsercMovimento.ReadOnly  = true;
     this.txtEsercMovimento.Size      = new System.Drawing.Size(96, 20);
     this.txtEsercMovimento.TabIndex  = 4;
     this.txtEsercMovimento.Tag       = "expense.ymov";
     this.txtEsercMovimento.Text      = "";
     this.txtEsercMovimento.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(232, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 16);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Numero";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNumMovimento
     //
     this.txtNumMovimento.Location  = new System.Drawing.Point(288, 8);
     this.txtNumMovimento.Name      = "txtNumMovimento";
     this.txtNumMovimento.ReadOnly  = true;
     this.txtNumMovimento.Size      = new System.Drawing.Size(88, 20);
     this.txtNumMovimento.TabIndex  = 6;
     this.txtNumMovimento.Tag       = "expense.nmov";
     this.txtNumMovimento.Text      = "";
     this.txtNumMovimento.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // frmSpesaAutomatismi
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(632, 437);
     this.Controls.Add(this.txtNumMovimento);
     this.Controls.Add(this.txtEsercMovimento);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Name          = "frmSpesaAutomatismi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Elenco Movimenti Automatici";
     this.tabControl1.ResumeLayout(false);
     this.tabSpesa.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSpesa)).EndInit();
     this.tabEntrata.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEntrata)).EndInit();
     this.tabVarSpesa.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridVarSpesa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
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()
 {
     this.tabControl1    = new Crownwood.Magic.Controls.TabControl();
     this.tabVarEntrata  = new Crownwood.Magic.Controls.TabPage();
     this.gridVarEntrata = new System.Windows.Forms.DataGrid();
     this.tabEntrata     = new Crownwood.Magic.Controls.TabPage();
     this.gridEntrata    = new System.Windows.Forms.DataGrid();
     this.tabSpesa       = new Crownwood.Magic.Controls.TabPage();
     this.gridSpesa      = new System.Windows.Forms.DataGrid();
     this.tabVarSpesa    = new Crownwood.Magic.Controls.TabPage();
     this.gridVarSpesa   = new System.Windows.Forms.DataGrid();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOk          = new System.Windows.Forms.Button();
     this.DS             = new expense_automatismi.vistaForm();
     this.tabControl1.SuspendLayout();
     this.tabVarEntrata.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridVarEntrata)).BeginInit();
     this.tabEntrata.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEntrata)).BeginInit();
     this.tabSpesa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSpesa)).BeginInit();
     this.tabVarSpesa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridVarSpesa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.IDEPixelArea  = true;
     this.tabControl1.Location      = new System.Drawing.Point(8, 8);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.SelectedTab   = this.tabEntrata;
     this.tabControl1.Size          = new System.Drawing.Size(624, 384);
     this.tabControl1.TabIndex      = 0;
     this.tabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabEntrata,
         this.tabSpesa,
         this.tabVarSpesa,
         this.tabVarEntrata
     });
     this.tabControl1.SelectionChanged += new System.EventHandler(this.tabControl1_SelectionChanged);
     //
     // tabVarEntrata
     //
     this.tabVarEntrata.Controls.Add(this.gridVarEntrata);
     this.tabVarEntrata.Location = new System.Drawing.Point(0, 0);
     this.tabVarEntrata.Name     = "tabVarEntrata";
     this.tabVarEntrata.Selected = false;
     this.tabVarEntrata.Size     = new System.Drawing.Size(624, 359);
     this.tabVarEntrata.TabIndex = 3;
     this.tabVarEntrata.Title    = "Variazioni Entrata";
     //
     // gridVarEntrata
     //
     this.gridVarEntrata.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.gridVarEntrata.DataMember      = "";
     this.gridVarEntrata.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridVarEntrata.Location        = new System.Drawing.Point(8, 7);
     this.gridVarEntrata.Name            = "gridVarEntrata";
     this.gridVarEntrata.Size            = new System.Drawing.Size(608, 344);
     this.gridVarEntrata.TabIndex        = 2;
     this.gridVarEntrata.Tag             = "incomevarview.autospesa";
     this.gridVarEntrata.DoubleClick    += new System.EventHandler(this.gridVarEntrata_DoubleClick);
     //
     // tabEntrata
     //
     this.tabEntrata.Controls.Add(this.gridEntrata);
     this.tabEntrata.Location = new System.Drawing.Point(0, 0);
     this.tabEntrata.Name     = "tabEntrata";
     this.tabEntrata.Size     = new System.Drawing.Size(624, 359);
     this.tabEntrata.TabIndex = 0;
     this.tabEntrata.Title    = "Movimenti Entrata";
     //
     // gridEntrata
     //
     this.gridEntrata.AllowNavigation = false;
     this.gridEntrata.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.gridEntrata.DataMember      = "";
     this.gridEntrata.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridEntrata.Location        = new System.Drawing.Point(8, 8);
     this.gridEntrata.Name            = "gridEntrata";
     this.gridEntrata.ReadOnly        = true;
     this.gridEntrata.Size            = new System.Drawing.Size(600, 344);
     this.gridEntrata.TabIndex        = 0;
     this.gridEntrata.Tag             = "incomeview.autospesa";
     this.gridEntrata.DoubleClick    += new System.EventHandler(this.gridEntrata_DoubleClick);
     //
     // tabSpesa
     //
     this.tabSpesa.Controls.Add(this.gridSpesa);
     this.tabSpesa.Location = new System.Drawing.Point(0, 0);
     this.tabSpesa.Name     = "tabSpesa";
     this.tabSpesa.Selected = false;
     this.tabSpesa.Size     = new System.Drawing.Size(624, 359);
     this.tabSpesa.TabIndex = 1;
     this.tabSpesa.Title    = "Movimenti Spesa";
     //
     // gridSpesa
     //
     this.gridSpesa.AllowNavigation = false;
     this.gridSpesa.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.gridSpesa.DataMember      = "";
     this.gridSpesa.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridSpesa.Location        = new System.Drawing.Point(8, 8);
     this.gridSpesa.Name            = "gridSpesa";
     this.gridSpesa.ReadOnly        = true;
     this.gridSpesa.Size            = new System.Drawing.Size(608, 344);
     this.gridSpesa.TabIndex        = 1;
     this.gridSpesa.Tag             = "expenseview.autospesa";
     this.gridSpesa.DoubleClick    += new System.EventHandler(this.gridSpesa_DoubleClick);
     //
     // tabVarSpesa
     //
     this.tabVarSpesa.Controls.Add(this.gridVarSpesa);
     this.tabVarSpesa.Location = new System.Drawing.Point(0, 0);
     this.tabVarSpesa.Name     = "tabVarSpesa";
     this.tabVarSpesa.Selected = false;
     this.tabVarSpesa.Size     = new System.Drawing.Size(624, 359);
     this.tabVarSpesa.TabIndex = 2;
     this.tabVarSpesa.Title    = "Variazioni Spesa";
     //
     // gridVarSpesa
     //
     this.gridVarSpesa.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.gridVarSpesa.DataMember      = "";
     this.gridVarSpesa.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.gridVarSpesa.Location        = new System.Drawing.Point(8, 8);
     this.gridVarSpesa.Name            = "gridVarSpesa";
     this.gridVarSpesa.Size            = new System.Drawing.Size(608, 344);
     this.gridVarSpesa.TabIndex        = 1;
     this.gridVarSpesa.Tag             = "expensevarview.autospesa";
     this.gridVarSpesa.DoubleClick    += new System.EventHandler(this.gridVarSpesa_DoubleClick);
     //
     // 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(464, 408);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.Visible      = false;
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // 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(552, 408);
     this.btnOk.Name         = "btnOk";
     this.btnOk.TabIndex     = 2;
     this.btnOk.Tag          = "mainsave";
     this.btnOk.Text         = "Ok";
     this.btnOk.Click       += new System.EventHandler(this.btnOk_Click);
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // Frm_expense_automatismi
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(632, 437);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Name          = "Frm_expense_automatismi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Elenco Movimenti Automatici";
     this.tabControl1.ResumeLayout(false);
     this.tabVarEntrata.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridVarEntrata)).EndInit();
     this.tabEntrata.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEntrata)).EndInit();
     this.tabSpesa.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSpesa)).EndInit();
     this.tabVarSpesa.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridVarSpesa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }