2025-04-15 12:10:19 +02:00

436 lines
23 KiB
C#

namespace C6Contract {
partial class Main {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.tlpMain = new System.Windows.Forms.TableLayoutPanel();
this.dgvToDelete = new System.Windows.Forms.DataGridView();
this.ToDeleteReport = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ToDeleteCognome = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ToDeleteNome = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ToDeleteRete = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ToDeleteCodiceFiscale = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ToDeleteIdReport = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnRemove = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.lblDate = new System.Windows.Forms.Label();
this.lblExistingCFs = new System.Windows.Forms.Label();
this.lblToDeleteCFs = new System.Windows.Forms.Label();
this.btnExecute = new System.Windows.Forms.Button();
this.dgvExistingCFs = new System.Windows.Forms.DataGridView();
this.ExistingReport = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ExistingCognome = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ExistingNome = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ExistingRete = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ExistingCodiceFiscale = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ExistingIdReport = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblReportType = new System.Windows.Forms.Label();
this.cmbReportType = new System.Windows.Forms.ComboBox();
this.dtpCFs = new System.Windows.Forms.DateTimePicker();
this.btnLoad = new System.Windows.Forms.Button();
this.lblCodiceFiscale = new System.Windows.Forms.Label();
this.txtCodiceFiscale = new System.Windows.Forms.TextBox();
this.lblReportTypeDesc = new System.Windows.Forms.Label();
this.lblDataTrim = new System.Windows.Forms.Label();
this.DataTrim = new System.Windows.Forms.Label();
this.tlpMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvToDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvExistingCFs)).BeginInit();
this.SuspendLayout();
//
// tlpMain
//
this.tlpMain.ColumnCount = 4;
this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.5F));
this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.5F));
this.tlpMain.Controls.Add(this.dgvToDelete, 3, 4);
this.tlpMain.Controls.Add(this.btnRemove, 2, 5);
this.tlpMain.Controls.Add(this.btnAdd, 2, 4);
this.tlpMain.Controls.Add(this.lblDate, 0, 1);
this.tlpMain.Controls.Add(this.lblExistingCFs, 0, 3);
this.tlpMain.Controls.Add(this.lblToDeleteCFs, 3, 3);
this.tlpMain.Controls.Add(this.btnExecute, 3, 6);
this.tlpMain.Controls.Add(this.dgvExistingCFs, 0, 4);
this.tlpMain.Controls.Add(this.lblReportType, 0, 0);
this.tlpMain.Controls.Add(this.cmbReportType, 1, 0);
this.tlpMain.Controls.Add(this.dtpCFs, 1, 1);
this.tlpMain.Controls.Add(this.btnLoad, 0, 2);
this.tlpMain.Controls.Add(this.lblCodiceFiscale, 2, 1);
this.tlpMain.Controls.Add(this.txtCodiceFiscale, 3, 1);
this.tlpMain.Controls.Add(this.lblReportTypeDesc, 2, 0);
this.tlpMain.Controls.Add(this.lblDataTrim, 2, 2);
this.tlpMain.Controls.Add(this.DataTrim, 3, 2);
this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tlpMain.Location = new System.Drawing.Point(0, 0);
this.tlpMain.Name = "tlpMain";
this.tlpMain.RowCount = 7;
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
this.tlpMain.Size = new System.Drawing.Size(792, 566);
this.tlpMain.TabIndex = 0;
//
// dgvToDelete
//
this.dgvToDelete.AllowUserToAddRows = false;
this.dgvToDelete.AllowUserToDeleteRows = false;
this.dgvToDelete.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvToDelete.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ToDeleteReport,
this.ToDeleteCognome,
this.ToDeleteNome,
this.ToDeleteRete,
this.ToDeleteCodiceFiscale,
this.ToDeleteIdReport});
this.dgvToDelete.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvToDelete.Location = new System.Drawing.Point(456, 183);
this.dgvToDelete.Name = "dgvToDelete";
this.dgvToDelete.ReadOnly = true;
this.tlpMain.SetRowSpan(this.dgvToDelete, 2);
this.dgvToDelete.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvToDelete.Size = new System.Drawing.Size(333, 332);
this.dgvToDelete.TabIndex = 11;
this.dgvToDelete.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dgvToDelete_Scroll);
//
// ToDeleteReport
//
this.ToDeleteReport.HeaderText = "Tipo report";
this.ToDeleteReport.Name = "ToDeleteReport";
this.ToDeleteReport.ReadOnly = true;
this.ToDeleteReport.Visible = false;
//
// ToDeleteCognome
//
this.ToDeleteCognome.HeaderText = "Cognome";
this.ToDeleteCognome.Name = "ToDeleteCognome";
this.ToDeleteCognome.ReadOnly = true;
//
// ToDeleteNome
//
this.ToDeleteNome.HeaderText = "Nome";
this.ToDeleteNome.Name = "ToDeleteNome";
this.ToDeleteNome.ReadOnly = true;
//
// ToDeleteRete
//
this.ToDeleteRete.HeaderText = "Rete";
this.ToDeleteRete.Name = "ToDeleteRete";
this.ToDeleteRete.ReadOnly = true;
//
// ToDeleteCodiceFiscale
//
this.ToDeleteCodiceFiscale.HeaderText = "Codice fiscale";
this.ToDeleteCodiceFiscale.Name = "ToDeleteCodiceFiscale";
this.ToDeleteCodiceFiscale.ReadOnly = true;
//
// ToDeleteIdReport
//
this.ToDeleteIdReport.HeaderText = "Identificativo";
this.ToDeleteIdReport.Name = "ToDeleteIdReport";
this.ToDeleteIdReport.ReadOnly = true;
//
// btnRemove
//
this.btnRemove.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnRemove.Location = new System.Drawing.Point(356, 422);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(75, 23);
this.btnRemove.TabIndex = 3;
this.btnRemove.Text = "<<";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnAdd
//
this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnAdd.Location = new System.Drawing.Point(356, 253);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 2;
this.btnAdd.Text = ">>";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// lblDate
//
this.lblDate.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblDate.AutoSize = true;
this.lblDate.Location = new System.Drawing.Point(5, 61);
this.lblDate.Name = "lblDate";
this.lblDate.Size = new System.Drawing.Size(110, 13);
this.lblDate.TabIndex = 5;
this.lblDate.Text = "Selezionare una data:";
this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblExistingCFs
//
this.lblExistingCFs.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblExistingCFs.AutoSize = true;
this.tlpMain.SetColumnSpan(this.lblExistingCFs, 2);
this.lblExistingCFs.Location = new System.Drawing.Point(3, 151);
this.lblExistingCFs.Name = "lblExistingCFs";
this.lblExistingCFs.Size = new System.Drawing.Size(134, 13);
this.lblExistingCFs.TabIndex = 7;
this.lblExistingCFs.Text = "Clienti con report generato:";
this.lblExistingCFs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblToDeleteCFs
//
this.lblToDeleteCFs.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.lblToDeleteCFs.AutoSize = true;
this.lblToDeleteCFs.Location = new System.Drawing.Point(456, 151);
this.lblToDeleteCFs.Name = "lblToDeleteCFs";
this.lblToDeleteCFs.Size = new System.Drawing.Size(153, 13);
this.lblToDeleteCFs.TabIndex = 8;
this.lblToDeleteCFs.Text = "Clienti con report da rimuovere:";
this.lblToDeleteCFs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnExecute
//
this.btnExecute.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnExecute.Location = new System.Drawing.Point(714, 530);
this.btnExecute.Name = "btnExecute";
this.btnExecute.Size = new System.Drawing.Size(75, 23);
this.btnExecute.TabIndex = 9;
this.btnExecute.Text = "Esegui";
this.btnExecute.UseVisualStyleBackColor = true;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
//
// dgvExistingCFs
//
this.dgvExistingCFs.AllowUserToAddRows = false;
this.dgvExistingCFs.AllowUserToDeleteRows = false;
this.dgvExistingCFs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvExistingCFs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ExistingReport,
this.ExistingCognome,
this.ExistingNome,
this.ExistingRete,
this.ExistingCodiceFiscale,
this.ExistingIdReport});
this.tlpMain.SetColumnSpan(this.dgvExistingCFs, 2);
this.dgvExistingCFs.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvExistingCFs.Location = new System.Drawing.Point(3, 183);
this.dgvExistingCFs.Name = "dgvExistingCFs";
this.dgvExistingCFs.ReadOnly = true;
this.tlpMain.SetRowSpan(this.dgvExistingCFs, 2);
this.dgvExistingCFs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvExistingCFs.Size = new System.Drawing.Size(329, 332);
this.dgvExistingCFs.TabIndex = 10;
this.dgvExistingCFs.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dgvExistingCFs_Scroll);
//
// ExistingReport
//
this.ExistingReport.HeaderText = "Tipo report";
this.ExistingReport.Name = "ExistingReport";
this.ExistingReport.ReadOnly = true;
this.ExistingReport.Visible = false;
//
// ExistingCognome
//
this.ExistingCognome.HeaderText = "Cognome";
this.ExistingCognome.Name = "ExistingCognome";
this.ExistingCognome.ReadOnly = true;
//
// ExistingNome
//
this.ExistingNome.HeaderText = "Nome";
this.ExistingNome.Name = "ExistingNome";
this.ExistingNome.ReadOnly = true;
//
// ExistingRete
//
this.ExistingRete.HeaderText = "Rete";
this.ExistingRete.Name = "ExistingRete";
this.ExistingRete.ReadOnly = true;
//
// ExistingCodiceFiscale
//
this.ExistingCodiceFiscale.HeaderText = "Codice fiscale";
this.ExistingCodiceFiscale.Name = "ExistingCodiceFiscale";
this.ExistingCodiceFiscale.ReadOnly = true;
//
// ExistingIdReport
//
this.ExistingIdReport.HeaderText = "Identificativo";
this.ExistingIdReport.Name = "ExistingIdReport";
this.ExistingIdReport.ReadOnly = true;
//
// lblReportType
//
this.lblReportType.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblReportType.AutoSize = true;
this.lblReportType.Location = new System.Drawing.Point(16, 16);
this.lblReportType.Name = "lblReportType";
this.lblReportType.Size = new System.Drawing.Size(99, 13);
this.lblReportType.TabIndex = 12;
this.lblReportType.Text = "Selezionare la fase:";
this.lblReportType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cmbReportType
//
this.cmbReportType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.cmbReportType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbReportType.FormattingEnabled = true;
this.cmbReportType.Items.AddRange(new object[] {
"Giornaliero",
"Periodico"});
this.cmbReportType.Location = new System.Drawing.Point(121, 12);
this.cmbReportType.Name = "cmbReportType";
this.cmbReportType.Size = new System.Drawing.Size(211, 21);
this.cmbReportType.Sorted = true;
this.cmbReportType.TabIndex = 13;
this.cmbReportType.SelectedIndexChanged += new System.EventHandler(this.cmbReportType_SelectedIndexChanged);
//
// dtpCFs
//
this.dtpCFs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.dtpCFs.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpCFs.Location = new System.Drawing.Point(121, 57);
this.dtpCFs.Name = "dtpCFs";
this.dtpCFs.Size = new System.Drawing.Size(211, 20);
this.dtpCFs.TabIndex = 4;
//
// btnLoad
//
this.btnLoad.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnLoad.Location = new System.Drawing.Point(21, 101);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(75, 23);
this.btnLoad.TabIndex = 6;
this.btnLoad.Text = "Carica";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// lblCodiceFiscale
//
this.lblCodiceFiscale.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblCodiceFiscale.AutoSize = true;
this.lblCodiceFiscale.Location = new System.Drawing.Point(374, 61);
this.lblCodiceFiscale.Name = "lblCodiceFiscale";
this.lblCodiceFiscale.Size = new System.Drawing.Size(76, 13);
this.lblCodiceFiscale.TabIndex = 15;
this.lblCodiceFiscale.Text = "Codice fiscale:";
this.lblCodiceFiscale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtCodiceFiscale
//
this.txtCodiceFiscale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.txtCodiceFiscale.Location = new System.Drawing.Point(456, 57);
this.txtCodiceFiscale.Name = "txtCodiceFiscale";
this.txtCodiceFiscale.Size = new System.Drawing.Size(333, 20);
this.txtCodiceFiscale.TabIndex = 16;
this.txtCodiceFiscale.TextChanged += new System.EventHandler(this.txtCodiceFiscale_TextChanged);
//
// lblReportTypeDesc
//
this.lblReportTypeDesc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.lblReportTypeDesc.AutoSize = true;
this.tlpMain.SetColumnSpan(this.lblReportTypeDesc, 2);
this.lblReportTypeDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblReportTypeDesc.Location = new System.Drawing.Point(338, 4);
this.lblReportTypeDesc.Name = "lblReportTypeDesc";
this.lblReportTypeDesc.Size = new System.Drawing.Size(451, 37);
this.lblReportTypeDesc.TabIndex = 14;
this.lblReportTypeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblDataTrim
//
this.lblDataTrim.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblDataTrim.AutoSize = true;
this.lblDataTrim.Location = new System.Drawing.Point(367, 106);
this.lblDataTrim.Name = "lblDataTrim";
this.lblDataTrim.Size = new System.Drawing.Size(83, 13);
this.lblDataTrim.TabIndex = 17;
this.lblDataTrim.Text = "Data trimestrale:";
//
// DataTrim
//
this.DataTrim.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.DataTrim.AutoSize = true;
this.DataTrim.ForeColor = System.Drawing.SystemColors.HotTrack;
this.DataTrim.Location = new System.Drawing.Point(456, 106);
this.DataTrim.Name = "DataTrim";
this.DataTrim.Size = new System.Drawing.Size(225, 13);
this.DataTrim.TabIndex = 18;
this.DataTrim.Text = "Selezionare PERIODICO per impostare la data";
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.tlpMain);
this.Name = "Main";
this.Text = "C6 Contracts Manager";
this.Load += new System.EventHandler(this.Main_Load);
this.tlpMain.ResumeLayout(false);
this.tlpMain.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvToDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvExistingCFs)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tlpMain;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.DateTimePicker dtpCFs;
private System.Windows.Forms.Label lblDate;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Label lblExistingCFs;
private System.Windows.Forms.Label lblToDeleteCFs;
private System.Windows.Forms.Button btnExecute;
private System.Windows.Forms.DataGridView dgvExistingCFs;
private System.Windows.Forms.DataGridView dgvToDelete;
private System.Windows.Forms.Label lblReportType;
private System.Windows.Forms.ComboBox cmbReportType;
private System.Windows.Forms.Label lblReportTypeDesc;
private System.Windows.Forms.Label lblCodiceFiscale;
private System.Windows.Forms.TextBox txtCodiceFiscale;
private System.Windows.Forms.DataGridViewTextBoxColumn ToDeleteReport;
private System.Windows.Forms.DataGridViewTextBoxColumn ToDeleteCognome;
private System.Windows.Forms.DataGridViewTextBoxColumn ToDeleteNome;
private System.Windows.Forms.DataGridViewTextBoxColumn ToDeleteRete;
private System.Windows.Forms.DataGridViewTextBoxColumn ToDeleteCodiceFiscale;
private System.Windows.Forms.DataGridViewTextBoxColumn ToDeleteIdReport;
private System.Windows.Forms.DataGridViewTextBoxColumn ExistingReport;
private System.Windows.Forms.DataGridViewTextBoxColumn ExistingCognome;
private System.Windows.Forms.DataGridViewTextBoxColumn ExistingNome;
private System.Windows.Forms.DataGridViewTextBoxColumn ExistingRete;
private System.Windows.Forms.DataGridViewTextBoxColumn ExistingCodiceFiscale;
private System.Windows.Forms.DataGridViewTextBoxColumn ExistingIdReport;
private System.Windows.Forms.Label lblDataTrim;
private System.Windows.Forms.Label DataTrim;
}
}