123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764 |
- namespace MTWorkHR.Infrastructure.Reports
- {
- partial class ContractReport
- {
- /// <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.Table table2 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column5 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression5 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column6 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression6 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column7 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression7 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table3 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column8 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression8 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column9 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression9 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column10 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression10 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column11 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression11 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column12 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression12 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column13 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression13 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column14 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression14 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column15 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression15 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column16 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression16 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column17 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression17 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column18 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression18 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column19 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression19 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column20 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression20 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column21 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression21 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column22 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression22 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table4 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column23 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression23 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column24 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression24 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column25 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression25 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column26 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression26 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column27 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression27 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column28 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression28 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column29 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression29 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column30 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression30 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column31 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression31 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column32 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression32 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table5 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column33 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression33 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table6 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column34 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression34 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table7 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column35 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression35 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column36 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression36 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column37 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression37 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column38 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression38 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column39 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression39 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column40 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression40 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column41 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression41 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column42 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression42 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table8 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column43 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression43 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column44 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression44 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column45 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression45 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column46 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression46 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column47 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression47 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column48 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression48 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column49 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression49 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column50 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression50 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Column column51 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression51 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.Table table9 = new DevExpress.DataAccess.Sql.Table();
- DevExpress.DataAccess.Sql.Column column52 = new DevExpress.DataAccess.Sql.Column();
- DevExpress.DataAccess.Sql.ColumnExpression columnExpression52 = new DevExpress.DataAccess.Sql.ColumnExpression();
- DevExpress.DataAccess.Sql.QueryParameter queryParameter1 = new DevExpress.DataAccess.Sql.QueryParameter();
- DevExpress.DataAccess.Sql.Join join1 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join2 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join3 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join4 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo5 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join5 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo6 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join6 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo7 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join7 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo8 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- DevExpress.DataAccess.Sql.Join join8 = new DevExpress.DataAccess.Sql.Join();
- DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo9 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContractReport));
- this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
- this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
- this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
- this.Detail = new DevExpress.XtraReports.UI.DetailBand();
- this.xrLabel79 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel78 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel77 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel76 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel75 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel74 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel73 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel72 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel71 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel70 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel69 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel68 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel67 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel66 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel62 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel63 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel64 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel65 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel61 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
- this.ContractId = new DevExpress.XtraReports.Parameters.Parameter();
- this.xrLabel60 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel59 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel58 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel57 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel56 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel55 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel54 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel53 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel52 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel51 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel50 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel49 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel46 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel45 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel44 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel43 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel42 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel41 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel40 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel39 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel38 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel37 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel36 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
- this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
- this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
- this.xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
- ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
- //
- // TopMargin
- //
- this.TopMargin.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.TopMargin.BorderWidth = 1F;
- this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
- this.xrLabel3,
- this.xrLabel8});
- this.TopMargin.Name = "TopMargin";
- this.TopMargin.StylePriority.UseBorders = false;
- this.TopMargin.StylePriority.UseBorderWidth = false;
- //
- // xrLabel3
- //
- this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None;
- this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Now()")});
- this.xrLabel3.Multiline = true;
- this.xrLabel3.Name = "xrLabel3";
- this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel3.StylePriority.UseBorders = false;
- this.xrLabel3.StylePriority.UseFont = false;
- //
- // xrLabel8
- //
- this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
- this.xrLabel8.Multiline = true;
- this.xrLabel8.Name = "xrLabel8";
- this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel8.StylePriority.UseBorders = false;
- this.xrLabel8.StylePriority.UseFont = false;
- //
- // BottomMargin
- //
- this.BottomMargin.Name = "BottomMargin";
- //
- // Detail
- //
- this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
- this.xrLabel79,
- this.xrLabel78,
- this.xrLabel77,
- this.xrLabel76,
- this.xrLabel75,
- this.xrLabel74,
- this.xrLabel73,
- this.xrLabel72,
- this.xrLabel71,
- this.xrLabel70,
- this.xrLabel69,
- this.xrLabel68,
- this.xrLabel67,
- this.xrLabel66,
- this.xrLabel62,
- this.xrLabel63,
- this.xrLabel64,
- this.xrLabel65,
- this.xrLabel61,
- this.xrSubreport1,
- this.xrLabel60,
- this.xrLabel59,
- this.xrLabel58,
- this.xrLabel57,
- this.xrLabel56,
- this.xrLabel55,
- this.xrLabel54,
- this.xrLabel53,
- this.xrLabel52,
- this.xrLabel51,
- this.xrLabel50,
- this.xrLabel49,
- this.xrLabel48,
- this.xrLabel47,
- this.xrLabel46,
- this.xrLabel45,
- this.xrLabel44,
- this.xrLabel43,
- this.xrLabel42,
- this.xrLabel41,
- this.xrLabel40,
- this.xrLabel39,
- this.xrLabel38,
- this.xrLabel37,
- this.xrLabel36,
- this.xrLabel35,
- this.xrLabel34,
- this.xrLabel33,
- this.xrLabel32,
- this.xrLabel31,
- this.xrLabel30,
- this.xrLabel29,
- this.xrLabel28,
- this.xrLabel27,
- this.xrLabel26,
- this.xrLabel25,
- this.xrLabel24,
- this.xrLabel23,
- this.xrLabel22,
- this.xrLabel21,
- this.xrLabel20,
- this.xrLabel19,
- this.xrLabel18,
- this.xrLabel4,
- this.xrLabel17,
- this.xrLabel16,
- this.xrLabel13,
- this.xrLabel15,
- this.xrLabel14,
- this.xrLabel12,
- this.xrLabel11,
- this.xrLabel10,
- this.xrLabel9,
- this.xrLabel7,
- this.xrLabel6,
- this.xrLabel5,
- this.xrLabel2,
- this.xrLabel1});
- this.Detail.Name = "Detail";
- //
- // xrLabel79
- //
- this.xrLabel79.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PassportExpiryDate]")});
- this.xrLabel79.Multiline = true;
- this.xrLabel79.Name = "xrLabel79";
- this.xrLabel79.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel78
- //
- this.xrLabel78.Multiline = true;
- this.xrLabel78.Name = "xrLabel78";
- this.xrLabel78.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel78.StylePriority.UseFont = false;
- //
- // xrLabel77
- //
- this.xrLabel77.Multiline = true;
- this.xrLabel77.Name = "xrLabel77";
- this.xrLabel77.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel77.StylePriority.UseFont = false;
- //
- // xrLabel76
- //
- this.xrLabel76.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JobDescription]")});
- this.xrLabel76.Multiline = true;
- this.xrLabel76.Name = "xrLabel76";
- this.xrLabel76.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel75
- //
- this.xrLabel75.Multiline = true;
- this.xrLabel75.Name = "xrLabel75";
- this.xrLabel75.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel75.StylePriority.UseFont = false;
- //
- // xrLabel74
- //
- this.xrLabel74.Multiline = true;
- this.xrLabel74.Name = "xrLabel74";
- this.xrLabel74.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel74.StylePriority.UseFont = false;
- //
- // xrLabel73
- //
- this.xrLabel73.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Cities_NameEn]")});
- this.xrLabel73.Multiline = true;
- this.xrLabel73.Name = "xrLabel73";
- this.xrLabel73.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel72
- //
- this.xrLabel72.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CountryLookups_NameEn]")});
- this.xrLabel72.Multiline = true;
- this.xrLabel72.Name = "xrLabel72";
- this.xrLabel72.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel71
- //
- this.xrLabel71.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[AspNetUsers_1_Position]")});
- this.xrLabel71.Multiline = true;
- this.xrLabel71.Name = "xrLabel71";
- this.xrLabel71.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel70
- //
- this.xrLabel70.Multiline = true;
- this.xrLabel70.Name = "xrLabel70";
- this.xrLabel70.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel70.StylePriority.UseFont = false;
- //
- // xrLabel69
- //
- this.xrLabel69.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[AspNetUsers_1_PhoneNumber]")});
- this.xrLabel69.Multiline = true;
- this.xrLabel69.Name = "xrLabel69";
- this.xrLabel69.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel68
- //
- this.xrLabel68.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Concat([AspNetUsers_1_FirstName],\' \' ,[AspNetUsers_1_LastName])")});
- this.xrLabel68.Multiline = true;
- this.xrLabel68.Name = "xrLabel68";
- this.xrLabel68.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel67
- //
- this.xrLabel67.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[AspNetUsers_1_PassportNumber]")});
- this.xrLabel67.Multiline = true;
- this.xrLabel67.Name = "xrLabel67";
- this.xrLabel67.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel66
- //
- this.xrLabel66.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[AspNetUsers_1_Email]")});
- this.xrLabel66.Multiline = true;
- this.xrLabel66.Name = "xrLabel66";
- this.xrLabel66.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel62
- //
- this.xrLabel62.Multiline = true;
- this.xrLabel62.Name = "xrLabel62";
- this.xrLabel62.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel62.StylePriority.UseFont = false;
- //
- // xrLabel63
- //
- this.xrLabel63.Multiline = true;
- this.xrLabel63.Name = "xrLabel63";
- this.xrLabel63.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel63.StylePriority.UseFont = false;
- //
- // xrLabel64
- //
- this.xrLabel64.Multiline = true;
- this.xrLabel64.Name = "xrLabel64";
- this.xrLabel64.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel64.StylePriority.UseFont = false;
- //
- // xrLabel65
- //
- this.xrLabel65.Multiline = true;
- this.xrLabel65.Name = "xrLabel65";
- this.xrLabel65.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel65.StylePriority.UseFont = false;
- //
- // xrLabel61
- //
- this.xrLabel61.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel61.Multiline = true;
- this.xrLabel61.Name = "xrLabel61";
- this.xrLabel61.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel61.StylePriority.UseBorders = false;
- this.xrLabel61.StylePriority.UseFont = false;
- //
- // xrSubreport1
- //
- this.xrSubreport1.Name = "xrSubreport1";
- this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("ContractId", this.ContractId));
- this.xrSubreport1.ReportSource = new MTWorkHR.Infrastructure.Reports.ContractAllowances();
- //
- // ContractId
- //
- this.ContractId.AllowNull = true;
- this.ContractId.Name = "ContractId";
- this.ContractId.Type = typeof(int);
- this.ContractId.ValueInfo = "1";
- //
- // xrLabel60
- //
- this.xrLabel60.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel60.Multiline = true;
- this.xrLabel60.Name = "xrLabel60";
- this.xrLabel60.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel60.StylePriority.UseBorders = false;
- this.xrLabel60.StylePriority.UseFont = false;
- //
- // xrLabel59
- //
- this.xrLabel59.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JobTitleName]")});
- this.xrLabel59.Multiline = true;
- this.xrLabel59.Name = "xrLabel59";
- this.xrLabel59.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel58
- //
- this.xrLabel58.Multiline = true;
- this.xrLabel58.Name = "xrLabel58";
- this.xrLabel58.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel58.StylePriority.UseFont = false;
- //
- // xrLabel57
- //
- this.xrLabel57.Multiline = true;
- this.xrLabel57.Name = "xrLabel57";
- this.xrLabel57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel57.StylePriority.UseFont = false;
- //
- // xrLabel56
- //
- this.xrLabel56.Multiline = true;
- this.xrLabel56.Name = "xrLabel56";
- this.xrLabel56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel56.StylePriority.UseFont = false;
- //
- // xrLabel55
- //
- this.xrLabel55.Multiline = true;
- this.xrLabel55.Name = "xrLabel55";
- this.xrLabel55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel55.StylePriority.UseFont = false;
- //
- // xrLabel54
- //
- this.xrLabel54.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Address]")});
- this.xrLabel54.Multiline = true;
- this.xrLabel54.Name = "xrLabel54";
- this.xrLabel54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel53
- //
- this.xrLabel53.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Companies_PhoneNumber]")});
- this.xrLabel53.Multiline = true;
- this.xrLabel53.Name = "xrLabel53";
- this.xrLabel53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel52
- //
- this.xrLabel52.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Companies_Email]")});
- this.xrLabel52.Multiline = true;
- this.xrLabel52.Name = "xrLabel52";
- this.xrLabel52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel51
- //
- this.xrLabel51.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NameEn]")});
- this.xrLabel51.Multiline = true;
- this.xrLabel51.Name = "xrLabel51";
- this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel50
- //
- this.xrLabel50.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Currency]")});
- this.xrLabel50.Multiline = true;
- this.xrLabel50.Name = "xrLabel50";
- this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel49
- //
- this.xrLabel49.Multiline = true;
- this.xrLabel49.Name = "xrLabel49";
- this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel49.StylePriority.UseFont = false;
- //
- // xrLabel48
- //
- this.xrLabel48.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Salary]")});
- this.xrLabel48.Multiline = true;
- this.xrLabel48.Name = "xrLabel48";
- this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel48.StylePriority.UseTextAlignment = false;
- this.xrLabel48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel47
- //
- this.xrLabel47.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel47.Multiline = true;
- this.xrLabel47.Name = "xrLabel47";
- this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel47.StylePriority.UseBorders = false;
- this.xrLabel47.StylePriority.UseFont = false;
- //
- // xrLabel46
- //
- this.xrLabel46.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[WorkingHours]")});
- this.xrLabel46.Multiline = true;
- this.xrLabel46.Name = "xrLabel46";
- this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel46.StylePriority.UseTextAlignment = false;
- this.xrLabel46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel45
- //
- this.xrLabel45.Multiline = true;
- this.xrLabel45.Name = "xrLabel45";
- this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel45.StylePriority.UseFont = false;
- //
- // xrLabel44
- //
- this.xrLabel44.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[WorkingDays]")});
- this.xrLabel44.Multiline = true;
- this.xrLabel44.Name = "xrLabel44";
- this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel43
- //
- this.xrLabel43.Multiline = true;
- this.xrLabel43.Name = "xrLabel43";
- this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel43.StylePriority.UseFont = false;
- //
- // xrLabel42
- //
- this.xrLabel42.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel42.Multiline = true;
- this.xrLabel42.Name = "xrLabel42";
- this.xrLabel42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel42.StylePriority.UseBorders = false;
- this.xrLabel42.StylePriority.UseFont = false;
- //
- // xrLabel41
- //
- this.xrLabel41.Multiline = true;
- this.xrLabel41.Name = "xrLabel41";
- this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel41.StylePriority.UseFont = false;
- //
- // xrLabel40
- //
- this.xrLabel40.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NoticePeriodBeforeTermination]")});
- this.xrLabel40.Multiline = true;
- this.xrLabel40.Name = "xrLabel40";
- this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel40.StylePriority.UseTextAlignment = false;
- this.xrLabel40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel39
- //
- this.xrLabel39.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TrialPeriod]")});
- this.xrLabel39.Multiline = true;
- this.xrLabel39.Name = "xrLabel39";
- this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel39.StylePriority.UseTextAlignment = false;
- this.xrLabel39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel38
- //
- this.xrLabel38.Multiline = true;
- this.xrLabel38.Name = "xrLabel38";
- this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel38.StylePriority.UseFont = false;
- //
- // xrLabel37
- //
- this.xrLabel37.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VacationDays]")});
- this.xrLabel37.Multiline = true;
- this.xrLabel37.Name = "xrLabel37";
- this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel37.StylePriority.UseTextAlignment = false;
- this.xrLabel37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel36
- //
- this.xrLabel36.Multiline = true;
- this.xrLabel36.Name = "xrLabel36";
- this.xrLabel36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel36.StylePriority.UseFont = false;
- //
- // xrLabel35
- //
- this.xrLabel35.Multiline = true;
- this.xrLabel35.Name = "xrLabel35";
- this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel35.StylePriority.UseFont = false;
- //
- // xrLabel34
- //
- this.xrLabel34.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ContractTypeId]")});
- this.xrLabel34.Multiline = true;
- this.xrLabel34.Name = "xrLabel34";
- this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel34.StylePriority.UseTextAlignment = false;
- this.xrLabel34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel33
- //
- this.xrLabel33.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ContractDurationId]")});
- this.xrLabel33.Multiline = true;
- this.xrLabel33.Name = "xrLabel33";
- this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel33.StylePriority.UseTextAlignment = false;
- this.xrLabel33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
- //
- // xrLabel32
- //
- this.xrLabel32.Multiline = true;
- this.xrLabel32.Name = "xrLabel32";
- this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel32.StylePriority.UseFont = false;
- //
- // xrLabel31
- //
- this.xrLabel31.Multiline = true;
- this.xrLabel31.Name = "xrLabel31";
- this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel31.StylePriority.UseFont = false;
- //
- // xrLabel30
- //
- this.xrLabel30.Multiline = true;
- this.xrLabel30.Name = "xrLabel30";
- this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel30.StylePriority.UseFont = false;
- //
- // xrLabel29
- //
- this.xrLabel29.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel29.Multiline = true;
- this.xrLabel29.Name = "xrLabel29";
- this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel29.StylePriority.UseBorders = false;
- this.xrLabel29.StylePriority.UseFont = false;
- //
- // xrLabel28
- //
- this.xrLabel28.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel28.Multiline = true;
- this.xrLabel28.Name = "xrLabel28";
- this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel28.StylePriority.UseBorders = false;
- this.xrLabel28.StylePriority.UseFont = false;
- //
- // xrLabel27
- //
- this.xrLabel27.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JobNumber]")});
- this.xrLabel27.Multiline = true;
- this.xrLabel27.Name = "xrLabel27";
- this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel26
- //
- this.xrLabel26.Multiline = true;
- this.xrLabel26.Name = "xrLabel26";
- this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel26.StylePriority.UseFont = false;
- //
- // xrLabel25
- //
- this.xrLabel25.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Universities_NameEn]")});
- this.xrLabel25.Multiline = true;
- this.xrLabel25.Name = "xrLabel25";
- this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel24
- //
- this.xrLabel24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Email]")});
- this.xrLabel24.Multiline = true;
- this.xrLabel24.Name = "xrLabel24";
- this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel23
- //
- this.xrLabel23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PhoneNumber]")});
- this.xrLabel23.Multiline = true;
- this.xrLabel23.Name = "xrLabel23";
- this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel22
- //
- this.xrLabel22.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JobTitles_NameEn]")});
- this.xrLabel22.Multiline = true;
- this.xrLabel22.Name = "xrLabel22";
- this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel21
- //
- this.xrLabel21.Multiline = true;
- this.xrLabel21.Name = "xrLabel21";
- this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel21.StylePriority.UseFont = false;
- //
- // xrLabel20
- //
- this.xrLabel20.Multiline = true;
- this.xrLabel20.Name = "xrLabel20";
- this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel20.StylePriority.UseFont = false;
- //
- // xrLabel19
- //
- this.xrLabel19.Multiline = true;
- this.xrLabel19.Name = "xrLabel19";
- this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel19.StylePriority.UseFont = false;
- //
- // xrLabel18
- //
- this.xrLabel18.Multiline = true;
- this.xrLabel18.Name = "xrLabel18";
- this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel18.StylePriority.UseFont = false;
- //
- // xrLabel4
- //
- this.xrLabel4.Multiline = true;
- this.xrLabel4.Name = "xrLabel4";
- this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel4.StylePriority.UseFont = false;
- //
- // xrLabel17
- //
- this.xrLabel17.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DateOfBirth]")});
- this.xrLabel17.Multiline = true;
- this.xrLabel17.Name = "xrLabel17";
- this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel16
- //
- this.xrLabel16.Multiline = true;
- this.xrLabel16.Name = "xrLabel16";
- this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel16.StylePriority.UseFont = false;
- //
- // xrLabel13
- //
- this.xrLabel13.Multiline = true;
- this.xrLabel13.Name = "xrLabel13";
- this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel13.StylePriority.UseFont = false;
- //
- // xrLabel15
- //
- this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel15.Multiline = true;
- this.xrLabel15.Name = "xrLabel15";
- this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel15.StylePriority.UseBorders = false;
- this.xrLabel15.StylePriority.UseFont = false;
- //
- // xrLabel14
- //
- this.xrLabel14.Multiline = true;
- this.xrLabel14.Name = "xrLabel14";
- this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel14.StylePriority.UseFont = false;
- //
- // xrLabel12
- //
- this.xrLabel12.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CRNumber]")});
- this.xrLabel12.Multiline = true;
- this.xrLabel12.Name = "xrLabel12";
- this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel11
- //
- this.xrLabel11.Multiline = true;
- this.xrLabel11.Name = "xrLabel11";
- this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel11.StylePriority.UseFont = false;
- //
- // xrLabel10
- //
- this.xrLabel10.Multiline = true;
- this.xrLabel10.Name = "xrLabel10";
- this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel10.StylePriority.UseFont = false;
- //
- // xrLabel9
- //
- this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
- this.xrLabel9.Multiline = true;
- this.xrLabel9.Name = "xrLabel9";
- this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- this.xrLabel9.StylePriority.UseBorders = false;
- this.xrLabel9.StylePriority.UseFont = false;
- //
- // xrLabel7
- //
- this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[EndDate]")});
- this.xrLabel7.Multiline = true;
- this.xrLabel7.Name = "xrLabel7";
- this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel6
- //
- this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Contracts].[StartDate]")});
- this.xrLabel6.Multiline = true;
- this.xrLabel6.Name = "xrLabel6";
- this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel5
- //
- this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Contracts].[PassportNumber]")});
- this.xrLabel5.Multiline = true;
- this.xrLabel5.Name = "xrLabel5";
- this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel2
- //
- this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Concat([FirstName],\' \' ,[LastName])")});
- this.xrLabel2.Multiline = true;
- this.xrLabel2.Name = "xrLabel2";
- this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // xrLabel1
- //
- this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
- new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Contracts].[CompanyName]")});
- this.xrLabel1.Multiline = true;
- this.xrLabel1.Name = "xrLabel1";
- this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
- //
- // sqlDataSource1
- //
- this.sqlDataSource1.ConnectionName = "LocalConnectionString";
- this.sqlDataSource1.Name = "sqlDataSource1";
- columnExpression1.ColumnName = "CompanyName";
- table1.MetaSerializable = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"385\" />";
- table1.Name = "Companies";
- columnExpression1.Table = table1;
- column1.Expression = columnExpression1;
- columnExpression2.ColumnName = "CRNumber";
- columnExpression2.Table = table1;
- column2.Expression = columnExpression2;
- columnExpression3.ColumnName = "TaxNumber";
- columnExpression3.Table = table1;
- column3.Expression = columnExpression3;
- columnExpression4.ColumnName = "CreateDate";
- table2.MetaSerializable = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"845\" />";
- table2.Name = "Contracts";
- columnExpression4.Table = table2;
- column4.Expression = columnExpression4;
- columnExpression5.ColumnName = "ContractTypeId";
- columnExpression5.Table = table2;
- column5.Expression = columnExpression5;
- columnExpression6.ColumnName = "CompanyId";
- columnExpression6.Table = table2;
- column6.Expression = columnExpression6;
- columnExpression7.ColumnName = "NameEn";
- table3.MetaSerializable = "<Meta X=\"495\" Y=\"30\" Width=\"125\" Height=\"125\" />";
- table3.Name = "Qualifications";
- columnExpression7.Table = table3;
- column7.Expression = columnExpression7;
- columnExpression8.ColumnName = "ContractDurationId";
- columnExpression8.Table = table2;
- column8.Expression = columnExpression8;
- columnExpression9.ColumnName = "StartDate";
- columnExpression9.Table = table2;
- column9.Expression = columnExpression9;
- columnExpression10.ColumnName = "JobNumber";
- columnExpression10.Table = table2;
- column10.Expression = columnExpression10;
- columnExpression11.ColumnName = "VacationDays";
- columnExpression11.Table = table2;
- column11.Expression = columnExpression11;
- columnExpression12.ColumnName = "TrialPeriod";
- columnExpression12.Table = table2;
- column12.Expression = columnExpression12;
- columnExpression13.ColumnName = "NoticePeriodBeforeTermination";
- columnExpression13.Table = table2;
- column13.Expression = columnExpression13;
- columnExpression14.ColumnName = "WorkingDays";
- columnExpression14.Table = table2;
- column14.Expression = columnExpression14;
- columnExpression15.ColumnName = "WorkingHours";
- columnExpression15.Table = table2;
- column15.Expression = columnExpression15;
- columnExpression16.ColumnName = "StartDailyWorkingHours";
- columnExpression16.Table = table2;
- column16.Expression = columnExpression16;
- columnExpression17.ColumnName = "EndDailyWorkingHours";
- columnExpression17.Table = table2;
- column17.Expression = columnExpression17;
- columnExpression18.ColumnName = "Salary";
- columnExpression18.Table = table2;
- column18.Expression = columnExpression18;
- columnExpression19.ColumnName = "Currency";
- columnExpression19.Table = table2;
- column19.Expression = columnExpression19;
- columnExpression20.ColumnName = "BillingCycle";
- columnExpression20.Table = table2;
- column20.Expression = columnExpression20;
- columnExpression21.ColumnName = "IncludesAllAllowances";
- columnExpression21.Table = table2;
- column21.Expression = columnExpression21;
- columnExpression22.ColumnName = "FirstName";
- table4.MetaSerializable = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"925\" />";
- table4.Name = "AspNetUsers";
- columnExpression22.Table = table4;
- column22.Expression = columnExpression22;
- columnExpression23.ColumnName = "LastName";
- columnExpression23.Table = table4;
- column23.Expression = columnExpression23;
- columnExpression24.ColumnName = "UserType";
- columnExpression24.Table = table4;
- column24.Expression = columnExpression24;
- columnExpression25.ColumnName = "PassportNumber";
- columnExpression25.Table = table4;
- column25.Expression = columnExpression25;
- column26.Alias = "AspNetUsers_TaxNumber";
- columnExpression26.ColumnName = "TaxNumber";
- columnExpression26.Table = table4;
- column26.Expression = columnExpression26;
- columnExpression27.ColumnName = "IncomeTaxValue";
- columnExpression27.Table = table4;
- column27.Expression = columnExpression27;
- columnExpression28.ColumnName = "Email";
- columnExpression28.Table = table4;
- column28.Expression = columnExpression28;
- columnExpression29.ColumnName = "PhoneNumber";
- columnExpression29.Table = table4;
- column29.Expression = columnExpression29;
- columnExpression30.ColumnName = "DateOfBirth";
- columnExpression30.Table = table4;
- column30.Expression = columnExpression30;
- columnExpression31.ColumnName = "Position";
- columnExpression31.Table = table4;
- column31.Expression = columnExpression31;
- column32.Alias = "Universities_NameEn";
- columnExpression32.ColumnName = "NameEn";
- table5.MetaSerializable = "<Meta X=\"490\" Y=\"420\" Width=\"125\" Height=\"125\" />";
- table5.Name = "Universities";
- columnExpression32.Table = table5;
- column32.Expression = columnExpression32;
- column33.Alias = "CountryLookups_NameEn";
- columnExpression33.ColumnName = "NameEn";
- table6.MetaSerializable = "<Meta X=\"650\" Y=\"260\" Width=\"125\" Height=\"165\" />";
- table6.Name = "CountryLookups";
- columnExpression33.Table = table6;
- column33.Expression = columnExpression33;
- column34.Alias = "JobTitles_NameEn";
- columnExpression34.ColumnName = "NameEn";
- table7.MetaSerializable = "<Meta X=\"650\" Y=\"30\" Width=\"125\" Height=\"125\" />";
- table7.Name = "JobTitles";
- columnExpression34.Table = table7;
- column34.Expression = columnExpression34;
- columnExpression35.ColumnName = "EndDate";
- columnExpression35.Table = table2;
- column35.Expression = columnExpression35;
- columnExpression36.ColumnName = "TypeOfWork";
- columnExpression36.Table = table2;
- column36.Expression = columnExpression36;
- columnExpression37.ColumnName = "WhoCanTerminateContractInTrial";
- columnExpression37.Table = table2;
- column37.Expression = columnExpression37;
- columnExpression38.ColumnName = "WhoCanTerminateContract";
- columnExpression38.Table = table2;
- column38.Expression = columnExpression38;
- columnExpression39.ColumnName = "Address";
- columnExpression39.Table = table1;
- column39.Expression = columnExpression39;
- column40.Alias = "Companies_Email";
- columnExpression40.ColumnName = "Email";
- columnExpression40.Table = table1;
- column40.Expression = columnExpression40;
- column41.Alias = "Companies_PhoneNumber";
- columnExpression41.ColumnName = "PhoneNumber";
- columnExpression41.Table = table1;
- column41.Expression = columnExpression41;
- column42.Alias = "AspNetUsers_1_FirstName";
- columnExpression42.ColumnName = "FirstName";
- table8.Alias = "AspNetUsers_1";
- table8.MetaSerializable = "<Meta X=\"780\" Y=\"380\" Width=\"125\" Height=\"925\" />";
- table8.Name = "AspNetUsers";
- columnExpression42.Table = table8;
- column42.Expression = columnExpression42;
- column43.Alias = "AspNetUsers_1_LastName";
- columnExpression43.ColumnName = "LastName";
- columnExpression43.Table = table8;
- column43.Expression = columnExpression43;
- column44.Alias = "AspNetUsers_1_Email";
- columnExpression44.ColumnName = "Email";
- columnExpression44.Table = table8;
- column44.Expression = columnExpression44;
- column45.Alias = "AspNetUsers_1_PassportNumber";
- columnExpression45.ColumnName = "PassportNumber";
- columnExpression45.Table = table8;
- column45.Expression = columnExpression45;
- columnExpression46.ColumnName = "JobTitleName";
- columnExpression46.Table = table2;
- column46.Expression = columnExpression46;
- columnExpression47.ColumnName = "WorkingHoursNum";
- columnExpression47.Table = table2;
- column47.Expression = columnExpression47;
- column48.Alias = "AspNetUsers_1_PhoneNumber";
- columnExpression48.ColumnName = "PhoneNumber";
- columnExpression48.Table = table8;
- column48.Expression = columnExpression48;
- column49.Alias = "AspNetUsers_1_Position";
- columnExpression49.ColumnName = "Position";
- columnExpression49.Table = table8;
- column49.Expression = columnExpression49;
- columnExpression50.ColumnName = "JobDescription";
- columnExpression50.Table = table2;
- column50.Expression = columnExpression50;
- column51.Alias = "Cities_NameEn";
- columnExpression51.ColumnName = "NameEn";
- table9.MetaSerializable = "<Meta X=\"950\" Y=\"180\" Width=\"125\" Height=\"185\" />";
- table9.Name = "Cities";
- columnExpression51.Table = table9;
- column51.Expression = columnExpression51;
- columnExpression52.ColumnName = "PassportExpiryDate";
- columnExpression52.Table = table4;
- column52.Expression = columnExpression52;
- selectQuery1.Columns.Add(column1);
- selectQuery1.Columns.Add(column2);
- selectQuery1.Columns.Add(column3);
- selectQuery1.Columns.Add(column4);
- selectQuery1.Columns.Add(column5);
- selectQuery1.Columns.Add(column6);
- selectQuery1.Columns.Add(column7);
- selectQuery1.Columns.Add(column8);
- selectQuery1.Columns.Add(column9);
- selectQuery1.Columns.Add(column10);
- selectQuery1.Columns.Add(column11);
- selectQuery1.Columns.Add(column12);
- selectQuery1.Columns.Add(column13);
- selectQuery1.Columns.Add(column14);
- selectQuery1.Columns.Add(column15);
- selectQuery1.Columns.Add(column16);
- selectQuery1.Columns.Add(column17);
- selectQuery1.Columns.Add(column18);
- selectQuery1.Columns.Add(column19);
- selectQuery1.Columns.Add(column20);
- selectQuery1.Columns.Add(column21);
- selectQuery1.Columns.Add(column22);
- selectQuery1.Columns.Add(column23);
- selectQuery1.Columns.Add(column24);
- selectQuery1.Columns.Add(column25);
- selectQuery1.Columns.Add(column26);
- selectQuery1.Columns.Add(column27);
- selectQuery1.Columns.Add(column28);
- selectQuery1.Columns.Add(column29);
- selectQuery1.Columns.Add(column30);
- selectQuery1.Columns.Add(column31);
- selectQuery1.Columns.Add(column32);
- selectQuery1.Columns.Add(column33);
- selectQuery1.Columns.Add(column34);
- selectQuery1.Columns.Add(column35);
- selectQuery1.Columns.Add(column36);
- selectQuery1.Columns.Add(column37);
- selectQuery1.Columns.Add(column38);
- selectQuery1.Columns.Add(column39);
- selectQuery1.Columns.Add(column40);
- selectQuery1.Columns.Add(column41);
- selectQuery1.Columns.Add(column42);
- selectQuery1.Columns.Add(column43);
- selectQuery1.Columns.Add(column44);
- selectQuery1.Columns.Add(column45);
- selectQuery1.Columns.Add(column46);
- selectQuery1.Columns.Add(column47);
- selectQuery1.Columns.Add(column48);
- selectQuery1.Columns.Add(column49);
- selectQuery1.Columns.Add(column50);
- selectQuery1.Columns.Add(column51);
- selectQuery1.Columns.Add(column52);
- selectQuery1.FilterString = "[Contracts.Id] = ?ContractId";
- selectQuery1.GroupFilterString = "";
- selectQuery1.Name = "Contracts";
- queryParameter1.Name = "ContractId";
- queryParameter1.Type = typeof(DevExpress.DataAccess.Expression);
- queryParameter1.Value = new DevExpress.DataAccess.Expression("?ContractId", typeof(int));
- selectQuery1.Parameters.AddRange(new DevExpress.DataAccess.Sql.QueryParameter[] {
- queryParameter1});
- relationColumnInfo1.NestedKeyColumn = "Id";
- relationColumnInfo1.ParentKeyColumn = "CompanyId";
- join1.KeyColumns.Add(relationColumnInfo1);
- join1.Nested = table1;
- join1.Parent = table2;
- join1.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo2.NestedKeyColumn = "Id";
- relationColumnInfo2.ParentKeyColumn = "UserId";
- join2.KeyColumns.Add(relationColumnInfo2);
- join2.Nested = table4;
- join2.Parent = table2;
- join2.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo3.NestedKeyColumn = "Id";
- relationColumnInfo3.ParentKeyColumn = "JobId";
- relationColumnInfo4.NestedKeyColumn = "Id";
- relationColumnInfo4.ParentKeyColumn = "JobId";
- join3.KeyColumns.Add(relationColumnInfo3);
- join3.KeyColumns.Add(relationColumnInfo4);
- join3.Nested = table7;
- join3.Parent = table2;
- join3.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo5.NestedKeyColumn = "Id";
- relationColumnInfo5.ParentKeyColumn = "AcademicQualificationId";
- join4.KeyColumns.Add(relationColumnInfo5);
- join4.Nested = table3;
- join4.Parent = table2;
- join4.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo6.NestedKeyColumn = "Id";
- relationColumnInfo6.ParentKeyColumn = "UniversityId";
- join5.KeyColumns.Add(relationColumnInfo6);
- join5.Nested = table5;
- join5.Parent = table4;
- join5.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo7.NestedKeyColumn = "Id";
- relationColumnInfo7.ParentKeyColumn = "WorkCountryId";
- join6.KeyColumns.Add(relationColumnInfo7);
- join6.Nested = table6;
- join6.Parent = table2;
- join6.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo8.NestedKeyColumn = "Id";
- relationColumnInfo8.ParentKeyColumn = "WorkStateId";
- join7.KeyColumns.Add(relationColumnInfo8);
- join7.Nested = table9;
- join7.Parent = table2;
- join7.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- relationColumnInfo9.NestedKeyColumn = "Id";
- relationColumnInfo9.ParentKeyColumn = "CompanyRepresentativeId";
- join8.KeyColumns.Add(relationColumnInfo9);
- join8.Nested = table8;
- join8.Parent = table2;
- join8.SqlJoinType = ((DevExpress.DataAccess.Sql.SqlJoinType)(DevExpress.DataAccess.Sql.SqlJoinType.LeftOuter));
- selectQuery1.Relations.Add(join1);
- selectQuery1.Relations.Add(join2);
- selectQuery1.Relations.Add(join3);
- selectQuery1.Relations.Add(join4);
- selectQuery1.Relations.Add(join5);
- selectQuery1.Relations.Add(join6);
- selectQuery1.Relations.Add(join7);
- selectQuery1.Relations.Add(join8);
- selectQuery1.Tables.Add(table2);
- selectQuery1.Tables.Add(table1);
- selectQuery1.Tables.Add(table4);
- selectQuery1.Tables.Add(table3);
- selectQuery1.Tables.Add(table7);
- selectQuery1.Tables.Add(table6);
- selectQuery1.Tables.Add(table5);
- selectQuery1.Tables.Add(table8);
- selectQuery1.Tables.Add(table9);
- this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
- selectQuery1});
- this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
- //
- // xrControlStyle1
- //
- this.xrControlStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
- this.xrControlStyle1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
- | DevExpress.XtraPrinting.BorderSide.Right)
- | DevExpress.XtraPrinting.BorderSide.Bottom)));
- this.xrControlStyle1.BorderWidth = 5F;
- this.xrControlStyle1.Name = "xrControlStyle1";
- //
- // ContractReport
- //
- 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 = "Contracts";
- this.DataSource = this.sqlDataSource1;
- this.LocalizationItems.AddRange(new DevExpress.XtraReports.Localization.LocalizationItem[] {
- new DevExpress.XtraReports.Localization.LocalizationItem(this.ContractId, "Default", "Description", "ContractId"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this, "Default", "Margins", new DevExpress.Drawing.DXMargins(100F, 100F, 84.16666F, 100F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this, "en-US", "Margins", new DevExpress.Drawing.DXMargins(100F, 100F, 84.16666F, 100F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.Detail, "Default", "HeightF", 759.1667F),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.TopMargin, "Default", "HeightF", 84.16666F),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel1, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 33.83331F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel1, "Default", "SizeF", new System.Drawing.SizeF(201.6667F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel1, "Default", "Text", "xrLabel1"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel10, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel10, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 33.83331F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel10, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel10, "Default", "Text", "Name:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel11, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel11, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(391.6667F, 33.83331F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel11, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel11, "Default", "Text", "CR:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel12, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(462.5F, 33.83331F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel12, "Default", "SizeF", new System.Drawing.SizeF(177.5F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel12, "Default", "Text", "xrLabel12"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel13, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel13, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 255F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel13, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel13, "Default", "Text", "Passport:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel14, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel14, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 232F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel14, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel14, "Default", "Text", "Name:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel15, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 14F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel15, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 194.8333F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel15, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel15, "en-US", "SizeF", new System.Drawing.SizeF(618.3333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel15, "Default", "Text", "Employee Information:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel16, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel16, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 278F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel16, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel16, "Default", "Text", "Date Of Birth:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel17, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 277.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel17, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 185.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel17, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel17, "Default", "Text", "xrLabel17"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel17, "Default", "TextFormatString", "{0:d}"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel18, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel18, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 278F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel18, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(355.8332F, 209F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel18, "Default", "SizeF", new System.Drawing.SizeF(51.66666F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel18, "en-US", "SizeF", new System.Drawing.SizeF(99.99994F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel18, "Default", "Text", "Email:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel19, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel19, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 406.3337F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel19, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel19, "Default", "Text", "Job:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel2, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 231.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel2, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 139.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel2, "Default", "SizeF", new System.Drawing.SizeF(257.5001F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel2, "Default", "Text", "xrLabel2"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel20, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel20, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 301F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel20, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(355.8332F, 232F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel20, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel20, "en-US", "SizeF", new System.Drawing.SizeF(99.99994F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel20, "Default", "Text", "Qualification:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel21, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel21, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 324F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel21, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel21, "Default", "Text", "University:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel22, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(166.6666F, 406.3337F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel22, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(158.3333F, 314.3335F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel22, "Default", "SizeF", new System.Drawing.SizeF(225.0001F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel22, "Default", "Text", "xrLabel22"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel23, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 300.9998F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel23, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 208.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel23, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel23, "Default", "Text", "xrLabel23"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel24, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(433.3333F, 277.9998F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel24, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(455.8331F, 209F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel24, "Default", "SizeF", new System.Drawing.SizeF(206.6667F, 22.99994F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel24, "en-US", "SizeF", new System.Drawing.SizeF(194.1669F, 22.99998F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel24, "Default", "Text", "xrLabel24"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel25, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 324.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel25, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 232.0001F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel25, "Default", "SizeF", new System.Drawing.SizeF(172.5001F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel25, "Default", "Text", "xrLabel25"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel26, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel26, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(391.6667F, 406.3339F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel26, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(355.8332F, 314.3336F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel26, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel26, "Default", "Text", "Job Number:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel27, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(491.6667F, 406.3339F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel27, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(455.8332F, 314.3336F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel27, "Default", "SizeF", new System.Drawing.SizeF(130F, 22.99997F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel27, "Default", "Text", "xrLabel27"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel28, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 14F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel28, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 370.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel28, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel28, "en-US", "SizeF", new System.Drawing.SizeF(618.3333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel28, "Default", "Text", "Job"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel29, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel29, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 458.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel29, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel29, "en-US", "SizeF", new System.Drawing.SizeF(618.3333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel29, "Default", "Text", "Contract"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel3, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel3, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(491.6667F, 10F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel3, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(491.6667F, 10F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel3, "Default", "SizeF", new System.Drawing.SizeF(148.3333F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel30, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel30, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 481.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel30, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel30, "Default", "Text", "Start Date:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel31, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel31, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(391.6667F, 481.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel31, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(355.8332F, 403.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel31, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel31, "Default", "Text", "End Date:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel32, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel32, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 504.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel32, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel32, "Default", "Text", "Duration:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel33, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(166.6666F, 504.1665F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel33, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 426.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel33, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel33, "Default", "Text", "xrLabel33"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel34, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(491.6667F, 504.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel34, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(455.8332F, 426.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel34, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel34, "Default", "Text", "xrLabel34"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel35, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel35, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(391.6667F, 504.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel35, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(355.8332F, 426.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel35, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel35, "Default", "Text", "Contract Type:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel36, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel36, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 527.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel36, "Default", "SizeF", new System.Drawing.SizeF(135F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel36, "en-US", "SizeF", new System.Drawing.SizeF(108F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel36, "Default", "Text", "Vacation Days:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel37, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(166.6667F, 527.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel37, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5003F, 449.167F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel37, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel37, "Default", "Text", "xrLabel37"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel38, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel38, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(391.6667F, 527.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel38, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel38, "Default", "Text", "Trial Period:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel39, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(491.6667F, 527.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel39, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 472.167F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel39, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel39, "Default", "Text", "xrLabel39"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel4, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel4, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 301F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel4, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel4, "Default", "Text", "Phone:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel40, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(204.1666F, 550.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel40, "Default", "SizeF", new System.Drawing.SizeF(68.33331F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel40, "Default", "Text", "xrLabel40"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel41, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel41, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 550.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel41, "Default", "SizeF", new System.Drawing.SizeF(180F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel41, "Default", "Text", "Termination Notice Period:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel42, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 14F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel42, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 573.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel42, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel42, "en-US", "SizeF", new System.Drawing.SizeF(618.3333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel42, "Default", "Text", "Work Time"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel43, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel43, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 596.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel43, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel43, "Default", "Text", "Working Days:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel44, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(167.5F, 596.1666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel44, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 567.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel44, "Default", "SizeF", new System.Drawing.SizeF(172.4999F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel44, "Default", "Text", "xrLabel44"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel45, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel45, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(392.4999F, 596.1665F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel45, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(355.8332F, 567.1668F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel45, "Default", "SizeF", new System.Drawing.SizeF(111.6667F, 23.00006F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel45, "Default", "Text", "Working Hours:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel46, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(504.1667F, 596.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel46, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(467.4999F, 567.167F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel46, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel46, "Default", "Text", "xrLabel46"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel47, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 14F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel47, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 619.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel47, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel47, "en-US", "SizeF", new System.Drawing.SizeF(618.3333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel47, "Default", "Text", "Salary"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel48, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(123.3332F, 642.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel48, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 638.6667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel48, "Default", "SizeF", new System.Drawing.SizeF(79.16672F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel48, "Default", "Text", "xrLabel48"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel49, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel49, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(23.33323F, 642.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel49, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel49, "Default", "Text", "Amount:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel5, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 254.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel5, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 162.9999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel5, "Default", "SizeF", new System.Drawing.SizeF(150F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel5, "Default", "Text", "xrLabel5"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel50, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(205.8334F, 642.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel50, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(211.6668F, 638.6668F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel50, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel50, "en-US", "SizeF", new System.Drawing.SizeF(93.33333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel50, "Default", "Text", "xrLabel50"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel51, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(477.5F, 301.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel51, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(455.8331F, 232.0001F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel51, "Default", "SizeF", new System.Drawing.SizeF(170F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel51, "en-US", "SizeF", new System.Drawing.SizeF(194.1669F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel51, "Default", "Text", "xrLabel51"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel52, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 56.83329F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel52, "Default", "SizeF", new System.Drawing.SizeF(201.6667F, 22.99999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel52, "Default", "Text", "xrLabel52"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel53, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(462.5F, 56.83329F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel53, "Default", "SizeF", new System.Drawing.SizeF(177.5F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel53, "Default", "Text", "xrLabel53"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel54, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 79.83327F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel54, "Default", "SizeF", new System.Drawing.SizeF(469.1668F, 22.99999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel54, "Default", "Text", "xrLabel54"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel55, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel55, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 56.83332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel55, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel55, "Default", "Text", "Email:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel56, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel56, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 79.83327F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel56, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel56, "Default", "Text", "Address:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel57, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel57, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(391.6667F, 56.83327F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel57, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel57, "Default", "Text", "Phone:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel58, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel58, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 324F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel58, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel58, "Default", "Text", "Job:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel59, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(477.5F, 324F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel59, "Default", "SizeF", new System.Drawing.SizeF(172.5002F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel59, "Default", "Text", "xrLabel59"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel6, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(166.6666F, 481.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel6, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(132.5F, 403.167F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel6, "Default", "SizeF", new System.Drawing.SizeF(141.6667F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel6, "Default", "Text", "xrLabel6"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel6, "Default", "TextFormatString", "{0:d}"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel60, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 14F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel60, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 665.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel60, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel60, "Default", "Text", "Allowances"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel61, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel61, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 102.8333F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel61, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel61, "Default", "Text", "Company Representative:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel62, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel62, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 125.8333F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel62, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel62, "Default", "Text", "Name:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel63, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel63, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 125.8333F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel63, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel63, "Default", "Text", "Passport:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel64, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel64, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 148.8332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel64, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel64, "Default", "Text", "Phone:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel65, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel65, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 148.8332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel65, "Default", "SizeF", new System.Drawing.SizeF(51.66666F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel65, "Default", "Text", "Email:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel66, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(433.3333F, 148.8332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel66, "Default", "SizeF", new System.Drawing.SizeF(206.6667F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel66, "Default", "Text", "xrLabel66"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel67, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(448.3333F, 125.8332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel67, "Default", "SizeF", new System.Drawing.SizeF(173.3334F, 23.00001F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel67, "Default", "Text", "xrLabel67"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel68, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 125.8332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel68, "Default", "SizeF", new System.Drawing.SizeF(231.6666F, 22.99999F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel68, "Default", "Text", "xrLabel2"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel69, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 148.8332F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel69, "Default", "SizeF", new System.Drawing.SizeF(231.6666F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel69, "Default", "Text", "xrLabel69"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel7, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(491.6667F, 481.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel7, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(455.8332F, 403.1669F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel7, "Default", "SizeF", new System.Drawing.SizeF(100F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel7, "Default", "Text", "xrLabel7"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel7, "Default", "TextFormatString", "{0:d}"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel70, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel70, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 171.8333F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel70, "Default", "SizeF", new System.Drawing.SizeF(70.83334F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel70, "Default", "Text", "Position:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel71, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 171.8333F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel71, "Default", "SizeF", new System.Drawing.SizeF(231.6666F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel71, "Default", "Text", "xrLabel71"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel72, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(122.4999F, 347.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel72, "Default", "SizeF", new System.Drawing.SizeF(243.3334F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel72, "Default", "Text", "xrLabel72"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel73, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(477.5F, 347.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel73, "Default", "SizeF", new System.Drawing.SizeF(170F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel73, "Default", "Text", "xrLabel73"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel74, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel74, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(22.49995F, 347.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel74, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel74, "Default", "Text", "Work Country:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel75, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel75, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 347.0002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel75, "Default", "SizeF", new System.Drawing.SizeF(100F, 23.00002F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel75, "Default", "Text", "Work City:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel76, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(166.6666F, 429.3337F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel76, "Default", "SizeF", new System.Drawing.SizeF(455.0001F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel76, "Default", "Text", "xrLabel76"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel77, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel77, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 429.3337F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel77, "Default", "SizeF", new System.Drawing.SizeF(113.3333F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel77, "Default", "Text", "Job Description:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel78, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 9.75F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel78, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(377.5F, 255F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel78, "Default", "SizeF", new System.Drawing.SizeF(85F, 23.00003F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel78, "Default", "Text", "Expiry Date:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel79, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(477.5F, 255F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel79, "Default", "SizeF", new System.Drawing.SizeF(145F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel79, "Default", "Text", "xrLabel79"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel79, "Default", "TextFormatString", "{0:d}"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel8, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 19F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel8, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(183.3333F, 26.66667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel8, "en-US", "LocationFloat", new DevExpress.Utils.PointFloat(183.3333F, 26.66667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel8, "Default", "SizeF", new System.Drawing.SizeF(272.4999F, 47.16666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel8, "en-US", "SizeF", new System.Drawing.SizeF(272.4999F, 47.16666F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel8, "Default", "Text", "Employee Contract"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel9, "Default", "Font", new DevExpress.Drawing.DXFont("Arial", 12F, DevExpress.Drawing.DXFontStyle.Bold)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel9, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(21.66667F, 0F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel9, "Default", "SizeF", new System.Drawing.SizeF(600F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel9, "en-US", "SizeF", new System.Drawing.SizeF(618.3333F, 23F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrLabel9, "Default", "Text", "Company Information:"),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrSubreport1, "Default", "LocationFloat", new DevExpress.Utils.PointFloat(23.33323F, 688.1667F)),
- new DevExpress.XtraReports.Localization.LocalizationItem(this.xrSubreport1, "Default", "SizeF", new System.Drawing.SizeF(599.1667F, 44.66663F))});
- this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
- this.ContractId});
- this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
- this.xrControlStyle1});
- this.Version = "24.1";
- ((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.Parameters.Parameter ContractId;
- private DevExpress.XtraReports.UI.XRLabel xrLabel7;
- private DevExpress.XtraReports.UI.XRLabel xrLabel6;
- private DevExpress.XtraReports.UI.XRLabel xrLabel5;
- private DevExpress.XtraReports.UI.XRLabel xrLabel2;
- private DevExpress.XtraReports.UI.XRLabel xrLabel1;
- private DevExpress.XtraReports.UI.XRLabel xrLabel8;
- private DevExpress.XtraReports.UI.XRLabel xrLabel9;
- private DevExpress.XtraReports.UI.XRLabel xrLabel11;
- private DevExpress.XtraReports.UI.XRLabel xrLabel10;
- private DevExpress.XtraReports.UI.XRLabel xrLabel15;
- private DevExpress.XtraReports.UI.XRLabel xrLabel14;
- private DevExpress.XtraReports.UI.XRLabel xrLabel12;
- private DevExpress.XtraReports.UI.XRLabel xrLabel13;
- private DevExpress.XtraReports.UI.XRLabel xrLabel17;
- private DevExpress.XtraReports.UI.XRLabel xrLabel16;
- private DevExpress.XtraReports.UI.XRLabel xrLabel20;
- private DevExpress.XtraReports.UI.XRLabel xrLabel19;
- private DevExpress.XtraReports.UI.XRLabel xrLabel18;
- private DevExpress.XtraReports.UI.XRLabel xrLabel4;
- private DevExpress.XtraReports.UI.XRLabel xrLabel27;
- private DevExpress.XtraReports.UI.XRLabel xrLabel26;
- private DevExpress.XtraReports.UI.XRLabel xrLabel25;
- private DevExpress.XtraReports.UI.XRLabel xrLabel24;
- private DevExpress.XtraReports.UI.XRLabel xrLabel23;
- private DevExpress.XtraReports.UI.XRLabel xrLabel22;
- private DevExpress.XtraReports.UI.XRLabel xrLabel21;
- private DevExpress.XtraReports.UI.XRLabel xrLabel29;
- private DevExpress.XtraReports.UI.XRLabel xrLabel28;
- private DevExpress.XtraReports.UI.XRLabel xrLabel31;
- private DevExpress.XtraReports.UI.XRLabel xrLabel30;
- private DevExpress.XtraReports.UI.XRLabel xrLabel36;
- private DevExpress.XtraReports.UI.XRLabel xrLabel35;
- private DevExpress.XtraReports.UI.XRLabel xrLabel34;
- private DevExpress.XtraReports.UI.XRLabel xrLabel33;
- private DevExpress.XtraReports.UI.XRLabel xrLabel32;
- private DevExpress.XtraReports.UI.XRLabel xrLabel41;
- private DevExpress.XtraReports.UI.XRLabel xrLabel40;
- private DevExpress.XtraReports.UI.XRLabel xrLabel39;
- private DevExpress.XtraReports.UI.XRLabel xrLabel38;
- private DevExpress.XtraReports.UI.XRLabel xrLabel37;
- private DevExpress.XtraReports.UI.XRLabel xrLabel42;
- private DevExpress.XtraReports.UI.XRLabel xrLabel44;
- private DevExpress.XtraReports.UI.XRLabel xrLabel43;
- private DevExpress.XtraReports.UI.XRLabel xrLabel46;
- private DevExpress.XtraReports.UI.XRLabel xrLabel45;
- private DevExpress.XtraReports.UI.XRLabel xrLabel50;
- private DevExpress.XtraReports.UI.XRLabel xrLabel49;
- private DevExpress.XtraReports.UI.XRLabel xrLabel48;
- private DevExpress.XtraReports.UI.XRLabel xrLabel47;
- private DevExpress.XtraReports.UI.XRLabel xrLabel51;
- private DevExpress.XtraReports.UI.XRLabel xrLabel3;
- private DevExpress.XtraReports.UI.XRControlStyle xrControlStyle1;
- private DevExpress.XtraReports.UI.XRLabel xrLabel57;
- private DevExpress.XtraReports.UI.XRLabel xrLabel56;
- private DevExpress.XtraReports.UI.XRLabel xrLabel55;
- private DevExpress.XtraReports.UI.XRLabel xrLabel54;
- private DevExpress.XtraReports.UI.XRLabel xrLabel53;
- private DevExpress.XtraReports.UI.XRLabel xrLabel52;
- private DevExpress.XtraReports.UI.XRLabel xrLabel59;
- private DevExpress.XtraReports.UI.XRLabel xrLabel58;
- private DevExpress.XtraReports.UI.XRLabel xrLabel60;
- private DevExpress.XtraReports.UI.XRSubreport xrSubreport1;
- private DevExpress.XtraReports.UI.XRLabel xrLabel61;
- private DevExpress.XtraReports.UI.XRLabel xrLabel67;
- private DevExpress.XtraReports.UI.XRLabel xrLabel66;
- private DevExpress.XtraReports.UI.XRLabel xrLabel62;
- private DevExpress.XtraReports.UI.XRLabel xrLabel63;
- private DevExpress.XtraReports.UI.XRLabel xrLabel64;
- private DevExpress.XtraReports.UI.XRLabel xrLabel65;
- private DevExpress.XtraReports.UI.XRLabel xrLabel69;
- private DevExpress.XtraReports.UI.XRLabel xrLabel68;
- private DevExpress.XtraReports.UI.XRLabel xrLabel71;
- private DevExpress.XtraReports.UI.XRLabel xrLabel70;
- private DevExpress.XtraReports.UI.XRLabel xrLabel75;
- private DevExpress.XtraReports.UI.XRLabel xrLabel74;
- private DevExpress.XtraReports.UI.XRLabel xrLabel73;
- private DevExpress.XtraReports.UI.XRLabel xrLabel72;
- private DevExpress.XtraReports.UI.XRLabel xrLabel77;
- private DevExpress.XtraReports.UI.XRLabel xrLabel76;
- private DevExpress.XtraReports.UI.XRLabel xrLabel79;
- private DevExpress.XtraReports.UI.XRLabel xrLabel78;
- }
- }
|