コード例 #1
0
        public ProbationaryPeriodReport()
        {
            //
            // Required for telerik Reporting designer support
            //
            InitializeComponent();
            var encoder = new Telerik.Reporting.Barcodes.QRCodeEncoder();

            encoder.Version = 3;

            encoder.ECI = Telerik.Reporting.Barcodes.QRCode.ECIMode.ISO8859_5;
            encoder.ErrorCorrectionLevel = Telerik.Reporting.Barcodes.QRCode.ErrorCorrectionLevel.M;
            encoder.Mode = Telerik.Reporting.Barcodes.QRCode.CodeMode.Alphanumeric;
            encoder.FNC1 = Telerik.Reporting.Barcodes.QRCode.FNC1Mode.FirstPosition;

            this.barcode1.Value   = "HrDepartment Report. Date of creation: " + DateTime.Now;
            this.barcode1.Encoder = encoder;
            //
            // TODO: Add any constructor code after InitializeComponent call
            //
        }
コード例 #2
0
        public HeadUnitBookReport()
        {
            //
            // Required for telerik Reporting designer support
            //
            InitializeComponent();
            //згенерувати інформацію в Qr-код
            var encoder = new Telerik.Reporting.Barcodes.QRCodeEncoder();

            encoder.Version = 3;

            encoder.ECI = Telerik.Reporting.Barcodes.QRCode.ECIMode.ISO8859_5;
            encoder.ErrorCorrectionLevel = Telerik.Reporting.Barcodes.QRCode.ErrorCorrectionLevel.M;
            encoder.Mode = Telerik.Reporting.Barcodes.QRCode.CodeMode.Alphanumeric;
            encoder.FNC1 = Telerik.Reporting.Barcodes.QRCode.FNC1Mode.FirstPosition;

            this.barcode1.Value   = "HeadUnitBook. Date of creation: " + DateTime.Now;
            this.barcode1.Encoder = encoder;
            //
            // TODO: Add any constructor code after InitializeComponent call
            //
        }
コード例 #3
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.Reporting.TableGroup             tableGroup1    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup2    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup3    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup4    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup5    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup6    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup7    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup             tableGroup8    = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.Barcodes.QRCodeEncoder qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Drawing.StyleRule      styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1   = new Telerik.Reporting.PageHeaderSection();
     this.detail               = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1   = new Telerik.Reporting.PageFooterSection();
     this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
     this.tbInvetarioProducto  = new Telerik.Reporting.Table();
     this.textBox5             = new Telerik.Reporting.TextBox();
     this.textBox7             = new Telerik.Reporting.TextBox();
     this.textBox9             = new Telerik.Reporting.TextBox();
     this.textBox13            = new Telerik.Reporting.TextBox();
     this.textBox15            = new Telerik.Reporting.TextBox();
     this.textBox17            = new Telerik.Reporting.TextBox();
     this.textBox11            = new Telerik.Reporting.TextBox();
     this.textBox4             = new Telerik.Reporting.TextBox();
     this.textBox6             = new Telerik.Reporting.TextBox();
     this.textBox8             = new Telerik.Reporting.TextBox();
     this.textBox12            = new Telerik.Reporting.TextBox();
     this.textBox14            = new Telerik.Reporting.TextBox();
     this.textBox16            = new Telerik.Reporting.TextBox();
     this.textBox10            = new Telerik.Reporting.TextBox();
     this.textBox3             = new Telerik.Reporting.TextBox();
     this.textBox2             = new Telerik.Reporting.TextBox();
     this.textBox1             = new Telerik.Reporting.TextBox();
     this.barcode1             = new Telerik.Reporting.Barcode();
     this.textBox18            = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox3
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.2D);
     this.detail.Name   = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox18,
         this.barcode1
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // reportHeaderSection1
     //
     this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.tbInvetarioProducto
     });
     this.reportHeaderSection1.Name = "reportHeaderSection1";
     //
     // tbInvetarioProducto
     //
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(3.231D)));
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(9.228D)));
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.657D)));
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.464D)));
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.391D)));
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.714D)));
     this.tbInvetarioProducto.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(2.714D)));
     this.tbInvetarioProducto.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(0.609D)));
     this.tbInvetarioProducto.Body.SetCellContent(0, 0, this.textBox5);
     this.tbInvetarioProducto.Body.SetCellContent(0, 1, this.textBox7);
     this.tbInvetarioProducto.Body.SetCellContent(0, 2, this.textBox9);
     this.tbInvetarioProducto.Body.SetCellContent(0, 3, this.textBox13);
     this.tbInvetarioProducto.Body.SetCellContent(0, 4, this.textBox15);
     this.tbInvetarioProducto.Body.SetCellContent(0, 5, this.textBox17);
     this.tbInvetarioProducto.Body.SetCellContent(0, 6, this.textBox11);
     tableGroup1.Name       = "tableGroup";
     tableGroup1.ReportItem = this.textBox4;
     tableGroup2.Name       = "tableGroup1";
     tableGroup2.ReportItem = this.textBox6;
     tableGroup3.Name       = "tableGroup2";
     tableGroup3.ReportItem = this.textBox8;
     tableGroup4.Name       = "group1";
     tableGroup4.ReportItem = this.textBox12;
     tableGroup5.Name       = "group2";
     tableGroup5.ReportItem = this.textBox14;
     tableGroup6.Name       = "group3";
     tableGroup6.ReportItem = this.textBox16;
     tableGroup7.Name       = "group";
     tableGroup7.ReportItem = this.textBox10;
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup1);
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup2);
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup3);
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup4);
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup5);
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup6);
     this.tbInvetarioProducto.ColumnGroups.Add(tableGroup7);
     this.tbInvetarioProducto.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox5,
         this.textBox7,
         this.textBox9,
         this.textBox13,
         this.textBox15,
         this.textBox17,
         this.textBox11,
         this.textBox4,
         this.textBox6,
         this.textBox8,
         this.textBox12,
         this.textBox14,
         this.textBox16,
         this.textBox10
     });
     this.tbInvetarioProducto.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.4D), Telerik.Reporting.Drawing.Unit.Cm(0.641D));
     this.tbInvetarioProducto.Name     = "tbInvetarioProducto";
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup8.Name = "detailTableGroup";
     this.tbInvetarioProducto.RowGroups.Add(tableGroup8);
     this.tbInvetarioProducto.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(25.4D), Telerik.Reporting.Drawing.Unit.Cm(1.218D));
     //
     // textBox5
     //
     this.textBox5.Name  = "textBox5";
     this.textBox5.Size  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.231D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox5.Value = "=Fields.Codigo";
     //
     // textBox7
     //
     this.textBox7.Name  = "textBox7";
     this.textBox7.Size  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.228D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox7.Value = "=Fields.Producto";
     //
     // textBox9
     //
     this.textBox9.Name  = "textBox9";
     this.textBox9.Size  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.657D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox9.Value = "=Fields.Stock";
     //
     // textBox13
     //
     this.textBox13.Name      = "textBox13";
     this.textBox13.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.464D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox13.StyleName = "";
     this.textBox13.Value     = "=Fields.Stock_Minimo";
     //
     // textBox15
     //
     this.textBox15.Name      = "textBox15";
     this.textBox15.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.391D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox15.StyleName = "";
     this.textBox15.Value     = "=Fields.Precio_Menudeo";
     //
     // textBox17
     //
     this.textBox17.Name      = "textBox17";
     this.textBox17.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.714D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox17.StyleName = "";
     this.textBox17.Value     = "=Fields.Precio_MMayoreo";
     //
     // textBox11
     //
     this.textBox11.Name      = "textBox11";
     this.textBox11.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.714D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox11.StyleName = "";
     this.textBox11.Value     = "=Fields.Precio_Mayoreo";
     //
     // textBox4
     //
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.231D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox4.Style.Font.Bold     = true;
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value               = "Codigo";
     //
     // textBox6
     //
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.228D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox6.Style.Font.Bold     = true;
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "Producto";
     //
     // textBox8
     //
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.657D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox8.Style.Font.Bold     = true;
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value               = "Stock";
     //
     // textBox12
     //
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.464D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox12.Style.Font.Bold     = true;
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.StyleName           = "";
     this.textBox12.Value               = "S. Min.";
     //
     // textBox14
     //
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.391D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox14.Style.Font.Bold     = true;
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.StyleName           = "";
     this.textBox14.Value               = "P. Unitario";
     //
     // textBox16
     //
     this.textBox16.Name                = "textBox16";
     this.textBox16.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.714D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox16.Style.Font.Bold     = true;
     this.textBox16.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox16.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox16.StyleName           = "";
     this.textBox16.Value               = "P. 1/2 May.";
     //
     // textBox10
     //
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.714D), Telerik.Reporting.Drawing.Unit.Cm(0.609D));
     this.textBox10.Style.Font.Bold     = true;
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.StyleName           = "";
     this.textBox10.Value               = "P. Mayoreo";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.7D), Telerik.Reporting.Drawing.Unit.Cm(1.65D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "Reporte general de inventarios";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(19.8D), Telerik.Reporting.Drawing.Unit.Cm(0.25D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.6D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "=Now()";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.6D), Telerik.Reporting.Drawing.Unit.Cm(0.75D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "Abarrotera \"ABC123\"";
     //
     // barcode1
     //
     this.barcode1.Encoder         = qrCodeEncoder1;
     this.barcode1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.barcode1.Name            = "barcode1";
     this.barcode1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.2D), Telerik.Reporting.Drawing.Unit.Cm(0.9D));
     this.barcode1.Stretch         = true;
     this.barcode1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.barcode1.Value           = "=\"Sistema desarrollado por Hugo Merino Ortega \"";
     //
     // textBox18
     //
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.1D), Telerik.Reporting.Drawing.Unit.Cm(0.2D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.4D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox18.Style.Font.Bold     = true;
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value               = "Desarrollado por D1002  ";
     //
     // rptInventarios
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1,
         this.reportHeaderSection1
     });
     this.Name = "rptInventarios";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.A4;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(26.4D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #4
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.Reporting.Barcodes.QRCodeEncoder       qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(PickOrderProductLabel));
     Telerik.Reporting.Drawing.StyleRule            styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.shape1             = new Telerik.Reporting.Shape();
     this.barcode1           = new Telerik.Reporting.Barcode();
     this.txtProductCode     = new Telerik.Reporting.TextBox();
     this.txtProductName     = new Telerik.Reporting.TextBox();
     this.txtWaybill         = new Telerik.Reporting.TextBox();
     this.txtPickOrderNumber = new Telerik.Reporting.TextBox();
     this.txtUnitName        = new Telerik.Reporting.TextBox();
     this.tUuid       = new Telerik.Reporting.TextBox();
     this.txtRegion   = new Telerik.Reporting.TextBox();
     this.txtSubFix   = new Telerik.Reporting.TextBox();
     this.pictureBox2 = new Telerik.Reporting.PictureBox();
     this.txtTypeName = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(2.9000000953674316D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.shape1,
         this.barcode1,
         this.txtProductCode,
         this.txtProductName,
         this.txtWaybill,
         this.txtPickOrderNumber,
         this.txtUnitName,
         this.tUuid,
         this.txtRegion,
         this.txtSubFix,
         this.pictureBox2,
         this.txtTypeName
     });
     this.detail.Name = "detail";
     this.detail.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
     this.detail.Style.BorderStyle.Left   = Telerik.Reporting.Drawing.BorderType.None;
     this.detail.Style.BorderStyle.Right  = Telerik.Reporting.Drawing.BorderType.None;
     this.detail.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.None;
     this.detail.Style.LineWidth          = Telerik.Reporting.Drawing.Unit.Point(0D);
     //
     // shape1
     //
     this.shape1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.shape1.Name      = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.PolygonShape(4, 45D, 9);
     this.shape1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.96999979019165D), Telerik.Reporting.Drawing.Unit.Cm(2.899899959564209D));
     this.shape1.Stretch   = true;
     //
     // barcode1
     //
     this.barcode1.Encoder  = qrCodeEncoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(0.60000008344650269D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6999996900558472D), Telerik.Reporting.Drawing.Unit.Cm(1.7000000476837158D));
     this.barcode1.Stretch  = true;
     this.barcode1.Value    = "=qrcode";
     //
     // txtProductCode
     //
     this.txtProductCode.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.2000001072883606D), Telerik.Reporting.Drawing.Unit.Cm(1.3000000715255737D));
     this.txtProductCode.Name                = "txtProductCode";
     this.txtProductCode.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.899999737739563D), Telerik.Reporting.Drawing.Unit.Cm(0.29999977350234985D));
     this.txtProductCode.Style.Font.Name     = "Microsoft YaHei";
     this.txtProductCode.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(6D);
     this.txtProductCode.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtProductCode.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtProductCode.Value               = "=product_code";
     //
     // txtProductName
     //
     this.txtProductName.CanGrow             = true;
     this.txtProductName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.1000000536441803D), Telerik.Reporting.Drawing.Unit.Cm(0.49999994039535522D));
     this.txtProductName.Name                = "txtProductName";
     this.txtProductName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.099799633026123D), Telerik.Reporting.Drawing.Unit.Cm(0.60000014305114746D));
     this.txtProductName.Style.Font.Name     = "Microsoft YaHei";
     this.txtProductName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(6D);
     this.txtProductName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtProductName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.txtProductName.Value               = "=product_name";
     //
     // txtWaybill
     //
     this.txtWaybill.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.20000004768371582D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.txtWaybill.Name                = "txtWaybill";
     this.txtWaybill.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.30000013113021851D));
     this.txtWaybill.Style.Font.Name     = "Microsoft YaHei";
     this.txtWaybill.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtWaybill.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtWaybill.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtWaybill.Value               = "=waybill_no";
     //
     // txtPickOrderNumber
     //
     this.txtPickOrderNumber.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D));
     this.txtPickOrderNumber.Name                = "txtPickOrderNumber";
     this.txtPickOrderNumber.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.txtPickOrderNumber.Style.Font.Bold     = true;
     this.txtPickOrderNumber.Style.Font.Name     = "Microsoft YaHei";
     this.txtPickOrderNumber.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtPickOrderNumber.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtPickOrderNumber.Value               = "=order_number";
     //
     // txtUnitName
     //
     this.txtUnitName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.20000015199184418D), Telerik.Reporting.Drawing.Unit.Cm(1.6999999284744263D));
     this.txtUnitName.Name                = "txtUnitName";
     this.txtUnitName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.20000018179416657D));
     this.txtUnitName.Style.Font.Name     = "Microsoft YaHei";
     this.txtUnitName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(6D);
     this.txtUnitName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtUnitName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtUnitName.Value               = "=unit_name";
     //
     // tUuid
     //
     this.tUuid.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.20000015199184418D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.tUuid.Name                = "tUuid";
     this.tUuid.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.90000057220459D), Telerik.Reporting.Drawing.Unit.Cm(0.29999974370002747D));
     this.tUuid.Style.Font.Name     = "Microsoft YaHei";
     this.tUuid.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.tUuid.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.tUuid.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.tUuid.Value               = "=uuid";
     //
     // txtRegion
     //
     this.txtRegion.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(2.3002002239227295D));
     this.txtRegion.Name                = "txtRegion";
     this.txtRegion.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6999993324279785D), Telerik.Reporting.Drawing.Unit.Cm(0.29999974370002747D));
     this.txtRegion.Style.Font.Name     = "Microsoft YaHei";
     this.txtRegion.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtRegion.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.txtRegion.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtRegion.Value               = "=region";
     //
     // txtSubFix
     //
     this.txtSubFix.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.099999986588954926D));
     this.txtSubFix.Name                = "txtSubFix";
     this.txtSubFix.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.7797996997833252D), Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D));
     this.txtSubFix.Style.Font.Bold     = true;
     this.txtSubFix.Style.Font.Name     = "Microsoft YaHei";
     this.txtSubFix.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtSubFix.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtSubFix.Value               = "=sub_fix";
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.3002002239227295D), Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D));
     this.pictureBox2.MimeType = "image/png";
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.4439997673034668D), Telerik.Reporting.Drawing.Unit.Cm(0.5000002384185791D));
     this.pictureBox2.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox2.Value    = ((object)(resources.GetObject("pictureBox2.Value")));
     //
     // txtTypeName
     //
     this.txtTypeName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(1.3000001907348633D));
     this.txtTypeName.Name                = "txtTypeName";
     this.txtTypeName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.79980003833770752D), Telerik.Reporting.Drawing.Unit.Cm(0.29999977350234985D));
     this.txtTypeName.Style.Font.Name     = "Microsoft YaHei";
     this.txtTypeName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(6D);
     this.txtTypeName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtTypeName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtTypeName.Value               = "=type_name";
     //
     // PickOrderProductLabel
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "ProductMinPackageLabelSmall";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Mm(50D), Telerik.Reporting.Drawing.Unit.Mm(30D));
     this.Style.Font.Size        = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(5.0322914123535156D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #5
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.Reporting.Barcodes.QRCodeEncoder qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Drawing.StyleRule      styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     this.textBox1           = new Telerik.Reporting.TextBox();
     this.textBox2           = new Telerik.Reporting.TextBox();
     this.textBox3           = new Telerik.Reporting.TextBox();
     this.textBox4           = new Telerik.Reporting.TextBox();
     this.textBox5           = new Telerik.Reporting.TextBox();
     this.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.textBox12          = new Telerik.Reporting.TextBox();
     this.textBox13          = new Telerik.Reporting.TextBox();
     this.textBox14          = new Telerik.Reporting.TextBox();
     this.textBox15          = new Telerik.Reporting.TextBox();
     this.barcode1           = new Telerik.Reporting.Barcode();
     this.textBox18          = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox14,
         this.textBox11,
         this.textBox12,
         this.textBox13,
         this.textBox10,
         this.textBox15
     });
     this.detail.Name = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox18,
         this.barcode1
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(3.1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7,
         this.textBox8,
         this.textBox9
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.7D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "Abarrotera \"ABC123\"";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.3D), Telerik.Reporting.Drawing.Unit.Cm(0.25D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.6D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "=Now()";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(1.5D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.5D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "Reporte de movimiento de inventario";
     //
     // textBox4
     //
     this.textBox4.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.1D), Telerik.Reporting.Drawing.Unit.Cm(2.2D));
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox4.Style.Font.Bold     = true;
     this.textBox4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value               = "Fecha";
     //
     // textBox5
     //
     this.textBox5.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.2D), Telerik.Reporting.Drawing.Unit.Cm(2.2D));
     this.textBox5.Name                = "textBox5";
     this.textBox5.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.2D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox5.Style.Font.Bold     = true;
     this.textBox5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value               = "Producto";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.4D), Telerik.Reporting.Drawing.Unit.Cm(2.2D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox6.Style.Font.Bold     = true;
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "Motivo";
     //
     // textBox7
     //
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.4D), Telerik.Reporting.Drawing.Unit.Cm(2.2D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox7.Style.Font.Bold     = true;
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox7.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value               = "Tipo";
     //
     // textBox8
     //
     this.textBox8.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.5D), Telerik.Reporting.Drawing.Unit.Cm(2.2D));
     this.textBox8.Name                = "textBox8";
     this.textBox8.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox8.Style.Font.Bold     = true;
     this.textBox8.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox8.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value               = "Cantidad";
     //
     // textBox9
     //
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.7D), Telerik.Reporting.Drawing.Unit.Cm(2.2D));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox9.Style.Font.Bold     = true;
     this.textBox9.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.Value               = "Usuario";
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.7D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox10.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value               = "=Fields.Cajero";
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox11.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value               = "=Fields.Cantidad";
     //
     // textBox12
     //
     this.textBox12.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.4D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox12.Name                = "textBox12";
     this.textBox12.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox12.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox12.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox12.Value               = "=Fields.Tipo";
     //
     // textBox13
     //
     this.textBox13.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.4D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox13.Name                = "textBox13";
     this.textBox13.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox13.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox13.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox13.Value               = "=Fields.Motivo";
     //
     // textBox14
     //
     this.textBox14.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.2D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox14.Name                = "textBox14";
     this.textBox14.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.2D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox14.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox14.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox14.Value               = "=Fields.Descripcion";
     //
     // textBox15
     //
     this.textBox15.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.1D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox15.Name                = "textBox15";
     this.textBox15.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox15.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox15.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox15.Value               = "=Fields.Fecha";
     //
     // barcode1
     //
     this.barcode1.Encoder         = qrCodeEncoder1;
     this.barcode1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.5D), Telerik.Reporting.Drawing.Unit.Cm(0.1D));
     this.barcode1.Name            = "barcode1";
     this.barcode1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.2D), Telerik.Reporting.Drawing.Unit.Cm(0.9D));
     this.barcode1.Stretch         = true;
     this.barcode1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.barcode1.Value           = "=\"Sistema desarrollado por Hugo Merino Ortega \"";
     //
     // textBox18
     //
     this.textBox18.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.2D), Telerik.Reporting.Drawing.Unit.Cm(0.1D));
     this.textBox18.Name                = "textBox18";
     this.textBox18.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.4D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox18.Style.Font.Bold     = true;
     this.textBox18.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox18.Value               = "Desarrollado por D1002  ";
     //
     // rptMovimientoKardex
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "rptMovimientoKardex";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.A4;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(17.2D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #6
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.Reporting.Barcodes.QRCodeEncoder qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Drawing.StyleRule      styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.detail         = new Telerik.Reporting.DetailSection();
     this.barcode1       = new Telerik.Reporting.Barcode();
     this.txtProductName = new Telerik.Reporting.TextBox();
     this.textBox6       = new Telerik.Reporting.TextBox();
     this.txtQuantity    = new Telerik.Reporting.TextBox();
     this.txtProductCode = new Telerik.Reporting.TextBox();
     this.textBox3       = new Telerik.Reporting.TextBox();
     this.textBox2       = new Telerik.Reporting.TextBox();
     this.textBox1       = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1,
         this.txtProductName,
         this.textBox6,
         this.txtQuantity,
         this.txtProductCode,
         this.textBox3,
         this.textBox2,
         this.textBox1
     });
     this.detail.Name = "detail";
     this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.detail.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.detail.Style.Font.Name           = "Microsoft YaHei";
     this.detail.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7D);
     //
     // barcode1
     //
     this.barcode1.Encoder              = qrCodeEncoder1;
     this.barcode1.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D));
     this.barcode1.Name                 = "barcode1";
     this.barcode1.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1995997428894043D), Telerik.Reporting.Drawing.Unit.Cm(2.1652660369873047D));
     this.barcode1.Stretch              = true;
     this.barcode1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barcode1.Style.Font.Strikeout = false;
     this.barcode1.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.barcode1.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.barcode1.Value                = "=QrCodeString";
     //
     // txtProductName
     //
     this.txtProductName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(0.2000001072883606D));
     this.txtProductName.Name                = "txtProductName";
     this.txtProductName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4997999668121338D), Telerik.Reporting.Drawing.Unit.Cm(1.5999993085861206D));
     this.txtProductName.Style.Color         = System.Drawing.Color.Red;
     this.txtProductName.Style.Font.Bold     = true;
     this.txtProductName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtProductName.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.txtProductName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.txtProductName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.txtProductName.Value               = "=ProductName";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D), Telerik.Reporting.Drawing.Unit.Cm(0.29999974370002747D));
     this.textBox6.Style.Font.Bold     = false;
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox6.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "数量:";
     //
     // txtQuantity
     //
     this.txtQuantity.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.txtQuantity.Name                = "txtQuantity";
     this.txtQuantity.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.79999995231628418D), Telerik.Reporting.Drawing.Unit.Cm(0.29999962449073792D));
     this.txtQuantity.Style.Font.Bold     = false;
     this.txtQuantity.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtQuantity.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtQuantity.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtQuantity.Value               = "=Quantity";
     //
     // txtProductCode
     //
     this.txtProductCode.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(2.2654659748077393D));
     this.txtProductCode.Name                = "txtProductCode";
     this.txtProductCode.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.1996002197265625D), Telerik.Reporting.Drawing.Unit.Cm(0.33453384041786194D));
     this.txtProductCode.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.txtProductCode.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.txtProductCode.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtProductCode.Value               = "=ProductCode";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.0000002384185791D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.69979941844940186D), Telerik.Reporting.Drawing.Unit.Cm(0.29999974370002747D));
     this.textBox3.Style.Font.Bold     = false;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox3.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "=UnitName";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D), Telerik.Reporting.Drawing.Unit.Cm(1.900199294090271D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6997997760772705D), Telerik.Reporting.Drawing.Unit.Cm(0.29960057139396667D));
     this.textBox2.Style.Font.Bold     = false;
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "=ProductModel";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(1.900199294090271D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D), Telerik.Reporting.Drawing.Unit.Cm(0.29960069060325623D));
     this.textBox1.Style.Font.Bold     = false;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "型号:";
     //
     // ProductPackLabe53Other
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "RepairProductLabel";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.Style.TextAlign        = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(4.9998998641967773D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #7
0
 /// <summary>
 /// Required method for telerik Reporting 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(HeadUnitBookReport));
     Telerik.Reporting.Barcodes.QRCodeEncoder       qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection     = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection     = new Telerik.Reporting.GroupHeaderSection();
     this.rowCaptionTextBox            = new Telerik.Reporting.TextBox();
     this.departmentNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.departmentIDCaptionTextBox   = new Telerik.Reporting.TextBox();
     this.positionCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.fiaCaptionTextBox            = new Telerik.Reporting.TextBox();
     this.salaryCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.bonusCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.sumTotalCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1         = new Telerik.Reporting.SqlDataSource();
     this.reportFooter               = new Telerik.Reporting.ReportFooterSection();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.salarySumFunctionTextBox   = new Telerik.Reporting.TextBox();
     this.bonusSumFunctionTextBox    = new Telerik.Reporting.TextBox();
     this.sumTotalSumFunctionTextBox = new Telerik.Reporting.TextBox();
     this.textBox12                  = new Telerik.Reporting.TextBox();
     this.textBox11                  = new Telerik.Reporting.TextBox();
     this.textBox10                  = new Telerik.Reporting.TextBox();
     this.textBox9                   = new Telerik.Reporting.TextBox();
     this.textBox7                   = new Telerik.Reporting.TextBox();
     this.textBox6                   = new Telerik.Reporting.TextBox();
     this.textBox5                   = new Telerik.Reporting.TextBox();
     this.textBox4                   = new Telerik.Reporting.TextBox();
     this.textBox3                   = new Telerik.Reporting.TextBox();
     this.barcode1                   = new Telerik.Reporting.Barcode();
     this.pageHeader                 = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox          = new Telerik.Reporting.TextBox();
     this.pageFooter                 = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox         = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox            = new Telerik.Reporting.TextBox();
     this.textBox2                   = new Telerik.Reporting.TextBox();
     this.reportHeader               = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox               = new Telerik.Reporting.TextBox();
     this.textBox13                  = new Telerik.Reporting.TextBox();
     this.textBox15                  = new Telerik.Reporting.TextBox();
     this.textBox14                  = new Telerik.Reporting.TextBox();
     this.detail                    = new Telerik.Reporting.DetailSection();
     this.rowDataTextBox            = new Telerik.Reporting.TextBox();
     this.departmentNameDataTextBox = new Telerik.Reporting.TextBox();
     this.departmentIDDataTextBox   = new Telerik.Reporting.TextBox();
     this.positionDataTextBox       = new Telerik.Reporting.TextBox();
     this.fiaDataTextBox            = new Telerik.Reporting.TextBox();
     this.salaryDataTextBox         = new Telerik.Reporting.TextBox();
     this.bonusDataTextBox          = new Telerik.Reporting.TextBox();
     this.sumTotalDataTextBox       = new Telerik.Reporting.TextBox();
     this.textBox8                  = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowCaptionTextBox,
         this.departmentNameCaptionTextBox,
         this.departmentIDCaptionTextBox,
         this.positionCaptionTextBox,
         this.fiaCaptionTextBox,
         this.salaryCaptionTextBox,
         this.bonusCaptionTextBox,
         this.sumTotalCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // rowCaptionTextBox
     //
     this.rowCaptionTextBox.CanGrow   = true;
     this.rowCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowCaptionTextBox.Name      = "rowCaptionTextBox";
     this.rowCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.1470831632614136D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowCaptionTextBox.StyleName = "Caption";
     this.rowCaptionTextBox.Value     = "№";
     //
     // departmentNameCaptionTextBox
     //
     this.departmentNameCaptionTextBox.CanGrow   = true;
     this.departmentNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.200200080871582D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentNameCaptionTextBox.Name      = "departmentNameCaptionTextBox";
     this.departmentNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.7997996807098389D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentNameCaptionTextBox.StyleName = "Caption";
     this.departmentNameCaptionTextBox.Value     = "Назва підрозділу";
     //
     // departmentIDCaptionTextBox
     //
     this.departmentIDCaptionTextBox.CanGrow   = true;
     this.departmentIDCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0001997947692871D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentIDCaptionTextBox.Name      = "departmentIDCaptionTextBox";
     this.departmentIDCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0997998714447022D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentIDCaptionTextBox.StyleName = "Caption";
     this.departmentIDCaptionTextBox.Value     = "Код";
     //
     // positionCaptionTextBox
     //
     this.positionCaptionTextBox.CanGrow   = true;
     this.positionCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.1002001762390137D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.positionCaptionTextBox.Name      = "positionCaptionTextBox";
     this.positionCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.2998008728027344D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.positionCaptionTextBox.StyleName = "Caption";
     this.positionCaptionTextBox.Value     = "Назва посади";
     //
     // fiaCaptionTextBox
     //
     this.fiaCaptionTextBox.CanGrow   = true;
     this.fiaCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.400200843811035D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaCaptionTextBox.Name      = "fiaCaptionTextBox";
     this.fiaCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.499600887298584D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaCaptionTextBox.StyleName = "Caption";
     this.fiaCaptionTextBox.Value     = "ПІБ працівника";
     //
     // salaryCaptionTextBox
     //
     this.salaryCaptionTextBox.CanGrow   = true;
     this.salaryCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.900001525878906D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.salaryCaptionTextBox.Name      = "salaryCaptionTextBox";
     this.salaryCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0998029708862305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.salaryCaptionTextBox.StyleName = "Caption";
     this.salaryCaptionTextBox.Value     = "Посадовий оклад, грн";
     //
     // bonusCaptionTextBox
     //
     this.bonusCaptionTextBox.CanGrow   = true;
     this.bonusCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.bonusCaptionTextBox.Name      = "bonusCaptionTextBox";
     this.bonusCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997999429702759D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.bonusCaptionTextBox.StyleName = "Caption";
     this.bonusCaptionTextBox.Value     = "Надбавка, грн";
     //
     // sumTotalCaptionTextBox
     //
     this.sumTotalCaptionTextBox.CanGrow   = true;
     this.sumTotalCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.899997711181641D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.sumTotalCaptionTextBox.Name      = "sumTotalCaptionTextBox";
     this.sumTotalCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6669871807098389D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.sumTotalCaptionTextBox.StyleName = "Caption";
     this.sumTotalCaptionTextBox.Value     = "Всього, грн";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(8.189784049987793D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.salarySumFunctionTextBox,
         this.bonusSumFunctionTextBox,
         this.sumTotalSumFunctionTextBox,
         this.textBox12,
         this.textBox11,
         this.textBox10,
         this.textBox9,
         this.textBox7,
         this.textBox6,
         this.textBox5,
         this.textBox4,
         this.textBox3,
         this.barcode1,
         this.textBox8
     });
     this.reportFooter.Name          = "reportFooter";
     this.reportFooter.Style.Visible = true;
     //
     // textBox1
     //
     this.textBox1.CanGrow         = true;
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.846883773803711D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox1.StyleName       = "Caption";
     this.textBox1.Value           = "Всього:";
     //
     // salarySumFunctionTextBox
     //
     this.salarySumFunctionTextBox.CanGrow   = true;
     this.salarySumFunctionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.900001525878906D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.salarySumFunctionTextBox.Name      = "salarySumFunctionTextBox";
     this.salarySumFunctionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0998029708862305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.salarySumFunctionTextBox.StyleName = "Data";
     this.salarySumFunctionTextBox.Value     = "= Sum(Fields.Salary)";
     //
     // bonusSumFunctionTextBox
     //
     this.bonusSumFunctionTextBox.CanGrow   = true;
     this.bonusSumFunctionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.bonusSumFunctionTextBox.Name      = "bonusSumFunctionTextBox";
     this.bonusSumFunctionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997999429702759D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.bonusSumFunctionTextBox.StyleName = "Data";
     this.bonusSumFunctionTextBox.Value     = "= Sum(Fields.Bonus)";
     //
     // sumTotalSumFunctionTextBox
     //
     this.sumTotalSumFunctionTextBox.CanGrow   = true;
     this.sumTotalSumFunctionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.899997711181641D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.sumTotalSumFunctionTextBox.Name      = "sumTotalSumFunctionTextBox";
     this.sumTotalSumFunctionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6669871807098389D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.sumTotalSumFunctionTextBox.StyleName = "Data";
     this.sumTotalSumFunctionTextBox.Value     = "= Sum(Fields.SumTotal)";
     //
     // textBox12
     //
     this.textBox12.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.19999989867210388D), Telerik.Reporting.Drawing.Unit.Cm(2.9470834732055664D));
     this.textBox12.Name            = "textBox12";
     this.textBox12.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0.60000050067901611D));
     this.textBox12.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox12.Value           = "Погоджено:";
     //
     // textBox11
     //
     this.textBox11.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.19999989867210388D), Telerik.Reporting.Drawing.Unit.Cm(3.7408335208892822D));
     this.textBox11.Name            = "textBox11";
     this.textBox11.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.899999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.60000050067901611D));
     this.textBox11.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox11.Value           = "Головний бухгалтер          __________________________\t";
     //
     // textBox10
     //
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(4.3493752479553223D));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D));
     this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox10.Value           = "(Підпис)";
     //
     // textBox9
     //
     this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.344374656677246D), Telerik.Reporting.Drawing.Unit.Cm(3.7408335208892822D));
     this.textBox9.Name     = "textBox9";
     this.textBox9.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.7470850944519043D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
     this.textBox9.Value    = "____________________________________";
     //
     // textBox7
     //
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.5D), Telerik.Reporting.Drawing.Unit.Cm(2.2591667175292969D));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.7999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D));
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox7.Value           = "(Прізвище, ініціали)";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.344374656677246D), Telerik.Reporting.Drawing.Unit.Cm(1.6506251096725464D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.7470850944519043D), Telerik.Reporting.Drawing.Unit.Cm(0.59999954700469971D));
     this.textBox6.Value    = "____________________________________";
     //
     // textBox5
     //
     this.textBox5.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(2.2591667175292969D));
     this.textBox5.Name            = "textBox5";
     this.textBox5.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D));
     this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox5.Value           = "(Підпис)";
     //
     // textBox4
     //
     this.textBox4.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.19999989867210388D), Telerik.Reporting.Drawing.Unit.Cm(1.6506251096725464D));
     this.textBox4.Name            = "textBox4";
     this.textBox4.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.899999618530273D), Telerik.Reporting.Drawing.Unit.Cm(0.60000050067901611D));
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Value           = "Начальник відділу кадрів  __________________________\t";
     //
     // textBox3
     //
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.19999989867210388D), Telerik.Reporting.Drawing.Unit.Cm(0.85687518119812012D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(0.60000050067901611D));
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Value           = "Розроблено:";
     //
     // barcode1
     //
     this.barcode1.Encoder  = qrCodeEncoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.50000017881393433D), Telerik.Reporting.Drawing.Unit.Cm(4.9897842407226562D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(2.9999995231628418D));
     this.barcode1.Stretch  = true;
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location    = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name        = "reportNameTextBox";
     this.reportNameTextBox.Size        = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(24.514070510864258D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.Style.Color = System.Drawing.Color.White;
     this.reportNameTextBox.StyleName   = "PageInfo";
     this.reportNameTextBox.Value       = "HeadUnitBookReport";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.65291661024093628D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox,
         this.textBox2
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.1000003814697266D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.7806243896484375D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(16.633443832397461D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.20000070333480835D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0468833446502686D), Telerik.Reporting.Drawing.Unit.Cm(0.45291590690612793D));
     this.textBox2.Style.Font.Name = "Georgia";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox2.Value           = "Сформовано:";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.6856248378753662D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox,
         this.textBox13,
         this.textBox15,
         this.textBox14
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name                = "titleTextBox";
     this.titleTextBox.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(24.619903564453125D), Telerik.Reporting.Drawing.Unit.Cm(2.2856252193450928D));
     this.titleTextBox.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.titleTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.titleTextBox.StyleName           = "Title";
     this.titleTextBox.Value               = "Штатна книга";
     //
     // textBox13
     //
     this.textBox13.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.344375610351563D), Telerik.Reporting.Drawing.Unit.Cm(0.0793749988079071D));
     this.textBox13.Name            = "textBox13";
     this.textBox13.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.0000009536743164D), Telerik.Reporting.Drawing.Unit.Cm(0.59999990463256836D));
     this.textBox13.Style.Font.Bold = true;
     this.textBox13.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox13.Value           = "Затверджено";
     //
     // textBox15
     //
     this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.19999989867210388D), Telerik.Reporting.Drawing.Unit.Cm(0.76729166507720947D));
     this.textBox15.Name     = "textBox15";
     this.textBox15.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.142299652099609D), Telerik.Reporting.Drawing.Unit.Cm(0.60000008344650269D));
     this.textBox15.Value    = "На період ________  з  \"_____\"  _______________  ______ р. ";
     //
     // textBox14
     //
     this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.344374656677246D), Telerik.Reporting.Drawing.Unit.Cm(0.76729166507720947D));
     this.textBox14.Name     = "textBox14";
     this.textBox14.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.90000057220459D), Telerik.Reporting.Drawing.Unit.Cm(0.60000008344650269D));
     this.textBox14.Value    = "Наказом директора від  \"____\" _______________  ______ р. №______";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.rowDataTextBox,
         this.departmentNameDataTextBox,
         this.departmentIDDataTextBox,
         this.positionDataTextBox,
         this.fiaDataTextBox,
         this.salaryDataTextBox,
         this.bonusDataTextBox,
         this.sumTotalDataTextBox
     });
     this.detail.Name = "detail";
     //
     // rowDataTextBox
     //
     this.rowDataTextBox.CanGrow   = true;
     this.rowDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.rowDataTextBox.Name      = "rowDataTextBox";
     this.rowDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.1470831632614136D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.rowDataTextBox.StyleName = "Data";
     this.rowDataTextBox.Value     = "= Fields.Row";
     //
     // departmentNameDataTextBox
     //
     this.departmentNameDataTextBox.CanGrow   = true;
     this.departmentNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.200200080871582D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentNameDataTextBox.Name      = "departmentNameDataTextBox";
     this.departmentNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.7997996807098389D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentNameDataTextBox.StyleName = "Data";
     this.departmentNameDataTextBox.Value     = "= Fields.DepartmentName";
     //
     // departmentIDDataTextBox
     //
     this.departmentIDDataTextBox.CanGrow   = true;
     this.departmentIDDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.0001997947692871D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.departmentIDDataTextBox.Name      = "departmentIDDataTextBox";
     this.departmentIDDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0997998714447022D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.departmentIDDataTextBox.StyleName = "Data";
     this.departmentIDDataTextBox.Value     = "= Fields.DepartmentID";
     //
     // positionDataTextBox
     //
     this.positionDataTextBox.CanGrow   = true;
     this.positionDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.1002001762390137D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.positionDataTextBox.Name      = "positionDataTextBox";
     this.positionDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.2998008728027344D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.positionDataTextBox.StyleName = "Data";
     this.positionDataTextBox.Value     = "= Fields.Position";
     //
     // fiaDataTextBox
     //
     this.fiaDataTextBox.CanGrow   = true;
     this.fiaDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.400200843811035D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.fiaDataTextBox.Name      = "fiaDataTextBox";
     this.fiaDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.499600887298584D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.fiaDataTextBox.StyleName = "Data";
     this.fiaDataTextBox.Value     = "= Fields.Fia";
     //
     // salaryDataTextBox
     //
     this.salaryDataTextBox.CanGrow   = true;
     this.salaryDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.900001525878906D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.salaryDataTextBox.Name      = "salaryDataTextBox";
     this.salaryDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0998029708862305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.salaryDataTextBox.StyleName = "Data";
     this.salaryDataTextBox.Value     = "= Fields.Salary";
     //
     // bonusDataTextBox
     //
     this.bonusDataTextBox.CanGrow   = true;
     this.bonusDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(21.000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.bonusDataTextBox.Name      = "bonusDataTextBox";
     this.bonusDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997999429702759D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.bonusDataTextBox.StyleName = "Data";
     this.bonusDataTextBox.Value     = "= Fields.Bonus";
     //
     // sumTotalDataTextBox
     //
     this.sumTotalDataTextBox.CanGrow   = true;
     this.sumTotalDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.899997711181641D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.sumTotalDataTextBox.Name      = "sumTotalDataTextBox";
     this.sumTotalDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6669871807098389D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.sumTotalDataTextBox.StyleName = "Data";
     this.sumTotalDataTextBox.Value     = "= Fields.SumTotal";
     //
     // textBox8
     //
     this.textBox8.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.5D), Telerik.Reporting.Drawing.Unit.Cm(4.3493752479553223D));
     this.textBox8.Name            = "textBox8";
     this.textBox8.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.7999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D));
     this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox8.Value           = "(Прізвище, ініціали)";
     //
     // HeadUnitBookReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.reportFooter,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "HeadUnitBookReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(24.619903564453125D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #8
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.Reporting.Barcodes.QRCodeEncoder qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Drawing.StyleRule      styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.detail         = new Telerik.Reporting.DetailSection();
     this.barcode1       = new Telerik.Reporting.Barcode();
     this.txtProductName = new Telerik.Reporting.TextBox();
     this.textBox6       = new Telerik.Reporting.TextBox();
     this.txtQuantity    = new Telerik.Reporting.TextBox();
     this.txtProductCode = new Telerik.Reporting.TextBox();
     this.textBox1       = new Telerik.Reporting.TextBox();
     this.textBox3       = new Telerik.Reporting.TextBox();
     this.textBox2       = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.barcode1,
         this.txtProductName,
         this.textBox6,
         this.txtQuantity,
         this.txtProductCode,
         this.textBox1,
         this.textBox3,
         this.textBox2
     });
     this.detail.Name = "detail";
     this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.detail.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.detail.Style.Font.Name           = "Microsoft YaHei";
     this.detail.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7D);
     //
     // barcode1
     //
     this.barcode1.Encoder              = qrCodeEncoder1;
     this.barcode1.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.5999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.19980005919933319D));
     this.barcode1.Name                 = "barcode1";
     this.barcode1.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.barcode1.Stretch              = true;
     this.barcode1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.barcode1.Style.Font.Strikeout = false;
     this.barcode1.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.barcode1.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.barcode1.Value                = "=QrCodeString";
     //
     // txtProductName
     //
     this.txtProductName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.39999979734420776D), Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D));
     this.txtProductName.Name                = "txtProductName";
     this.txtProductName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.9553661346435547D), Telerik.Reporting.Drawing.Unit.Cm(1.6602773666381836D));
     this.txtProductName.Style.Color         = System.Drawing.Color.Red;
     this.txtProductName.Style.Font.Bold     = true;
     this.txtProductName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7.5D);
     this.txtProductName.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.txtProductName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.txtProductName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.txtProductName.Value               = "=ProductName";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.7000001072883606D), Telerik.Reporting.Drawing.Unit.Cm(0.399799644947052D));
     this.textBox6.Style.Font.Bold     = false;
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox6.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "数量:";
     //
     // txtQuantity
     //
     this.txtQuantity.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.2999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.txtQuantity.Name                = "txtQuantity";
     this.txtQuantity.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.0000001192092896D), Telerik.Reporting.Drawing.Unit.Cm(0.39979952573776245D));
     this.txtQuantity.Style.Font.Bold     = false;
     this.txtQuantity.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtQuantity.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtQuantity.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtQuantity.Value               = "=Quantity";
     //
     // txtProductCode
     //
     this.txtProductCode.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.3999998569488525D), Telerik.Reporting.Drawing.Unit.Cm(2.5D));
     this.txtProductCode.Name                = "txtProductCode";
     this.txtProductCode.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.7997996807098389D), Telerik.Reporting.Drawing.Unit.Cm(0.39959850907325745D));
     this.txtProductCode.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.txtProductCode.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.txtProductCode.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtProductCode.Value               = "=ProductCode";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.7000001072883606D), Telerik.Reporting.Drawing.Unit.Cm(0.399799644947052D));
     this.textBox1.Style.Font.Bold     = false;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "=UnitName";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Cm(1.9604774713516235D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.7000001072883606D), Telerik.Reporting.Drawing.Unit.Cm(0.43932285904884338D));
     this.textBox3.Style.Font.Bold     = false;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox3.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "型号:";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(1.9604774713516235D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.2553658485412598D), Telerik.Reporting.Drawing.Unit.Cm(0.43932273983955383D));
     this.textBox2.Style.Font.Bold     = false;
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "=ProductModel";
     //
     // ProductPackLabelMidOther
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "RepairProductLabel";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.5D), Telerik.Reporting.Drawing.Unit.Cm(3.5D));
     this.Style.TextAlign        = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(6.1999998092651367D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #9
0
 /// <summary>
 /// Required method for telerik Reporting 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(ProductPackLabe53));
     Telerik.Reporting.Barcodes.QRCodeEncoder       qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Drawing.StyleRule            styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.detail         = new Telerik.Reporting.DetailSection();
     this.pictureBox1    = new Telerik.Reporting.PictureBox();
     this.barcode1       = new Telerik.Reporting.Barcode();
     this.txtProductName = new Telerik.Reporting.TextBox();
     this.textBox6       = new Telerik.Reporting.TextBox();
     this.txtQuantity    = new Telerik.Reporting.TextBox();
     this.txtProductCode = new Telerik.Reporting.TextBox();
     this.textBox3       = new Telerik.Reporting.TextBox();
     this.textBox1       = new Telerik.Reporting.TextBox();
     this.textBox2       = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.barcode1,
         this.txtProductName,
         this.textBox6,
         this.txtQuantity,
         this.txtProductCode,
         this.textBox3,
         this.textBox1,
         this.textBox2
     });
     this.detail.Name = "detail";
     this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.detail.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.detail.Style.Font.Name           = "Microsoft YaHei";
     this.detail.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7D);
     //
     // pictureBox1
     //
     this.pictureBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000010132789612D), Telerik.Reporting.Drawing.Unit.Cm(0.20000001788139343D));
     this.pictureBox1.MimeType            = "image/png";
     this.pictureBox1.Name                = "pictureBox1";
     this.pictureBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(0.47999998927116394D));
     this.pictureBox1.Sizing              = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.pictureBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.pictureBox1.Value               = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // barcode1
     //
     this.barcode1.Encoder              = qrCodeEncoder1;
     this.barcode1.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(0.1000000536441803D));
     this.barcode1.Name                 = "barcode1";
     this.barcode1.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.099799633026123D), Telerik.Reporting.Drawing.Unit.Cm(2.1999998092651367D));
     this.barcode1.Stretch              = true;
     this.barcode1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barcode1.Style.Font.Strikeout = false;
     this.barcode1.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.barcode1.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.barcode1.Value                = "=QrCodeString";
     //
     // txtProductName
     //
     this.txtProductName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(0.7000001072883606D));
     this.txtProductName.Name                = "txtProductName";
     this.txtProductName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.4999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(1.0997999906539917D));
     this.txtProductName.Style.Color         = System.Drawing.Color.Red;
     this.txtProductName.Style.Font.Bold     = true;
     this.txtProductName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtProductName.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.txtProductName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.txtProductName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.txtProductName.Value               = "=ProductName";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(2.2000000476837158D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.59980010986328125D), Telerik.Reporting.Drawing.Unit.Cm(0.40000054240226746D));
     this.textBox6.Style.Font.Bold     = false;
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox6.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "数量:";
     //
     // txtQuantity
     //
     this.txtQuantity.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(2.2000000476837158D));
     this.txtQuantity.Name                = "txtQuantity";
     this.txtQuantity.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.89999997615814209D), Telerik.Reporting.Drawing.Unit.Cm(0.40000042319297791D));
     this.txtQuantity.Style.Font.Bold     = false;
     this.txtQuantity.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtQuantity.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtQuantity.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtQuantity.Value               = "=Quantity";
     //
     // txtProductCode
     //
     this.txtProductCode.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.8000001907348633D), Telerik.Reporting.Drawing.Unit.Cm(2.200000524520874D));
     this.txtProductCode.Name                = "txtProductCode";
     this.txtProductCode.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.0998001098632812D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.txtProductCode.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.txtProductCode.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.txtProductCode.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtProductCode.Value               = "=ProductCode";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.1000001430511475D), Telerik.Reporting.Drawing.Unit.Cm(2.2000000476837158D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.5998002290725708D), Telerik.Reporting.Drawing.Unit.Cm(0.40000054240226746D));
     this.textBox3.Style.Font.Bold     = false;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox3.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "=UnitName";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(1.8001997470855713D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D), Telerik.Reporting.Drawing.Unit.Cm(0.39960065484046936D));
     this.textBox1.Style.Font.Bold     = false;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "型号:";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.90019959211349487D), Telerik.Reporting.Drawing.Unit.Cm(1.7999999523162842D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6996002197265625D), Telerik.Reporting.Drawing.Unit.Cm(0.39960053563117981D));
     this.textBox2.Style.Font.Bold     = false;
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "=ProductModel";
     //
     // ProductPackLabe53
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "RepairProductLabel";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D), Telerik.Reporting.Drawing.Unit.Mm(0D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.Style.TextAlign        = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(4.9998998641967773D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #10
0
 /// <summary>
 /// Required method for telerik Reporting 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(ProductPackLabelMid));
     Telerik.Reporting.Barcodes.QRCodeEncoder       qrCodeEncoder1 = new Telerik.Reporting.Barcodes.QRCodeEncoder();
     Telerik.Reporting.Drawing.StyleRule            styleRule1     = new Telerik.Reporting.Drawing.StyleRule();
     this.detail         = new Telerik.Reporting.DetailSection();
     this.pictureBox1    = new Telerik.Reporting.PictureBox();
     this.barcode1       = new Telerik.Reporting.Barcode();
     this.txtProductName = new Telerik.Reporting.TextBox();
     this.textBox6       = new Telerik.Reporting.TextBox();
     this.txtQuantity    = new Telerik.Reporting.TextBox();
     this.txtProductCode = new Telerik.Reporting.TextBox();
     this.textBox1       = new Telerik.Reporting.TextBox();
     this.textBox2       = new Telerik.Reporting.TextBox();
     this.textBox3       = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(3.2000000476837158D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.barcode1,
         this.txtProductName,
         this.textBox6,
         this.txtQuantity,
         this.txtProductCode,
         this.textBox1,
         this.textBox2,
         this.textBox3
     });
     this.detail.Name = "detail";
     this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.detail.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.detail.Style.Font.Name           = "Microsoft YaHei";
     this.detail.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(7D);
     //
     // pictureBox1
     //
     this.pictureBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(0.19999995827674866D));
     this.pictureBox1.MimeType            = "image/png";
     this.pictureBox1.Name                = "pictureBox1";
     this.pictureBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.3997995853424072D), Telerik.Reporting.Drawing.Unit.Cm(0.60000008344650269D));
     this.pictureBox1.Sizing              = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.pictureBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.pictureBox1.Value               = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // barcode1
     //
     this.barcode1.Encoder              = qrCodeEncoder1;
     this.barcode1.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(0.099999949336051941D));
     this.barcode1.Name                 = "barcode1";
     this.barcode1.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3807289600372314D), Telerik.Reporting.Drawing.Unit.Cm(2.3000001907348633D));
     this.barcode1.Stretch              = true;
     this.barcode1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.barcode1.Style.Font.Strikeout = false;
     this.barcode1.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.barcode1.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.barcode1.Value                = "=QrCodeString";
     //
     // txtProductName
     //
     this.txtProductName.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(0.80019974708557129D));
     this.txtProductName.Name                = "txtProductName";
     this.txtProductName.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.2961993217468262D), Telerik.Reporting.Drawing.Unit.Cm(1.1998003721237183D));
     this.txtProductName.Style.Color         = System.Drawing.Color.Red;
     this.txtProductName.Style.Font.Bold     = true;
     this.txtProductName.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtProductName.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtProductName.Style.Padding.Top   = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.txtProductName.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Justify;
     this.txtProductName.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.txtProductName.Value               = "=ProductName";
     //
     // textBox6
     //
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.59999996423721313D), Telerik.Reporting.Drawing.Unit.Cm(0.43932285904884338D));
     this.textBox6.Style.Font.Bold     = false;
     this.textBox6.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox6.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value               = "数量:";
     //
     // txtQuantity
     //
     this.txtQuantity.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.txtQuantity.Name                = "txtQuantity";
     this.txtQuantity.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.2000001668930054D), Telerik.Reporting.Drawing.Unit.Cm(0.43932273983955383D));
     this.txtQuantity.Style.Font.Bold     = false;
     this.txtQuantity.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.txtQuantity.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.txtQuantity.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.txtQuantity.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtQuantity.Value               = "=Quantity";
     //
     // txtProductCode
     //
     this.txtProductCode.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.7000000476837158D), Telerik.Reporting.Drawing.Unit.Cm(2.4000000953674316D));
     this.txtProductCode.Name                = "txtProductCode";
     this.txtProductCode.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3807289600372314D), Telerik.Reporting.Drawing.Unit.Cm(0.41294029355049133D));
     this.txtProductCode.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.txtProductCode.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.txtProductCode.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.txtProductCode.Value               = "=ProductCode";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.5D), Telerik.Reporting.Drawing.Unit.Cm(2.3868083953857422D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.896199107170105D), Telerik.Reporting.Drawing.Unit.Cm(0.43932285904884338D));
     this.textBox1.Style.Font.Bold     = false;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "=UnitName";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Cm(1.9604769945144653D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.496199369430542D), Telerik.Reporting.Drawing.Unit.Cm(0.43932273983955383D));
     this.textBox2.Style.Font.Bold     = false;
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0.10000000149011612D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "=ProductModel";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.30000004172325134D), Telerik.Reporting.Drawing.Unit.Cm(1.9604769945144653D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(0.599999725818634D), Telerik.Reporting.Drawing.Unit.Cm(0.43932285904884338D));
     this.textBox3.Style.Font.Bold     = false;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.textBox3.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "型号:";
     //
     // ProductPackLabelMid
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "RepairProductLabel";
     this.PageSettings.Landscape = false;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D), Telerik.Reporting.Drawing.Unit.Mm(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.5D), Telerik.Reporting.Drawing.Unit.Cm(3.5D));
     this.Style.TextAlign        = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(6.1994976997375488D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }