Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ReportPanel = new Gizmox.WebGUI.Forms.Panel();
     this.Edit = new Gizmox.WebGUI.Forms.Button();
     this.splitContainer1 = new Gizmox.WebGUI.Forms.SplitContainer();
     this.IMAGE = new Gizmox.WebGUI.Forms.Button();
     this.WORD = new Gizmox.WebGUI.Forms.Button();
     this.EXCEL = new Gizmox.WebGUI.Forms.Button();
     this.linkLabel2 = new Gizmox.WebGUI.Forms.LinkLabel();
     this.linkLabel1 = new Gizmox.WebGUI.Forms.LinkLabel();
     this.PDF = new Gizmox.WebGUI.Forms.Button();
     this.Upload = new Gizmox.WebGUI.Forms.Button();
     this.groupBox1 = new Gizmox.WebGUI.Forms.GroupBox();
     this.radioButton2 = new Gizmox.WebGUI.Forms.RadioButton();
     this.MSMODE = new Gizmox.WebGUI.Forms.RadioButton();
     this.RenderReport = new Gizmox.WebGUI.Forms.Button();
     this.groupBox2 = new Gizmox.WebGUI.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // ReportPanel
     //
     this.ReportPanel.BackColor = System.Drawing.Color.White;
     this.ReportPanel.Cursor = Gizmox.WebGUI.Forms.Cursors.Hand;
     this.ReportPanel.Dock = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.ReportPanel.Location = new System.Drawing.Point(3, 17);
     this.ReportPanel.Name = "ReportPanel";
     this.ReportPanel.Size = new System.Drawing.Size(1183, 674);
     this.ReportPanel.TabIndex = 0;
     //
     // Edit
     //
     this.Edit.Location = new System.Drawing.Point(275, 10);
     this.Edit.Name = "Edit";
     this.Edit.Size = new System.Drawing.Size(90, 28);
     this.Edit.TabIndex = 2;
     this.Edit.Text = "Edit Report";
     this.Edit.UseVisualStyleBackColor = true;
     this.Edit.Click += new System.EventHandler(this.Edit_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.AutoValidate = Gizmox.WebGUI.Forms.AutoValidate.EnablePreventFocusChange;
     this.splitContainer1.Dock = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = Gizmox.WebGUI.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Panel1.Controls.Add(this.IMAGE);
     this.splitContainer1.Panel1.Controls.Add(this.WORD);
     this.splitContainer1.Panel1.Controls.Add(this.EXCEL);
     this.splitContainer1.Panel1.Controls.Add(this.linkLabel2);
     this.splitContainer1.Panel1.Controls.Add(this.linkLabel1);
     this.splitContainer1.Panel1.Controls.Add(this.PDF);
     this.splitContainer1.Panel1.Controls.Add(this.Upload);
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel1.Controls.Add(this.RenderReport);
     this.splitContainer1.Panel1.Controls.Add(this.Edit);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Size = new System.Drawing.Size(1189, 736);
     this.splitContainer1.SplitterDistance = 41;
     this.splitContainer1.SplitterWidth = 1;
     this.splitContainer1.TabIndex = 2;
     //
     // IMAGE
     //
     this.IMAGE.Location = new System.Drawing.Point(757, 10);
     this.IMAGE.Name = "IMAGE";
     this.IMAGE.Size = new System.Drawing.Size(90, 28);
     this.IMAGE.TabIndex = 7;
     this.IMAGE.Text = "TIFF Download";
     this.IMAGE.UseVisualStyleBackColor = true;
     this.IMAGE.Click += new System.EventHandler(this.IMAGE_Click);
     //
     // WORD
     //
     this.WORD.Location = new System.Drawing.Point(661, 10);
     this.WORD.Name = "WORD";
     this.WORD.Size = new System.Drawing.Size(90, 28);
     this.WORD.TabIndex = 6;
     this.WORD.Text = "DOC Download";
     this.WORD.UseVisualStyleBackColor = true;
     this.WORD.Click += new System.EventHandler(this.WORD_Click);
     //
     // EXCEL
     //
     this.EXCEL.Location = new System.Drawing.Point(564, 10);
     this.EXCEL.Name = "EXCEL";
     this.EXCEL.Size = new System.Drawing.Size(90, 28);
     this.EXCEL.TabIndex = 5;
     this.EXCEL.Text = "XLS Download";
     this.EXCEL.UseVisualStyleBackColor = true;
     this.EXCEL.Click += new System.EventHandler(this.EXCEL_Click);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.ClientMode = false;
     this.linkLabel2.LinkColor = System.Drawing.Color.Black;
     this.linkLabel2.Location = new System.Drawing.Point(853, 23);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(53, 13);
     this.linkLabel2.TabIndex = 9;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Download Acrobat Viewer";
     this.linkLabel2.Url = "http://get.adobe.com/de/reader/";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.ClientMode = false;
     this.linkLabel1.LinkColor = System.Drawing.Color.Black;
     this.linkLabel1.Location = new System.Drawing.Point(853, 10);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(53, 13);
     this.linkLabel1.TabIndex = 8;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Download Report Builder 2";
     this.linkLabel1.Url = "http://www.microsoft.com/downloads/details.aspx?familyid=9f783224-9871-4eea-b1d5-" +
     "f3140a253db6&displaylang=en";
     //
     // PDF
     //
     this.PDF.Location = new System.Drawing.Point(467, 10);
     this.PDF.Name = "PDF";
     this.PDF.Size = new System.Drawing.Size(90, 28);
     this.PDF.TabIndex = 4;
     this.PDF.Text = "PDF Download";
     this.PDF.UseVisualStyleBackColor = true;
     this.PDF.Click += new System.EventHandler(this.PDF_Click);
     //
     // Upload
     //
     this.Upload.Location = new System.Drawing.Point(371, 10);
     this.Upload.Name = "Upload";
     this.Upload.Size = new System.Drawing.Size(90, 28);
     this.Upload.TabIndex = 3;
     this.Upload.Text = "Upload Report";
     this.Upload.UseVisualStyleBackColor = true;
     this.Upload.Click += new System.EventHandler(this.Upload_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.MSMODE);
     this.groupBox1.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Black;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(170, 35);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Viewer Type";
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Checked = true;
     this.radioButton2.Location = new System.Drawing.Point(84, 13);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(80, 17);
     this.radioButton2.TabIndex = 0;
     this.radioButton2.TabStop = false;
     this.radioButton2.Text = "PDF Report";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // MSMODE
     //
     this.MSMODE.AutoSize = true;
     this.MSMODE.Location = new System.Drawing.Point(3, 13);
     this.MSMODE.Name = "MSMODE";
     this.MSMODE.Size = new System.Drawing.Size(75, 17);
     this.MSMODE.TabIndex = 0;
     this.MSMODE.TabStop = false;
     this.MSMODE.Text = "MS Report";
     this.MSMODE.UseVisualStyleBackColor = true;
     //
     // RenderReport
     //
     this.RenderReport.Location = new System.Drawing.Point(179, 10);
     this.RenderReport.Name = "RenderReport";
     this.RenderReport.Size = new System.Drawing.Size(90, 28);
     this.RenderReport.TabIndex = 1;
     this.RenderReport.Text = "View Report";
     this.RenderReport.UseVisualStyleBackColor = true;
     this.RenderReport.Click += new System.EventHandler(this.RenderClick);
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.White;
     this.groupBox2.Controls.Add(this.ReportPanel);
     this.groupBox2.Dock = Gizmox.WebGUI.Forms.DockStyle.Fill;
     this.groupBox2.FlatStyle = Gizmox.WebGUI.Forms.FlatStyle.Flat;
     this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.ForeColor = System.Drawing.Color.Black;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(1189, 694);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Preview";
     //
     // Form1
     //
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = Gizmox.WebGUI.Forms.FormBorderStyle.Sizable;
     this.Size = new System.Drawing.Size(1189, 736);
     this.Text = "Form1";
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cboProduct = new Gizmox.WebGUI.Forms.ComboBox();
     this.label6 = new Gizmox.WebGUI.Forms.Label();
     this.btnApply = new Gizmox.WebGUI.Forms.Button();
     this.label3 = new Gizmox.WebGUI.Forms.Label();
     this.label2 = new Gizmox.WebGUI.Forms.Label();
     this.btnClose = new Gizmox.WebGUI.Forms.Button();
     this.label1 = new Gizmox.WebGUI.Forms.Label();
     this.cboPrice = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboQuantity = new Gizmox.WebGUI.Forms.ComboBox();
     this.cboCatagory = new Gizmox.WebGUI.Forms.ComboBox();
     this.grpDiscontinued = new Gizmox.WebGUI.Forms.GroupBox();
     this.rbtnDiscontinuedProducts = new Gizmox.WebGUI.Forms.RadioButton();
     this.rbtnOpenProducts = new Gizmox.WebGUI.Forms.RadioButton();
     this.rbtnProductsAll = new Gizmox.WebGUI.Forms.RadioButton();
     this.label4 = new Gizmox.WebGUI.Forms.Label();
     this.cboReorder = new Gizmox.WebGUI.Forms.ComboBox();
     this.grpDiscontinued.SuspendLayout();
     this.SuspendLayout();
     //
     // cboProduct
     //
     this.cboProduct.FormattingEnabled = true;
     this.cboProduct.Location = new System.Drawing.Point(113, 25);
     this.cboProduct.Name = "cboProduct";
     this.cboProduct.Size = new System.Drawing.Size(242, 21);
     this.cboProduct.TabIndex = 5;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 28);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(75, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "Product Name";
     //
     // btnApply
     //
     this.btnApply.Location = new System.Drawing.Point(97, 284);
     this.btnApply.Name = "btnApply";
     this.btnApply.Size = new System.Drawing.Size(78, 23);
     this.btnApply.TabIndex = 9;
     this.btnApply.Text = "Apply Filters";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 129);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 13);
     this.label3.TabIndex = 50;
     this.label3.Text = "Unit Price";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 95);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(87, 13);
     this.label2.TabIndex = 49;
     this.label2.Text = "Quantity Per Unit";
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(218, 284);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(78, 23);
     this.btnClose.TabIndex = 10;
     this.btnClose.Text = "Cancel";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 61);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(80, 13);
     this.label1.TabIndex = 48;
     this.label1.Text = "Catagory Name";
     //
     // cboPrice
     //
     this.cboPrice.FormattingEnabled = true;
     this.cboPrice.Location = new System.Drawing.Point(113, 126);
     this.cboPrice.Name = "cboPrice";
     this.cboPrice.Size = new System.Drawing.Size(242, 21);
     this.cboPrice.TabIndex = 8;
     //
     // cboQuantity
     //
     this.cboQuantity.FormattingEnabled = true;
     this.cboQuantity.Location = new System.Drawing.Point(113, 92);
     this.cboQuantity.Name = "cboQuantity";
     this.cboQuantity.Size = new System.Drawing.Size(242, 21);
     this.cboQuantity.TabIndex = 7;
     //
     // cboCatagory
     //
     this.cboCatagory.FormattingEnabled = true;
     this.cboCatagory.Location = new System.Drawing.Point(113, 58);
     this.cboCatagory.Name = "cboCatagory";
     this.cboCatagory.Size = new System.Drawing.Size(242, 21);
     this.cboCatagory.TabIndex = 6;
     //
     // grpDiscontinued
     //
     this.grpDiscontinued.Controls.Add(this.rbtnDiscontinuedProducts);
     this.grpDiscontinued.Controls.Add(this.rbtnOpenProducts);
     this.grpDiscontinued.Controls.Add(this.rbtnProductsAll);
     this.grpDiscontinued.Location = new System.Drawing.Point(17, 213);
     this.grpDiscontinued.Name = "grpDiscontinued";
     this.grpDiscontinued.Size = new System.Drawing.Size(354, 48);
     this.grpDiscontinued.TabIndex = 54;
     this.grpDiscontinued.TabStop = false;
     this.grpDiscontinued.Text = "Discontinued";
     //
     // rbtnDiscontinuedProducts
     //
     this.rbtnDiscontinuedProducts.AutoSize = true;
     this.rbtnDiscontinuedProducts.Location = new System.Drawing.Point(208, 19);
     this.rbtnDiscontinuedProducts.Name = "rbtnDiscontinuedProducts";
     this.rbtnDiscontinuedProducts.Size = new System.Drawing.Size(132, 17);
     this.rbtnDiscontinuedProducts.TabIndex = 2;
     this.rbtnDiscontinuedProducts.Text = "Discontinued Products";
     this.rbtnDiscontinuedProducts.UseVisualStyleBackColor = true;
     //
     // rbtnOpenProducts
     //
     this.rbtnOpenProducts.AutoSize = true;
     this.rbtnOpenProducts.Location = new System.Drawing.Point(106, 19);
     this.rbtnOpenProducts.Name = "rbtnOpenProducts";
     this.rbtnOpenProducts.Size = new System.Drawing.Size(96, 17);
     this.rbtnOpenProducts.TabIndex = 1;
     this.rbtnOpenProducts.Text = "Open Products";
     this.rbtnOpenProducts.UseVisualStyleBackColor = true;
     //
     // rbtnProductsAll
     //
     this.rbtnProductsAll.AutoSize = true;
     this.rbtnProductsAll.Checked = true;
     this.rbtnProductsAll.Location = new System.Drawing.Point(6, 19);
     this.rbtnProductsAll.Name = "rbtnProductsAll";
     this.rbtnProductsAll.Size = new System.Drawing.Size(81, 17);
     this.rbtnProductsAll.TabIndex = 0;
     this.rbtnProductsAll.TabStop = true;
     this.rbtnProductsAll.Text = "All Products";
     this.rbtnProductsAll.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(13, 167);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(74, 13);
     this.label4.TabIndex = 56;
     this.label4.Text = "Reorder Level";
     //
     // cboReorder
     //
     this.cboReorder.FormattingEnabled = true;
     this.cboReorder.Location = new System.Drawing.Point(113, 164);
     this.cboReorder.Name = "cboReorder";
     this.cboReorder.Size = new System.Drawing.Size(242, 21);
     this.cboReorder.TabIndex = 55;
     //
     // ProductFilter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = Gizmox.WebGUI.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightGray;
     this.ClientSize = new System.Drawing.Size(396, 324);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cboReorder);
     this.Controls.Add(this.grpDiscontinued);
     this.Controls.Add(this.cboProduct);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cboPrice);
     this.Controls.Add(this.cboQuantity);
     this.Controls.Add(this.cboCatagory);
     this.Name = "ProductFilter";
     this.StartPosition = Gizmox.WebGUI.Forms.FormStartPosition.CenterScreen;
     this.Text = "Product Filter";
     this.Load += new System.EventHandler(this.ProductFilter_Load);
     this.grpDiscontinued.ResumeLayout(false);
     this.grpDiscontinued.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }