示例#1
0
        public override global::System.Data.DataSet Clone()
        {
            vistaForm cln = ((vistaForm)(base.Clone()));

            cln.InitVars();
            cln.SchemaSerializationMode = this.SchemaSerializationMode;
            return(cln);
        }
示例#2
0
        public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs)
        {
            vistaForm ds = new vistaForm();

            global::System.Xml.Schema.XmlSchemaComplexType type     = new global::System.Xml.Schema.XmlSchemaComplexType();
            global::System.Xml.Schema.XmlSchemaSequence    sequence = new global::System.Xml.Schema.XmlSchemaSequence();
            global::System.Xml.Schema.XmlSchemaAny         any      = new global::System.Xml.Schema.XmlSchemaAny();
            any.Namespace = ds.Namespace;
            sequence.Items.Add(any);
            type.Particle = sequence;
            global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
            if (xs.Contains(dsSchema.TargetNamespace))
            {
                global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                try {
                    global::System.Xml.Schema.XmlSchema schema = null;
                    dsSchema.Write(s1);
                    for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext();)
                    {
                        schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                        s2.SetLength(0);
                        schema.Write(s2);
                        if ((s1.Length == s2.Length))
                        {
                            s1.Position = 0;
                            s2.Position = 0;
                            for (; ((s1.Position != s1.Length) &&
                                    (s1.ReadByte() == s2.ReadByte()));)
                            {
                                ;
                            }
                            if ((s1.Position == s1.Length))
                            {
                                return(type);
                            }
                        }
                    }
                }
                finally {
                    if ((s1 != null))
                    {
                        s1.Close();
                    }
                    if ((s2 != null))
                    {
                        s2.Close();
                    }
                }
            }
            xs.Add(dsSchema);
            return(type);
        }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.DS         = new vistaForm();
     this.labExe     = new System.Windows.Forms.Label();
     this.timer1     = new System.Windows.Forms.Timer(this.components);
     this.label1     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // DS
     //
     this.DS.DataSetName = "vistaPersGen";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // labExe
     //
     this.labExe.Location = new System.Drawing.Point(24, 56);
     this.labExe.Name     = "labExe";
     this.labExe.Size     = new System.Drawing.Size(408, 32);
     this.labExe.TabIndex = 0;
     this.labExe.Text     = "Esecuzione di ";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 2000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 96);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 1;
     this.label1.Text     = "Attendere prego...";
     //
     // frmPersGenAutomovimenti_Trasmissione
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(456, 141);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.labExe);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmPersGenAutomovimenti_Trasmissione";
     this.ShowInTaskbar   = false;
     this.Text            = "frmPersGenAutomovimenti_Trasmissione";
     this.WindowState     = System.Windows.Forms.FormWindowState.Minimized;
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
 /// il contenuto del metodo con l'editor di codice.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCustomView));
     this.label1              = new System.Windows.Forms.Label();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.textBox2            = new System.Windows.Forms.TextBox();
     this.pageSetupDialog1    = new System.Windows.Forms.PageSetupDialog();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printDialog1        = new System.Windows.Forms.PrintDialog();
     this.DS           = new /*Rana:CustomViewSystem.*/ vistaForm();
     this.tabControl1  = new System.Windows.Forms.TabControl();
     this.tabPage1     = new System.Windows.Forms.TabPage();
     this.textBox11    = new System.Windows.Forms.TextBox();
     this.label11      = new System.Windows.Forms.Label();
     this.textBox10    = new System.Windows.Forms.TextBox();
     this.label10      = new System.Windows.Forms.Label();
     this.checkBox8    = new System.Windows.Forms.CheckBox();
     this.textBox9     = new System.Windows.Forms.TextBox();
     this.label9       = new System.Windows.Forms.Label();
     this.checkBox7    = new System.Windows.Forms.CheckBox();
     this.checkBox6    = new System.Windows.Forms.CheckBox();
     this.checkBox5    = new System.Windows.Forms.CheckBox();
     this.checkBox4    = new System.Windows.Forms.CheckBox();
     this.checkBox3    = new System.Windows.Forms.CheckBox();
     this.checkBox2    = new System.Windows.Forms.CheckBox();
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.textBox5     = new System.Windows.Forms.TextBox();
     this.label7       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.label6       = new System.Windows.Forms.Label();
     this.textBox8     = new System.Windows.Forms.TextBox();
     this.textBox7     = new System.Windows.Forms.TextBox();
     this.textBox6     = new System.Windows.Forms.TextBox();
     this.label8       = new System.Windows.Forms.Label();
     this.textBox4     = new System.Windows.Forms.TextBox();
     this.label4       = new System.Windows.Forms.Label();
     this.textBox3     = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.tabPage2     = new System.Windows.Forms.TabPage();
     this.dataGrid1    = new System.Windows.Forms.DataGrid();
     this.button3      = new System.Windows.Forms.Button();
     this.button2      = new System.Windows.Forms.Button();
     this.button1      = new System.Windows.Forms.Button();
     this.tabPage3     = new System.Windows.Forms.TabPage();
     this.txtSQLfilter = new System.Windows.Forms.TextBox();
     this.label13      = new System.Windows.Forms.Label();
     this.dataGrid2    = new System.Windows.Forms.DataGrid();
     this.button4      = new System.Windows.Forms.Button();
     this.button5      = new System.Windows.Forms.Button();
     this.button6      = new System.Windows.Forms.Button();
     this.tabPage4     = new System.Windows.Forms.TabPage();
     this.dataGrid3    = new System.Windows.Forms.DataGrid();
     this.button7      = new System.Windows.Forms.Button();
     this.button8      = new System.Windows.Forms.Button();
     this.button9      = new System.Windows.Forms.Button();
     this.checkBox9    = new System.Windows.Forms.CheckBox();
     this.checkBox10   = new System.Windows.Forms.CheckBox();
     this.textBox12    = new System.Windows.Forms.TextBox();
     this.label12      = 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.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid3)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Object Name";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(8, 24);
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size     = new System.Drawing.Size(168, 20);
     this.textBox1.TabIndex = 1;
     this.textBox1.Tag      = "customview.objectname";
     this.textBox1.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(200, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(104, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Listing Type";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(200, 24);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(200, 20);
     this.textBox2.TabIndex  = 3;
     this.textBox2.Tag       = "customview.viewname";
     this.textBox2.Text      = "";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon            = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Location        = new System.Drawing.Point(160, 19);
     this.printPreviewDialog1.MaximumSize     = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.Name            = "printPreviewDialog1";
     this.printPreviewDialog1.Opacity         = 1;
     this.printPreviewDialog1.TransparencyKey = System.Drawing.Color.Empty;
     this.printPreviewDialog1.Visible         = false;
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     this.DS.Namespace   = "http://tempuri.org/vistaForm.xsd";
     //
     // tabControl1
     //
     this.tabControl1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tabPage1,
         this.tabPage2,
         this.tabPage3,
         this.tabPage4
     });
     this.tabControl1.Location      = new System.Drawing.Point(8, 104);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(680, 368);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.textBox11,
         this.label11,
         this.textBox10,
         this.label10,
         this.checkBox8,
         this.textBox9,
         this.label9,
         this.checkBox7,
         this.checkBox6,
         this.checkBox5,
         this.checkBox4,
         this.checkBox3,
         this.checkBox2,
         this.checkBox1,
         this.groupBox1,
         this.textBox4,
         this.label4,
         this.textBox3,
         this.label3
     });
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(672, 342);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Main settings";
     //
     // textBox11
     //
     this.textBox11.Location  = new System.Drawing.Point(88, 272);
     this.textBox11.Name      = "textBox11";
     this.textBox11.TabIndex  = 32;
     this.textBox11.Tag       = "customview.vpages";
     this.textBox11.Text      = "";
     this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(16, 272);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(64, 23);
     this.label11.TabIndex  = 31;
     this.label11.Text      = "V Pages";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox10
     //
     this.textBox10.Location  = new System.Drawing.Point(88, 248);
     this.textBox10.Name      = "textBox10";
     this.textBox10.TabIndex  = 30;
     this.textBox10.Tag       = "customview.hpages";
     this.textBox10.Text      = "";
     this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(16, 248);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(64, 23);
     this.label10.TabIndex  = 29;
     this.label10.Text      = "H pages";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBox8
     //
     this.checkBox8.Location = new System.Drawing.Point(88, 224);
     this.checkBox8.Name     = "checkBox8";
     this.checkBox8.Size     = new System.Drawing.Size(120, 24);
     this.checkBox8.TabIndex = 28;
     this.checkBox8.Tag      = "customview.fittopage:1:0";
     this.checkBox8.Text     = "Fit to page";
     //
     // textBox9
     //
     this.textBox9.Location  = new System.Drawing.Point(88, 200);
     this.textBox9.Name      = "textBox9";
     this.textBox9.TabIndex  = 27;
     this.textBox9.Tag       = "customview.scale";
     this.textBox9.Text      = "";
     this.textBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(16, 200);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(64, 23);
     this.label9.TabIndex  = 26;
     this.label9.Text      = "Scale";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBox7
     //
     this.checkBox7.Location = new System.Drawing.Point(248, 224);
     this.checkBox7.Name     = "checkBox7";
     this.checkBox7.Size     = new System.Drawing.Size(120, 24);
     this.checkBox7.TabIndex = 25;
     this.checkBox7.Tag      = "customview.rowheading:1:0";
     this.checkBox7.Text     = "Row Heading";
     //
     // checkBox6
     //
     this.checkBox6.Location = new System.Drawing.Point(248, 200);
     this.checkBox6.Name     = "checkBox6";
     this.checkBox6.Size     = new System.Drawing.Size(120, 24);
     this.checkBox6.TabIndex = 24;
     this.checkBox6.Tag      = "customview.landscape:1:0";
     this.checkBox6.Text     = "Landscape";
     //
     // checkBox5
     //
     this.checkBox5.Location = new System.Drawing.Point(248, 176);
     this.checkBox5.Name     = "checkBox5";
     this.checkBox5.Size     = new System.Drawing.Size(120, 24);
     this.checkBox5.TabIndex = 23;
     this.checkBox5.Tag      = "customview.colheading:1:0";
     this.checkBox5.Text     = "Column Heading";
     //
     // checkBox4
     //
     this.checkBox4.Location = new System.Drawing.Point(248, 152);
     this.checkBox4.Name     = "checkBox4";
     this.checkBox4.Size     = new System.Drawing.Size(120, 24);
     this.checkBox4.TabIndex = 22;
     this.checkBox4.Tag      = "customview.rowheading:1:0";
     this.checkBox4.Text     = "Row Heading";
     //
     // checkBox3
     //
     this.checkBox3.Location = new System.Drawing.Point(248, 128);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(120, 24);
     this.checkBox3.TabIndex = 21;
     this.checkBox3.Tag      = "customview.vcenter:1:0";
     this.checkBox3.Text     = "Vertical Center";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(248, 104);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(120, 24);
     this.checkBox2.TabIndex = 20;
     this.checkBox2.Tag      = "customview.hcenter:1:0";
     this.checkBox2.Text     = "Horizontal Center";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(248, 80);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.TabIndex = 19;
     this.checkBox1.Tag      = "customview.lefttoright:1:0";
     this.checkBox1.Text     = "Left To Right";
     //
     // groupBox1
     //
     this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.textBox5,
         this.label7,
         this.label5,
         this.label6,
         this.textBox8,
         this.textBox7,
         this.textBox6,
         this.label8
     });
     this.groupBox1.Location = new System.Drawing.Point(16, 72);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(216, 120);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Margins";
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(96, 16);
     this.textBox5.Name      = "textBox5";
     this.textBox5.TabIndex  = 5;
     this.textBox5.Tag       = "customview.topmargin";
     this.textBox5.Text      = "";
     this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 64);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(80, 23);
     this.label7.TabIndex  = 8;
     this.label7.Text      = "Right Margin";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(24, 16);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(64, 23);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Top Margin";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 40);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(80, 23);
     this.label6.TabIndex  = 6;
     this.label6.Text      = "Bottom Margin";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox8
     //
     this.textBox8.Location  = new System.Drawing.Point(96, 88);
     this.textBox8.Name      = "textBox8";
     this.textBox8.TabIndex  = 11;
     this.textBox8.Tag       = "customview.leftmargin";
     this.textBox8.Text      = "";
     this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox7
     //
     this.textBox7.Location  = new System.Drawing.Point(96, 64);
     this.textBox7.Name      = "textBox7";
     this.textBox7.TabIndex  = 9;
     this.textBox7.Tag       = "customview.rightmargin";
     this.textBox7.Text      = "";
     this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox6
     //
     this.textBox6.Location  = new System.Drawing.Point(96, 40);
     this.textBox6.Name      = "textBox6";
     this.textBox6.TabIndex  = 7;
     this.textBox6.Tag       = "customview.bottommargin";
     this.textBox6.Text      = "";
     this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(24, 88);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(64, 23);
     this.label8.TabIndex  = 10;
     this.label8.Text      = "Left Margin";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(96, 40);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(288, 20);
     this.textBox4.TabIndex = 3;
     this.textBox4.Tag      = "customview.footer";
     this.textBox4.Text     = "";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(24, 40);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 23);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Footer";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(96, 16);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(288, 20);
     this.textBox3.TabIndex = 1;
     this.textBox3.Tag      = "customview.header";
     this.textBox3.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(24, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 23);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Header";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabPage2
     //
     this.tabPage2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.dataGrid1,
         this.button3,
         this.button2,
         this.button1
     });
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(672, 342);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Columns";
     //
     // dataGrid1
     //
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(16, 48);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(648, 288);
     this.dataGrid1.TabIndex        = 3;
     this.dataGrid1.Tag             = "customviewcolumn.default.default";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(192, 16);
     this.button3.Name     = "button3";
     this.button3.TabIndex = 2;
     this.button3.Tag      = "delete";
     this.button3.Text     = "Delete";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(104, 16);
     this.button2.Name     = "button2";
     this.button2.TabIndex = 1;
     this.button2.Tag      = "edit.default";
     this.button2.Text     = "Edit";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(16, 16);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 0;
     this.button1.Tag      = "insert.default";
     this.button1.Text     = "New";
     //
     // tabPage3
     //
     this.tabPage3.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtSQLfilter,
         this.label13,
         this.dataGrid2,
         this.button4,
         this.button5,
         this.button6
     });
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(672, 342);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Filter";
     //
     // txtSQLfilter
     //
     this.txtSQLfilter.Location  = new System.Drawing.Point(16, 24);
     this.txtSQLfilter.Multiline = true;
     this.txtSQLfilter.Name      = "txtSQLfilter";
     this.txtSQLfilter.ReadOnly  = true;
     this.txtSQLfilter.Size      = new System.Drawing.Size(648, 40);
     this.txtSQLfilter.TabIndex  = 11;
     this.txtSQLfilter.Text      = "";
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(16, 8);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(100, 16);
     this.label13.TabIndex  = 10;
     this.label13.Text      = "Sql Filter";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dataGrid2
     //
     this.dataGrid2.DataMember      = "";
     this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid2.Location        = new System.Drawing.Point(12, 104);
     this.dataGrid2.Name            = "dataGrid2";
     this.dataGrid2.Size            = new System.Drawing.Size(648, 224);
     this.dataGrid2.TabIndex        = 7;
     this.dataGrid2.Tag             = "customviewwhere.default.default";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(192, 72);
     this.button4.Name     = "button4";
     this.button4.TabIndex = 6;
     this.button4.Tag      = "delete";
     this.button4.Text     = "Delete";
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(104, 72);
     this.button5.Name     = "button5";
     this.button5.TabIndex = 5;
     this.button5.Tag      = "edit.default";
     this.button5.Text     = "Edit";
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(16, 72);
     this.button6.Name     = "button6";
     this.button6.TabIndex = 4;
     this.button6.Tag      = "insert.default";
     this.button6.Text     = "New";
     //
     // tabPage4
     //
     this.tabPage4.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.dataGrid3,
         this.button7,
         this.button8,
         this.button9
     });
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(672, 342);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Sort";
     //
     // dataGrid3
     //
     this.dataGrid3.DataMember      = "";
     this.dataGrid3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid3.Location        = new System.Drawing.Point(16, 48);
     this.dataGrid3.Name            = "dataGrid3";
     this.dataGrid3.Size            = new System.Drawing.Size(648, 272);
     this.dataGrid3.TabIndex        = 7;
     this.dataGrid3.Tag             = "customvieworderby.default.default";
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(192, 8);
     this.button7.Name     = "button7";
     this.button7.TabIndex = 6;
     this.button7.Tag      = "delete";
     this.button7.Text     = "Delete";
     //
     // button8
     //
     this.button8.Location = new System.Drawing.Point(104, 8);
     this.button8.Name     = "button8";
     this.button8.TabIndex = 5;
     this.button8.Tag      = "edit.default";
     this.button8.Text     = "Edit";
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(16, 8);
     this.button9.Name     = "button9";
     this.button9.TabIndex = 4;
     this.button9.Tag      = "insert.default";
     this.button9.Text     = "New";
     //
     // checkBox9
     //
     this.checkBox9.Location = new System.Drawing.Point(416, 24);
     this.checkBox9.Name     = "checkBox9";
     this.checkBox9.Size     = new System.Drawing.Size(48, 24);
     this.checkBox9.TabIndex = 20;
     this.checkBox9.Tag      = "customview.isreal:S:N";
     this.checkBox9.Text     = "Real";
     //
     // checkBox10
     //
     this.checkBox10.Location = new System.Drawing.Point(480, 24);
     this.checkBox10.Name     = "checkBox10";
     this.checkBox10.Size     = new System.Drawing.Size(72, 24);
     this.checkBox10.TabIndex = 21;
     this.checkBox10.Tag      = "customview.issystem:S:N";
     this.checkBox10.Text     = "System";
     //
     // textBox12
     //
     this.textBox12.Location = new System.Drawing.Point(16, 72);
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new System.Drawing.Size(512, 20);
     this.textBox12.TabIndex = 23;
     this.textBox12.Tag      = "customview.staticfilter";
     this.textBox12.Text     = "";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(16, 56);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(100, 16);
     this.label12.TabIndex = 22;
     this.label12.Text     = "Static filter";
     //
     // BtnCancel
     //
     this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancel.Location     = new System.Drawing.Point(224, 480);
     this.BtnCancel.Name         = "BtnCancel";
     this.BtnCancel.TabIndex     = 31;
     this.BtnCancel.Text         = "Cancel";
     //
     // BtnOk
     //
     this.BtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.BtnOk.Location     = new System.Drawing.Point(368, 480);
     this.BtnOk.Name         = "BtnOk";
     this.BtnOk.Size         = new System.Drawing.Size(80, 24);
     this.BtnOk.TabIndex     = 30;
     this.BtnOk.Tag          = "mainsave";
     this.BtnOk.Text         = "Ok";
     //
     // frmCustomView
     //
     this.AcceptButton      = this.BtnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.BtnCancel;
     this.ClientSize        = new System.Drawing.Size(696, 517);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.BtnCancel,
         this.BtnOk,
         this.textBox12,
         this.label12,
         this.checkBox10,
         this.checkBox9,
         this.tabControl1,
         this.textBox2,
         this.label2,
         this.textBox1,
         this.label1
     });
     this.Name = "frmCustomView";
     this.Text = "frmCustomView";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).EndInit();
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid3)).EndInit();
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.textBox2         = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.textBox3         = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.textBox4         = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.textBox5         = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.textBox6         = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.textBox7         = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.textBox8         = new System.Windows.Forms.TextBox();
     this.btnAnnulla       = new System.Windows.Forms.Button();
     this.btnOK            = new System.Windows.Forms.Button();
     this.DS               = new /*Rana:LicenzaUsoEstesa.*/ vistaForm();
     this.label10          = new System.Windows.Forms.Label();
     this.label11          = new System.Windows.Forms.Label();
     this.textBox9         = new System.Windows.Forms.TextBox();
     this.textBox10        = new System.Windows.Forms.TextBox();
     this.label12          = new System.Windows.Forms.Label();
     this.textBox11        = new System.Windows.Forms.TextBox();
     this.label13          = new System.Windows.Forms.Label();
     this.textBox12        = new System.Windows.Forms.TextBox();
     this.label14          = new System.Windows.Forms.Label();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.label15          = new System.Windows.Forms.Label();
     this.btnReset         = new System.Windows.Forms.Button();
     this.btnRemoveLicense = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(544, 24);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Le informazioni in questa pagina servono ad aggiornare l\'archivio clienti della S" +
                            "oftware && More.";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Identificativo DB";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(128, 40);
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.TabIndex = 2;
     this.textBox1.TabStop  = false;
     this.textBox1.Tag      = "license.iddb";
     this.textBox1.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 120);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 23);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Nome Università";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(128, 120);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(408, 20);
     this.textBox2.TabIndex = 4;
     this.textBox2.Tag      = "license.agency";
     this.textBox2.Text     = "";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 152);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(112, 23);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Nome dipartimento o \'Amministrazione\'";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(128, 152);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(408, 20);
     this.textBox3.TabIndex = 6;
     this.textBox3.Tag      = "license.department";
     this.textBox3.Text     = "";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 16);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(112, 16);
     this.label5.TabIndex  = 7;
     this.label5.Text      = "Nome e Cognome";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(128, 16);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(408, 20);
     this.textBox4.TabIndex = 9;
     this.textBox4.Tag      = "license.referent";
     this.textBox4.Text     = "";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(112, 23);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Telefono";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(128, 48);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(408, 20);
     this.textBox5.TabIndex = 10;
     this.textBox5.Tag      = "license.phonenumber";
     this.textBox5.Text     = "";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 80);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(112, 23);
     this.label7.TabIndex  = 11;
     this.label7.Text      = "Fax";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(128, 80);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(408, 20);
     this.textBox6.TabIndex = 11;
     this.textBox6.Tag      = "license.fax";
     this.textBox6.Text     = "";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 112);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(112, 23);
     this.label8.TabIndex  = 13;
     this.label8.Tag       = "";
     this.label8.Text      = "indirizzo E-Mail";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(128, 112);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(408, 20);
     this.textBox7.TabIndex = 12;
     this.textBox7.Tag      = "license.email";
     this.textBox7.Text     = "";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(16, 408);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(96, 23);
     this.label9.TabIndex  = 15;
     this.label9.Text      = "Note (facoltative)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox8
     //
     this.textBox8.Location  = new System.Drawing.Point(120, 408);
     this.textBox8.Multiline = true;
     this.textBox8.Name      = "textBox8";
     this.textBox8.Size      = new System.Drawing.Size(424, 64);
     this.textBox8.TabIndex  = 13;
     this.textBox8.Tag       = "license.annotations";
     this.textBox8.Text      = "";
     //
     // btnAnnulla
     //
     this.btnAnnulla.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnnulla.Location     = new System.Drawing.Point(466, 480);
     this.btnAnnulla.Name         = "btnAnnulla";
     this.btnAnnulla.TabIndex     = 46;
     this.btnAnnulla.Text         = "Annulla";
     //
     // 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(378, 480);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 45;
     this.btnOK.Tag          = "mainsave";
     this.btnOK.Text         = "OK";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 64);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(112, 23);
     this.label10.TabIndex  = 47;
     this.label10.Text      = "Nome Server";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(8, 88);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(112, 23);
     this.label11.TabIndex  = 48;
     this.label11.Text      = "Nome DB";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox9
     //
     this.textBox9.Location = new System.Drawing.Point(128, 64);
     this.textBox9.Name     = "textBox9";
     this.textBox9.ReadOnly = true;
     this.textBox9.Size     = new System.Drawing.Size(408, 20);
     this.textBox9.TabIndex = 49;
     this.textBox9.TabStop  = false;
     this.textBox9.Tag      = "license.servername";
     this.textBox9.Text     = "";
     //
     // textBox10
     //
     this.textBox10.Location = new System.Drawing.Point(128, 88);
     this.textBox10.Name     = "textBox10";
     this.textBox10.ReadOnly = true;
     this.textBox10.Size     = new System.Drawing.Size(408, 20);
     this.textBox10.TabIndex = 50;
     this.textBox10.TabStop  = false;
     this.textBox10.Tag      = "license.dbname";
     this.textBox10.Text     = "";
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(24, 184);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(96, 23);
     this.label12.TabIndex  = 51;
     this.label12.Text      = "Codice Fiscale";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox11
     //
     this.textBox11.Location = new System.Drawing.Point(128, 184);
     this.textBox11.Name     = "textBox11";
     this.textBox11.Size     = new System.Drawing.Size(152, 20);
     this.textBox11.TabIndex = 7;
     this.textBox11.Tag      = "license.cf";
     this.textBox11.Text     = "";
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(296, 184);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(80, 23);
     this.label13.TabIndex  = 53;
     this.label13.Text      = "Provincia";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox12
     //
     this.textBox12.Location = new System.Drawing.Point(384, 184);
     this.textBox12.Name     = "textBox12";
     this.textBox12.Size     = new System.Drawing.Size(56, 20);
     this.textBox12.TabIndex = 8;
     this.textBox12.Tag      = "license.country";
     this.textBox12.Text     = "";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(24, 480);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(320, 23);
     this.label14.TabIndex = 54;
     this.label14.Text     = "E\' importante inserire accuratamente tutte le informazioni.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.textBox5);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textBox6);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.textBox7);
     this.groupBox1.Location = new System.Drawing.Point(8, 216);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(552, 144);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Referente per le comunicazioni della Software and More. (*)";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(8, 360);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(544, 40);
     this.label15.TabIndex = 56;
     this.label15.Text     = "(*) Per le gestioni centralizzate (es. Perugia Stranieri, Piemonte Orientale) è i" +
                             "l nome di chi gestisce centralmente le assistenze. In tutti gli altri casi è il " +
                             "nome del segretario amministrativo, responsabile del dipartimento o dell\'amminis" +
                             "trazione.";
     //
     // btnReset
     //
     this.btnReset.Location = new System.Drawing.Point(464, 32);
     this.btnReset.Name     = "btnReset";
     this.btnReset.TabIndex = 57;
     this.btnReset.Text     = "Reimposta";
     this.btnReset.Visible  = false;
     this.btnReset.Click   += new System.EventHandler(this.btnReset_Click);
     //
     // btnRemoveLicense
     //
     this.btnRemoveLicense.Location = new System.Drawing.Point(312, 32);
     this.btnRemoveLicense.Name     = "btnRemoveLicense";
     this.btnRemoveLicense.Size     = new System.Drawing.Size(120, 23);
     this.btnRemoveLicense.TabIndex = 58;
     this.btnRemoveLicense.Text     = "Rimuovi Licenza";
     this.btnRemoveLicense.Visible  = false;
     this.btnRemoveLicense.Click   += new System.EventHandler(this.btnRemoveLicense_Click);
     //
     // FrmLicenzaUsoEstesa
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(570, 511);
     this.Controls.Add(this.btnRemoveLicense);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.textBox12);
     this.Controls.Add(this.textBox11);
     this.Controls.Add(this.textBox10);
     this.Controls.Add(this.textBox9);
     this.Controls.Add(this.textBox8);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.btnAnnulla);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FrmLicenzaUsoEstesa";
     this.Text            = "FrmLicenzaUsoEstesa";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1                          = new System.Windows.Forms.Label();
     this.comboBox1                       = new System.Windows.Forms.ComboBox();
     this.DS                              = new /*Rana:customdirectrel.*/ vistaForm();
     this.label2                          = new System.Windows.Forms.Label();
     this.comboBox2                       = new System.Windows.Forms.ComboBox();
     this.label3                          = new System.Windows.Forms.Label();
     this.textBox1                        = new System.Windows.Forms.TextBox();
     this.cmbEdit                         = new System.Windows.Forms.ComboBox();
     this.label4                          = new System.Windows.Forms.Label();
     this.label5                          = new System.Windows.Forms.Label();
     this.textBox2                        = new System.Windows.Forms.TextBox();
     this.groupBox1                       = new System.Windows.Forms.GroupBox();
     this.chkCustomDefaults               = new System.Windows.Forms.CheckBox();
     this.chkCustomFilterForInsert        = new System.Windows.Forms.CheckBox();
     this.chkCustomFilterForNavigation    = new System.Windows.Forms.CheckBox();
     this.chkCanInsertFromParentToChild   = new System.Windows.Forms.CheckBox();
     this.chkCanNavigateFromParentToChild = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(192, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Tabella origine della relazione";
     //
     // comboBox1
     //
     this.comboBox1.DataSource    = this.DS.fromtable;
     this.comboBox1.DisplayMember = "objectname";
     this.comboBox1.Location      = new System.Drawing.Point(8, 48);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(336, 21);
     this.comboBox1.TabIndex      = 1;
     this.comboBox1.Tag           = "customdirectrel.fromtable";
     this.comboBox1.ValueMember   = "objectname";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(360, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(328, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Tabella Destinazione della relazione";
     //
     // comboBox2
     //
     this.comboBox2.DataSource    = this.DS.totable;
     this.comboBox2.DisplayMember = "objectname";
     this.comboBox2.Location      = new System.Drawing.Point(360, 48);
     this.comboBox2.Name          = "comboBox2";
     this.comboBox2.Size          = new System.Drawing.Size(336, 21);
     this.comboBox2.TabIndex      = 3;
     this.comboBox2.Tag           = "customdirectrel.fromtable";
     this.comboBox2.ValueMember   = "objectname";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(360, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Descrizione che deve apparire nel menu di navigazione ";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(8, 104);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(320, 20);
     this.textBox1.TabIndex = 5;
     this.textBox1.Tag      = "customdirectrel.description";
     this.textBox1.Text     = "";
     //
     // cmbEdit
     //
     this.cmbEdit.Location = new System.Drawing.Point(8, 144);
     this.cmbEdit.Name     = "cmbEdit";
     this.cmbEdit.Size     = new System.Drawing.Size(200, 21);
     this.cmbEdit.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 128);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(360, 16);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Edit Type del form della tabella Destinazione da aprire";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 168);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(504, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Filtro aggiuntivo (oltre alla chiave esterna)  da applicare per la ricerca della " +
                            "riga in Destinazione";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(8, 184);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(480, 20);
     this.textBox2.TabIndex = 9;
     this.textBox2.Tag      = "customdirectrel.filter";
     this.textBox2.Text     = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkCustomDefaults);
     this.groupBox1.Controls.Add(this.chkCustomFilterForInsert);
     this.groupBox1.Controls.Add(this.chkCustomFilterForNavigation);
     this.groupBox1.Controls.Add(this.chkCanInsertFromParentToChild);
     this.groupBox1.Controls.Add(this.chkCanNavigateFromParentToChild);
     this.groupBox1.Location = new System.Drawing.Point(8, 224);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(680, 208);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Flag della relazione";
     //
     // chkCustomDefaults
     //
     this.chkCustomDefaults.Location = new System.Drawing.Point(16, 136);
     this.chkCustomDefaults.Name     = "chkCustomDefaults";
     this.chkCustomDefaults.Size     = new System.Drawing.Size(640, 48);
     this.chkCustomDefaults.TabIndex = 4;
     this.chkCustomDefaults.Text     = "Chiama sp_getcustomrelationdefault(FromTable,ToTable,EditType) per ottenere i val" +
                                       "ori di default (fieldname, defaultvalue) in inserimento";
     //
     // chkCustomFilterForInsert
     //
     this.chkCustomFilterForInsert.Location = new System.Drawing.Point(16, 112);
     this.chkCustomFilterForInsert.Name     = "chkCustomFilterForInsert";
     this.chkCustomFilterForInsert.Size     = new System.Drawing.Size(648, 24);
     this.chkCustomFilterForInsert.TabIndex = 3;
     this.chkCustomFilterForInsert.Text     = "Chiama sp_getcustomrelationfilter(FromTable,ToTable,EditType,\'I\') per ottenere fi" +
                                              "ltro custom supplementare in inserimento";
     //
     // chkCustomFilterForNavigation
     //
     this.chkCustomFilterForNavigation.Location = new System.Drawing.Point(16, 80);
     this.chkCustomFilterForNavigation.Name     = "chkCustomFilterForNavigation";
     this.chkCustomFilterForNavigation.Size     = new System.Drawing.Size(648, 24);
     this.chkCustomFilterForNavigation.TabIndex = 2;
     this.chkCustomFilterForNavigation.Text     = "Chiama sp_getcustomrelationfilter(FromTable,ToTable,EditType,\'S\') per ottenere fi" +
                                                  "ltro custom supplementare in navigazione";
     //
     // chkCanInsertFromParentToChild
     //
     this.chkCanInsertFromParentToChild.Location = new System.Drawing.Point(16, 48);
     this.chkCanInsertFromParentToChild.Name     = "chkCanInsertFromParentToChild";
     this.chkCanInsertFromParentToChild.Size     = new System.Drawing.Size(392, 24);
     this.chkCanInsertFromParentToChild.TabIndex = 1;
     this.chkCanInsertFromParentToChild.Text     = "E\' possibile inserire un elemento di destinazione a partire dall\'origine";
     //
     // chkCanNavigateFromParentToChild
     //
     this.chkCanNavigateFromParentToChild.Location = new System.Drawing.Point(16, 16);
     this.chkCanNavigateFromParentToChild.Name     = "chkCanNavigateFromParentToChild";
     this.chkCanNavigateFromParentToChild.Size     = new System.Drawing.Size(408, 24);
     this.chkCanNavigateFromParentToChild.TabIndex = 0;
     this.chkCanNavigateFromParentToChild.Text     = "E\' possibile navigare dall\'origine alla destinazione";
     //
     // FrmCustomDirectRel
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(704, 445);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbEdit);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label1);
     this.Name  = "FrmCustomDirectRel";
     this.Text  = "FrmCustomDirectRel";
     this.Load += new System.EventHandler(this.FrmCustomDirectRel_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.comboBox2      = new System.Windows.Forms.ComboBox();
     this.DS             = new customgroupoperation_print.vistaForm();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.label4         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.txtBoxConsenti = new System.Windows.Forms.TextBox();
     this.txtBoxDivieto  = new System.Windows.Forms.TextBox();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.rdbVieta       = new System.Windows.Forms.RadioButton();
     this.rdbConsenti    = new System.Windows.Forms.RadioButton();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // comboBox2
     //
     this.comboBox2.DataSource    = this.DS.customgroup;
     this.comboBox2.DisplayMember = "description";
     this.comboBox2.Location      = new System.Drawing.Point(16, 64);
     this.comboBox2.Name          = "comboBox2";
     this.comboBox2.Size          = new System.Drawing.Size(408, 21);
     this.comboBox2.TabIndex      = 29;
     this.comboBox2.Tag           = "customgroupoperation.idgroup";
     this.comboBox2.ValueMember   = "idcustomgroup";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // comboBox1
     //
     this.comboBox1.DataSource    = this.DS.report;
     this.comboBox1.DisplayMember = "description";
     this.comboBox1.Location      = new System.Drawing.Point(16, 24);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(528, 21);
     this.comboBox1.TabIndex      = 20;
     this.comboBox1.Tag           = "customgroupoperation.tablename";
     this.comboBox1.ValueMember   = "reportname";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(20, 134);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(128, 16);
     this.label4.TabIndex  = 28;
     this.label4.Text      = "Condizione di consenti:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(20, 254);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 16);
     this.label1.TabIndex  = 27;
     this.label1.Text      = "Condizione di divieto:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBoxConsenti
     //
     this.txtBoxConsenti.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBoxConsenti.Location  = new System.Drawing.Point(148, 134);
     this.txtBoxConsenti.Multiline = true;
     this.txtBoxConsenti.Name      = "txtBoxConsenti";
     this.txtBoxConsenti.Size      = new System.Drawing.Size(400, 96);
     this.txtBoxConsenti.TabIndex  = 23;
     this.txtBoxConsenti.Tag       = "customgroupoperation.allowcondition";
     this.txtBoxConsenti.Text      = "";
     //
     // txtBoxDivieto
     //
     this.txtBoxDivieto.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.txtBoxDivieto.Location  = new System.Drawing.Point(148, 254);
     this.txtBoxDivieto.Multiline = true;
     this.txtBoxDivieto.Name      = "txtBoxDivieto";
     this.txtBoxDivieto.Size      = new System.Drawing.Size(400, 96);
     this.txtBoxDivieto.TabIndex  = 24;
     this.txtBoxDivieto.Tag       = "customgroupoperation.denycondition";
     this.txtBoxDivieto.Text      = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rdbVieta);
     this.groupBox1.Controls.Add(this.rdbConsenti);
     this.groupBox1.Location = new System.Drawing.Point(448, 56);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(104, 72);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Default";
     //
     // rdbVieta
     //
     this.rdbVieta.Location = new System.Drawing.Point(16, 24);
     this.rdbVieta.Name     = "rdbVieta";
     this.rdbVieta.Size     = new System.Drawing.Size(72, 16);
     this.rdbVieta.TabIndex = 0;
     this.rdbVieta.Tag      = "customgroupoperation.defaultisdeny:S";
     this.rdbVieta.Text     = "Vieta";
     //
     // rdbConsenti
     //
     this.rdbConsenti.Location = new System.Drawing.Point(16, 48);
     this.rdbConsenti.Name     = "rdbConsenti";
     this.rdbConsenti.Size     = new System.Drawing.Size(72, 16);
     this.rdbConsenti.TabIndex = 1;
     this.rdbConsenti.Tag      = "customgroupoperation.defaultisdeny:N";
     this.rdbConsenti.Text     = "Consenti";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(88, 16);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "Nome report:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Gruppo:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Frm_customgroupoperation_print
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(560, 357);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtBoxConsenti);
     this.Controls.Add(this.txtBoxDivieto);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Name = "Frm_customgroupoperation_print";
     this.Text = "frmCustomGroupPrint";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_parasubcontractsorting_default));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.gboxclass      = new System.Windows.Forms.GroupBox();
     this.btnCodice      = new System.Windows.Forms.Button();
     this.txtCodice      = new System.Windows.Forms.TextBox();
     this.txtDescrizione = new System.Windows.Forms.TextBox();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.cmbTipo        = new System.Windows.Forms.ComboBox();
     this.DS             = new parasubcontractsorting_default.vistaForm();
     this.label1         = new System.Windows.Forms.Label();
     this.btnOk          = new System.Windows.Forms.Button();
     this.btnAnnulla     = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.gboxclass.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.pictureBox1);
     this.groupBox1.Controls.Add(this.gboxclass);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cmbTipo);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(8, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(488, 145);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Tag      = "";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(8, 90);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 23;
     this.pictureBox1.TabStop  = false;
     //
     // gboxclass
     //
     this.gboxclass.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.gboxclass.Controls.Add(this.btnCodice);
     this.gboxclass.Controls.Add(this.txtCodice);
     this.gboxclass.Controls.Add(this.txtDescrizione);
     this.gboxclass.Location = new System.Drawing.Point(184, 56);
     this.gboxclass.Name     = "gboxclass";
     this.gboxclass.Size     = new System.Drawing.Size(296, 81);
     this.gboxclass.TabIndex = 3;
     this.gboxclass.TabStop  = false;
     this.gboxclass.Tag      = "AutoManage.txtCodice.treeclassmovimenti";
     //
     // btnCodice
     //
     this.btnCodice.Enabled  = false;
     this.btnCodice.Location = new System.Drawing.Point(8, 24);
     this.btnCodice.Name     = "btnCodice";
     this.btnCodice.Size     = new System.Drawing.Size(96, 23);
     this.btnCodice.TabIndex = 1;
     this.btnCodice.TabStop  = false;
     this.btnCodice.Tag      = "manage.sorting.tree";
     this.btnCodice.Text     = "Codice";
     //
     // txtCodice
     //
     this.txtCodice.Location = new System.Drawing.Point(8, 56);
     this.txtCodice.Name     = "txtCodice";
     this.txtCodice.ReadOnly = true;
     this.txtCodice.Size     = new System.Drawing.Size(96, 20);
     this.txtCodice.TabIndex = 1;
     this.txtCodice.Tag      = "sorting.sortcode?x";
     //
     // txtDescrizione
     //
     this.txtDescrizione.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.txtDescrizione.Location  = new System.Drawing.Point(112, 16);
     this.txtDescrizione.Multiline = true;
     this.txtDescrizione.Name      = "txtDescrizione";
     this.txtDescrizione.ReadOnly  = true;
     this.txtDescrizione.Size      = new System.Drawing.Size(174, 57);
     this.txtDescrizione.TabIndex  = 14;
     this.txtDescrizione.TabStop   = false;
     this.txtDescrizione.Tag       = "sorting.description";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(104, 72);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(72, 20);
     this.textBox1.TabIndex = 2;
     this.textBox1.Tag      = "parasubcontractsorting.quota.fixed.2..%.100";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(32, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Quota:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // cmbTipo
     //
     this.cmbTipo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbTipo.DataSource    = this.DS.sortingapplicabilityview;
     this.cmbTipo.DisplayMember = "description";
     this.cmbTipo.Location      = new System.Drawing.Point(104, 32);
     this.cmbTipo.Name          = "cmbTipo";
     this.cmbTipo.Size          = new System.Drawing.Size(376, 21);
     this.cmbTipo.TabIndex      = 1;
     this.cmbTipo.Tag           = "sorting.idsorkind?x";
     this.cmbTipo.ValueMember   = "idsorkind";
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.EnforceConstraints      = false;
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Classificazione:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // 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(312, 152);
     this.btnOk.Name         = "btnOk";
     this.btnOk.Size         = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex     = 2;
     this.btnOk.Tag          = "mainsave";
     this.btnOk.Text         = "Ok";
     //
     // btnAnnulla
     //
     this.btnAnnulla.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnnulla.Location     = new System.Drawing.Point(416, 152);
     this.btnAnnulla.Name         = "btnAnnulla";
     this.btnAnnulla.Size         = new System.Drawing.Size(75, 23);
     this.btnAnnulla.TabIndex     = 3;
     this.btnAnnulla.Text         = "Annulla";
     //
     // Frm_parasubcontractsorting_default
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnAnnulla;
     this.ClientSize        = new System.Drawing.Size(500, 178);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnAnnulla);
     this.Name = "Frm_parasubcontractsorting_default";
     this.Text = "frmClasstreecontratto";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.gboxclass.ResumeLayout(false);
     this.gboxclass.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtDescrizione     = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.txtNomePar         = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.cmbTipo            = new System.Windows.Forms.ComboBox();
     this.DS                 = new reportparameter_single.vistaForm();
     this.label1             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.btnOK              = new System.Windows.Forms.Button();
     this.btnAnnulla         = new System.Windows.Forms.Button();
     this.txtFilter          = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.txtHelp            = new System.Windows.Forms.TextBox();
     this.label9             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.rdbAltro           = new System.Windows.Forms.RadioButton();
     this.rdbEsercCorr       = new System.Windows.Forms.RadioButton();
     this.rdbDataCont        = new System.Windows.Forms.RadioButton();
     this.rdbUltimoGMese     = new System.Windows.Forms.RadioButton();
     this.rdbPrimoGMese      = new System.Windows.Forms.RadioButton();
     this.rdbUltimoGAnno     = new System.Windows.Forms.RadioButton();
     this.rdbPrimoGAnno      = new System.Windows.Forms.RadioButton();
     this.rdbNoValue         = new System.Windows.Forms.RadioButton();
     this.txtDefValue        = new System.Windows.Forms.TextBox();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.ckbFlagNoSelection = new System.Windows.Forms.CheckBox();
     this.label12            = new System.Windows.Forms.Label();
     this.cmbComboCodeField  = new System.Windows.Forms.ComboBox();
     this.label11            = new System.Windows.Forms.Label();
     this.cmbComboDescField  = new System.Windows.Forms.ComboBox();
     this.label10            = new System.Windows.Forms.Label();
     this.cmbComboTable      = new System.Windows.Forms.ComboBox();
     this.ckbFlagCombo       = new System.Windows.Forms.CheckBox();
     this.txtNumber          = new System.Windows.Forms.TextBox();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.label13            = new System.Windows.Forms.Label();
     this.grpAbilitaCustom   = new System.Windows.Forms.GroupBox();
     this.grpRadio           = new System.Windows.Forms.GroupBox();
     this.btnRadio           = new System.Windows.Forms.Button();
     this.txtRadio           = new System.Windows.Forms.TextBox();
     this.grpCustom          = new System.Windows.Forms.GroupBox();
     this.cboCustom          = new System.Windows.Forms.ComboBox();
     this.rdoCustom          = new System.Windows.Forms.RadioButton();
     this.grpCostant         = new System.Windows.Forms.GroupBox();
     this.chkHidden          = new System.Windows.Forms.CheckBox();
     this.rdoCheck           = new System.Windows.Forms.RadioButton();
     this.rdoRadio           = new System.Windows.Forms.RadioButton();
     this.rdoCostant         = new System.Windows.Forms.RadioButton();
     this.chkAbilitaCustom   = new System.Windows.Forms.CheckBox();
     this.grpCheck           = new System.Windows.Forms.GroupBox();
     this.btnCheck           = new System.Windows.Forms.Button();
     this.txtCheck           = new System.Windows.Forms.TextBox();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.grpAbilitaCustom.SuspendLayout();
     this.grpRadio.SuspendLayout();
     this.grpCustom.SuspendLayout();
     this.grpCostant.SuspendLayout();
     this.grpCheck.SuspendLayout();
     this.SuspendLayout();
     //
     // txtDescrizione
     //
     this.txtDescrizione.Location = new System.Drawing.Point(80, 32);
     this.txtDescrizione.Name     = "txtDescrizione";
     this.txtDescrizione.Size     = new System.Drawing.Size(280, 20);
     this.txtDescrizione.TabIndex = 7;
     this.txtDescrizione.Tag      = "reportparameter.description";
     this.txtDescrizione.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 32);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 24);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Descrizione:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNomePar
     //
     this.txtNomePar.Location = new System.Drawing.Point(80, 8);
     this.txtNomePar.Name     = "txtNomePar";
     this.txtNomePar.Size     = new System.Drawing.Size(280, 20);
     this.txtNomePar.TabIndex = 5;
     this.txtNomePar.Tag      = "reportparameter.paramname";
     this.txtNomePar.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 24);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Nome:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(368, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(48, 24);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "Tipo:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbTipo
     //
     this.cmbTipo.DataSource    = this.DS.tmp_tipo;
     this.cmbTipo.DisplayMember = "tipo";
     this.cmbTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTipo.Location      = new System.Drawing.Point(424, 8);
     this.cmbTipo.Name          = "cmbTipo";
     this.cmbTipo.Size          = new System.Drawing.Size(248, 21);
     this.cmbTipo.TabIndex      = 8;
     this.cmbTipo.Tag           = "";
     this.cmbTipo.ValueMember   = "codice";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(368, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 24);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Tag:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(24, 56);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(56, 24);
     this.label6.TabIndex  = 15;
     this.label6.Text      = "Numero:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(592, 512);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 18;
     this.btnOK.Tag          = "mainsave";
     this.btnOK.Text         = "OK";
     //
     // btnAnnulla
     //
     this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnnulla.Location     = new System.Drawing.Point(592, 552);
     this.btnAnnulla.Name         = "btnAnnulla";
     this.btnAnnulla.TabIndex     = 19;
     this.btnAnnulla.Text         = "Annulla";
     //
     // txtFilter
     //
     this.txtFilter.Location  = new System.Drawing.Point(80, 80);
     this.txtFilter.Multiline = true;
     this.txtFilter.Name      = "txtFilter";
     this.txtFilter.Size      = new System.Drawing.Size(592, 24);
     this.txtFilter.TabIndex  = 21;
     this.txtFilter.Tag       = "reportparameter.filter";
     this.txtFilter.Text      = "";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(8, 80);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(72, 24);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Filtro:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHelp
     //
     this.txtHelp.Location  = new System.Drawing.Point(80, 112);
     this.txtHelp.Multiline = true;
     this.txtHelp.Name      = "txtHelp";
     this.txtHelp.Size      = new System.Drawing.Size(240, 56);
     this.txtHelp.TabIndex  = 23;
     this.txtHelp.Tag       = "reportparameter.help";
     this.txtHelp.Text      = "";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(8, 112);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(72, 24);
     this.label9.TabIndex  = 22;
     this.label9.Text      = "Guida Web:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rdbAltro);
     this.groupBox1.Controls.Add(this.rdbEsercCorr);
     this.groupBox1.Controls.Add(this.rdbDataCont);
     this.groupBox1.Controls.Add(this.rdbUltimoGMese);
     this.groupBox1.Controls.Add(this.rdbPrimoGMese);
     this.groupBox1.Controls.Add(this.rdbUltimoGAnno);
     this.groupBox1.Controls.Add(this.rdbPrimoGAnno);
     this.groupBox1.Controls.Add(this.rdbNoValue);
     this.groupBox1.Controls.Add(this.txtDefValue);
     this.groupBox1.Location = new System.Drawing.Point(8, 176);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(168, 184);
     this.groupBox1.TabIndex = 24;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Valore predefinito";
     //
     // rdbAltro
     //
     this.rdbAltro.Location        = new System.Drawing.Point(8, 128);
     this.rdbAltro.Name            = "rdbAltro";
     this.rdbAltro.Size            = new System.Drawing.Size(152, 16);
     this.rdbAltro.TabIndex        = 7;
     this.rdbAltro.Tag             = "reportparameter.hintkind:STRING";
     this.rdbAltro.Text            = "Altro";
     this.rdbAltro.CheckedChanged += new System.EventHandler(this.rdbAltro_CheckedChanged);
     //
     // rdbEsercCorr
     //
     this.rdbEsercCorr.Location = new System.Drawing.Point(8, 112);
     this.rdbEsercCorr.Name     = "rdbEsercCorr";
     this.rdbEsercCorr.Size     = new System.Drawing.Size(152, 16);
     this.rdbEsercCorr.TabIndex = 6;
     this.rdbEsercCorr.Tag      = "reportparameter.hintkind:ACCOUNTYEAR";
     this.rdbEsercCorr.Text     = "Esercizio corrente";
     //
     // rdbDataCont
     //
     this.rdbDataCont.Location = new System.Drawing.Point(8, 96);
     this.rdbDataCont.Name     = "rdbDataCont";
     this.rdbDataCont.Size     = new System.Drawing.Size(152, 16);
     this.rdbDataCont.TabIndex = 5;
     this.rdbDataCont.Tag      = "reportparameter.hintkind:ACCOUNTDATE";
     this.rdbDataCont.Text     = "Data contabile";
     //
     // rdbUltimoGMese
     //
     this.rdbUltimoGMese.Location = new System.Drawing.Point(8, 80);
     this.rdbUltimoGMese.Name     = "rdbUltimoGMese";
     this.rdbUltimoGMese.Size     = new System.Drawing.Size(152, 16);
     this.rdbUltimoGMese.TabIndex = 4;
     this.rdbUltimoGMese.Tag      = "reportparameter.hintkind:LASTDAY/CURRM";
     this.rdbUltimoGMese.Text     = "Ultimo giorno del mese";
     //
     // rdbPrimoGMese
     //
     this.rdbPrimoGMese.Location = new System.Drawing.Point(8, 48);
     this.rdbPrimoGMese.Name     = "rdbPrimoGMese";
     this.rdbPrimoGMese.Size     = new System.Drawing.Size(152, 16);
     this.rdbPrimoGMese.TabIndex = 2;
     this.rdbPrimoGMese.Tag      = "reportparameter.hintkind:1/CURRM";
     this.rdbPrimoGMese.Text     = "Primo giorno del mese";
     //
     // rdbUltimoGAnno
     //
     this.rdbUltimoGAnno.Location = new System.Drawing.Point(8, 64);
     this.rdbUltimoGAnno.Name     = "rdbUltimoGAnno";
     this.rdbUltimoGAnno.Size     = new System.Drawing.Size(152, 16);
     this.rdbUltimoGAnno.TabIndex = 3;
     this.rdbUltimoGAnno.Tag      = "reportparameter.hintkind:31/12";
     this.rdbUltimoGAnno.Text     = "Ultimo giorno dell\'anno";
     //
     // rdbPrimoGAnno
     //
     this.rdbPrimoGAnno.Location = new System.Drawing.Point(8, 32);
     this.rdbPrimoGAnno.Name     = "rdbPrimoGAnno";
     this.rdbPrimoGAnno.Size     = new System.Drawing.Size(152, 16);
     this.rdbPrimoGAnno.TabIndex = 1;
     this.rdbPrimoGAnno.Tag      = "reportparameter.hintkind:1/1";
     this.rdbPrimoGAnno.Text     = "Primo giorno dell\'anno";
     //
     // rdbNoValue
     //
     this.rdbNoValue.Location = new System.Drawing.Point(8, 16);
     this.rdbNoValue.Name     = "rdbNoValue";
     this.rdbNoValue.Size     = new System.Drawing.Size(152, 16);
     this.rdbNoValue.TabIndex = 0;
     this.rdbNoValue.Tag      = "reportparameter.hintkind:NOHINT";
     this.rdbNoValue.Text     = "Nessun valore predefinito";
     //
     // txtDefValue
     //
     this.txtDefValue.Location = new System.Drawing.Point(8, 152);
     this.txtDefValue.Name     = "txtDefValue";
     this.txtDefValue.Size     = new System.Drawing.Size(152, 20);
     this.txtDefValue.TabIndex = 26;
     this.txtDefValue.Tag      = "reportparameter.hint";
     this.txtDefValue.Text     = "";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ckbFlagNoSelection);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.cmbComboCodeField);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.cmbComboDescField);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.cmbComboTable);
     this.groupBox2.Controls.Add(this.ckbFlagCombo);
     this.groupBox2.Location = new System.Drawing.Point(184, 176);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(304, 184);
     this.groupBox2.TabIndex = 25;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Combo box";
     //
     // ckbFlagNoSelection
     //
     this.ckbFlagNoSelection.Location = new System.Drawing.Point(8, 160);
     this.ckbFlagNoSelection.Name     = "ckbFlagNoSelection";
     this.ckbFlagNoSelection.Size     = new System.Drawing.Size(288, 16);
     this.ckbFlagNoSelection.TabIndex = 29;
     this.ckbFlagNoSelection.Tag      = "reportparameter.noselectionforall:S:N";
     this.ckbFlagNoSelection.Text     = "Usa % per nessuna selezione";
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(8, 72);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(288, 16);
     this.label12.TabIndex  = 23;
     this.label12.Text      = "Codice:";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmbComboCodeField
     //
     this.cmbComboCodeField.DataSource    = this.DS.columntypes;
     this.cmbComboCodeField.DisplayMember = "field";
     this.cmbComboCodeField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbComboCodeField.Location      = new System.Drawing.Point(8, 95);
     this.cmbComboCodeField.Name          = "cmbComboCodeField";
     this.cmbComboCodeField.Size          = new System.Drawing.Size(288, 21);
     this.cmbComboCodeField.TabIndex      = 22;
     this.cmbComboCodeField.Tag           = "reportparameter.valuemember";
     this.cmbComboCodeField.ValueMember   = "field";
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(16, 119);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(280, 16);
     this.label11.TabIndex  = 21;
     this.label11.Text      = "Nome campo descrizione:";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmbComboDescField
     //
     this.cmbComboDescField.DataSource    = this.DS.columntypescombodescfield;
     this.cmbComboDescField.DisplayMember = "field";
     this.cmbComboDescField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbComboDescField.Location      = new System.Drawing.Point(8, 135);
     this.cmbComboDescField.Name          = "cmbComboDescField";
     this.cmbComboDescField.Size          = new System.Drawing.Size(288, 21);
     this.cmbComboDescField.TabIndex      = 20;
     this.cmbComboDescField.Tag           = "reportparameter.displaymember";
     this.cmbComboDescField.ValueMember   = "field";
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 32);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(288, 16);
     this.label10.TabIndex  = 19;
     this.label10.Text      = "Tabella:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmbComboTable
     //
     this.cmbComboTable.DataSource    = this.DS.customobject;
     this.cmbComboTable.DisplayMember = "objectname";
     this.cmbComboTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbComboTable.Location      = new System.Drawing.Point(8, 48);
     this.cmbComboTable.Name          = "cmbComboTable";
     this.cmbComboTable.Size          = new System.Drawing.Size(288, 21);
     this.cmbComboTable.TabIndex      = 18;
     this.cmbComboTable.Tag           = "reportparameter.datasource";
     this.cmbComboTable.ValueMember   = "objectname";
     //
     // ckbFlagCombo
     //
     this.ckbFlagCombo.Location        = new System.Drawing.Point(8, 16);
     this.ckbFlagCombo.Name            = "ckbFlagCombo";
     this.ckbFlagCombo.Size            = new System.Drawing.Size(288, 16);
     this.ckbFlagCombo.TabIndex        = 28;
     this.ckbFlagCombo.Tag             = "reportparameter.iscombobox:S:N";
     this.ckbFlagCombo.Text            = "Utilizza combobox";
     this.ckbFlagCombo.CheckedChanged += new System.EventHandler(this.ckbFlagCombo_CheckedChanged);
     //
     // txtNumber
     //
     this.txtNumber.Location = new System.Drawing.Point(80, 56);
     this.txtNumber.Name     = "txtNumber";
     this.txtNumber.Size     = new System.Drawing.Size(48, 20);
     this.txtNumber.TabIndex = 27;
     this.txtNumber.Tag      = "reportparameter.number";
     this.txtNumber.Text     = "";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(424, 112);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(248, 56);
     this.textBox1.TabIndex  = 29;
     this.textBox1.Tag       = "reportparameter.help2";
     this.textBox1.Text      = "";
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(352, 112);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(64, 24);
     this.label13.TabIndex  = 28;
     this.label13.Text      = "Guida Windows:";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // grpAbilitaCustom
     //
     this.grpAbilitaCustom.Controls.Add(this.grpRadio);
     this.grpAbilitaCustom.Controls.Add(this.grpCustom);
     this.grpAbilitaCustom.Controls.Add(this.rdoCustom);
     this.grpAbilitaCustom.Controls.Add(this.grpCostant);
     this.grpAbilitaCustom.Controls.Add(this.rdoCheck);
     this.grpAbilitaCustom.Controls.Add(this.rdoRadio);
     this.grpAbilitaCustom.Controls.Add(this.rdoCostant);
     this.grpAbilitaCustom.Controls.Add(this.chkAbilitaCustom);
     this.grpAbilitaCustom.Controls.Add(this.grpCheck);
     this.grpAbilitaCustom.Location = new System.Drawing.Point(8, 368);
     this.grpAbilitaCustom.Name     = "grpAbilitaCustom";
     this.grpAbilitaCustom.Size     = new System.Drawing.Size(480, 232);
     this.grpAbilitaCustom.TabIndex = 31;
     this.grpAbilitaCustom.TabStop  = false;
     this.grpAbilitaCustom.Text     = "Controllo personalizzato";
     //
     // grpRadio
     //
     this.grpRadio.Controls.Add(this.btnRadio);
     this.grpRadio.Controls.Add(this.txtRadio);
     this.grpRadio.Location = new System.Drawing.Point(128, 120);
     this.grpRadio.Name     = "grpRadio";
     this.grpRadio.Size     = new System.Drawing.Size(344, 48);
     this.grpRadio.TabIndex = 9;
     this.grpRadio.TabStop  = false;
     //
     // btnRadio
     //
     this.btnRadio.Location = new System.Drawing.Point(312, 13);
     this.btnRadio.Name     = "btnRadio";
     this.btnRadio.Size     = new System.Drawing.Size(24, 23);
     this.btnRadio.TabIndex = 2;
     this.btnRadio.Text     = "...";
     this.btnRadio.Click   += new System.EventHandler(this.btnRadio_Click);
     //
     // txtRadio
     //
     this.txtRadio.Location = new System.Drawing.Point(8, 16);
     this.txtRadio.Name     = "txtRadio";
     this.txtRadio.ReadOnly = true;
     this.txtRadio.Size     = new System.Drawing.Size(304, 20);
     this.txtRadio.TabIndex = 1;
     this.txtRadio.Text     = "";
     //
     // grpCustom
     //
     this.grpCustom.Controls.Add(this.cboCustom);
     this.grpCustom.Location = new System.Drawing.Point(128, 168);
     this.grpCustom.Name     = "grpCustom";
     this.grpCustom.Size     = new System.Drawing.Size(344, 48);
     this.grpCustom.TabIndex = 8;
     this.grpCustom.TabStop  = false;
     //
     // cboCustom
     //
     this.cboCustom.DataSource    = this.DS.customselection;
     this.cboCustom.DisplayMember = "selectionname";
     this.cboCustom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCustom.Location      = new System.Drawing.Point(8, 16);
     this.cboCustom.Name          = "cboCustom";
     this.cboCustom.Size          = new System.Drawing.Size(328, 21);
     this.cboCustom.TabIndex      = 0;
     this.cboCustom.ValueMember   = "selectioncode";
     //
     // rdoCustom
     //
     this.rdoCustom.Location        = new System.Drawing.Point(24, 184);
     this.rdoCustom.Name            = "rdoCustom";
     this.rdoCustom.Size            = new System.Drawing.Size(80, 24);
     this.rdoCustom.TabIndex        = 7;
     this.rdoCustom.Text            = "Gestito";
     this.rdoCustom.CheckedChanged += new System.EventHandler(this.rdoCustom_CheckedChanged);
     //
     // grpCostant
     //
     this.grpCostant.Controls.Add(this.chkHidden);
     this.grpCostant.Location = new System.Drawing.Point(128, 32);
     this.grpCostant.Name     = "grpCostant";
     this.grpCostant.Size     = new System.Drawing.Size(344, 40);
     this.grpCostant.TabIndex = 4;
     this.grpCostant.TabStop  = false;
     //
     // chkHidden
     //
     this.chkHidden.Location = new System.Drawing.Point(8, 16);
     this.chkHidden.Name     = "chkHidden";
     this.chkHidden.Size     = new System.Drawing.Size(216, 16);
     this.chkHidden.TabIndex = 0;
     this.chkHidden.Text     = "Parametro non visibile";
     //
     // rdoCheck
     //
     this.rdoCheck.Location        = new System.Drawing.Point(24, 88);
     this.rdoCheck.Name            = "rdoCheck";
     this.rdoCheck.TabIndex        = 3;
     this.rdoCheck.Text            = "Check box";
     this.rdoCheck.CheckedChanged += new System.EventHandler(this.rdoCheck_CheckedChanged);
     //
     // rdoRadio
     //
     this.rdoRadio.Location        = new System.Drawing.Point(24, 136);
     this.rdoRadio.Name            = "rdoRadio";
     this.rdoRadio.TabIndex        = 2;
     this.rdoRadio.Text            = "Radio button";
     this.rdoRadio.CheckedChanged += new System.EventHandler(this.rdoRadio_CheckedChanged);
     //
     // rdoCostant
     //
     this.rdoCostant.Location        = new System.Drawing.Point(24, 48);
     this.rdoCostant.Name            = "rdoCostant";
     this.rdoCostant.Size            = new System.Drawing.Size(104, 16);
     this.rdoCostant.TabIndex        = 1;
     this.rdoCostant.Text            = "Costante";
     this.rdoCostant.CheckedChanged += new System.EventHandler(this.rdoCostant_CheckedChanged);
     //
     // chkAbilitaCustom
     //
     this.chkAbilitaCustom.Location        = new System.Drawing.Point(8, 16);
     this.chkAbilitaCustom.Name            = "chkAbilitaCustom";
     this.chkAbilitaCustom.Size            = new System.Drawing.Size(200, 24);
     this.chkAbilitaCustom.TabIndex        = 0;
     this.chkAbilitaCustom.Text            = "Utilizza controllo personalizzato";
     this.chkAbilitaCustom.CheckedChanged += new System.EventHandler(this.chkAbilitaCustom_CheckedChanged);
     //
     // grpCheck
     //
     this.grpCheck.Controls.Add(this.btnCheck);
     this.grpCheck.Controls.Add(this.txtCheck);
     this.grpCheck.Location = new System.Drawing.Point(128, 72);
     this.grpCheck.Name     = "grpCheck";
     this.grpCheck.Size     = new System.Drawing.Size(344, 48);
     this.grpCheck.TabIndex = 5;
     this.grpCheck.TabStop  = false;
     //
     // btnCheck
     //
     this.btnCheck.Location = new System.Drawing.Point(312, 16);
     this.btnCheck.Name     = "btnCheck";
     this.btnCheck.Size     = new System.Drawing.Size(24, 23);
     this.btnCheck.TabIndex = 1;
     this.btnCheck.Text     = "...";
     this.btnCheck.Click   += new System.EventHandler(this.btnCheck_Click);
     //
     // txtCheck
     //
     this.txtCheck.Location = new System.Drawing.Point(8, 16);
     this.txtCheck.Name     = "txtCheck";
     this.txtCheck.ReadOnly = true;
     this.txtCheck.Size     = new System.Drawing.Size(304, 20);
     this.txtCheck.TabIndex = 0;
     this.txtCheck.Text     = "";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(424, 32);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(120, 20);
     this.textBox2.TabIndex = 32;
     this.textBox2.Tag      = "reportparameter.tag";
     this.textBox2.Text     = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(552, 40);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(120, 16);
     this.label5.TabIndex = 33;
     this.label5.Text     = "usare year per gli anni";
     //
     // Frm_reportparameter_single
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnAnnulla;
     this.ClientSize        = new System.Drawing.Size(680, 605);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.txtNumber);
     this.Controls.Add(this.txtHelp);
     this.Controls.Add(this.txtFilter);
     this.Controls.Add(this.txtDescrizione);
     this.Controls.Add(this.txtNomePar);
     this.Controls.Add(this.grpAbilitaCustom);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.btnAnnulla);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbTipo);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.MaximizeBox   = false;
     this.Name          = "Frm_reportparameter_single";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmreportparametersingle";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.grpAbilitaCustom.ResumeLayout(false);
     this.grpRadio.ResumeLayout(false);
     this.grpCustom.ResumeLayout(false);
     this.grpCostant.ResumeLayout(false);
     this.grpCheck.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.DS        = new customusergroup_default.vistaForm();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.textBox1  = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox2
     //
     this.comboBox2.DataSource    = this.DS.customgroup;
     this.comboBox2.DisplayMember = "description";
     this.comboBox2.Location      = new System.Drawing.Point(12, 117);
     this.comboBox2.Name          = "comboBox2";
     this.comboBox2.Size          = new System.Drawing.Size(408, 21);
     this.comboBox2.TabIndex      = 3;
     this.comboBox2.Tag           = "customusergroup.idcustomgroup?customusergroupview.idcustomgroup";
     this.comboBox2.ValueMember   = "idcustomgroup";
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 98);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Gruppo:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(29, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 33;
     this.label1.Text      = "Nome utente:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(13, 12);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 31;
     this.label4.Text      = "Codice utente:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBox1
     //
     this.comboBox1.DataSource    = this.DS.customuser;
     this.comboBox1.DisplayMember = "username";
     this.comboBox1.Location      = new System.Drawing.Point(117, 43);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(192, 21);
     this.comboBox1.TabIndex      = 2;
     this.comboBox1.Tag           = "customusergroup.idcustomuser?customusergroupview.idcustomuser";
     this.comboBox1.ValueMember   = "idcustomuser";
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(117, 12);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(192, 20);
     this.textBox1.TabIndex = 34;
     this.textBox1.Tag      = "customusergroup.idcustomuser?customusergroupview.idcustomuser";
     //
     // Frm_customusergroup_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(444, 178);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.label2);
     this.Name = "Frm_customusergroup_default";
     this.Text = "Frm_customusergroup";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DS         = new /*Rana:customviewwhere.*/ vistaForm();
     this.label1     = new System.Windows.Forms.Label();
     this.textBox1   = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.textBox2   = new System.Windows.Forms.TextBox();
     this.textBox3   = new System.Windows.Forms.TextBox();
     this.label3     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.comboBox1  = new System.Windows.Forms.ComboBox();
     this.comboBox2  = new System.Windows.Forms.ComboBox();
     this.label5     = new System.Windows.Forms.Label();
     this.comboBox3  = new System.Windows.Forms.ComboBox();
     this.label6     = new System.Windows.Forms.Label();
     this.txtOperand = new System.Windows.Forms.TextBox();
     this.labOperand = new System.Windows.Forms.Label();
     this.chkAsk     = new System.Windows.Forms.CheckBox();
     this.BtnCancel  = new System.Windows.Forms.Button();
     this.BtnOk      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     this.DS.Namespace   = "http://tempuri.org/vistaForm.xsd";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 16);
     this.label1.Name      = "label1";
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Object Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(120, 16);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(152, 20);
     this.textBox1.TabIndex  = 1;
     this.textBox1.Tag       = "customviewwhere.objectname";
     this.textBox1.Text      = "";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 40);
     this.label2.Name      = "label2";
     this.label2.TabIndex  = 2;
     this.label2.Text      = "ViewName";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(120, 40);
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(152, 20);
     this.textBox2.TabIndex  = 3;
     this.textBox2.Tag       = "customviewwhere.viewname";
     this.textBox2.Text      = "";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox3
     //
     this.textBox3.Location  = new System.Drawing.Point(120, 64);
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new System.Drawing.Size(152, 20);
     this.textBox3.TabIndex  = 5;
     this.textBox3.Tag       = "customviewwhere.periodnumber";
     this.textBox3.Text      = "";
     this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 64);
     this.label3.Name      = "label3";
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Period number";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 88);
     this.label4.Name      = "label4";
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Connector";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBox1
     //
     this.comboBox1.DataSource    = this.DS.connector;
     this.comboBox1.DisplayMember = "name";
     this.comboBox1.Location      = new System.Drawing.Point(120, 88);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(152, 21);
     this.comboBox1.TabIndex      = 7;
     this.comboBox1.Tag           = "customviewwhere.connector";
     this.comboBox1.ValueMember   = "idconnector";
     //
     // comboBox2
     //
     this.comboBox2.DataSource    = this.DS.columntypes;
     this.comboBox2.DisplayMember = "field";
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.Location      = new System.Drawing.Point(120, 112);
     this.comboBox2.Name          = "comboBox2";
     this.comboBox2.Size          = new System.Drawing.Size(152, 21);
     this.comboBox2.TabIndex      = 9;
     this.comboBox2.Tag           = "customviewwhere.columnname";
     this.comboBox2.ValueMember   = "field";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 112);
     this.label5.Name      = "label5";
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Column Name";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBox3
     //
     this.comboBox3.DataSource    = this.DS.customoperator;
     this.comboBox3.DisplayMember = "name";
     this.comboBox3.Location      = new System.Drawing.Point(120, 136);
     this.comboBox3.Name          = "comboBox3";
     this.comboBox3.Size          = new System.Drawing.Size(152, 21);
     this.comboBox3.TabIndex      = 11;
     this.comboBox3.Tag           = "customviewwhere.operator";
     this.comboBox3.ValueMember   = "idoperator";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 136);
     this.label6.Name      = "label6";
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Operator";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOperand
     //
     this.txtOperand.Location  = new System.Drawing.Point(16, 208);
     this.txtOperand.Multiline = true;
     this.txtOperand.Name      = "txtOperand";
     this.txtOperand.Size      = new System.Drawing.Size(328, 40);
     this.txtOperand.TabIndex  = 13;
     this.txtOperand.Tag       = "customviewwhere.value";
     this.txtOperand.Text      = "";
     this.txtOperand.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labOperand
     //
     this.labOperand.Location  = new System.Drawing.Point(16, 192);
     this.labOperand.Name      = "labOperand";
     this.labOperand.Size      = new System.Drawing.Size(100, 16);
     this.labOperand.TabIndex  = 12;
     this.labOperand.Text      = "Operand";
     this.labOperand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkAsk
     //
     this.chkAsk.Location           = new System.Drawing.Point(120, 168);
     this.chkAsk.Name               = "chkAsk";
     this.chkAsk.Size               = new System.Drawing.Size(152, 24);
     this.chkAsk.TabIndex           = 14;
     this.chkAsk.Tag                = "customviewwhere.runtime:1:0";
     this.chkAsk.Text               = "Ask at run-time";
     this.chkAsk.CheckStateChanged += new System.EventHandler(this.chkAsk_CheckStateChanged);
     //
     // BtnCancel
     //
     this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancel.Location     = new System.Drawing.Point(72, 264);
     this.BtnCancel.Name         = "BtnCancel";
     this.BtnCancel.TabIndex     = 31;
     this.BtnCancel.Text         = "Cancel";
     //
     // BtnOk
     //
     this.BtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.BtnOk.Location     = new System.Drawing.Point(192, 264);
     this.BtnOk.Name         = "BtnOk";
     this.BtnOk.Size         = new System.Drawing.Size(88, 24);
     this.BtnOk.TabIndex     = 30;
     this.BtnOk.Tag          = "mainsave";
     this.BtnOk.Text         = "Ok";
     //
     // FrmCustomViewWhere
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 317);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.BtnCancel,
         this.BtnOk,
         this.chkAsk,
         this.txtOperand,
         this.labOperand,
         this.comboBox3,
         this.label6,
         this.comboBox2,
         this.label5,
         this.comboBox1,
         this.label4,
         this.textBox3,
         this.label3,
         this.textBox2,
         this.label2,
         this.textBox1,
         this.label1
     });
     this.Name = "FrmCustomViewWhere";
     this.Text = "FrmCustomViewWhere";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Frm_role_anagrafica));
     this.DS              = new role_anagrafica.vistaForm();
     this.images          = new System.Windows.Forms.ImageList(this.components);
     this.dataGrid1       = new System.Windows.Forms.DataGrid();
     this.MetaDataToolBar = new System.Windows.Forms.ToolBar();
     this.seleziona       = new System.Windows.Forms.ToolBarButton();
     this.impostaricerca  = new System.Windows.Forms.ToolBarButton();
     this.effettuaricerca = new System.Windows.Forms.ToolBarButton();
     this.modifica        = new System.Windows.Forms.ToolBarButton();
     this.inserisci       = new System.Windows.Forms.ToolBarButton();
     this.inseriscicopia  = new System.Windows.Forms.ToolBarButton();
     this.elimina         = new System.Windows.Forms.ToolBarButton();
     this.Salva           = new System.Windows.Forms.ToolBarButton();
     this.aggiorna        = new System.Windows.Forms.ToolBarButton();
     this.MetaDataDetail  = new System.Windows.Forms.Panel();
     this.button1         = new System.Windows.Forms.Button();
     this.checkBox2       = new System.Windows.Forms.CheckBox();
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.MetaDataDetail.SuspendLayout();
     this.SuspendLayout();
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // images
     //
     this.images.ImageSize        = new System.Drawing.Size(30, 30);
     this.images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
     this.images.TransparentColor = System.Drawing.Color.Transparent;
     //
     // dataGrid1
     //
     this.dataGrid1.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.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(16, 64);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(498, 160);
     this.dataGrid1.TabIndex        = 73;
     this.dataGrid1.Tag             = "role.default";
     //
     // MetaDataToolBar
     //
     this.MetaDataToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.MetaDataToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.seleziona,
         this.impostaricerca,
         this.effettuaricerca,
         this.modifica,
         this.inserisci,
         this.inseriscicopia,
         this.elimina,
         this.Salva,
         this.aggiorna
     });
     this.MetaDataToolBar.ButtonSize     = new System.Drawing.Size(56, 56);
     this.MetaDataToolBar.DropDownArrows = true;
     this.MetaDataToolBar.ImageList      = this.images;
     this.MetaDataToolBar.Location       = new System.Drawing.Point(0, 0);
     this.MetaDataToolBar.Name           = "MetaDataToolBar";
     this.MetaDataToolBar.ShowToolTips   = true;
     this.MetaDataToolBar.Size           = new System.Drawing.Size(530, 106);
     this.MetaDataToolBar.TabIndex       = 76;
     this.MetaDataToolBar.Tag            = "";
     //
     // seleziona
     //
     this.seleziona.ImageIndex  = 1;
     this.seleziona.Tag         = "mainselect";
     this.seleziona.Text        = "Seleziona";
     this.seleziona.ToolTipText = "Seleziona l\'elemento desiderato";
     //
     // impostaricerca
     //
     this.impostaricerca.ImageIndex  = 10;
     this.impostaricerca.Tag         = "mainsetsearch";
     this.impostaricerca.Text        = "Imposta Ricerca";
     this.impostaricerca.ToolTipText = "Imposta una nuova ricerca";
     //
     // effettuaricerca
     //
     this.effettuaricerca.ImageIndex  = 12;
     this.effettuaricerca.Tag         = "maindosearch";
     this.effettuaricerca.Text        = "Effettua Ricerca";
     this.effettuaricerca.ToolTipText = "Cerca in base ai dati immessi";
     //
     // modifica
     //
     this.modifica.ImageIndex  = 6;
     this.modifica.Tag         = "mainedit";
     this.modifica.Text        = "Modifica";
     this.modifica.ToolTipText = "Modifica l\'elemento selezionato";
     //
     // inserisci
     //
     this.inserisci.ImageIndex  = 0;
     this.inserisci.Tag         = "maininsert";
     this.inserisci.Text        = "Inserisci";
     this.inserisci.ToolTipText = "Inserisci un nuovo elemento";
     //
     // inseriscicopia
     //
     this.inseriscicopia.ImageIndex  = 9;
     this.inseriscicopia.Tag         = "maininsertcopy";
     this.inseriscicopia.Text        = "Inserisci copia";
     this.inseriscicopia.ToolTipText = "Inserisci un nuovo elemento copiando i dati da quello attuale";
     //
     // elimina
     //
     this.elimina.ImageIndex  = 3;
     this.elimina.Tag         = "maindelete";
     this.elimina.Text        = "Elimina";
     this.elimina.ToolTipText = "Elimina l\'elemento selezionato";
     //
     // Salva
     //
     this.Salva.ImageIndex  = 2;
     this.Salva.Tag         = "mainsave";
     this.Salva.Text        = "Salva";
     this.Salva.ToolTipText = "Salva le modifiche effettuate";
     //
     // aggiorna
     //
     this.aggiorna.ImageIndex = 13;
     this.aggiorna.Tag        = "mainrefresh";
     this.aggiorna.Text       = "Aggiorna";
     //
     // MetaDataDetail
     //
     this.MetaDataDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.MetaDataDetail.Controls.Add(this.button1);
     this.MetaDataDetail.Controls.Add(this.checkBox2);
     this.MetaDataDetail.Controls.Add(this.comboBox1);
     this.MetaDataDetail.Controls.Add(this.textBox1);
     this.MetaDataDetail.Controls.Add(this.label2);
     this.MetaDataDetail.Controls.Add(this.textBox2);
     this.MetaDataDetail.Controls.Add(this.label1);
     this.MetaDataDetail.Location = new System.Drawing.Point(16, 232);
     this.MetaDataDetail.Name     = "MetaDataDetail";
     this.MetaDataDetail.Size     = new System.Drawing.Size(498, 136);
     this.MetaDataDetail.TabIndex = 75;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(8, 8);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(88, 23);
     this.button1.TabIndex = 67;
     this.button1.Tag      = "manage.registryclass.anagrafica";
     this.button1.Text     = "Tipologia";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(104, 56);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(96, 24);
     this.checkBox2.TabIndex = 66;
     this.checkBox2.Tag      = "role.active:S:N";
     this.checkBox2.Text     = "Attivo";
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DataSource    = this.DS.registryclass;
     this.comboBox1.DisplayMember = "description";
     this.comboBox1.Location      = new System.Drawing.Point(104, 8);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(378, 21);
     this.comboBox1.TabIndex      = 64;
     this.comboBox1.Tag           = "role.idregistryclass";
     this.comboBox1.ValueMember   = "idregistryclass";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(8, 56);
     this.textBox1.MaxLength = 1;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(88, 20);
     this.textBox1.TabIndex  = 50;
     this.textBox1.Tag       = "role.idrole";
     this.textBox1.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 49;
     this.label2.Text     = "Descrizione";
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(8, 104);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(474, 20);
     this.textBox2.TabIndex = 51;
     this.textBox2.Tag      = "role.description";
     this.textBox2.Text     = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 48;
     this.label1.Text     = "Codice";
     //
     // Frm_role_anagrafica
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(530, 374);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.MetaDataToolBar);
     this.Controls.Add(this.MetaDataDetail);
     this.Name = "Frm_role_anagrafica";
     this.Text = "frmcdruololista_Anagrafica";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.MetaDataDetail.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_csa_bill_default));
     this.images          = new System.Windows.Forms.ImageList(this.components);
     this.groupCredDeb    = new System.Windows.Forms.GroupBox();
     this.txtCredDeb      = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.txtIdcsa_bill   = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.txtBillMotive   = new System.Windows.Forms.TextBox();
     this.grpImportazione = new System.Windows.Forms.GroupBox();
     this.txtEsercImport  = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.txtNumImport    = new System.Windows.Forms.TextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.DS             = new csa_bill_default.vistaForm();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.txtAmount      = new System.Windows.Forms.TextBox();
     this.label7         = new System.Windows.Forms.Label();
     this.txtAdate       = new System.Windows.Forms.TextBox();
     this.groupCredDeb.SuspendLayout();
     this.grpImportazione.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // images
     //
     this.images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
     this.images.TransparentColor = System.Drawing.Color.Transparent;
     this.images.Images.SetKeyName(0, "");
     this.images.Images.SetKeyName(1, "");
     this.images.Images.SetKeyName(2, "");
     this.images.Images.SetKeyName(3, "");
     this.images.Images.SetKeyName(4, "");
     this.images.Images.SetKeyName(5, "");
     this.images.Images.SetKeyName(6, "");
     this.images.Images.SetKeyName(7, "");
     this.images.Images.SetKeyName(8, "");
     this.images.Images.SetKeyName(9, "");
     this.images.Images.SetKeyName(10, "");
     this.images.Images.SetKeyName(11, "");
     this.images.Images.SetKeyName(12, "");
     this.images.Images.SetKeyName(13, "");
     //
     // groupCredDeb
     //
     this.groupCredDeb.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.groupCredDeb.Controls.Add(this.txtCredDeb);
     this.groupCredDeb.Location = new System.Drawing.Point(25, 247);
     this.groupCredDeb.Name     = "groupCredDeb";
     this.groupCredDeb.Size     = new System.Drawing.Size(435, 56);
     this.groupCredDeb.TabIndex = 5;
     this.groupCredDeb.TabStop  = false;
     this.groupCredDeb.Tag      = "AutoChoose.txtCredDeb.lista.(active=\'S\')";
     this.groupCredDeb.Text     = "Anagrafica";
     //
     // txtCredDeb
     //
     this.txtCredDeb.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCredDeb.Location = new System.Drawing.Point(8, 24);
     this.txtCredDeb.Name     = "txtCredDeb";
     this.txtCredDeb.Size     = new System.Drawing.Size(419, 20);
     this.txtCredDeb.TabIndex = 0;
     this.txtCredDeb.Tag      = "registry.title?csa_billview.registry";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(24, 199);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(72, 28);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Causale del sospeso:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(11, 118);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 16);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Descrizione:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtIdcsa_bill
     //
     this.txtIdcsa_bill.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.txtIdcsa_bill.Location = new System.Drawing.Point(361, 32);
     this.txtIdcsa_bill.Name     = "txtIdcsa_bill";
     this.txtIdcsa_bill.Size     = new System.Drawing.Size(100, 20);
     this.txtIdcsa_bill.TabIndex = 1;
     this.txtIdcsa_bill.Tag      = "csa_bill.idcsa_bill";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(290, 326);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Importo:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBillMotive
     //
     this.txtBillMotive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBillMotive.Location  = new System.Drawing.Point(110, 178);
     this.txtBillMotive.Multiline = true;
     this.txtBillMotive.Name      = "txtBillMotive";
     this.txtBillMotive.Size      = new System.Drawing.Size(350, 49);
     this.txtBillMotive.TabIndex  = 3;
     this.txtBillMotive.Tag       = "bill.motive?csa_billview.motive";
     //
     // grpImportazione
     //
     this.grpImportazione.Controls.Add(this.txtEsercImport);
     this.grpImportazione.Controls.Add(this.label4);
     this.grpImportazione.Controls.Add(this.txtNumImport);
     this.grpImportazione.Controls.Add(this.label5);
     this.grpImportazione.Location = new System.Drawing.Point(12, 12);
     this.grpImportazione.Name     = "grpImportazione";
     this.grpImportazione.Size     = new System.Drawing.Size(343, 45);
     this.grpImportazione.TabIndex = 13;
     this.grpImportazione.TabStop  = false;
     this.grpImportazione.Text     = "Importazione";
     //
     // txtEsercImport
     //
     this.txtEsercImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEsercImport.Location = new System.Drawing.Point(74, 19);
     this.txtEsercImport.Name     = "txtEsercImport";
     this.txtEsercImport.Size     = new System.Drawing.Size(62, 20);
     this.txtEsercImport.TabIndex = 1;
     this.txtEsercImport.Tag      = "csa_import.yimport.year?csa_billview.yimport.year";
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location  = new System.Drawing.Point(18, 18);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(57, 20);
     this.label4.TabIndex  = 0;
     this.label4.Tag       = "";
     this.label4.Text      = "Esercizio:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtNumImport
     //
     this.txtNumImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNumImport.Location = new System.Drawing.Point(245, 20);
     this.txtNumImport.Name     = "txtNumImport";
     this.txtNumImport.Size     = new System.Drawing.Size(80, 20);
     this.txtNumImport.TabIndex = 2;
     this.txtNumImport.Tag      = "csa_import.nimport?csa_billview.nimport";
     //
     // label5
     //
     this.label5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.Location  = new System.Drawing.Point(188, 19);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(54, 20);
     this.label5.TabIndex  = 0;
     this.label5.Tag       = "";
     this.label5.Text      = "Numero:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DS
     //
     this.DS.DataSetName        = "vistaForm";
     this.DS.EnforceConstraints = false;
     this.DS.Locale             = new System.Globalization.CultureInfo("en-US");
     //
     // txtDescription
     //
     this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescription.Location  = new System.Drawing.Point(110, 117);
     this.txtDescription.Multiline = true;
     this.txtDescription.Name      = "txtDescription";
     this.txtDescription.Size      = new System.Drawing.Size(350, 49);
     this.txtDescription.TabIndex  = 14;
     this.txtDescription.Tag       = "csa_import.description?csa_billview.description";
     //
     // label6
     //
     this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label6.Location  = new System.Drawing.Point(405, 12);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(56, 16);
     this.label6.TabIndex  = 15;
     this.label6.Text      = "#:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtAmount
     //
     this.txtAmount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAmount.Location = new System.Drawing.Point(361, 326);
     this.txtAmount.Name     = "txtAmount";
     this.txtAmount.Size     = new System.Drawing.Size(100, 20);
     this.txtAmount.TabIndex = 16;
     this.txtAmount.Tag      = "csa_bill.amount";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(318, 74);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(37, 23);
     this.label7.TabIndex  = 17;
     this.label7.Text      = "Data:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtAdate
     //
     this.txtAdate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAdate.Location = new System.Drawing.Point(361, 74);
     this.txtAdate.Name     = "txtAdate";
     this.txtAdate.Size     = new System.Drawing.Size(100, 20);
     this.txtAdate.TabIndex = 18;
     this.txtAdate.Tag      = "csa_import.adate?csa_billview.adate";
     //
     // Frm_csa_bill_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(476, 427);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtAdate);
     this.Controls.Add(this.txtAmount);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.grpImportazione);
     this.Controls.Add(this.groupCredDeb);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtIdcsa_bill);
     this.Controls.Add(this.txtBillMotive);
     this.Controls.Add(this.label1);
     this.Name          = "Frm_csa_bill_default";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmEnte";
     this.groupCredDeb.ResumeLayout(false);
     this.groupCredDeb.PerformLayout();
     this.grpImportazione.ResumeLayout(false);
     this.grpImportazione.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.textBox5     = new System.Windows.Forms.TextBox();
     this.textBox4     = new System.Windows.Forms.TextBox();
     this.textBox3     = new System.Windows.Forms.TextBox();
     this.textBox2     = new System.Windows.Forms.TextBox();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.label5       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.groupBox4    = new System.Windows.Forms.GroupBox();
     this.textBox9     = new System.Windows.Forms.TextBox();
     this.label9       = new System.Windows.Forms.Label();
     this.label8       = new System.Windows.Forms.Label();
     this.textBox8     = new System.Windows.Forms.TextBox();
     this.textBox7     = new System.Windows.Forms.TextBox();
     this.label7       = new System.Windows.Forms.Label();
     this.textBox6     = new System.Windows.Forms.TextBox();
     this.label6       = new System.Windows.Forms.Label();
     this.groupBox3    = new System.Windows.Forms.GroupBox();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.DS           = new journal_default.vistaForm();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.textBox5);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(516, 88);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Dati";
     //
     // textBox5
     //
     this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox5.Location = new System.Drawing.Point(328, 64);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(180, 20);
     this.textBox5.TabIndex = 5;
     this.textBox5.Tag      = "journal.dbuser";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(72, 64);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(184, 20);
     this.textBox4.TabIndex = 4;
     this.textBox4.Tag      = "journal.computeruser";
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location = new System.Drawing.Point(72, 40);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(436, 20);
     this.textBox3.TabIndex = 3;
     this.textBox3.Tag      = "journal.computername";
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(320, 16);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(188, 20);
     this.textBox2.TabIndex = 2;
     this.textBox2.Tag      = "journal.tablename";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(72, 16);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(184, 20);
     this.textBox1.TabIndex = 1;
     this.textBox1.Tag      = "journal.operationdatetime.G";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(264, 64);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(64, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Login SQL:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 64);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Utente NT:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 40);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Client:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(264, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Oggetto:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Data\\Ora:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.groupBox4);
     this.groupBox2.Controls.Add(this.textBox7);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.textBox6);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Location = new System.Drawing.Point(16, 144);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(516, 120);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Dettagli";
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.textBox9);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.textBox8);
     this.groupBox4.Location = new System.Drawing.Point(8, 72);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(500, 40);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Valore";
     //
     // textBox9
     //
     this.textBox9.Location = new System.Drawing.Point(80, 16);
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new System.Drawing.Size(168, 20);
     this.textBox9.TabIndex = 3;
     this.textBox9.Tag      = "journal.oldvalue";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(8, 16);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(72, 16);
     this.label9.TabIndex  = 13;
     this.label9.Text      = "Precedente:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(264, 16);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(56, 16);
     this.label8.TabIndex  = 11;
     this.label8.Text      = "Corrente:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox8
     //
     this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox8.Location = new System.Drawing.Point(328, 16);
     this.textBox8.Name     = "textBox8";
     this.textBox8.Size     = new System.Drawing.Size(164, 20);
     this.textBox8.TabIndex = 4;
     this.textBox8.Tag      = "journal.value";
     //
     // textBox7
     //
     this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox7.Location = new System.Drawing.Point(96, 24);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(412, 20);
     this.textBox7.TabIndex = 1;
     this.textBox7.Tag      = "journal.primarykey";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 24);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(80, 16);
     this.label7.TabIndex  = 9;
     this.label7.Text      = "Identificatore:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox6
     //
     this.textBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox6.Location = new System.Drawing.Point(96, 48);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(412, 20);
     this.textBox6.TabIndex = 2;
     this.textBox6.Tag      = "journal.fieldname";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(24, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 16);
     this.label6.TabIndex  = 7;
     this.label6.Text      = "Colonna:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.radioButton3);
     this.groupBox3.Controls.Add(this.radioButton2);
     this.groupBox3.Controls.Add(this.radioButton1);
     this.groupBox3.Location = new System.Drawing.Point(16, 96);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(516, 40);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Operazione";
     //
     // radioButton3
     //
     this.radioButton3.Location = new System.Drawing.Point(304, 16);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(96, 16);
     this.radioButton3.TabIndex = 2;
     this.radioButton3.Tag      = "journal.opkind:d";
     this.radioButton3.Text     = "Cancellazione";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(184, 16);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(85, 18);
     this.radioButton2.TabIndex = 1;
     this.radioButton2.Tag      = "journal.opkind:u";
     this.radioButton2.Text     = "Modifica";
     //
     // radioButton1
     //
     this.radioButton1.Location = new System.Drawing.Point(48, 16);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(88, 16);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.Tag      = "journal.opkind:i";
     this.radioButton1.Text     = "Inserimento";
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Frm_journal_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(540, 303);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "Frm_journal_default";
     this.Text = "transactionrulelog";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmcustomgroup));
     this.MetaDataToolBar = new System.Windows.Forms.ToolBar();
     this.seleziona       = new System.Windows.Forms.ToolBarButton();
     this.impostaricerca  = new System.Windows.Forms.ToolBarButton();
     this.effettuaricerca = new System.Windows.Forms.ToolBarButton();
     this.modifica        = new System.Windows.Forms.ToolBarButton();
     this.inserisci       = new System.Windows.Forms.ToolBarButton();
     this.inseriscicopia  = new System.Windows.Forms.ToolBarButton();
     this.elimina         = new System.Windows.Forms.ToolBarButton();
     this.Salva           = new System.Windows.Forms.ToolBarButton();
     this.aggiorna        = new System.Windows.Forms.ToolBarButton();
     this.images          = new System.Windows.Forms.ImageList(this.components);
     this.dataGrid1       = new System.Windows.Forms.DataGrid();
     this.DS             = new customgroup_default.vistaForm();
     this.button4        = new System.Windows.Forms.Button();
     this.MetaDataDetail = new System.Windows.Forms.Panel();
     this.label3         = new System.Windows.Forms.Label();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.MetaDataDetail.SuspendLayout();
     this.SuspendLayout();
     //
     // MetaDataToolBar
     //
     this.MetaDataToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.MetaDataToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.seleziona,
         this.impostaricerca,
         this.effettuaricerca,
         this.modifica,
         this.inserisci,
         this.inseriscicopia,
         this.elimina,
         this.Salva,
         this.aggiorna
     });
     this.MetaDataToolBar.ButtonSize     = new System.Drawing.Size(56, 56);
     this.MetaDataToolBar.DropDownArrows = true;
     this.MetaDataToolBar.ImageList      = this.images;
     this.MetaDataToolBar.Location       = new System.Drawing.Point(0, 0);
     this.MetaDataToolBar.Name           = "MetaDataToolBar";
     this.MetaDataToolBar.ShowToolTips   = true;
     this.MetaDataToolBar.Size           = new System.Drawing.Size(738, 106);
     this.MetaDataToolBar.TabIndex       = 3;
     this.MetaDataToolBar.Tag            = "";
     //
     // seleziona
     //
     this.seleziona.ImageIndex  = 1;
     this.seleziona.Name        = "seleziona";
     this.seleziona.Tag         = "mainselect";
     this.seleziona.Text        = "Seleziona";
     this.seleziona.ToolTipText = "Seleziona l\'elemento desiderato";
     //
     // impostaricerca
     //
     this.impostaricerca.ImageIndex  = 10;
     this.impostaricerca.Name        = "impostaricerca";
     this.impostaricerca.Tag         = "mainsetsearch";
     this.impostaricerca.Text        = "Imposta Ricerca";
     this.impostaricerca.ToolTipText = "Imposta una nuova ricerca";
     //
     // effettuaricerca
     //
     this.effettuaricerca.ImageIndex  = 12;
     this.effettuaricerca.Name        = "effettuaricerca";
     this.effettuaricerca.Tag         = "maindosearch";
     this.effettuaricerca.Text        = "Effettua Ricerca";
     this.effettuaricerca.ToolTipText = "Cerca in base ai dati immessi";
     //
     // modifica
     //
     this.modifica.ImageIndex  = 6;
     this.modifica.Name        = "modifica";
     this.modifica.Tag         = "mainedit";
     this.modifica.Text        = "Modifica";
     this.modifica.ToolTipText = "Modifica l\'elemento selezionato";
     //
     // inserisci
     //
     this.inserisci.ImageIndex  = 0;
     this.inserisci.Name        = "inserisci";
     this.inserisci.Tag         = "maininsert";
     this.inserisci.Text        = "Inserisci";
     this.inserisci.ToolTipText = "Inserisci un nuovo elemento";
     //
     // inseriscicopia
     //
     this.inseriscicopia.ImageIndex  = 9;
     this.inseriscicopia.Name        = "inseriscicopia";
     this.inseriscicopia.Tag         = "maininsertcopy";
     this.inseriscicopia.Text        = "Inserisci copia";
     this.inseriscicopia.ToolTipText = "Inserisci un nuovo elemento copiando i dati da quello attuale";
     //
     // elimina
     //
     this.elimina.ImageIndex  = 3;
     this.elimina.Name        = "elimina";
     this.elimina.Tag         = "maindelete";
     this.elimina.Text        = "Elimina";
     this.elimina.ToolTipText = "Elimina l\'elemento selezionato";
     //
     // Salva
     //
     this.Salva.ImageIndex  = 2;
     this.Salva.Name        = "Salva";
     this.Salva.Tag         = "mainsave";
     this.Salva.Text        = "Salva";
     this.Salva.ToolTipText = "Salva le modifiche effettuate";
     //
     // aggiorna
     //
     this.aggiorna.ImageIndex = 13;
     this.aggiorna.Name       = "aggiorna";
     this.aggiorna.Tag        = "mainrefresh";
     this.aggiorna.Text       = "Aggiorna";
     //
     // images
     //
     this.images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
     this.images.TransparentColor = System.Drawing.Color.Transparent;
     this.images.Images.SetKeyName(0, "");
     this.images.Images.SetKeyName(1, "");
     this.images.Images.SetKeyName(2, "");
     this.images.Images.SetKeyName(3, "");
     this.images.Images.SetKeyName(4, "");
     this.images.Images.SetKeyName(5, "");
     this.images.Images.SetKeyName(6, "");
     this.images.Images.SetKeyName(7, "");
     this.images.Images.SetKeyName(8, "");
     this.images.Images.SetKeyName(9, "");
     this.images.Images.SetKeyName(10, "");
     this.images.Images.SetKeyName(11, "");
     this.images.Images.SetKeyName(12, "");
     this.images.Images.SetKeyName(13, "");
     //
     // dataGrid1
     //
     this.dataGrid1.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.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(16, 56);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(715, 168);
     this.dataGrid1.TabIndex        = 0;
     this.dataGrid1.Tag             = "customgroup.default";
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // button4
     //
     this.button4.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button4.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button4.Location     = new System.Drawing.Point(216, 352);
     this.button4.Name         = "button4";
     this.button4.Size         = new System.Drawing.Size(75, 23);
     this.button4.TabIndex     = 2;
     this.button4.Text         = "Chiudi";
     //
     // MetaDataDetail
     //
     this.MetaDataDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.MetaDataDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.MetaDataDetail.Controls.Add(this.label3);
     this.MetaDataDetail.Controls.Add(this.textBox3);
     this.MetaDataDetail.Controls.Add(this.label2);
     this.MetaDataDetail.Controls.Add(this.textBox1);
     this.MetaDataDetail.Controls.Add(this.textBox2);
     this.MetaDataDetail.Controls.Add(this.label1);
     this.MetaDataDetail.Location = new System.Drawing.Point(24, 240);
     this.MetaDataDetail.Name     = "MetaDataDetail";
     this.MetaDataDetail.Size     = new System.Drawing.Size(707, 96);
     this.MetaDataDetail.TabIndex = 1;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 64);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(112, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Descrizione:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(136, 64);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(351, 20);
     this.textBox3.TabIndex = 2;
     this.textBox3.Tag      = "customgroup.description";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Gruppo:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(136, 16);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(128, 20);
     this.textBox1.TabIndex = 0;
     this.textBox1.Tag      = "customgroup.idcustomgroup";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(136, 40);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(128, 20);
     this.textBox2.TabIndex = 1;
     this.textBox2.Tag      = "customgroup.groupname";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 16);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Codice:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmcustomgroup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(738, 387);
     this.Controls.Add(this.MetaDataDetail);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.MetaDataToolBar);
     this.Name  = "frmcustomgroup";
     this.Text  = "frmcustomgroup";
     this.Load += new System.EventHandler(this.frmcustomgroup_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.MetaDataDetail.ResumeLayout(false);
     this.MetaDataDetail.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DS                   = new /*Rana:customtablestructure.*/ vistaForm();
     this.label1               = new System.Windows.Forms.Label();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.CancButton           = new System.Windows.Forms.Button();
     this.OkButton             = new System.Windows.Forms.Button();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.gboxAutoInc          = new System.Windows.Forms.GroupBox();
     this.comboBox2            = new System.Windows.Forms.ComboBox();
     this.checkBox2            = new System.Windows.Forms.CheckBox();
     this.textBox5             = new System.Windows.Forms.TextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.textBox4             = new System.Windows.Forms.TextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.txtBoxStep           = new System.Windows.Forms.TextBox();
     this.label3               = new System.Windows.Forms.Label();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.chkAutoIncrement     = new System.Windows.Forms.RadioButton();
     this.chkSelector          = new System.Windows.Forms.RadioButton();
     this.chkInvisibleSelector = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.gboxAutoInc.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Object Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(16, 32);
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(168, 20);
     this.textBox1.TabIndex  = 1;
     this.textBox1.Tag       = "customtablestructure.objectname";
     this.textBox1.Text      = "";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Column Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // CancButton
     //
     this.CancButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancButton.Location     = new System.Drawing.Point(216, 208);
     this.CancButton.Name         = "CancButton";
     this.CancButton.TabIndex     = 19;
     this.CancButton.Text         = "Cancel";
     //
     // OkButton
     //
     this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.OkButton.Location     = new System.Drawing.Point(312, 208);
     this.OkButton.Name         = "OkButton";
     this.OkButton.TabIndex     = 18;
     this.OkButton.Tag          = "mainsave";
     this.OkButton.Text         = "Ok";
     //
     // comboBox1
     //
     this.comboBox1.DataSource    = this.DS.columntypes;
     this.comboBox1.DisplayMember = "field";
     this.comboBox1.Location      = new System.Drawing.Point(16, 80);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(168, 21);
     this.comboBox1.TabIndex      = 20;
     this.comboBox1.Tag           = "customtablestructure.colname";
     this.comboBox1.ValueMember   = "field";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(208, 112);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "DB Column";
     //
     // gboxAutoInc
     //
     this.gboxAutoInc.Controls.Add(this.comboBox2);
     this.gboxAutoInc.Controls.Add(this.checkBox2);
     this.gboxAutoInc.Controls.Add(this.textBox5);
     this.gboxAutoInc.Controls.Add(this.label6);
     this.gboxAutoInc.Controls.Add(this.textBox4);
     this.gboxAutoInc.Controls.Add(this.label5);
     this.gboxAutoInc.Controls.Add(this.label4);
     this.gboxAutoInc.Controls.Add(this.txtBoxStep);
     this.gboxAutoInc.Controls.Add(this.label3);
     this.gboxAutoInc.Location = new System.Drawing.Point(232, 16);
     this.gboxAutoInc.Name     = "gboxAutoInc";
     this.gboxAutoInc.Size     = new System.Drawing.Size(336, 176);
     this.gboxAutoInc.TabIndex = 23;
     this.gboxAutoInc.TabStop  = false;
     this.gboxAutoInc.Text     = "Auto Increment Properties";
     //
     // comboBox2
     //
     this.comboBox2.DataSource    = this.DS.columntypes;
     this.comboBox2.DisplayMember = "field";
     this.comboBox2.Location      = new System.Drawing.Point(152, 48);
     this.comboBox2.Name          = "comboBox2";
     this.comboBox2.Size          = new System.Drawing.Size(168, 21);
     this.comboBox2.TabIndex      = 32;
     this.comboBox2.Tag           = "customtablestructure.prefixfieldname";
     this.comboBox2.ValueMember   = "field";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(152, 144);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(168, 24);
     this.checkBox2.TabIndex = 30;
     this.checkBox2.Tag      = "customtablestructure.linear:S:N";
     this.checkBox2.Text     = "Linear";
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(152, 120);
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new System.Drawing.Size(168, 20);
     this.textBox5.TabIndex  = 29;
     this.textBox5.Tag       = "customtablestructure.length";
     this.textBox5.Text      = "";
     this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(24, 120);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(120, 23);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "Field characters length";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox4
     //
     this.textBox4.Location  = new System.Drawing.Point(152, 88);
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new System.Drawing.Size(168, 20);
     this.textBox4.TabIndex  = 27;
     this.textBox4.Tag       = "customtablestructure.middleconst";
     this.textBox4.Text      = "";
     this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(48, 88);
     this.label5.Name      = "label5";
     this.label5.TabIndex  = 26;
     this.label5.Text      = "Middle Constant";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(48, 48);
     this.label4.Name      = "label4";
     this.label4.TabIndex  = 25;
     this.label4.Text      = "Prefix Field";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBoxStep
     //
     this.txtBoxStep.Location  = new System.Drawing.Point(152, 16);
     this.txtBoxStep.Name      = "txtBoxStep";
     this.txtBoxStep.Size      = new System.Drawing.Size(168, 20);
     this.txtBoxStep.TabIndex  = 24;
     this.txtBoxStep.Tag       = "customtablestructure.step";
     this.txtBoxStep.Text      = "";
     this.txtBoxStep.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(48, 16);
     this.label3.Name      = "label3";
     this.label3.TabIndex  = 23;
     this.label3.Text      = "Step";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkAutoIncrement);
     this.groupBox2.Controls.Add(this.chkSelector);
     this.groupBox2.Location = new System.Drawing.Point(8, 128);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(208, 64);
     this.groupBox2.TabIndex = 32;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Field Type";
     //
     // chkAutoIncrement
     //
     this.chkAutoIncrement.Location        = new System.Drawing.Point(8, 16);
     this.chkAutoIncrement.Name            = "chkAutoIncrement";
     this.chkAutoIncrement.Size            = new System.Drawing.Size(176, 16);
     this.chkAutoIncrement.TabIndex        = 24;
     this.chkAutoIncrement.Tag             = "customtablestructure.autoincrement:S";
     this.chkAutoIncrement.Text            = "Auto Increment";
     this.chkAutoIncrement.CheckedChanged += new System.EventHandler(this.chkAutoIncrement_CheckedChanged);
     //
     // chkSelector
     //
     this.chkSelector.Location = new System.Drawing.Point(8, 40);
     this.chkSelector.Name     = "chkSelector";
     this.chkSelector.Size     = new System.Drawing.Size(176, 16);
     this.chkSelector.TabIndex = 23;
     this.chkSelector.Tag      = "customtablestructure.autoincrement:N";
     this.chkSelector.Text     = "Selector";
     //
     // chkInvisibleSelector
     //
     this.chkInvisibleSelector.Location = new System.Drawing.Point(16, 200);
     this.chkInvisibleSelector.Name     = "chkInvisibleSelector";
     this.chkInvisibleSelector.Size     = new System.Drawing.Size(168, 24);
     this.chkInvisibleSelector.TabIndex = 33;
     this.chkInvisibleSelector.Tag      = "customtablestructure.selector:S:N";
     this.chkInvisibleSelector.Text     = "(Invisible) Selector";
     this.chkInvisibleSelector.Visible  = false;
     //
     // frmtablestructure
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(584, 245);
     this.Controls.Add(this.chkInvisibleSelector);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.gboxAutoInc);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.CancButton);
     this.Controls.Add(this.OkButton);
     this.Name = "frmtablestructure";
     this.Tag  = "customtablestructure.linear:S:N";
     this.Text = "Table Structure";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.gboxAutoInc.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ckbEntrata = new System.Windows.Forms.CheckBox();
     this.ckbSpesa   = new System.Windows.Forms.CheckBox();
     this.listViewClassificazioni = new System.Windows.Forms.ListView();
     this.DS         = new vistaForm();
     this.btnAnnulla = new System.Windows.Forms.Button();
     this.btnOK      = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.textBox1   = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ckbEntrata
     //
     this.ckbEntrata.Location = new System.Drawing.Point(8, 24);
     this.ckbEntrata.Name     = "ckbEntrata";
     this.ckbEntrata.Size     = new System.Drawing.Size(72, 16);
     this.ckbEntrata.TabIndex = 0;
     this.ckbEntrata.Text     = "di Entrata";
     //
     // ckbSpesa
     //
     this.ckbSpesa.Location = new System.Drawing.Point(8, 48);
     this.ckbSpesa.Name     = "ckbSpesa";
     this.ckbSpesa.Size     = new System.Drawing.Size(72, 16);
     this.ckbSpesa.TabIndex = 1;
     this.ckbSpesa.Text     = "di Spesa";
     //
     // listViewClassificazioni
     //
     this.listViewClassificazioni.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.listViewClassificazioni.Location = new System.Drawing.Point(8, 24);
     this.listViewClassificazioni.Name     = "listViewClassificazioni";
     this.listViewClassificazioni.Size     = new System.Drawing.Size(304, 344);
     this.listViewClassificazioni.TabIndex = 1;
     this.listViewClassificazioni.Tag      = "";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // btnAnnulla
     //
     this.btnAnnulla.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnnulla.Location     = new System.Drawing.Point(416, 88);
     this.btnAnnulla.Name         = "btnAnnulla";
     this.btnAnnulla.TabIndex     = 4;
     this.btnAnnulla.Text         = "Annulla";
     //
     // 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(328, 88);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 3;
     this.btnOK.Tag          = "";
     this.btnOK.Text         = "OK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(288, 16);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Elenco dei tipi di classificazione:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ckbSpesa);
     this.groupBox1.Controls.Add(this.ckbEntrata);
     this.groupBox1.Location = new System.Drawing.Point(320, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(176, 72);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Movimenti";
     //
     // textBox1
     //
     this.textBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location  = new System.Drawing.Point(328, 200);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(168, 168);
     this.textBox1.TabIndex  = 21;
     this.textBox1.TabStop   = false;
     this.textBox1.Text      = @"Per procedere alla classificazione automatica, selezionare dall'elenco dei tipi di classificazione, i tipi su cui eseguire la procedura; selezionare dal gruppo dei movimenti il tipo di movimento da classificare (se di entrata o di spesa o entrambe) ed infine premere sul bottone Ok. Il bottone Annulla, annulla le scelte fatte, non classifica niente e chiude la maschera.";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location  = new System.Drawing.Point(328, 136);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(160, 48);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "LEGGERE ATTENTAMENTE PRIMA DI PROCEDERE ALLA CLASSIFICAZIONE AUTOMATICA";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // frmtipoclassmovimenti
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(504, 374);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnAnnulla);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listViewClassificazioni);
     this.Name = "frmtipoclassmovimenti";
     this.Text = "frmtipoclassmovimenti";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CancButton   = new System.Windows.Forms.Button();
     this.OkButton     = new System.Windows.Forms.Button();
     this.comboCol     = new System.Windows.Forms.ComboBox();
     this.DS           = new /*Rana:viewcolumn.*/ vistaForm();
     this.comboTab     = new System.Windows.Forms.ComboBox();
     this.label3       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.comboColName = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // CancButton
     //
     this.CancButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancButton.Location     = new System.Drawing.Point(96, 224);
     this.CancButton.Name         = "CancButton";
     this.CancButton.Size         = new System.Drawing.Size(72, 23);
     this.CancButton.TabIndex     = 29;
     this.CancButton.Text         = "Cancel";
     //
     // OkButton
     //
     this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.OkButton.Location     = new System.Drawing.Point(200, 224);
     this.OkButton.Name         = "OkButton";
     this.OkButton.Size         = new System.Drawing.Size(72, 23);
     this.OkButton.TabIndex     = 28;
     this.OkButton.Tag          = "mainsave";
     this.OkButton.Text         = "Ok";
     //
     // comboCol
     //
     this.comboCol.DataSource    = this.DS.columntypes;
     this.comboCol.DisplayMember = "field";
     this.comboCol.Location      = new System.Drawing.Point(128, 64);
     this.comboCol.Name          = "comboCol";
     this.comboCol.Size          = new System.Drawing.Size(200, 21);
     this.comboCol.TabIndex      = 27;
     this.comboCol.Tag           = "viewcolumn.realcolumn";
     this.comboCol.ValueMember   = "field";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // comboTab
     //
     this.comboTab.DataSource    = this.DS.customobject;
     this.comboTab.DisplayMember = "objectname";
     this.comboTab.Location      = new System.Drawing.Point(128, 32);
     this.comboTab.Name          = "comboTab";
     this.comboTab.Size          = new System.Drawing.Size(200, 21);
     this.comboTab.TabIndex      = 26;
     this.comboTab.Tag           = "viewcolumn.realtable";
     this.comboTab.ValueMember   = "objectname";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 64);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 23);
     this.label3.TabIndex  = 25;
     this.label3.Text      = "Column name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(16, 32);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(96, 23);
     this.label4.TabIndex  = 24;
     this.label4.Text      = "Real table name";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 23);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "Column Name (view)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(128, 32);
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(208, 20);
     this.textBox1.TabIndex  = 21;
     this.textBox1.Tag       = "viewcolumn.objectname";
     this.textBox1.Text      = "";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(112, 23);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "View Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboCol);
     this.groupBox1.Controls.Add(this.comboTab);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Location = new System.Drawing.Point(8, 112);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(352, 100);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Location from where info is taken";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.comboColName);
     this.groupBox2.Controls.Add(this.textBox1);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(8, 8);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(352, 96);
     this.groupBox2.TabIndex = 31;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "View Field";
     //
     // comboColName
     //
     this.comboColName.DataSource    = this.DS.columntypesprincipale;
     this.comboColName.DisplayMember = "field";
     this.comboColName.Location      = new System.Drawing.Point(128, 64);
     this.comboColName.Name          = "comboColName";
     this.comboColName.Size          = new System.Drawing.Size(208, 21);
     this.comboColName.TabIndex      = 23;
     this.comboColName.Tag           = "viewcolumn.colname";
     this.comboColName.ValueMember   = "field";
     //
     // frmviewcolumn
     //
     this.AcceptButton      = this.OkButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CancButton;
     this.ClientSize        = new System.Drawing.Size(376, 269);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.CancButton);
     this.Controls.Add(this.OkButton);
     this.Name = "frmviewcolumn";
     this.Text = "frmviewcolumn";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1             = new System.Windows.Forms.Label();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.textBox2           = new System.Windows.Forms.TextBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.txtCheckLic        = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.radioButton14      = new System.Windows.Forms.RadioButton();
     this.radioButton7       = new System.Windows.Forms.RadioButton();
     this.radioButton6       = new System.Windows.Forms.RadioButton();
     this.radioButton5       = new System.Windows.Forms.RadioButton();
     this.radioButton4       = new System.Windows.Forms.RadioButton();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.radioButton3       = new System.Windows.Forms.RadioButton();
     this.radioButton2       = new System.Windows.Forms.RadioButton();
     this.radioButton1       = new System.Windows.Forms.RadioButton();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.txtCheckMan        = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.groupBox6          = new System.Windows.Forms.GroupBox();
     this.radioButton10      = new System.Windows.Forms.RadioButton();
     this.radioButton11      = new System.Windows.Forms.RadioButton();
     this.radioButton12      = new System.Windows.Forms.RadioButton();
     this.radioButton13      = new System.Windows.Forms.RadioButton();
     this.textBox4           = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.groupBox5          = new System.Windows.Forms.GroupBox();
     this.radioButton9       = new System.Windows.Forms.RadioButton();
     this.radioButton8       = new System.Windows.Forms.RadioButton();
     this.btnGetFromInternet = new System.Windows.Forms.Button();
     this.groupBox7          = new System.Windows.Forms.GroupBox();
     this.txtCheckFlag       = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.textBox7           = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.textBox6           = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.btnOk        = new System.Windows.Forms.Button();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.label9       = new System.Windows.Forms.Label();
     this.HiddenMenu   = new System.Windows.Forms.ContextMenu();
     this.MenuEnterPwd = new System.Windows.Forms.MenuItem();
     this.DS           = new /*Rana:licenzausomanage.*/ vistaForm();
     this.btnRecalc    = new System.Windows.Forms.Button();
     this.label10      = new System.Windows.Forms.Label();
     this.textBox3     = new System.Windows.Forms.TextBox();
     this.label11      = new System.Windows.Forms.Label();
     this.txtBackup1   = new System.Windows.Forms.TextBox();
     this.txtBackup2   = new System.Windows.Forms.TextBox();
     this.label12      = new System.Windows.Forms.Label();
     this.txtServer2   = new System.Windows.Forms.TextBox();
     this.label13      = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Identificativo DB";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(112, 8);
     this.textBox1.Name     = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.TabIndex = 1;
     this.textBox1.Tag      = "license.iddb";
     this.textBox1.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(184, 32);
     this.label2.Name      = "label2";
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Scadenza licenza";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(184, 56);
     this.textBox2.Name     = "textBox2";
     this.textBox2.TabIndex = 3;
     this.textBox2.Tag      = "license.expiringlic";
     this.textBox2.Text     = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtCheckLic);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(16, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(432, 144);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Informazioni sulla licenza d\'uso";
     //
     // txtCheckLic
     //
     this.txtCheckLic.Location = new System.Drawing.Point(16, 112);
     this.txtCheckLic.Name     = "txtCheckLic";
     this.txtCheckLic.Size     = new System.Drawing.Size(400, 20);
     this.txtCheckLic.TabIndex = 8;
     this.txtCheckLic.Tag      = "license.checklic";
     this.txtCheckLic.Text     = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(160, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Codice di attivazione LICENZA";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.radioButton14);
     this.groupBox3.Controls.Add(this.radioButton7);
     this.groupBox3.Controls.Add(this.radioButton6);
     this.groupBox3.Controls.Add(this.radioButton5);
     this.groupBox3.Controls.Add(this.radioButton4);
     this.groupBox3.Location = new System.Drawing.Point(296, 8);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(120, 104);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Stato della licenza";
     //
     // radioButton14
     //
     this.radioButton14.Location = new System.Drawing.Point(8, 80);
     this.radioButton14.Name     = "radioButton14";
     this.radioButton14.Size     = new System.Drawing.Size(88, 16);
     this.radioButton14.TabIndex = 9;
     this.radioButton14.Tag      = "license.licstatus:G";
     this.radioButton14.Text     = "Giornaliero";
     //
     // radioButton7
     //
     this.radioButton7.Location = new System.Drawing.Point(8, 64);
     this.radioButton7.Name     = "radioButton7";
     this.radioButton7.Size     = new System.Drawing.Size(88, 16);
     this.radioButton7.TabIndex = 8;
     this.radioButton7.Tag      = "license.licstatus:N";
     this.radioButton7.Text     = "Non ordinata";
     //
     // radioButton6
     //
     this.radioButton6.Location = new System.Drawing.Point(8, 48);
     this.radioButton6.Name     = "radioButton6";
     this.radioButton6.Size     = new System.Drawing.Size(88, 16);
     this.radioButton6.TabIndex = 7;
     this.radioButton6.Tag      = "license.licstatus:P";
     this.radioButton6.Text     = "Pagata";
     //
     // radioButton5
     //
     this.radioButton5.Location = new System.Drawing.Point(8, 32);
     this.radioButton5.Name     = "radioButton5";
     this.radioButton5.Size     = new System.Drawing.Size(88, 16);
     this.radioButton5.TabIndex = 6;
     this.radioButton5.Tag      = "license.licstatus:O";
     this.radioButton5.Text     = "Ordinata";
     //
     // radioButton4
     //
     this.radioButton4.Location = new System.Drawing.Point(8, 16);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(88, 16);
     this.radioButton4.TabIndex = 5;
     this.radioButton4.Tag      = "license.licstatus:B";
     this.radioButton4.Text     = "Bloccata";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioButton3);
     this.groupBox2.Controls.Add(this.radioButton2);
     this.groupBox2.Controls.Add(this.radioButton1);
     this.groupBox2.Location = new System.Drawing.Point(16, 16);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(160, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Tipo licenza";
     //
     // radioButton3
     //
     this.radioButton3.Location = new System.Drawing.Point(8, 48);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(104, 16);
     this.radioButton3.TabIndex = 6;
     this.radioButton3.Tag      = "license.lickind:O";
     this.radioButton3.Text     = "Non in regola";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(8, 32);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(104, 16);
     this.radioButton2.TabIndex = 5;
     this.radioButton2.Tag      = "license.lickind:L";
     this.radioButton2.Text     = "Licenza";
     //
     // radioButton1
     //
     this.radioButton1.Location = new System.Drawing.Point(8, 16);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(104, 16);
     this.radioButton1.TabIndex = 4;
     this.radioButton1.Tag      = "license.lickind:C";
     this.radioButton1.Text     = "Canone annuo";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.txtCheckMan);
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.groupBox6);
     this.groupBox4.Controls.Add(this.textBox4);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.groupBox5);
     this.groupBox4.Location = new System.Drawing.Point(16, 192);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(432, 136);
     this.groupBox4.TabIndex = 5;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Informazioni sulla manutenzione del software";
     //
     // txtCheckMan
     //
     this.txtCheckMan.Location = new System.Drawing.Point(8, 104);
     this.txtCheckMan.Name     = "txtCheckMan";
     this.txtCheckMan.Size     = new System.Drawing.Size(400, 20);
     this.txtCheckMan.TabIndex = 10;
     this.txtCheckMan.Tag      = "license.checkman";
     this.txtCheckMan.Text     = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 88);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(232, 16);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Codice di attivazione MANUTENZIONE";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.radioButton10);
     this.groupBox6.Controls.Add(this.radioButton11);
     this.groupBox6.Controls.Add(this.radioButton12);
     this.groupBox6.Controls.Add(this.radioButton13);
     this.groupBox6.Location = new System.Drawing.Point(248, 8);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(152, 88);
     this.groupBox6.TabIndex = 7;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Stato della manutenzione";
     //
     // radioButton10
     //
     this.radioButton10.Location = new System.Drawing.Point(8, 64);
     this.radioButton10.Name     = "radioButton10";
     this.radioButton10.Size     = new System.Drawing.Size(88, 16);
     this.radioButton10.TabIndex = 8;
     this.radioButton10.Tag      = "license.manstatus:N";
     this.radioButton10.Text     = "Non ordinata";
     //
     // radioButton11
     //
     this.radioButton11.Location = new System.Drawing.Point(8, 48);
     this.radioButton11.Name     = "radioButton11";
     this.radioButton11.Size     = new System.Drawing.Size(88, 16);
     this.radioButton11.TabIndex = 7;
     this.radioButton11.Tag      = "license.manstatus:P";
     this.radioButton11.Text     = "Pagata";
     //
     // radioButton12
     //
     this.radioButton12.Location = new System.Drawing.Point(8, 32);
     this.radioButton12.Name     = "radioButton12";
     this.radioButton12.Size     = new System.Drawing.Size(88, 16);
     this.radioButton12.TabIndex = 6;
     this.radioButton12.Tag      = "license.manstatus:O";
     this.radioButton12.Text     = "Ordinata";
     //
     // radioButton13
     //
     this.radioButton13.Location = new System.Drawing.Point(8, 16);
     this.radioButton13.Name     = "radioButton13";
     this.radioButton13.Size     = new System.Drawing.Size(88, 16);
     this.radioButton13.TabIndex = 5;
     this.radioButton13.Tag      = "license.manstatus:B";
     this.radioButton13.Text     = "Bloccata";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(136, 56);
     this.textBox4.Name     = "textBox4";
     this.textBox4.TabIndex = 5;
     this.textBox4.Tag      = "license.expiringman";
     this.textBox4.Text     = "";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(136, 32);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 23);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "Scadenza manutenzione";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.radioButton9);
     this.groupBox5.Controls.Add(this.radioButton8);
     this.groupBox5.Location = new System.Drawing.Point(8, 16);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(120, 64);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Tipo manutenzione";
     //
     // radioButton9
     //
     this.radioButton9.Location = new System.Drawing.Point(8, 32);
     this.radioButton9.Name     = "radioButton9";
     this.radioButton9.Size     = new System.Drawing.Size(96, 24);
     this.radioButton9.TabIndex = 1;
     this.radioButton9.Tag      = "license.mankind:O";
     this.radioButton9.Text     = "Non in regola";
     //
     // radioButton8
     //
     this.radioButton8.Location = new System.Drawing.Point(8, 16);
     this.radioButton8.Name     = "radioButton8";
     this.radioButton8.Size     = new System.Drawing.Size(96, 24);
     this.radioButton8.TabIndex = 0;
     this.radioButton8.Tag      = "license.mankind:C";
     this.radioButton8.Text     = "Canone annuo";
     //
     // btnGetFromInternet
     //
     this.btnGetFromInternet.Location = new System.Drawing.Point(224, 8);
     this.btnGetFromInternet.Name     = "btnGetFromInternet";
     this.btnGetFromInternet.Size     = new System.Drawing.Size(200, 23);
     this.btnGetFromInternet.TabIndex = 6;
     this.btnGetFromInternet.Text     = "Aggiorna le informazioni da internet";
     this.btnGetFromInternet.Click   += new System.EventHandler(this.btnGetFromInternet_Click);
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.txtCheckFlag);
     this.groupBox7.Controls.Add(this.label8);
     this.groupBox7.Controls.Add(this.textBox7);
     this.groupBox7.Controls.Add(this.label7);
     this.groupBox7.Controls.Add(this.textBox6);
     this.groupBox7.Controls.Add(this.label6);
     this.groupBox7.Location = new System.Drawing.Point(16, 336);
     this.groupBox7.Name     = "groupBox7";
     this.groupBox7.Size     = new System.Drawing.Size(432, 112);
     this.groupBox7.TabIndex = 7;
     this.groupBox7.TabStop  = false;
     this.groupBox7.Text     = "Estensione della licenza";
     //
     // txtCheckFlag
     //
     this.txtCheckFlag.Location = new System.Drawing.Point(8, 80);
     this.txtCheckFlag.Name     = "txtCheckFlag";
     this.txtCheckFlag.Size     = new System.Drawing.Size(400, 20);
     this.txtCheckFlag.TabIndex = 10;
     this.txtCheckFlag.Tag      = "license.checkflag";
     this.txtCheckFlag.Text     = "";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(256, 16);
     this.label8.TabIndex = 9;
     this.label8.Text     = "Codice di attivazione dell\'estensione";
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(120, 40);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(128, 20);
     this.textBox7.TabIndex = 3;
     this.textBox7.Tag      = "license.swmoreflag";
     this.textBox7.Text     = "";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(8, 40);
     this.label7.Name      = "label7";
     this.label7.TabIndex  = 2;
     this.label7.Text      = "N.Max Client";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(120, 16);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(128, 20);
     this.textBox6.TabIndex = 1;
     this.textBox6.Tag      = "license.swmorecode";
     this.textBox6.Text     = "";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(8, 16);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 16);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Moduli attivi";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnOk
     //
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location     = new System.Drawing.Point(280, 456);
     this.btnOk.Name         = "btnOk";
     this.btnOk.TabIndex     = 8;
     this.btnOk.Tag          = "mainsave";
     this.btnOk.Text         = "Ok";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(368, 456);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 9;
     this.btnCancel.Text         = "Annulla";
     //
     // label9
     //
     this.label9.ContextMenu = this.HiddenMenu;
     this.label9.Location    = new System.Drawing.Point(8, 432);
     this.label9.Name        = "label9";
     this.label9.Size        = new System.Drawing.Size(8, 8);
     this.label9.TabIndex    = 10;
     //
     // HiddenMenu
     //
     this.HiddenMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.MenuEnterPwd
     });
     //
     // MenuEnterPwd
     //
     this.MenuEnterPwd.Index  = 0;
     this.MenuEnterPwd.Text   = "Enter password";
     this.MenuEnterPwd.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // btnRecalc
     //
     this.btnRecalc.Location = new System.Drawing.Point(16, 456);
     this.btnRecalc.Name     = "btnRecalc";
     this.btnRecalc.TabIndex = 11;
     this.btnRecalc.Text     = "Recalc";
     this.btnRecalc.Visible  = false;
     this.btnRecalc.Click   += new System.EventHandler(this.btnRecalc_Click);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(464, 48);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(152, 16);
     this.label10.TabIndex = 12;
     this.label10.Text     = "Server di Backup (1)";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(464, 64);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(152, 20);
     this.textBox3.TabIndex = 13;
     this.textBox3.Tag      = "license.serverbackup1";
     this.textBox3.Text     = "";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(464, 96);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(160, 16);
     this.label11.TabIndex = 14;
     this.label11.Text     = "Codice Attivazione Backup(1)";
     //
     // txtBackup1
     //
     this.txtBackup1.Location  = new System.Drawing.Point(464, 112);
     this.txtBackup1.Multiline = true;
     this.txtBackup1.Name      = "txtBackup1";
     this.txtBackup1.Size      = new System.Drawing.Size(152, 48);
     this.txtBackup1.TabIndex  = 15;
     this.txtBackup1.Tag       = "license.checkbackup1";
     this.txtBackup1.Text      = "";
     //
     // txtBackup2
     //
     this.txtBackup2.Location  = new System.Drawing.Point(456, 264);
     this.txtBackup2.Multiline = true;
     this.txtBackup2.Name      = "txtBackup2";
     this.txtBackup2.Size      = new System.Drawing.Size(152, 48);
     this.txtBackup2.TabIndex  = 19;
     this.txtBackup2.Tag       = "license.checkbackup2";
     this.txtBackup2.Text      = "";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(456, 248);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(160, 16);
     this.label12.TabIndex = 18;
     this.label12.Text     = "Codice Attivazione Backup(2)";
     //
     // txtServer2
     //
     this.txtServer2.Location = new System.Drawing.Point(456, 216);
     this.txtServer2.Name     = "txtServer2";
     this.txtServer2.Size     = new System.Drawing.Size(152, 20);
     this.txtServer2.TabIndex = 17;
     this.txtServer2.Tag      = "license.serverbackup2";
     this.txtServer2.Text     = "";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(456, 200);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(152, 16);
     this.label13.TabIndex = 16;
     this.label13.Text     = "Server di Backup (2)";
     //
     // FrmLicenzaUsoManage
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(634, 567);
     this.Controls.Add(this.txtBackup2);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.txtServer2);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtBackup1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.btnRecalc);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.groupBox7);
     this.Controls.Add(this.btnGetFromInternet);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FrmLicenzaUsoManage";
     this.Text            = "FrmLicenzaUsoManage";
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.DS              = new ratevalidity_default.vistaForm();
     this.dataGrid1       = new System.Windows.Forms.DataGrid();
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.button3         = new System.Windows.Forms.Button();
     this.btnIndElimina   = new System.Windows.Forms.Button();
     this.btnIndModifica  = new System.Windows.Forms.Button();
     this.btnIndInserisci = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(128, 64);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(88, 20);
     this.textBox2.TabIndex = 2;
     this.textBox2.Tag      = "ratevalidity.validitystart";
     this.textBox2.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Data Inizio Struttura :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm1";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // dataGrid1
     //
     this.dataGrid1.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.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(16, 48);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(448, 208);
     this.dataGrid1.TabIndex        = 4;
     this.dataGrid1.Tag             = "ratebracket.default.single";
     //
     // comboBox1
     //
     this.comboBox1.DataSource    = this.DS.tax;
     this.comboBox1.DisplayMember = "description";
     this.comboBox1.Location      = new System.Drawing.Point(128, 24);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(336, 21);
     this.comboBox1.TabIndex      = 1;
     this.comboBox1.Tag           = "ratevalidity.taxcode";
     this.comboBox1.ValueMember   = "taxcode";
     //
     // button3
     //
     this.button3.Location  = new System.Drawing.Point(32, 24);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(88, 24);
     this.button3.TabIndex  = 8;
     this.button3.TabStop   = false;
     this.button3.Tag       = "manage.tax.default";
     this.button3.Text      = "Tipo ritenuta:";
     this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnIndElimina
     //
     this.btnIndElimina.Location = new System.Drawing.Point(392, 16);
     this.btnIndElimina.Name     = "btnIndElimina";
     this.btnIndElimina.Size     = new System.Drawing.Size(68, 22);
     this.btnIndElimina.TabIndex = 14;
     this.btnIndElimina.TabStop  = false;
     this.btnIndElimina.Tag      = "delete";
     this.btnIndElimina.Text     = "Elimina";
     //
     // btnIndModifica
     //
     this.btnIndModifica.Location = new System.Drawing.Point(304, 16);
     this.btnIndModifica.Name     = "btnIndModifica";
     this.btnIndModifica.Size     = new System.Drawing.Size(69, 22);
     this.btnIndModifica.TabIndex = 13;
     this.btnIndModifica.TabStop  = false;
     this.btnIndModifica.Tag      = "edit.single";
     this.btnIndModifica.Text     = "Modifica";
     //
     // btnIndInserisci
     //
     this.btnIndInserisci.Location = new System.Drawing.Point(224, 16);
     this.btnIndInserisci.Name     = "btnIndInserisci";
     this.btnIndInserisci.Size     = new System.Drawing.Size(68, 22);
     this.btnIndInserisci.TabIndex = 12;
     this.btnIndInserisci.TabStop  = false;
     this.btnIndInserisci.Tag      = "insert.single";
     this.btnIndInserisci.Text     = "Nuovo";
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.btnIndElimina);
     this.groupBox1.Controls.Add(this.btnIndModifica);
     this.groupBox1.Controls.Add(this.dataGrid1);
     this.groupBox1.Controls.Add(this.btnIndInserisci);
     this.groupBox1.Location = new System.Drawing.Point(16, 112);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(472, 272);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Scaglioni della ritenuta";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.textBox2);
     this.groupBox2.Controls.Add(this.comboBox1);
     this.groupBox2.Controls.Add(this.button3);
     this.groupBox2.Location = new System.Drawing.Point(16, 8);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(472, 100);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Dati Generali";
     //
     // Frm_ratevalidity_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(504, 397);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name          = "Frm_ratevalidity_default";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmstrutturaaliquote";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox2  = new System.Windows.Forms.TextBox();
     this.label3    = new System.Windows.Forms.Label();
     this.textBox1  = new System.Windows.Forms.TextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.DS        = new assetconsignee_default.vistaForm();
     this.label4    = new System.Windows.Forms.Label();
     this.textBox3  = new System.Windows.Forms.TextBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // textBox2
     //
     this.textBox2.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.textBox2.Location   = new System.Drawing.Point(120, 80);
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size       = new System.Drawing.Size(328, 55);
     this.textBox2.TabIndex   = 3;
     this.textBox2.Tag        = "assetconsignee.title";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 80);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "Nome:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(120, 32);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(88, 20);
     this.textBox1.TabIndex = 1;
     this.textBox1.Tag      = "assetconsignee.start";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 31);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 23);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "Data inizio:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 23);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "Ente:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DataSource    = this.DS.inventoryagency;
     this.comboBox1.DisplayMember = "description";
     this.comboBox1.Location      = new System.Drawing.Point(120, 8);
     this.comboBox1.Name          = "comboBox1";
     this.comboBox1.Size          = new System.Drawing.Size(328, 21);
     this.comboBox1.TabIndex      = 0;
     this.comboBox1.Tag           = "assetconsignee.idinventoryagency.(active=\'S\')";
     this.comboBox1.ValueMember   = "idinventoryagency";
     //
     // DS
     //
     this.DS.DataSetName        = "vistaForm";
     this.DS.EnforceConstraints = false;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(16, 58);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 12;
     this.label4.Text      = "Titolo:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location = new System.Drawing.Point(120, 56);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(328, 20);
     this.textBox3.TabIndex = 2;
     this.textBox3.Tag      = "assetconsignee.qualification";
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(395, 33);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(53, 17);
     this.checkBox3.TabIndex = 19;
     this.checkBox3.Tag      = "assetconsignee.active:S:N";
     this.checkBox3.Text     = "Attivo";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // Frm_assetconsignee_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(464, 149);
     this.Controls.Add(this.checkBox3);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Name = "Frm_assetconsignee_default";
     this.Text = "frmconsegnatarioinventario";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1        = new System.Windows.Forms.Label();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.textBox3      = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.textBox5      = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.textBox6      = new System.Windows.Forms.TextBox();
     this.label6        = new System.Windows.Forms.Label();
     this.chkIsVisible  = new System.Windows.Forms.CheckBox();
     this.textBox7      = new System.Windows.Forms.TextBox();
     this.label7        = new System.Windows.Forms.Label();
     this.textBox8      = new System.Windows.Forms.TextBox();
     this.label8        = new System.Windows.Forms.Label();
     this.checkBox2     = new System.Windows.Forms.CheckBox();
     this.checkBox3     = new System.Windows.Forms.CheckBox();
     this.checkBox4     = new System.Windows.Forms.CheckBox();
     this.checkBox5     = new System.Windows.Forms.CheckBox();
     this.textBox9      = new System.Windows.Forms.TextBox();
     this.label9        = new System.Windows.Forms.Label();
     this.textBox10     = new System.Windows.Forms.TextBox();
     this.label10       = new System.Windows.Forms.Label();
     this.chkIsReal     = new System.Windows.Forms.CheckBox();
     this.textBox11     = new System.Windows.Forms.TextBox();
     this.label11       = new System.Windows.Forms.Label();
     this.BtnOk         = new System.Windows.Forms.Button();
     this.BtnCancel     = new System.Windows.Forms.Button();
     this.DS            = new /*Rana:customviewcolumn.*/ vistaForm();
     this.cmbColumnName = new System.Windows.Forms.ComboBox();
     this.txtExtraName  = new System.Windows.Forms.TextBox();
     this.label12       = new System.Windows.Forms.Label();
     this.label13       = new System.Windows.Forms.Label();
     this.txtSystemType = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 24);
     this.label1.Name      = "label1";
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Object Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(128, 24);
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(176, 20);
     this.textBox1.TabIndex  = 1;
     this.textBox1.Tag       = "customviewcolumn.objectname";
     this.textBox1.Text      = "";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(128, 48);
     this.textBox2.Name      = "textBox2";
     this.textBox2.ReadOnly  = true;
     this.textBox2.Size      = new System.Drawing.Size(176, 20);
     this.textBox2.TabIndex  = 3;
     this.textBox2.Tag       = "customviewcolumn.viewname";
     this.textBox2.Text      = "";
     this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 48);
     this.label2.Name      = "label2";
     this.label2.TabIndex  = 2;
     this.label2.Text      = "View Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(128, 72);
     this.textBox3.Name     = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size     = new System.Drawing.Size(72, 20);
     this.textBox3.TabIndex = 5;
     this.textBox3.Tag      = "customviewcolumn.colnumber";
     this.textBox3.Text     = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 72);
     this.label3.Name      = "label3";
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Col number";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(16, 96);
     this.label4.Name      = "label4";
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Column Name";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox5
     //
     this.textBox5.Location  = new System.Drawing.Point(128, 184);
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new System.Drawing.Size(176, 20);
     this.textBox5.TabIndex  = 9;
     this.textBox5.Tag       = "customviewcolumn.heading";
     this.textBox5.Text      = "";
     this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(16, 184);
     this.label5.Name      = "label5";
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Heading";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(128, 416);
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new System.Drawing.Size(72, 20);
     this.textBox6.TabIndex = 11;
     this.textBox6.Tag      = "customviewcolumn.colwidth";
     this.textBox6.Text     = "";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(16, 416);
     this.label6.Name      = "label6";
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Col Width";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkIsVisible
     //
     this.chkIsVisible.Location = new System.Drawing.Point(16, 208);
     this.chkIsVisible.Name     = "chkIsVisible";
     this.chkIsVisible.Size     = new System.Drawing.Size(128, 24);
     this.chkIsVisible.TabIndex = 12;
     this.chkIsVisible.Tag      = "customviewcolumn.visible:1:0";
     this.chkIsVisible.Text     = "Visible";
     //
     // textBox7
     //
     this.textBox7.Location  = new System.Drawing.Point(128, 344);
     this.textBox7.Name      = "textBox7";
     this.textBox7.Size      = new System.Drawing.Size(128, 20);
     this.textBox7.TabIndex  = 14;
     this.textBox7.Tag       = "customviewcolumn.fontname";
     this.textBox7.Text      = "";
     this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(16, 344);
     this.label7.Name      = "label7";
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Font Name";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox8
     //
     this.textBox8.Location  = new System.Drawing.Point(128, 368);
     this.textBox8.Name      = "textBox8";
     this.textBox8.Size      = new System.Drawing.Size(128, 20);
     this.textBox8.TabIndex  = 16;
     this.textBox8.Tag       = "customviewcolumn.fontsize";
     this.textBox8.Text      = "";
     this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(16, 368);
     this.label8.Name      = "label8";
     this.label8.TabIndex  = 15;
     this.label8.Text      = "Font Size";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(272, 344);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(128, 24);
     this.checkBox2.TabIndex = 17;
     this.checkBox2.Tag      = "customviewcolumn.bold:1:0";
     this.checkBox2.Text     = "Bold";
     //
     // checkBox3
     //
     this.checkBox3.Location = new System.Drawing.Point(272, 368);
     this.checkBox3.Name     = "checkBox3";
     this.checkBox3.Size     = new System.Drawing.Size(128, 24);
     this.checkBox3.TabIndex = 18;
     this.checkBox3.Tag      = "customviewcolumn.italic:1:0";
     this.checkBox3.Text     = "Italic";
     //
     // checkBox4
     //
     this.checkBox4.Location = new System.Drawing.Point(272, 392);
     this.checkBox4.Name     = "checkBox4";
     this.checkBox4.Size     = new System.Drawing.Size(128, 24);
     this.checkBox4.TabIndex = 19;
     this.checkBox4.Tag      = "customviewcolumn.underline:1:0";
     this.checkBox4.Text     = "Underline";
     //
     // checkBox5
     //
     this.checkBox5.Location = new System.Drawing.Point(272, 416);
     this.checkBox5.Name     = "checkBox5";
     this.checkBox5.Size     = new System.Drawing.Size(128, 24);
     this.checkBox5.TabIndex = 20;
     this.checkBox5.Tag      = "customviewcolumn.strikeout:1:0";
     this.checkBox5.Text     = "Strike Out";
     //
     // textBox9
     //
     this.textBox9.Location  = new System.Drawing.Point(128, 392);
     this.textBox9.Name      = "textBox9";
     this.textBox9.Size      = new System.Drawing.Size(128, 20);
     this.textBox9.TabIndex  = 22;
     this.textBox9.Tag       = "customviewcolumn.color";
     this.textBox9.Text      = "";
     this.textBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(16, 392);
     this.label9.Name      = "label9";
     this.label9.TabIndex  = 21;
     this.label9.Text      = "Color";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox10
     //
     this.textBox10.Location  = new System.Drawing.Point(16, 256);
     this.textBox10.Name      = "textBox10";
     this.textBox10.Size      = new System.Drawing.Size(392, 20);
     this.textBox10.TabIndex  = 24;
     this.textBox10.Tag       = "customviewcolumn.format";
     this.textBox10.Text      = "";
     this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(16, 240);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(100, 16);
     this.label10.TabIndex  = 23;
     this.label10.Text      = "Format";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkIsReal
     //
     this.chkIsReal.Location           = new System.Drawing.Point(176, 208);
     this.chkIsReal.Name               = "chkIsReal";
     this.chkIsReal.TabIndex           = 25;
     this.chkIsReal.Tag                = "customviewcolumn.isreal:S:N";
     this.chkIsReal.Text               = "Is Real";
     this.chkIsReal.CheckStateChanged += new System.EventHandler(this.chkIsReal_CheckStateChanged);
     //
     // textBox11
     //
     this.textBox11.Location  = new System.Drawing.Point(16, 296);
     this.textBox11.Multiline = true;
     this.textBox11.Name      = "textBox11";
     this.textBox11.Size      = new System.Drawing.Size(392, 32);
     this.textBox11.TabIndex  = 27;
     this.textBox11.Tag       = "customviewcolumn.expression";
     this.textBox11.Text      = "";
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(16, 280);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(100, 16);
     this.label11.TabIndex  = 26;
     this.label11.Text      = "Expression";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BtnOk
     //
     this.BtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.BtnOk.Location     = new System.Drawing.Point(224, 448);
     this.BtnOk.Name         = "BtnOk";
     this.BtnOk.Size         = new System.Drawing.Size(88, 24);
     this.BtnOk.TabIndex     = 28;
     this.BtnOk.Tag          = "mainsave";
     this.BtnOk.Text         = "Ok";
     //
     // BtnCancel
     //
     this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancel.Location     = new System.Drawing.Point(112, 448);
     this.BtnCancel.Name         = "BtnCancel";
     this.BtnCancel.TabIndex     = 29;
     this.BtnCancel.Text         = "Cancel";
     //
     // DS
     //
     this.DS.DataSetName = "DS";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // cmbColumnName
     //
     this.cmbColumnName.DataSource    = this.DS.columntypes;
     this.cmbColumnName.DisplayMember = "field";
     this.cmbColumnName.Location      = new System.Drawing.Point(128, 96);
     this.cmbColumnName.Name          = "cmbColumnName";
     this.cmbColumnName.Size          = new System.Drawing.Size(176, 21);
     this.cmbColumnName.TabIndex      = 30;
     this.cmbColumnName.Tag           = "customviewcolumn.colname";
     this.cmbColumnName.ValueMember   = "field";
     //
     // txtExtraName
     //
     this.txtExtraName.Location = new System.Drawing.Point(128, 128);
     this.txtExtraName.Name     = "txtExtraName";
     this.txtExtraName.Size     = new System.Drawing.Size(176, 20);
     this.txtExtraName.TabIndex = 31;
     this.txtExtraName.Tag      = "customviewcolumn.colname";
     this.txtExtraName.Text     = "";
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(8, 128);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(112, 23);
     this.label12.TabIndex  = 32;
     this.label12.Text      = "Extra Column Name";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(8, 160);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(112, 23);
     this.label13.TabIndex  = 34;
     this.label13.Text      = "System Type";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSystemType
     //
     this.txtSystemType.Location = new System.Drawing.Point(128, 160);
     this.txtSystemType.Name     = "txtSystemType";
     this.txtSystemType.Size     = new System.Drawing.Size(176, 20);
     this.txtSystemType.TabIndex = 33;
     this.txtSystemType.Tag      = "customviewcolumn.systemtype";
     this.txtSystemType.Text     = "";
     //
     // frmCustomViewColumn
     //
     this.AcceptButton      = this.BtnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.BtnCancel;
     this.ClientSize        = new System.Drawing.Size(424, 493);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtSystemType);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.txtExtraName);
     this.Controls.Add(this.cmbColumnName);
     this.Controls.Add(this.BtnCancel);
     this.Controls.Add(this.BtnOk);
     this.Controls.Add(this.textBox11);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.chkIsReal);
     this.Controls.Add(this.textBox10);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textBox9);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.checkBox5);
     this.Controls.Add(this.checkBox4);
     this.Controls.Add(this.checkBox3);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.textBox8);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textBox7);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.chkIsVisible);
     this.Controls.Add(this.textBox6);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textBox5);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Name = "frmCustomViewColumn";
     this.Tag  = "customviewcolumn.colname";
     this.Text = "frmCustomViewColumn";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DS               = new /*Rana:ondemand.*/ vistaForm();
     this.DSclient         = new /*Rana:ondemand.*/ vistaindex();
     this.Tab              = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.btnUncheckSelect = new System.Windows.Forms.Button();
     this.btnCheckSelect   = new System.Windows.Forms.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.txtDescNew       = new System.Windows.Forms.TextBox();
     this.btnEsegui        = new System.Windows.Forms.Button();
     this.btnUncheckAll    = new System.Windows.Forms.Button();
     this.btnCheckAll      = new System.Windows.Forms.Button();
     this.listNew          = new System.Windows.Forms.ListView();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.label2           = new System.Windows.Forms.Label();
     this.txtDescOld       = new System.Windows.Forms.TextBox();
     this.listOld          = new System.Windows.Forms.ListView();
     this.tabPage3         = new System.Windows.Forms.TabPage();
     this.label3           = new System.Windows.Forms.Label();
     this.txtDescFull      = new System.Windows.Forms.TextBox();
     this.listFull         = new System.Windows.Forms.ListView();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DSclient)).BeginInit();
     this.Tab.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // DSclient
     //
     this.DSclient.DataSetName = "vistaindex1";
     this.DSclient.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // Tab
     //
     this.Tab.Controls.Add(this.tabPage1);
     this.Tab.Controls.Add(this.tabPage2);
     this.Tab.Controls.Add(this.tabPage3);
     this.Tab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.Tab.Location      = new System.Drawing.Point(0, 0);
     this.Tab.Name          = "Tab";
     this.Tab.SelectedIndex = 0;
     this.Tab.Size          = new System.Drawing.Size(688, 454);
     this.Tab.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.btnUncheckSelect);
     this.tabPage1.Controls.Add(this.btnCheckSelect);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.txtDescNew);
     this.tabPage1.Controls.Add(this.btnEsegui);
     this.tabPage1.Controls.Add(this.btnUncheckAll);
     this.tabPage1.Controls.Add(this.btnCheckAll);
     this.tabPage1.Controls.Add(this.listNew);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(680, 428);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Nuovi aggiornamenti";
     //
     // btnUncheckSelect
     //
     this.btnUncheckSelect.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUncheckSelect.Location = new System.Drawing.Point(552, 152);
     this.btnUncheckSelect.Name     = "btnUncheckSelect";
     this.btnUncheckSelect.Size     = new System.Drawing.Size(112, 23);
     this.btnUncheckSelect.TabIndex = 9;
     this.btnUncheckSelect.Text     = "Disattiva selezione";
     this.btnUncheckSelect.Click   += new System.EventHandler(this.btnUncheckSelect_Click);
     //
     // btnCheckSelect
     //
     this.btnCheckSelect.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCheckSelect.Location = new System.Drawing.Point(552, 120);
     this.btnCheckSelect.Name     = "btnCheckSelect";
     this.btnCheckSelect.Size     = new System.Drawing.Size(112, 23);
     this.btnCheckSelect.TabIndex = 8;
     this.btnCheckSelect.Text     = "Attiva selezione";
     this.btnCheckSelect.Click   += new System.EventHandler(this.btnCheckSelect_Click);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(8, 304);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Descrizione aggiornamento";
     //
     // txtDescNew
     //
     this.txtDescNew.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescNew.Location   = new System.Drawing.Point(8, 328);
     this.txtDescNew.Multiline  = true;
     this.txtDescNew.Name       = "txtDescNew";
     this.txtDescNew.ReadOnly   = true;
     this.txtDescNew.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDescNew.Size       = new System.Drawing.Size(528, 88);
     this.txtDescNew.TabIndex   = 6;
     this.txtDescNew.Text       = "";
     //
     // btnEsegui
     //
     this.btnEsegui.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEsegui.Location = new System.Drawing.Point(552, 224);
     this.btnEsegui.Name     = "btnEsegui";
     this.btnEsegui.Size     = new System.Drawing.Size(112, 40);
     this.btnEsegui.TabIndex = 5;
     this.btnEsegui.Text     = "Installa aggiornamenti";
     this.btnEsegui.Click   += new System.EventHandler(this.btnEsegui_Click);
     //
     // btnUncheckAll
     //
     this.btnUncheckAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUncheckAll.Location = new System.Drawing.Point(552, 64);
     this.btnUncheckAll.Name     = "btnUncheckAll";
     this.btnUncheckAll.Size     = new System.Drawing.Size(112, 23);
     this.btnUncheckAll.TabIndex = 4;
     this.btnUncheckAll.Text     = "Disattiva tutto";
     this.btnUncheckAll.Click   += new System.EventHandler(this.btnUncheckAll_Click);
     //
     // btnCheckAll
     //
     this.btnCheckAll.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCheckAll.Location = new System.Drawing.Point(552, 32);
     this.btnCheckAll.Name     = "btnCheckAll";
     this.btnCheckAll.Size     = new System.Drawing.Size(112, 23);
     this.btnCheckAll.TabIndex = 3;
     this.btnCheckAll.Text     = "Attiva tutto";
     this.btnCheckAll.Click   += new System.EventHandler(this.btnCheckAll_Click);
     //
     // listNew
     //
     this.listNew.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.listNew.Location     = new System.Drawing.Point(8, 8);
     this.listNew.Name         = "listNew";
     this.listNew.Size         = new System.Drawing.Size(528, 288);
     this.listNew.TabIndex     = 2;
     this.listNew.Click       += new System.EventHandler(this.VisualizzaDescrizione);
     this.listNew.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ColumnClick);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.txtDescOld);
     this.tabPage2.Controls.Add(this.listOld);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(680, 428);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Aggiornamenti installati";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location = new System.Drawing.Point(8, 304);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(144, 16);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Descrizione aggiornamento";
     //
     // txtDescOld
     //
     this.txtDescOld.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescOld.Location   = new System.Drawing.Point(8, 328);
     this.txtDescOld.Multiline  = true;
     this.txtDescOld.Name       = "txtDescOld";
     this.txtDescOld.ReadOnly   = true;
     this.txtDescOld.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDescOld.Size       = new System.Drawing.Size(664, 88);
     this.txtDescOld.TabIndex   = 7;
     this.txtDescOld.Text       = "";
     //
     // listOld
     //
     this.listOld.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.listOld.Location     = new System.Drawing.Point(8, 8);
     this.listOld.Name         = "listOld";
     this.listOld.Size         = new System.Drawing.Size(664, 288);
     this.listOld.TabIndex     = 2;
     this.listOld.Click       += new System.EventHandler(this.VisualizzaDescrizione);
     this.listOld.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ColumnClick);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.label3);
     this.tabPage3.Controls.Add(this.txtDescFull);
     this.tabPage3.Controls.Add(this.listFull);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(680, 428);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Elenco completo";
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Location = new System.Drawing.Point(8, 304);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(144, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Descrizione aggiornamento";
     //
     // txtDescFull
     //
     this.txtDescFull.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescFull.Location   = new System.Drawing.Point(8, 328);
     this.txtDescFull.Multiline  = true;
     this.txtDescFull.Name       = "txtDescFull";
     this.txtDescFull.ReadOnly   = true;
     this.txtDescFull.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDescFull.Size       = new System.Drawing.Size(664, 88);
     this.txtDescFull.TabIndex   = 8;
     this.txtDescFull.Text       = "";
     //
     // listFull
     //
     this.listFull.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.listFull.Location     = new System.Drawing.Point(8, 8);
     this.listFull.Name         = "listFull";
     this.listFull.Size         = new System.Drawing.Size(664, 288);
     this.listFull.TabIndex     = 1;
     this.listFull.Click       += new System.EventHandler(this.VisualizzaDescrizione);
     this.listFull.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ColumnClick);
     //
     // frmondemand
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(688, 454);
     this.Controls.Add(this.Tab);
     this.Name = "frmondemand";
     this.Text = "frmondemand";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DSclient)).EndInit();
     this.Tab.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_locationview_tree));
     this.btnok          = new System.Windows.Forms.Button();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.dataGrid1      = new System.Windows.Forms.DataGrid();
     this.tree           = new System.Windows.Forms.TreeView();
     this.icons          = new System.Windows.Forms.ImageList(this.components);
     this.DS             = new locationview_tree.vistaForm();
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.MetaDataDetail = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.MetaDataDetail.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.Cancel;
     this.btnok.Location     = new System.Drawing.Point(461, 371);
     this.btnok.Name         = "btnok";
     this.btnok.Size         = new System.Drawing.Size(75, 23);
     this.btnok.TabIndex     = 14;
     this.btnok.Tag          = "mainselect";
     this.btnok.Text         = "Ok";
     //
     // 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(557, 371);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 15;
     this.btnCancel.Text         = "Cancel";
     //
     // dataGrid1
     //
     this.dataGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(6, 19);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(641, 322);
     this.dataGrid1.TabIndex        = 13;
     this.dataGrid1.Tag             = "TreeNavigator.tree";
     //
     // tree
     //
     this.tree.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.tree.HideSelection      = false;
     this.tree.ImageIndex         = 1;
     this.tree.ImageList          = this.icons;
     this.tree.Location           = new System.Drawing.Point(8, 16);
     this.tree.Name               = "tree";
     this.tree.SelectedImageIndex = 0;
     this.tree.ShowPlusMinus      = false;
     this.tree.Size               = new System.Drawing.Size(301, 394);
     this.tree.TabIndex           = 12;
     this.tree.Tag = "locationview.tree";
     //
     // icons
     //
     this.icons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icons.ImageStream")));
     this.icons.TransparentColor = System.Drawing.Color.Transparent;
     this.icons.Images.SetKeyName(0, "");
     this.icons.Images.SetKeyName(1, "");
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // MetaDataDetail
     //
     this.MetaDataDetail.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.MetaDataDetail.Controls.Add(this.dataGrid1);
     this.MetaDataDetail.Controls.Add(this.btnok);
     this.MetaDataDetail.Controls.Add(this.btnCancel);
     this.MetaDataDetail.Location = new System.Drawing.Point(316, 16);
     this.MetaDataDetail.Name     = "MetaDataDetail";
     this.MetaDataDetail.Size     = new System.Drawing.Size(653, 400);
     this.MetaDataDetail.TabIndex = 16;
     this.MetaDataDetail.TabStop  = false;
     this.MetaDataDetail.Text     = "Ubicazione";
     //
     // Frm_locationview_tree
     //
     this.AcceptButton      = this.btnok;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(978, 428);
     this.Controls.Add(this.MetaDataDetail);
     this.Controls.Add(this.tree);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "Frm_locationview_tree";
     this.Text            = "frmUbicazioneViewTree";
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.MetaDataDetail.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_chargehandling_default));
     this.images         = new System.Windows.Forms.ImageList(this.components);
     this.DS             = new chargehandling_default.vistaForm();
     this.chkEsente      = new System.Windows.Forms.CheckBox();
     this.label3         = new System.Windows.Forms.Label();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.chkAttivo      = new System.Windows.Forms.CheckBox();
     this.label2         = new System.Windows.Forms.Label();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.txtDescrizione = new System.Windows.Forms.TextBox();
     this.textBox4       = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.chkPredefinito = new System.Windows.Forms.CheckBox();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // images
     //
     this.images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
     this.images.TransparentColor = System.Drawing.Color.Transparent;
     this.images.Images.SetKeyName(0, "");
     this.images.Images.SetKeyName(1, "");
     this.images.Images.SetKeyName(2, "");
     this.images.Images.SetKeyName(3, "");
     this.images.Images.SetKeyName(4, "");
     this.images.Images.SetKeyName(5, "");
     this.images.Images.SetKeyName(6, "");
     this.images.Images.SetKeyName(7, "");
     this.images.Images.SetKeyName(8, "");
     this.images.Images.SetKeyName(9, "");
     this.images.Images.SetKeyName(10, "");
     this.images.Images.SetKeyName(11, "");
     this.images.Images.SetKeyName(12, "");
     this.images.Images.SetKeyName(13, "");
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // chkEsente
     //
     this.chkEsente.Location = new System.Drawing.Point(25, 169);
     this.chkEsente.Name     = "chkEsente";
     this.chkEsente.Size     = new System.Drawing.Size(113, 16);
     this.chkEsente.TabIndex = 19;
     this.chkEsente.Tag      = "chargehandling.flag:0";
     this.chkEsente.Text     = "Esente";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(22, 98);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(333, 16);
     this.label3.TabIndex = 18;
     this.label3.Text     = "Codice Trattamento Banca";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(24, 118);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(378, 20);
     this.textBox3.TabIndex = 16;
     this.textBox3.Tag      = "chargehandling.handlingbankcode";
     //
     // chkAttivo
     //
     this.chkAttivo.Location = new System.Drawing.Point(25, 144);
     this.chkAttivo.Name     = "chkAttivo";
     this.chkAttivo.Size     = new System.Drawing.Size(55, 16);
     this.chkAttivo.TabIndex = 15;
     this.chkAttivo.Tag      = "chargehandling.active:S:N";
     this.chkAttivo.Text     = "Attivo";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(24, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 16);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "Descrizione:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(104, 24);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 11;
     this.textBox1.Tag      = "chargehandling.idchargehandling";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(104, 56);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(298, 20);
     this.textBox2.TabIndex = 12;
     this.textBox2.Tag      = "chargehandling.description";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(40, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 16);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "Codice:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescrizione
     //
     this.txtDescrizione.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescrizione.Location  = new System.Drawing.Point(423, 39);
     this.txtDescrizione.Multiline = true;
     this.txtDescrizione.Name      = "txtDescrizione";
     this.txtDescrizione.Size      = new System.Drawing.Size(200, 64);
     this.txtDescrizione.TabIndex  = 20;
     this.txtDescrizione.TabStop   = false;
     this.txtDescrizione.Tag       = "chargehandling.payment_kind";
     //
     // textBox4
     //
     this.textBox4.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.textBox4.Location  = new System.Drawing.Point(423, 155);
     this.textBox4.Multiline = true;
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new System.Drawing.Size(200, 73);
     this.textBox4.TabIndex  = 21;
     this.textBox4.TabStop   = false;
     this.textBox4.Tag       = "chargehandling.motive";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(420, 20);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(160, 16);
     this.label4.TabIndex  = 22;
     this.label4.Text      = "Natura del Pagamento:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(420, 136);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(160, 16);
     this.label5.TabIndex  = 23;
     this.label5.Text      = "Causale Esenzione Spese:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkPredefinito
     //
     this.chkPredefinito.Location = new System.Drawing.Point(25, 192);
     this.chkPredefinito.Name     = "chkPredefinito";
     this.chkPredefinito.Size     = new System.Drawing.Size(222, 16);
     this.chkPredefinito.TabIndex = 24;
     this.chkPredefinito.Tag      = "chargehandling.flag:1";
     this.chkPredefinito.Text     = "Trattamento delle Spese Predefinito";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(25, 218);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(222, 16);
     this.checkBox1.TabIndex = 25;
     this.checkBox1.Tag      = "chargehandling.flag:2";
     this.checkBox1.Text     = "Per mandati multipli";
     //
     // Frm_chargehandling_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(649, 257);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.chkPredefinito);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBox4);
     this.Controls.Add(this.txtDescrizione);
     this.Controls.Add(this.chkEsente);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.chkAttivo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label1);
     this.Name          = "Frm_chargehandling_default";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgContratto    = new System.Windows.Forms.DataGrid();
     this.btnChiudi      = new System.Windows.Forms.Button();
     this.DS             = new vistaForm();
     this.btnExcel       = new System.Windows.Forms.Button();
     this.MetaDataDetail = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.dgContratto)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // dgContratto
     //
     this.dgContratto.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.dgContratto.CaptionVisible  = false;
     this.dgContratto.DataMember      = "";
     this.dgContratto.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgContratto.Location        = new System.Drawing.Point(8, 16);
     this.dgContratto.Name            = "dgContratto";
     this.dgContratto.Size            = new System.Drawing.Size(432, 272);
     this.dgContratto.TabIndex        = 0;
     //
     // btnChiudi
     //
     this.btnChiudi.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnChiudi.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnChiudi.Location     = new System.Drawing.Point(360, 304);
     this.btnChiudi.Name         = "btnChiudi";
     this.btnChiudi.TabIndex     = 2;
     this.btnChiudi.Text         = "Chiudi";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // btnExcel
     //
     this.btnExcel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcel.Location = new System.Drawing.Point(8, 304);
     this.btnExcel.Name     = "btnExcel";
     this.btnExcel.TabIndex = 1;
     this.btnExcel.Text     = "Excel";
     this.btnExcel.Click   += new System.EventHandler(this.btnExcel_Click);
     //
     // MetaDataDetail
     //
     this.MetaDataDetail.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.MetaDataDetail.Location = new System.Drawing.Point(160, 296);
     this.MetaDataDetail.Name     = "MetaDataDetail";
     this.MetaDataDetail.Size     = new System.Drawing.Size(96, 24);
     this.MetaDataDetail.TabIndex = 3;
     this.MetaDataDetail.TabStop  = false;
     this.MetaDataDetail.Visible  = false;
     //
     // frmcontratto_senzacedolini
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(448, 334);
     this.Controls.Add(this.MetaDataDetail);
     this.Controls.Add(this.btnExcel);
     this.Controls.Add(this.btnChiudi);
     this.Controls.Add(this.dgContratto);
     this.Name = "frmcontratto_senzacedolini";
     this.Text = "frmcontratto_senzacedolini";
     ((System.ComponentModel.ISupportInitialize)(this.dgContratto)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gboxclass      = new System.Windows.Forms.GroupBox();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.txtCodice      = new System.Windows.Forms.TextBox();
     this.btnCodice      = new System.Windows.Forms.Button();
     this.cmbTipo        = new System.Windows.Forms.ComboBox();
     this.DS             = new /*Rana:classtreesezionesingle.*/ vistaForm();
     this.txtDescrizione = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.btnOk          = new System.Windows.Forms.Button();
     this.btnAnnulla     = new System.Windows.Forms.Button();
     this.gboxclass.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // gboxclass
     //
     this.gboxclass.Controls.Add(this.textBox1);
     this.gboxclass.Controls.Add(this.label2);
     this.gboxclass.Controls.Add(this.txtCodice);
     this.gboxclass.Controls.Add(this.btnCodice);
     this.gboxclass.Controls.Add(this.cmbTipo);
     this.gboxclass.Controls.Add(this.txtDescrizione);
     this.gboxclass.Controls.Add(this.label1);
     this.gboxclass.Location = new System.Drawing.Point(8, 8);
     this.gboxclass.Name     = "gboxclass";
     this.gboxclass.Size     = new System.Drawing.Size(456, 184);
     this.gboxclass.TabIndex = 17;
     this.gboxclass.TabStop  = false;
     this.gboxclass.Tag      = "AutoManage.txtCodice.treeclassmovimenti";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(104, 64);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(72, 20);
     this.textBox1.TabIndex = 2;
     this.textBox1.Tag      = "sectionsorting.quota.fixed.2..%.100";
     this.textBox1.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(32, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 14;
     this.label2.Text      = "Quota:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // txtCodice
     //
     this.txtCodice.Location = new System.Drawing.Point(104, 96);
     this.txtCodice.Name     = "txtCodice";
     this.txtCodice.ReadOnly = true;
     this.txtCodice.Size     = new System.Drawing.Size(112, 20);
     this.txtCodice.TabIndex = 4;
     this.txtCodice.Tag      = "sorting.sortcode?x";
     this.txtCodice.Text     = "";
     //
     // btnCodice
     //
     this.btnCodice.Enabled   = false;
     this.btnCodice.Location  = new System.Drawing.Point(24, 96);
     this.btnCodice.Name      = "btnCodice";
     this.btnCodice.Size      = new System.Drawing.Size(72, 23);
     this.btnCodice.TabIndex  = 3;
     this.btnCodice.Tag       = "manage.sorting.tree";
     this.btnCodice.Text      = "Codice";
     this.btnCodice.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // cmbTipo
     //
     this.cmbTipo.DataSource    = this.DS.sortingapplicabilityview;
     this.cmbTipo.DisplayMember = "descrizione";
     this.cmbTipo.Location      = new System.Drawing.Point(104, 32);
     this.cmbTipo.Name          = "cmbTipo";
     this.cmbTipo.Size          = new System.Drawing.Size(328, 21);
     this.cmbTipo.TabIndex      = 1;
     this.cmbTipo.Tag           = "sectionsorting.idsorkind?x";
     this.cmbTipo.ValueMember   = "codicetipoclass";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // txtDescrizione
     //
     this.txtDescrizione.Location  = new System.Drawing.Point(232, 96);
     this.txtDescrizione.Multiline = true;
     this.txtDescrizione.Name      = "txtDescrizione";
     this.txtDescrizione.ReadOnly  = true;
     this.txtDescrizione.Size      = new System.Drawing.Size(200, 72);
     this.txtDescrizione.TabIndex  = 6;
     this.txtDescrizione.TabStop   = false;
     this.txtDescrizione.Tag       = "sorting.description";
     this.txtDescrizione.Text      = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Tipo:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // btnOk
     //
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location     = new System.Drawing.Point(288, 200);
     this.btnOk.Name         = "btnOk";
     this.btnOk.TabIndex     = 16;
     this.btnOk.Tag          = "mainsave";
     this.btnOk.Text         = "Ok";
     //
     // btnAnnulla
     //
     this.btnAnnulla.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnAnnulla.Location     = new System.Drawing.Point(392, 200);
     this.btnAnnulla.Name         = "btnAnnulla";
     this.btnAnnulla.TabIndex     = 15;
     this.btnAnnulla.Text         = "Annulla";
     //
     // frmclasstreesezionesingle
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnAnnulla;
     this.ClientSize        = new System.Drawing.Size(472, 231);
     this.Controls.Add(this.gboxclass);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnAnnulla);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmclasstreesezionesingle";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmclasstreesezionesingle";
     this.gboxclass.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }
示例#28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_mod770_socialsecuritycode_default));
     this.images               = new System.Windows.Forms.ImageList(this.components);
     this.DS                   = new mod770_socialsecuritycode_default.vistaForm();
     this.grpEnte              = new System.Windows.Forms.GroupBox();
     this.label2               = new System.Windows.Forms.Label();
     this.textBox3             = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.textBox2             = new System.Windows.Forms.TextBox();
     this.grpCodiceCategoria   = new System.Windows.Forms.GroupBox();
     this.labelDescrizione     = new System.Windows.Forms.Label();
     this.labelCodiceCausale   = new System.Windows.Forms.Label();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.textBoxCodiceCausale = new System.Windows.Forms.TextBox();
     this.labelEsercizio       = new System.Windows.Forms.Label();
     this.textBoxEsercizio     = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.grpEnte.SuspendLayout();
     this.grpCodiceCategoria.SuspendLayout();
     this.SuspendLayout();
     //
     // images
     //
     this.images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("images.ImageStream")));
     this.images.TransparentColor = System.Drawing.Color.Transparent;
     this.images.Images.SetKeyName(0, "");
     this.images.Images.SetKeyName(1, "");
     this.images.Images.SetKeyName(2, "");
     this.images.Images.SetKeyName(3, "");
     this.images.Images.SetKeyName(4, "");
     this.images.Images.SetKeyName(5, "");
     this.images.Images.SetKeyName(6, "");
     this.images.Images.SetKeyName(7, "");
     this.images.Images.SetKeyName(8, "");
     this.images.Images.SetKeyName(9, "");
     this.images.Images.SetKeyName(10, "");
     this.images.Images.SetKeyName(11, "");
     this.images.Images.SetKeyName(12, "");
     this.images.Images.SetKeyName(13, "");
     this.images.Images.SetKeyName(14, "");
     this.images.Images.SetKeyName(15, "");
     this.images.Images.SetKeyName(16, "");
     this.images.Images.SetKeyName(17, "");
     this.images.Images.SetKeyName(18, "");
     this.images.Images.SetKeyName(19, "");
     this.images.Images.SetKeyName(20, "");
     this.images.Images.SetKeyName(21, "");
     this.images.Images.SetKeyName(22, "");
     this.images.Images.SetKeyName(23, "");
     this.images.Images.SetKeyName(24, "");
     this.images.Images.SetKeyName(25, "");
     this.images.Images.SetKeyName(26, "");
     this.images.Images.SetKeyName(27, "");
     this.images.Images.SetKeyName(28, "");
     this.images.Images.SetKeyName(29, "");
     this.images.Images.SetKeyName(30, "");
     this.images.Images.SetKeyName(31, "");
     this.images.Images.SetKeyName(32, "");
     this.images.Images.SetKeyName(33, "");
     this.images.Images.SetKeyName(34, "");
     this.images.Images.SetKeyName(35, "");
     this.images.Images.SetKeyName(36, "");
     this.images.Images.SetKeyName(37, "");
     //
     // DS
     //
     this.DS.DataSetName             = "vistaForm";
     this.DS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // grpEnte
     //
     this.grpEnte.Controls.Add(this.label2);
     this.grpEnte.Controls.Add(this.textBox3);
     this.grpEnte.Controls.Add(this.label1);
     this.grpEnte.Controls.Add(this.textBox2);
     this.grpEnte.Location = new System.Drawing.Point(15, 224);
     this.grpEnte.Name     = "grpEnte";
     this.grpEnte.Size     = new System.Drawing.Size(486, 131);
     this.grpEnte.TabIndex = 0;
     this.grpEnte.TabStop  = false;
     this.grpEnte.Text     = "Ente Previdenziale";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(14, 21);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 23);
     this.label2.TabIndex  = 2;
     this.label2.Tag       = "";
     this.label2.Text      = "Codice Fiscale";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(102, 22);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(192, 20);
     this.textBox3.TabIndex = 3;
     this.textBox3.Tag      = "mod770_socialsecuritycode.cfagency";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 59);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(90, 18);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Denominazione";
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location  = new System.Drawing.Point(9, 78);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(471, 39);
     this.textBox2.TabIndex  = 1;
     this.textBox2.Tag       = "mod770_socialsecuritycode.titleagency";
     //
     // grpCodiceCategoria
     //
     this.grpCodiceCategoria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.grpCodiceCategoria.Controls.Add(this.labelDescrizione);
     this.grpCodiceCategoria.Controls.Add(this.labelCodiceCausale);
     this.grpCodiceCategoria.Controls.Add(this.textBox1);
     this.grpCodiceCategoria.Controls.Add(this.textBoxCodiceCausale);
     this.grpCodiceCategoria.Controls.Add(this.labelEsercizio);
     this.grpCodiceCategoria.Controls.Add(this.textBoxEsercizio);
     this.grpCodiceCategoria.Location = new System.Drawing.Point(15, 12);
     this.grpCodiceCategoria.Name     = "grpCodiceCategoria";
     this.grpCodiceCategoria.Size     = new System.Drawing.Size(486, 206);
     this.grpCodiceCategoria.TabIndex = 1;
     this.grpCodiceCategoria.TabStop  = false;
     //
     // labelDescrizione
     //
     this.labelDescrizione.Location = new System.Drawing.Point(6, 116);
     this.labelDescrizione.Name     = "labelDescrizione";
     this.labelDescrizione.Size     = new System.Drawing.Size(85, 15);
     this.labelDescrizione.TabIndex = 4;
     this.labelDescrizione.Text     = "Descrizione";
     //
     // labelCodiceCausale
     //
     this.labelCodiceCausale.Location  = new System.Drawing.Point(3, 52);
     this.labelCodiceCausale.Name      = "labelCodiceCausale";
     this.labelCodiceCausale.Size      = new System.Drawing.Size(166, 23);
     this.labelCodiceCausale.TabIndex  = 2;
     this.labelCodiceCausale.Tag       = "";
     this.labelCodiceCausale.Text      = "Codice Categoria Previdenziale";
     this.labelCodiceCausale.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location  = new System.Drawing.Point(6, 134);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(474, 56);
     this.textBox1.TabIndex  = 5;
     this.textBox1.Tag       = "mod770_socialsecuritycode.description";
     //
     // textBoxCodiceCausale
     //
     this.textBoxCodiceCausale.Location     = new System.Drawing.Point(6, 78);
     this.textBoxCodiceCausale.Name         = "textBoxCodiceCausale";
     this.textBoxCodiceCausale.Size         = new System.Drawing.Size(100, 20);
     this.textBoxCodiceCausale.TabIndex     = 3;
     this.textBoxCodiceCausale.Tag          = "mod770_socialsecuritycode.socialseccode";
     this.textBoxCodiceCausale.TextChanged += new System.EventHandler(this.textBoxCodiceCausale_TextChanged);
     //
     // labelEsercizio
     //
     this.labelEsercizio.Location  = new System.Drawing.Point(10, 16);
     this.labelEsercizio.Name      = "labelEsercizio";
     this.labelEsercizio.Size      = new System.Drawing.Size(56, 23);
     this.labelEsercizio.TabIndex  = 0;
     this.labelEsercizio.Text      = "Esercizio";
     this.labelEsercizio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxEsercizio
     //
     this.textBoxEsercizio.Location = new System.Drawing.Point(73, 16);
     this.textBoxEsercizio.Name     = "textBoxEsercizio";
     this.textBoxEsercizio.Size     = new System.Drawing.Size(65, 20);
     this.textBoxEsercizio.TabIndex = 1;
     this.textBoxEsercizio.Tag      = "mod770_socialsecuritycode.ayear.year";
     //
     // Frm_mod770_socialsecuritycode_default
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(513, 384);
     this.Controls.Add(this.grpCodiceCategoria);
     this.Controls.Add(this.grpEnte);
     this.Name = "Frm_mod770_socialsecuritycode_default";
     this.Text = "FrmSocialSecurityCode";
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.grpEnte.ResumeLayout(false);
     this.grpEnte.PerformLayout();
     this.grpCodiceCategoria.ResumeLayout(false);
     this.grpCodiceCategoria.PerformLayout();
     this.ResumeLayout(false);
 }
示例#29
0
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs)
            {
                global::System.Xml.Schema.XmlSchemaComplexType type     = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence    sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                vistaForm ds = new vistaForm();

                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace       = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs       = new decimal(0);
                any1.MaxOccurs       = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace       = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs       = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name       = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name       = "tableTypeName";
                attribute2.FixedValue = "customprocedureDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace))
                {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext();)
                        {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length))
                            {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) &&
                                        (s1.ReadByte() == s2.ReadByte()));)
                                {
                                    ;
                                }
                                if ((s1.Position == s1.Length))
                                {
                                    return(type);
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null))
                        {
                            s1.Close();
                        }
                        if ((s2 != null))
                        {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return(type);
            }
示例#30
0
 /// <summary>
 /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
 /// il contenuto del metodo con l'editor di codice.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmClassMovimentiSelect));
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.icons          = new System.Windows.Forms.ImageList(this.components);
     this.dataGrid1      = new System.Windows.Forms.DataGrid();
     this.tree           = new System.Windows.Forms.TreeView();
     this.MetaDataDetail = new System.Windows.Forms.Button();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.DS             = new /*Rana:classmovimentiselect.*/ vistaForm();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit();
     this.SuspendLayout();
     //
     // icons
     //
     this.icons.ImageSize        = new System.Drawing.Size(16, 16);
     this.icons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icons.ImageStream")));
     this.icons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // dataGrid1
     //
     this.dataGrid1.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.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(216, 0);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(496, 376);
     this.dataGrid1.TabIndex        = 2;
     this.dataGrid1.Tag             = "TreeNavigator.tree";
     //
     // tree
     //
     this.tree.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)));
     this.tree.HideSelection = false;
     this.tree.ImageIndex    = 1;
     this.tree.ImageList     = this.icons;
     this.tree.Location      = new System.Drawing.Point(8, 0);
     this.tree.Name          = "tree";
     this.tree.ShowPlusMinus = false;
     this.tree.Size          = new System.Drawing.Size(200, 376);
     this.tree.TabIndex      = 3;
     this.tree.Tag           = "sorting.tree";
     //
     // MetaDataDetail
     //
     this.MetaDataDetail.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.MetaDataDetail.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.MetaDataDetail.Location     = new System.Drawing.Point(520, 384);
     this.MetaDataDetail.Name         = "MetaDataDetail";
     this.MetaDataDetail.TabIndex     = 4;
     this.MetaDataDetail.Tag          = "mainselect";
     this.MetaDataDetail.Text         = "Ok";
     //
     // 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(632, 384);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 5;
     this.btnCancel.Text         = "Cancel";
     //
     // DS
     //
     this.DS.DataSetName = "vistaForm";
     this.DS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // frmClassMovimentiSelect
     //
     this.AcceptButton      = this.MetaDataDetail;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(728, 421);
     this.Controls.Add(this.MetaDataDetail);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.tree);
     this.Controls.Add(this.dataGrid1);
     this.Name = "frmClassMovimentiSelect";
     this.Text = "frmClassMovimentiSelect";
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit();
     this.ResumeLayout(false);
 }