123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace MTWorkHR.Infrastructure.Reports
- {
- partial class ContractTasks
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- DevExpress.DataAccess.Sql.SelectQuery selectQuery1 = new DevExpress.DataAccess.Sql.SelectQuery();
- DevExpress.DataAccess.Sql.Column column1 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression1 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table1 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column2 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression2 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column3 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression3 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column4 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression4 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.QueryParameter queryParameter1 = new DevExpress.DataAccess.Sql.QueryParameter();
- DevExpress.DataAccess.Sql.QueryParameter queryParameter2 = new DevExpress.DataAccess.Sql.QueryParameter();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContractTasks));
- this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
- this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
- this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
- this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
- this.Detail = new DevExpress.XtraReports.UI.DetailBand();
- this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
- this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
- this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
- this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
- this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
- this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
- this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
- this.ContractId = new DevExpress.XtraReports.Parameters.Parameter();
- ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
- //
- // TopMargin
- //
- this.TopMargin.Borders = DevExpress.XtraPrinting.BorderSide.None;
- this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
- this.xrLabel4,
- this.xrLine1,
- this.xrLabel3,
- this.xrLabel2,
- this.xrLabel1});
- this.TopMargin.Name = "TopMargin";
- this.TopMargin.StylePriority.UseBorders = false;
- //
- // xrLabel4
- //
- this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
- this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(288.6765F, 75F);
- this.xrLabel4.Multiline = true;
- this.xrLabel4.Name = "xrLabel4";
- this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel4.SizeF = new System.Drawing.SizeF(100F, 23F);
- this.xrLabel4.StylePriority.UseFont = false;
- this.xrLabel4.Text = "Amount";
- //
- // xrLine1
- //
- this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(2.098083E-05F, 98F);
- this.xrLine1.Name = "xrLine1";
- this.xrLine1.SizeF = new System.Drawing.SizeF(641F, 2F);
- //
- // xrLabel3
- //
- this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
- this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(388.6765F, 75F);
- this.xrLabel3.Multiline = true;
- this.xrLabel3.Name = "xrLabel3";
- this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel3.SizeF = new System.Drawing.SizeF(158.3333F, 23F);
- this.xrLabel3.StylePriority.UseFont = false;
- this.xrLabel3.Text = "Scope of work";
- //
- // xrLabel2
- //
- this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
- this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(188.6765F, 75F);
- this.xrLabel2.Multiline = true;
- this.xrLabel2.Name = "xrLabel2";
- this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel2.SizeF = new System.Drawing.SizeF(100F, 23F);
- this.xrLabel2.StylePriority.UseFont = false;
- this.xrLabel2.Text = "Start Date";
- //
- // xrLabel1
- //
- this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold);
- this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 75F);
- this.xrLabel1.Multiline = true;
- this.xrLabel1.Name = "xrLabel1";
- this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel1.SizeF = new System.Drawing.SizeF(100F, 23F);
- this.xrLabel1.StylePriority.UseFont = false;
- this.xrLabel1.Text = "Title";
- //
- // BottomMargin
- //
- this.BottomMargin.HeightF = 6.666667F;
- this.BottomMargin.Name = "BottomMargin";
- //
- // Detail
- //
- this.Detail.Borders = DevExpress.XtraPrinting.BorderSide.None;
- this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
- this.xrTable1});
- this.Detail.HeightF = 33.33333F;
- this.Detail.Name = "Detail";
- this.Detail.StylePriority.UseBorders = false;
- //
- // xrTable1
- //
- this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(2.098083E-05F, 0F);
- this.xrTable1.Name = "xrTable1";
- this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
- this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
- this.xrTableRow1});
- this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 25F);
- //
- // xrTableRow1
- //
- this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
- this.xrTableCell1,
- this.xrTableCell2,
- this.xrTableCell4,
- this.xrTableCell3});
- this.xrTableRow1.Name = "xrTableRow1";
- this.xrTableRow1.Weight = 1D;
- //
- // xrTableCell1
- //
- this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Title]")});
- this.xrTableCell1.Multiline = true;
- this.xrTableCell1.Name = "xrTableCell1";
- this.xrTableCell1.Text = "xrTableCell1";
- this.xrTableCell1.Weight = 2.4673079192938734D;
- //
- // xrTableCell2
- //
- this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[StartDate]")});
- this.xrTableCell2.Multiline = true;
- this.xrTableCell2.Name = "xrTableCell2";
- this.xrTableCell2.Text = "xrTableCell2";
- this.xrTableCell2.TextFormatString = "{0:dd/MM/yyyy}";
- this.xrTableCell2.Weight = 1.3076915240042131D;
- //
- // xrTableCell4
- //
- this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Amount]")});
- this.xrTableCell4.Multiline = true;
- this.xrTableCell4.Name = "xrTableCell4";
- this.xrTableCell4.Text = "xrTableCell4";
- this.xrTableCell4.Weight = 1.3076917235422048D;
- //
- // xrTableCell3
- //
- this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ScopeOfWork]")});
- this.xrTableCell3.Multiline = true;
- this.xrTableCell3.Name = "xrTableCell3";
- this.xrTableCell3.Text = "xrTableCell3";
- this.xrTableCell3.Weight = 3.4173080162502303D;
- //
- // sqlDataSource1
- //
- this.sqlDataSource1.ConnectionName = "LocalConnectionString";
- this.sqlDataSource1.Name = "sqlDataSource1";
- columnExpression1.ColumnName = "Title";
- table1.MetaSerializable = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"265\" />";
- table1.Name = "ContractTask";
- columnExpression1.Table = table1;
- column1.Expression = columnExpression1;
- columnExpression2.ColumnName = "StartDate";
- columnExpression2.Table = table1;
- column2.Expression = columnExpression2;
- columnExpression3.ColumnName = "ScopeOfWork";
- columnExpression3.Table = table1;
- column3.Expression = columnExpression3;
- columnExpression4.ColumnName = "Amount";
- columnExpression4.Table = table1;
- column4.Expression = columnExpression4;
- selectQuery1.Columns.Add(column1);
- selectQuery1.Columns.Add(column2);
- selectQuery1.Columns.Add(column3);
- selectQuery1.Columns.Add(column4);
- selectQuery1.FilterString = "[ContractTask.ContractId] = ?ContractId";
- selectQuery1.GroupFilterString = "";
- selectQuery1.Name = "Query";
- queryParameter1.Name = "ContractId";
- queryParameter1.Type = typeof(global::DevExpress.DataAccess.Expression);
- queryParameter1.Value = new DevExpress.DataAccess.Expression("?ContractId", typeof(long));
- queryParameter2.Name = "Parameter1";
- queryParameter2.Type = typeof(global::DevExpress.DataAccess.Expression);
- queryParameter2.Value = new DevExpress.DataAccess.Expression("?ContractId", typeof(int));
- selectQuery1.Parameters.AddRange(new DevExpress.DataAccess.Sql.QueryParameter[] {
- queryParameter1,
- queryParameter2});
- selectQuery1.Tables.Add(table1);
- this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
- selectQuery1});
- this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
- //
- // ContractId
- //
- this.ContractId.Description = "ContractId";
- this.ContractId.Name = "ContractId";
- this.ContractId.Type = typeof(int);
- this.ContractId.ValueInfo = "0";
- //
- // ContractTasks
- //
- this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
- this.TopMargin,
- this.BottomMargin,
- this.Detail});
- this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
- this.sqlDataSource1});
- this.DataMember = "Query";
- this.DataSource = this.sqlDataSource1;
- this.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F);
- this.Margins = new DevExpress.Drawing.DXMargins(100F, 100F, 100F, 6.666667F);
- this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
- this.ContractId});
- this.Version = "24.1";
- ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
- }
- #endregion
- private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
- private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
- private DevExpress.XtraReports.UI.DetailBand Detail;
- private DevExpress.DataAccess.Sql.SqlDataSource sqlDataSource1;
- private DevExpress.XtraReports.UI.XRLabel xrLabel1;
- private DevExpress.XtraReports.UI.XRTable xrTable1;
- private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
- private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
- private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
- private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
- private DevExpress.XtraReports.UI.XRLabel xrLabel3;
- private DevExpress.XtraReports.UI.XRLabel xrLabel2;
- private DevExpress.XtraReports.Parameters.Parameter ContractId;
- private DevExpress.XtraReports.UI.XRLine xrLine1;
- private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
- private DevExpress.XtraReports.UI.XRLabel xrLabel4;
- }
- }
|