FrmBaseSynchronizeRelation.Designer.cs 82 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmBaseSynchronizeRelation
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("Edit");
  31. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("Comm");
  32. Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("Edit");
  33. Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton("Comm");
  34. Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
  35. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  45. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  46. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  51. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  52. Infragistics.Win.UltraWinEditors.EditorButton editorButton6 = new Infragistics.Win.UltraWinEditors.EditorButton("Edit");
  53. Infragistics.Win.UltraWinEditors.EditorButton editorButton7 = new Infragistics.Win.UltraWinEditors.EditorButton("Comm");
  54. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("PipeCheckconsignPhyrelationEntity", -1);
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyCode");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyName");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyType");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyTypeName");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyTypeC");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyTypeCName");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Valuename");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbColumn1");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbColumn2");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbColumn3");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbColumn4");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbColumn5");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbColumn6");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbPara1");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbPara2");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbPara3");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbParaValue1");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbParaValue2");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DbParaValue3");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Formula1");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Formula2");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Formula3");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Formula4");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Formula5");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relationkey");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyCodeDir");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PhyNameDir");
  84. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  96. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  97. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  98. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  99. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  100. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  101. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  102. this.panel2 = new System.Windows.Forms.Panel();
  103. this.cboPhyTypeQuery = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  104. this.cboPhyTypeCQuery = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  105. this.cboPhyCodeQuery = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  106. this.chkPhyType = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  107. this.chkPhyTypeC = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  108. this.chkPhyCode = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  109. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  110. this.panel1 = new System.Windows.Forms.Panel();
  111. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  112. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  113. this.treeMain = new Infragistics.Win.UltraWinTree.UltraTree();
  114. this.upEdit = new Infragistics.Win.Misc.UltraPanel();
  115. this.cboPhyType = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  116. this.cboPhyTypeC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  117. this.btnCancle = new Infragistics.Win.Misc.UltraButton();
  118. this.btnSave = new Infragistics.Win.Misc.UltraButton();
  119. this.cboPhyCodeDir = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  120. this.txtKey = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  121. this.txtFormula5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  122. this.txtFormula4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  123. this.txtFormula3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  124. this.txtFormula2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  125. this.txtDbPara3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  126. this.txtDbPara2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  127. this.txtDbColumn6 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  128. this.txtDbColumn5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  129. this.txtDbColumn4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.txtDbColumn3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  131. this.label18 = new System.Windows.Forms.Label();
  132. this.label19 = new System.Windows.Forms.Label();
  133. this.label20 = new System.Windows.Forms.Label();
  134. this.label21 = new System.Windows.Forms.Label();
  135. this.txtFormula1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  136. this.label22 = new System.Windows.Forms.Label();
  137. this.txtDbParaValue3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  138. this.label11 = new System.Windows.Forms.Label();
  139. this.label12 = new System.Windows.Forms.Label();
  140. this.txtDbParaValue2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  141. this.label13 = new System.Windows.Forms.Label();
  142. this.label14 = new System.Windows.Forms.Label();
  143. this.txtDbParaValue1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  144. this.label15 = new System.Windows.Forms.Label();
  145. this.label10 = new System.Windows.Forms.Label();
  146. this.label9 = new System.Windows.Forms.Label();
  147. this.label8 = new System.Windows.Forms.Label();
  148. this.label7 = new System.Windows.Forms.Label();
  149. this.label3 = new System.Windows.Forms.Label();
  150. this.label2 = new System.Windows.Forms.Label();
  151. this.label1 = new System.Windows.Forms.Label();
  152. this.txtDbColumn2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  153. this.label6 = new System.Windows.Forms.Label();
  154. this.txtDbPara1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  155. this.DbPara1 = new System.Windows.Forms.Label();
  156. this.txtDbColumn1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  157. this.label5 = new System.Windows.Forms.Label();
  158. this.label16 = new System.Windows.Forms.Label();
  159. this.cboValuename = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  160. this.label4 = new System.Windows.Forms.Label();
  161. this.cboPhyCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  162. this.upShow = new Infragistics.Win.Misc.UltraPanel();
  163. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  164. this.ugGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  165. this.pipeCheckconsignPhyrelationEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  166. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  167. this.tbMain = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  168. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  169. this.ultraTabPageControl1.SuspendLayout();
  170. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  171. this.ultraExpandableGroupBox1.SuspendLayout();
  172. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  173. this.panel2.SuspendLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.cboPhyTypeQuery)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.cboPhyTypeCQuery)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.cboPhyCodeQuery)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.chkPhyType)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.chkPhyTypeC)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.chkPhyCode)).BeginInit();
  180. this.ultraTabPageControl3.SuspendLayout();
  181. this.panel1.SuspendLayout();
  182. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  183. this.splitContainer1.Panel1.SuspendLayout();
  184. this.splitContainer1.Panel2.SuspendLayout();
  185. this.splitContainer1.SuspendLayout();
  186. this.ultraPanel1.ClientArea.SuspendLayout();
  187. this.ultraPanel1.SuspendLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.treeMain)).BeginInit();
  189. this.upEdit.ClientArea.SuspendLayout();
  190. this.upEdit.SuspendLayout();
  191. ((System.ComponentModel.ISupportInitialize)(this.cboPhyType)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.cboPhyTypeC)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.cboPhyCodeDir)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.txtKey)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.txtFormula5)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.txtFormula4)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.txtFormula3)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.txtFormula2)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.txtDbPara3)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.txtDbPara2)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn6)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn5)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn4)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn3)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.txtFormula1)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.txtDbParaValue3)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.txtDbParaValue2)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.txtDbParaValue1)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn2)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.txtDbPara1)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn1)).BeginInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.cboValuename)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.cboPhyCode)).BeginInit();
  214. this.upShow.ClientArea.SuspendLayout();
  215. this.upShow.SuspendLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  217. this.ultraGroupBox1.SuspendLayout();
  218. ((System.ComponentModel.ISupportInitialize)(this.ugGrid)).BeginInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.pipeCheckconsignPhyrelationEntityBindingSource)).BeginInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.tbMain)).BeginInit();
  221. this.tbMain.SuspendLayout();
  222. this.SuspendLayout();
  223. //
  224. // ultraTabPageControl1
  225. //
  226. this.ultraTabPageControl1.Controls.Add(this.ultraExpandableGroupBox1);
  227. this.ultraTabPageControl1.Controls.Add(this.panel2);
  228. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  229. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  230. this.ultraTabPageControl1.Size = new System.Drawing.Size(1485, 649);
  231. //
  232. // ultraExpandableGroupBox1
  233. //
  234. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  235. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  236. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1485, 201);
  237. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 448);
  238. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  239. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  240. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1485, 201);
  241. this.ultraExpandableGroupBox1.TabIndex = 37;
  242. this.ultraExpandableGroupBox1.Text = "数据同步编辑(*为必填项)";
  243. //
  244. // ultraExpandableGroupBoxPanel1
  245. //
  246. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  247. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  248. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  249. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  250. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  251. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1479, 177);
  252. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  253. //
  254. // ultraLabel4
  255. //
  256. appearance20.TextHAlignAsString = "Right";
  257. appearance20.TextVAlignAsString = "Middle";
  258. this.ultraLabel4.Appearance = appearance20;
  259. this.ultraLabel4.AutoSize = true;
  260. this.ultraLabel4.Location = new System.Drawing.Point(16, 46);
  261. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
  262. this.ultraLabel4.Name = "ultraLabel4";
  263. this.ultraLabel4.Size = new System.Drawing.Size(0, 0);
  264. this.ultraLabel4.TabIndex = 5;
  265. //
  266. // panel2
  267. //
  268. this.panel2.Controls.Add(this.cboPhyTypeQuery);
  269. this.panel2.Controls.Add(this.cboPhyTypeCQuery);
  270. this.panel2.Controls.Add(this.cboPhyCodeQuery);
  271. this.panel2.Controls.Add(this.chkPhyType);
  272. this.panel2.Controls.Add(this.chkPhyTypeC);
  273. this.panel2.Controls.Add(this.chkPhyCode);
  274. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  275. this.panel2.Location = new System.Drawing.Point(0, 0);
  276. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  277. this.panel2.Name = "panel2";
  278. this.panel2.Size = new System.Drawing.Size(1485, 50);
  279. this.panel2.TabIndex = 36;
  280. //
  281. // cboPhyTypeQuery
  282. //
  283. this.cboPhyTypeQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  284. | System.Windows.Forms.AnchorStyles.Left)));
  285. this.cboPhyTypeQuery.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  286. this.cboPhyTypeQuery.Location = new System.Drawing.Point(783, 13);
  287. this.cboPhyTypeQuery.Name = "cboPhyTypeQuery";
  288. this.cboPhyTypeQuery.Size = new System.Drawing.Size(190, 24);
  289. this.cboPhyTypeQuery.TabIndex = 68;
  290. //
  291. // cboPhyTypeCQuery
  292. //
  293. this.cboPhyTypeCQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  294. | System.Windows.Forms.AnchorStyles.Left)));
  295. this.cboPhyTypeCQuery.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  296. this.cboPhyTypeCQuery.Location = new System.Drawing.Point(430, 13);
  297. this.cboPhyTypeCQuery.Name = "cboPhyTypeCQuery";
  298. this.cboPhyTypeCQuery.Size = new System.Drawing.Size(183, 24);
  299. this.cboPhyTypeCQuery.TabIndex = 67;
  300. //
  301. // cboPhyCodeQuery
  302. //
  303. this.cboPhyCodeQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  304. | System.Windows.Forms.AnchorStyles.Left)));
  305. this.cboPhyCodeQuery.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  306. this.cboPhyCodeQuery.Location = new System.Drawing.Point(108, 13);
  307. this.cboPhyCodeQuery.Name = "cboPhyCodeQuery";
  308. this.cboPhyCodeQuery.Size = new System.Drawing.Size(196, 24);
  309. this.cboPhyCodeQuery.TabIndex = 66;
  310. //
  311. // chkPhyType
  312. //
  313. this.chkPhyType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  314. | System.Windows.Forms.AnchorStyles.Left)));
  315. this.chkPhyType.AutoSize = true;
  316. this.chkPhyType.Location = new System.Drawing.Point(678, 17);
  317. this.chkPhyType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  318. this.chkPhyType.Name = "chkPhyType";
  319. this.chkPhyType.Size = new System.Drawing.Size(84, 22);
  320. this.chkPhyType.TabIndex = 64;
  321. this.chkPhyType.Text = "检验大项";
  322. //
  323. // chkPhyTypeC
  324. //
  325. this.chkPhyTypeC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  326. | System.Windows.Forms.AnchorStyles.Left)));
  327. this.chkPhyTypeC.AutoSize = true;
  328. this.chkPhyTypeC.Location = new System.Drawing.Point(342, 16);
  329. this.chkPhyTypeC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  330. this.chkPhyTypeC.Name = "chkPhyTypeC";
  331. this.chkPhyTypeC.Size = new System.Drawing.Size(69, 22);
  332. this.chkPhyTypeC.TabIndex = 62;
  333. this.chkPhyTypeC.Text = "试样组";
  334. //
  335. // chkPhyCode
  336. //
  337. this.chkPhyCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  338. | System.Windows.Forms.AnchorStyles.Left)));
  339. this.chkPhyCode.AutoSize = true;
  340. this.chkPhyCode.Location = new System.Drawing.Point(16, 16);
  341. this.chkPhyCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  342. this.chkPhyCode.Name = "chkPhyCode";
  343. this.chkPhyCode.Size = new System.Drawing.Size(69, 22);
  344. this.chkPhyCode.TabIndex = 57;
  345. this.chkPhyCode.Text = "检验项";
  346. //
  347. // ultraTabPageControl3
  348. //
  349. this.ultraTabPageControl3.Controls.Add(this.panel1);
  350. this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 26);
  351. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  352. this.ultraTabPageControl3.Size = new System.Drawing.Size(1485, 649);
  353. //
  354. // panel1
  355. //
  356. this.panel1.Controls.Add(this.splitContainer1);
  357. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.panel1.Location = new System.Drawing.Point(0, 0);
  359. this.panel1.Name = "panel1";
  360. this.panel1.Size = new System.Drawing.Size(1485, 649);
  361. this.panel1.TabIndex = 1;
  362. //
  363. // splitContainer1
  364. //
  365. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  366. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  367. this.splitContainer1.Name = "splitContainer1";
  368. //
  369. // splitContainer1.Panel1
  370. //
  371. this.splitContainer1.Panel1.Controls.Add(this.ultraPanel1);
  372. //
  373. // splitContainer1.Panel2
  374. //
  375. this.splitContainer1.Panel2.Controls.Add(this.upEdit);
  376. this.splitContainer1.Panel2.Controls.Add(this.upShow);
  377. this.splitContainer1.Size = new System.Drawing.Size(1485, 649);
  378. this.splitContainer1.SplitterDistance = 266;
  379. this.splitContainer1.TabIndex = 1;
  380. //
  381. // ultraPanel1
  382. //
  383. //
  384. // ultraPanel1.ClientArea
  385. //
  386. this.ultraPanel1.ClientArea.Controls.Add(this.treeMain);
  387. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  388. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  389. this.ultraPanel1.Name = "ultraPanel1";
  390. this.ultraPanel1.Size = new System.Drawing.Size(266, 649);
  391. this.ultraPanel1.TabIndex = 0;
  392. //
  393. // treeMain
  394. //
  395. this.treeMain.Dock = System.Windows.Forms.DockStyle.Fill;
  396. this.treeMain.Location = new System.Drawing.Point(0, 0);
  397. this.treeMain.Name = "treeMain";
  398. this.treeMain.Size = new System.Drawing.Size(266, 649);
  399. this.treeMain.TabIndex = 0;
  400. this.treeMain.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.treeMain_AfterActivate);
  401. //
  402. // upEdit
  403. //
  404. //
  405. // upEdit.ClientArea
  406. //
  407. this.upEdit.ClientArea.Controls.Add(this.cboPhyType);
  408. this.upEdit.ClientArea.Controls.Add(this.cboPhyTypeC);
  409. this.upEdit.ClientArea.Controls.Add(this.btnCancle);
  410. this.upEdit.ClientArea.Controls.Add(this.btnSave);
  411. this.upEdit.ClientArea.Controls.Add(this.cboPhyCodeDir);
  412. this.upEdit.ClientArea.Controls.Add(this.txtKey);
  413. this.upEdit.ClientArea.Controls.Add(this.txtFormula5);
  414. this.upEdit.ClientArea.Controls.Add(this.txtFormula4);
  415. this.upEdit.ClientArea.Controls.Add(this.txtFormula3);
  416. this.upEdit.ClientArea.Controls.Add(this.txtFormula2);
  417. this.upEdit.ClientArea.Controls.Add(this.txtDbPara3);
  418. this.upEdit.ClientArea.Controls.Add(this.txtDbPara2);
  419. this.upEdit.ClientArea.Controls.Add(this.txtDbColumn6);
  420. this.upEdit.ClientArea.Controls.Add(this.txtDbColumn5);
  421. this.upEdit.ClientArea.Controls.Add(this.txtDbColumn4);
  422. this.upEdit.ClientArea.Controls.Add(this.txtDbColumn3);
  423. this.upEdit.ClientArea.Controls.Add(this.label18);
  424. this.upEdit.ClientArea.Controls.Add(this.label19);
  425. this.upEdit.ClientArea.Controls.Add(this.label20);
  426. this.upEdit.ClientArea.Controls.Add(this.label21);
  427. this.upEdit.ClientArea.Controls.Add(this.txtFormula1);
  428. this.upEdit.ClientArea.Controls.Add(this.label22);
  429. this.upEdit.ClientArea.Controls.Add(this.txtDbParaValue3);
  430. this.upEdit.ClientArea.Controls.Add(this.label11);
  431. this.upEdit.ClientArea.Controls.Add(this.label12);
  432. this.upEdit.ClientArea.Controls.Add(this.txtDbParaValue2);
  433. this.upEdit.ClientArea.Controls.Add(this.label13);
  434. this.upEdit.ClientArea.Controls.Add(this.label14);
  435. this.upEdit.ClientArea.Controls.Add(this.txtDbParaValue1);
  436. this.upEdit.ClientArea.Controls.Add(this.label15);
  437. this.upEdit.ClientArea.Controls.Add(this.label10);
  438. this.upEdit.ClientArea.Controls.Add(this.label9);
  439. this.upEdit.ClientArea.Controls.Add(this.label8);
  440. this.upEdit.ClientArea.Controls.Add(this.label7);
  441. this.upEdit.ClientArea.Controls.Add(this.label3);
  442. this.upEdit.ClientArea.Controls.Add(this.label2);
  443. this.upEdit.ClientArea.Controls.Add(this.label1);
  444. this.upEdit.ClientArea.Controls.Add(this.txtDbColumn2);
  445. this.upEdit.ClientArea.Controls.Add(this.label6);
  446. this.upEdit.ClientArea.Controls.Add(this.txtDbPara1);
  447. this.upEdit.ClientArea.Controls.Add(this.DbPara1);
  448. this.upEdit.ClientArea.Controls.Add(this.txtDbColumn1);
  449. this.upEdit.ClientArea.Controls.Add(this.label5);
  450. this.upEdit.ClientArea.Controls.Add(this.label16);
  451. this.upEdit.ClientArea.Controls.Add(this.cboValuename);
  452. this.upEdit.ClientArea.Controls.Add(this.label4);
  453. this.upEdit.ClientArea.Controls.Add(this.cboPhyCode);
  454. this.upEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  455. this.upEdit.Location = new System.Drawing.Point(0, 0);
  456. this.upEdit.Name = "upEdit";
  457. this.upEdit.Size = new System.Drawing.Size(1215, 649);
  458. this.upEdit.TabIndex = 27;
  459. this.upEdit.Visible = false;
  460. //
  461. // cboPhyType
  462. //
  463. editorButton1.Key = "Edit";
  464. editorButton1.Text = "编辑";
  465. editorButton2.Key = "Comm";
  466. editorButton2.Text = "通用";
  467. this.cboPhyType.ButtonsRight.Add(editorButton1);
  468. this.cboPhyType.ButtonsRight.Add(editorButton2);
  469. this.cboPhyType.Location = new System.Drawing.Point(960, 15);
  470. this.cboPhyType.Name = "cboPhyType";
  471. this.cboPhyType.ReadOnly = true;
  472. this.cboPhyType.Size = new System.Drawing.Size(231, 24);
  473. this.cboPhyType.TabIndex = 237;
  474. this.cboPhyType.Tag = "3";
  475. this.cboPhyType.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cboPhyCode_EditorButtonClick);
  476. //
  477. // cboPhyTypeC
  478. //
  479. editorButton3.Key = "Edit";
  480. editorButton3.Text = "编辑";
  481. editorButton4.Key = "Comm";
  482. editorButton4.Text = "通用";
  483. this.cboPhyTypeC.ButtonsRight.Add(editorButton3);
  484. this.cboPhyTypeC.ButtonsRight.Add(editorButton4);
  485. this.cboPhyTypeC.Location = new System.Drawing.Point(560, 16);
  486. this.cboPhyTypeC.Name = "cboPhyTypeC";
  487. this.cboPhyTypeC.ReadOnly = true;
  488. this.cboPhyTypeC.Size = new System.Drawing.Size(231, 24);
  489. this.cboPhyTypeC.TabIndex = 236;
  490. this.cboPhyTypeC.Tag = "2";
  491. this.cboPhyTypeC.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cboPhyCode_EditorButtonClick);
  492. //
  493. // btnCancle
  494. //
  495. this.btnCancle.Location = new System.Drawing.Point(867, 539);
  496. this.btnCancle.Name = "btnCancle";
  497. this.btnCancle.Size = new System.Drawing.Size(104, 29);
  498. this.btnCancle.TabIndex = 234;
  499. this.btnCancle.Text = "返回";
  500. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  501. //
  502. // btnSave
  503. //
  504. this.btnSave.Location = new System.Drawing.Point(867, 489);
  505. this.btnSave.Name = "btnSave";
  506. this.btnSave.Size = new System.Drawing.Size(104, 29);
  507. this.btnSave.TabIndex = 233;
  508. this.btnSave.Text = "保存";
  509. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  510. //
  511. // cboPhyCodeDir
  512. //
  513. editorButton5.Text = "编辑";
  514. this.cboPhyCodeDir.ButtonsRight.Add(editorButton5);
  515. this.cboPhyCodeDir.Location = new System.Drawing.Point(560, 75);
  516. this.cboPhyCodeDir.Name = "cboPhyCodeDir";
  517. this.cboPhyCodeDir.ReadOnly = true;
  518. this.cboPhyCodeDir.Size = new System.Drawing.Size(231, 24);
  519. this.cboPhyCodeDir.TabIndex = 232;
  520. this.cboPhyCodeDir.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cboPhyCodeDir_EditorButtonClick);
  521. //
  522. // txtKey
  523. //
  524. this.txtKey.Location = new System.Drawing.Point(885, 371);
  525. this.txtKey.Name = "txtKey";
  526. this.txtKey.Size = new System.Drawing.Size(213, 24);
  527. this.txtKey.TabIndex = 230;
  528. this.txtKey.Visible = false;
  529. //
  530. // txtFormula5
  531. //
  532. this.txtFormula5.Location = new System.Drawing.Point(160, 375);
  533. this.txtFormula5.Name = "txtFormula5";
  534. this.txtFormula5.Size = new System.Drawing.Size(350, 24);
  535. this.txtFormula5.TabIndex = 229;
  536. //
  537. // txtFormula4
  538. //
  539. this.txtFormula4.Location = new System.Drawing.Point(794, 315);
  540. this.txtFormula4.Name = "txtFormula4";
  541. this.txtFormula4.Size = new System.Drawing.Size(350, 24);
  542. this.txtFormula4.TabIndex = 228;
  543. //
  544. // txtFormula3
  545. //
  546. this.txtFormula3.Location = new System.Drawing.Point(160, 315);
  547. this.txtFormula3.Name = "txtFormula3";
  548. this.txtFormula3.Size = new System.Drawing.Size(350, 24);
  549. this.txtFormula3.TabIndex = 227;
  550. //
  551. // txtFormula2
  552. //
  553. this.txtFormula2.Location = new System.Drawing.Point(794, 255);
  554. this.txtFormula2.Name = "txtFormula2";
  555. this.txtFormula2.Size = new System.Drawing.Size(350, 24);
  556. this.txtFormula2.TabIndex = 226;
  557. //
  558. // txtDbPara3
  559. //
  560. this.txtDbPara3.Location = new System.Drawing.Point(160, 555);
  561. this.txtDbPara3.Name = "txtDbPara3";
  562. this.txtDbPara3.Size = new System.Drawing.Size(231, 24);
  563. this.txtDbPara3.TabIndex = 225;
  564. //
  565. // txtDbPara2
  566. //
  567. this.txtDbPara2.Location = new System.Drawing.Point(160, 495);
  568. this.txtDbPara2.Name = "txtDbPara2";
  569. this.txtDbPara2.Size = new System.Drawing.Size(231, 24);
  570. this.txtDbPara2.TabIndex = 224;
  571. //
  572. // txtDbColumn6
  573. //
  574. this.txtDbColumn6.Location = new System.Drawing.Point(960, 195);
  575. this.txtDbColumn6.Name = "txtDbColumn6";
  576. this.txtDbColumn6.Size = new System.Drawing.Size(180, 24);
  577. this.txtDbColumn6.TabIndex = 223;
  578. //
  579. // txtDbColumn5
  580. //
  581. this.txtDbColumn5.Location = new System.Drawing.Point(560, 195);
  582. this.txtDbColumn5.Name = "txtDbColumn5";
  583. this.txtDbColumn5.Size = new System.Drawing.Size(231, 24);
  584. this.txtDbColumn5.TabIndex = 222;
  585. //
  586. // txtDbColumn4
  587. //
  588. this.txtDbColumn4.Location = new System.Drawing.Point(160, 195);
  589. this.txtDbColumn4.Name = "txtDbColumn4";
  590. this.txtDbColumn4.Size = new System.Drawing.Size(231, 24);
  591. this.txtDbColumn4.TabIndex = 221;
  592. //
  593. // txtDbColumn3
  594. //
  595. this.txtDbColumn3.Location = new System.Drawing.Point(960, 135);
  596. this.txtDbColumn3.Name = "txtDbColumn3";
  597. this.txtDbColumn3.Size = new System.Drawing.Size(180, 24);
  598. this.txtDbColumn3.TabIndex = 220;
  599. //
  600. // label18
  601. //
  602. this.label18.Location = new System.Drawing.Point(20, 378);
  603. this.label18.Name = "label18";
  604. this.label18.Size = new System.Drawing.Size(120, 20);
  605. this.label18.TabIndex = 216;
  606. this.label18.Text = "公式5";
  607. this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  608. //
  609. // label19
  610. //
  611. this.label19.Location = new System.Drawing.Point(584, 318);
  612. this.label19.Name = "label19";
  613. this.label19.Size = new System.Drawing.Size(120, 20);
  614. this.label19.TabIndex = 215;
  615. this.label19.Text = "公式4";
  616. this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  617. //
  618. // label20
  619. //
  620. this.label20.Location = new System.Drawing.Point(20, 318);
  621. this.label20.Name = "label20";
  622. this.label20.Size = new System.Drawing.Size(120, 20);
  623. this.label20.TabIndex = 214;
  624. this.label20.Text = "公式3";
  625. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  626. //
  627. // label21
  628. //
  629. this.label21.Location = new System.Drawing.Point(584, 257);
  630. this.label21.Name = "label21";
  631. this.label21.Size = new System.Drawing.Size(120, 20);
  632. this.label21.TabIndex = 213;
  633. this.label21.Text = "公式2";
  634. this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  635. //
  636. // txtFormula1
  637. //
  638. this.txtFormula1.Location = new System.Drawing.Point(160, 255);
  639. this.txtFormula1.Name = "txtFormula1";
  640. this.txtFormula1.Size = new System.Drawing.Size(350, 24);
  641. this.txtFormula1.TabIndex = 212;
  642. //
  643. // label22
  644. //
  645. this.label22.Location = new System.Drawing.Point(20, 258);
  646. this.label22.Name = "label22";
  647. this.label22.Size = new System.Drawing.Size(120, 20);
  648. this.label22.TabIndex = 211;
  649. this.label22.Text = "公式1";
  650. this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  651. //
  652. // txtDbParaValue3
  653. //
  654. this.txtDbParaValue3.Location = new System.Drawing.Point(560, 555);
  655. this.txtDbParaValue3.Name = "txtDbParaValue3";
  656. this.txtDbParaValue3.Size = new System.Drawing.Size(231, 24);
  657. this.txtDbParaValue3.TabIndex = 210;
  658. //
  659. // label11
  660. //
  661. this.label11.Location = new System.Drawing.Point(420, 558);
  662. this.label11.Name = "label11";
  663. this.label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
  664. this.label11.Size = new System.Drawing.Size(120, 20);
  665. this.label11.TabIndex = 209;
  666. this.label11.Text = "限定值3";
  667. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  668. //
  669. // label12
  670. //
  671. this.label12.Location = new System.Drawing.Point(20, 558);
  672. this.label12.Name = "label12";
  673. this.label12.Size = new System.Drawing.Size(120, 20);
  674. this.label12.TabIndex = 208;
  675. this.label12.Text = "限定字段3";
  676. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  677. //
  678. // txtDbParaValue2
  679. //
  680. this.txtDbParaValue2.Location = new System.Drawing.Point(560, 495);
  681. this.txtDbParaValue2.Name = "txtDbParaValue2";
  682. this.txtDbParaValue2.Size = new System.Drawing.Size(231, 24);
  683. this.txtDbParaValue2.TabIndex = 207;
  684. //
  685. // label13
  686. //
  687. this.label13.Location = new System.Drawing.Point(420, 498);
  688. this.label13.Name = "label13";
  689. this.label13.RightToLeft = System.Windows.Forms.RightToLeft.No;
  690. this.label13.Size = new System.Drawing.Size(120, 20);
  691. this.label13.TabIndex = 206;
  692. this.label13.Text = "限定值2";
  693. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  694. //
  695. // label14
  696. //
  697. this.label14.Location = new System.Drawing.Point(20, 498);
  698. this.label14.Name = "label14";
  699. this.label14.Size = new System.Drawing.Size(120, 20);
  700. this.label14.TabIndex = 205;
  701. this.label14.Text = "限定字段2";
  702. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  703. //
  704. // txtDbParaValue1
  705. //
  706. this.txtDbParaValue1.Location = new System.Drawing.Point(560, 435);
  707. this.txtDbParaValue1.Name = "txtDbParaValue1";
  708. this.txtDbParaValue1.Size = new System.Drawing.Size(231, 24);
  709. this.txtDbParaValue1.TabIndex = 204;
  710. //
  711. // label15
  712. //
  713. this.label15.Location = new System.Drawing.Point(420, 438);
  714. this.label15.Name = "label15";
  715. this.label15.RightToLeft = System.Windows.Forms.RightToLeft.No;
  716. this.label15.Size = new System.Drawing.Size(120, 20);
  717. this.label15.TabIndex = 203;
  718. this.label15.Text = "限定值1";
  719. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  720. //
  721. // label10
  722. //
  723. this.label10.Location = new System.Drawing.Point(820, 198);
  724. this.label10.Name = "label10";
  725. this.label10.Size = new System.Drawing.Size(120, 20);
  726. this.label10.TabIndex = 202;
  727. this.label10.Text = "字段名6";
  728. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  729. //
  730. // label9
  731. //
  732. this.label9.Location = new System.Drawing.Point(420, 198);
  733. this.label9.Name = "label9";
  734. this.label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
  735. this.label9.Size = new System.Drawing.Size(120, 20);
  736. this.label9.TabIndex = 201;
  737. this.label9.Text = "字段名5";
  738. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  739. //
  740. // label8
  741. //
  742. this.label8.Location = new System.Drawing.Point(20, 198);
  743. this.label8.Name = "label8";
  744. this.label8.Size = new System.Drawing.Size(120, 20);
  745. this.label8.TabIndex = 200;
  746. this.label8.Text = "字段名4";
  747. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  748. //
  749. // label7
  750. //
  751. this.label7.Location = new System.Drawing.Point(820, 138);
  752. this.label7.Name = "label7";
  753. this.label7.Size = new System.Drawing.Size(120, 20);
  754. this.label7.TabIndex = 199;
  755. this.label7.Text = "字段名3";
  756. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  757. //
  758. // label3
  759. //
  760. this.label3.Location = new System.Drawing.Point(820, 18);
  761. this.label3.Name = "label3";
  762. this.label3.Size = new System.Drawing.Size(120, 20);
  763. this.label3.TabIndex = 198;
  764. this.label3.Text = "检验大项";
  765. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  766. //
  767. // label2
  768. //
  769. this.label2.Location = new System.Drawing.Point(420, 18);
  770. this.label2.Name = "label2";
  771. this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  772. this.label2.Size = new System.Drawing.Size(120, 20);
  773. this.label2.TabIndex = 197;
  774. this.label2.Text = "试样组";
  775. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  776. //
  777. // label1
  778. //
  779. this.label1.Location = new System.Drawing.Point(20, 18);
  780. this.label1.Name = "label1";
  781. this.label1.Size = new System.Drawing.Size(120, 20);
  782. this.label1.TabIndex = 196;
  783. this.label1.Text = "检验项";
  784. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  785. //
  786. // txtDbColumn2
  787. //
  788. this.txtDbColumn2.Location = new System.Drawing.Point(560, 135);
  789. this.txtDbColumn2.Name = "txtDbColumn2";
  790. this.txtDbColumn2.Size = new System.Drawing.Size(231, 24);
  791. this.txtDbColumn2.TabIndex = 192;
  792. //
  793. // label6
  794. //
  795. this.label6.Location = new System.Drawing.Point(420, 138);
  796. this.label6.Name = "label6";
  797. this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
  798. this.label6.Size = new System.Drawing.Size(120, 20);
  799. this.label6.TabIndex = 191;
  800. this.label6.Text = "字段名2";
  801. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  802. //
  803. // txtDbPara1
  804. //
  805. this.txtDbPara1.Location = new System.Drawing.Point(160, 435);
  806. this.txtDbPara1.Name = "txtDbPara1";
  807. this.txtDbPara1.Size = new System.Drawing.Size(231, 24);
  808. this.txtDbPara1.TabIndex = 182;
  809. //
  810. // DbPara1
  811. //
  812. this.DbPara1.Location = new System.Drawing.Point(20, 438);
  813. this.DbPara1.Name = "DbPara1";
  814. this.DbPara1.Size = new System.Drawing.Size(120, 20);
  815. this.DbPara1.TabIndex = 181;
  816. this.DbPara1.Text = "限定字段1";
  817. this.DbPara1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  818. //
  819. // txtDbColumn1
  820. //
  821. this.txtDbColumn1.Location = new System.Drawing.Point(160, 135);
  822. this.txtDbColumn1.Name = "txtDbColumn1";
  823. this.txtDbColumn1.Size = new System.Drawing.Size(231, 24);
  824. this.txtDbColumn1.TabIndex = 180;
  825. //
  826. // label5
  827. //
  828. this.label5.Location = new System.Drawing.Point(20, 138);
  829. this.label5.Name = "label5";
  830. this.label5.Size = new System.Drawing.Size(120, 20);
  831. this.label5.TabIndex = 179;
  832. this.label5.Text = "字段名1";
  833. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  834. //
  835. // label16
  836. //
  837. this.label16.Location = new System.Drawing.Point(420, 78);
  838. this.label16.Name = "label16";
  839. this.label16.RightToLeft = System.Windows.Forms.RightToLeft.No;
  840. this.label16.Size = new System.Drawing.Size(120, 20);
  841. this.label16.TabIndex = 177;
  842. this.label16.Text = "指定检验项";
  843. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  844. //
  845. // cboValuename
  846. //
  847. valueListItem1.DataValue = "VALUE1";
  848. valueListItem1.DisplayText = "VALUE1";
  849. valueListItem2.DataValue = "VALUE2";
  850. valueListItem2.DisplayText = "VALUE2";
  851. valueListItem3.DataValue = "VALUE3";
  852. valueListItem3.DisplayText = "VALUE3";
  853. valueListItem4.DataValue = "VALUE4";
  854. valueListItem4.DisplayText = "VALUE4";
  855. valueListItem5.DataValue = "VALUE5";
  856. valueListItem5.DisplayText = "VALUE5";
  857. valueListItem6.DataValue = "VALUE6";
  858. valueListItem6.DisplayText = "VALUE6";
  859. valueListItem7.DataValue = "VALUE7";
  860. valueListItem7.DisplayText = "VALUE7";
  861. valueListItem8.DataValue = "VALUE8";
  862. valueListItem8.DisplayText = "VALUE8";
  863. valueListItem9.DataValue = "VALUE9";
  864. valueListItem9.DisplayText = "VALUE9";
  865. valueListItem10.DataValue = "VALUE10";
  866. valueListItem10.DisplayText = "VALUE10";
  867. valueListItem11.DataValue = "VALUE11";
  868. valueListItem11.DisplayText = "VALUE11";
  869. valueListItem12.DataValue = "VALUE12";
  870. valueListItem12.DisplayText = "VALUE12";
  871. valueListItem13.DataValue = "VALUE13";
  872. valueListItem13.DisplayText = "VALUE13";
  873. valueListItem14.DataValue = "VALUE14";
  874. valueListItem14.DisplayText = "VALUE14";
  875. valueListItem15.DataValue = "VALUE15";
  876. valueListItem15.DisplayText = "VALUE15";
  877. valueListItem16.DataValue = "AVERAGE_VALUE";
  878. valueListItem16.DisplayText = "AVERAGE_VALUE";
  879. valueListItem17.DataValue = "REMARK";
  880. valueListItem17.DisplayText = "REMARK";
  881. this.cboValuename.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  882. valueListItem1,
  883. valueListItem2,
  884. valueListItem3,
  885. valueListItem4,
  886. valueListItem5,
  887. valueListItem6,
  888. valueListItem7,
  889. valueListItem8,
  890. valueListItem9,
  891. valueListItem10,
  892. valueListItem11,
  893. valueListItem12,
  894. valueListItem13,
  895. valueListItem14,
  896. valueListItem15,
  897. valueListItem16,
  898. valueListItem17});
  899. this.cboValuename.Location = new System.Drawing.Point(160, 75);
  900. this.cboValuename.Name = "cboValuename";
  901. this.cboValuename.Size = new System.Drawing.Size(231, 24);
  902. this.cboValuename.TabIndex = 164;
  903. //
  904. // label4
  905. //
  906. this.label4.Location = new System.Drawing.Point(20, 78);
  907. this.label4.Name = "label4";
  908. this.label4.Size = new System.Drawing.Size(120, 20);
  909. this.label4.TabIndex = 163;
  910. this.label4.Text = "产销系统字段名";
  911. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  912. //
  913. // cboPhyCode
  914. //
  915. editorButton6.Key = "Edit";
  916. editorButton6.Text = "编辑";
  917. editorButton7.Key = "Comm";
  918. editorButton7.Text = "通用";
  919. this.cboPhyCode.ButtonsRight.Add(editorButton6);
  920. this.cboPhyCode.ButtonsRight.Add(editorButton7);
  921. this.cboPhyCode.Location = new System.Drawing.Point(160, 15);
  922. this.cboPhyCode.Name = "cboPhyCode";
  923. this.cboPhyCode.ReadOnly = true;
  924. this.cboPhyCode.Size = new System.Drawing.Size(231, 24);
  925. this.cboPhyCode.TabIndex = 161;
  926. this.cboPhyCode.Tag = "1";
  927. this.cboPhyCode.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cboPhyCode_EditorButtonClick);
  928. //
  929. // upShow
  930. //
  931. //
  932. // upShow.ClientArea
  933. //
  934. this.upShow.ClientArea.Controls.Add(this.ultraGroupBox1);
  935. this.upShow.Dock = System.Windows.Forms.DockStyle.Fill;
  936. this.upShow.Location = new System.Drawing.Point(0, 0);
  937. this.upShow.Name = "upShow";
  938. this.upShow.Size = new System.Drawing.Size(1215, 649);
  939. this.upShow.TabIndex = 1;
  940. //
  941. // ultraGroupBox1
  942. //
  943. this.ultraGroupBox1.Controls.Add(this.ugGrid);
  944. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  945. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  946. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  947. this.ultraGroupBox1.Name = "ultraGroupBox1";
  948. this.ultraGroupBox1.Size = new System.Drawing.Size(1215, 649);
  949. this.ultraGroupBox1.TabIndex = 37;
  950. this.ultraGroupBox1.Text = "数据同步信息";
  951. //
  952. // ugGrid
  953. //
  954. this.ugGrid.DataSource = this.pipeCheckconsignPhyrelationEntityBindingSource;
  955. appearance1.BackColor = System.Drawing.SystemColors.Window;
  956. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  957. this.ugGrid.DisplayLayout.Appearance = appearance1;
  958. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  959. ultraGridColumn1.Header.VisiblePosition = 0;
  960. ultraGridColumn1.Hidden = true;
  961. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  962. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  963. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  964. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  965. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  966. ultraGridColumn2.Header.VisiblePosition = 1;
  967. ultraGridColumn2.Hidden = true;
  968. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  969. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  970. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  971. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  972. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  973. ultraGridColumn3.Header.VisiblePosition = 2;
  974. ultraGridColumn3.Hidden = true;
  975. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  976. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  977. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  978. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  979. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  980. ultraGridColumn4.Header.VisiblePosition = 3;
  981. ultraGridColumn4.Hidden = true;
  982. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  983. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  984. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  985. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  986. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  987. ultraGridColumn5.Header.VisiblePosition = 4;
  988. ultraGridColumn5.Hidden = true;
  989. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  990. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  991. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  992. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  993. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  994. ultraGridColumn6.Header.VisiblePosition = 5;
  995. ultraGridColumn6.Hidden = true;
  996. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
  997. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  998. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  999. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  1000. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1001. ultraGridColumn7.Header.VisiblePosition = 6;
  1002. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  1003. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  1004. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(120, 0);
  1005. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  1006. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  1007. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1008. ultraGridColumn8.Header.VisiblePosition = 7;
  1009. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  1010. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  1011. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(119, 0);
  1012. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  1013. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  1014. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1015. ultraGridColumn9.Header.VisiblePosition = 8;
  1016. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  1017. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  1018. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  1019. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  1020. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1021. ultraGridColumn10.Header.VisiblePosition = 9;
  1022. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 18;
  1023. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  1024. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  1025. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  1026. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1027. ultraGridColumn11.Header.VisiblePosition = 10;
  1028. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
  1029. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  1030. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  1031. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  1032. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1033. ultraGridColumn12.Header.VisiblePosition = 11;
  1034. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
  1035. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  1036. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  1037. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  1038. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1039. ultraGridColumn13.Header.VisiblePosition = 12;
  1040. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 24;
  1041. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  1042. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  1043. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  1044. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1045. ultraGridColumn14.Header.VisiblePosition = 13;
  1046. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 26;
  1047. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  1048. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  1049. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  1050. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1051. ultraGridColumn15.Header.VisiblePosition = 14;
  1052. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 30;
  1053. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  1054. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  1055. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  1056. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1057. ultraGridColumn16.Header.VisiblePosition = 15;
  1058. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 34;
  1059. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  1060. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  1061. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  1062. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1063. ultraGridColumn17.Header.VisiblePosition = 16;
  1064. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 28;
  1065. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  1066. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  1067. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  1068. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1069. ultraGridColumn18.Header.VisiblePosition = 17;
  1070. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 32;
  1071. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  1072. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  1073. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  1074. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1075. ultraGridColumn19.Header.VisiblePosition = 18;
  1076. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 36;
  1077. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  1078. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  1079. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  1080. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1081. ultraGridColumn20.Header.VisiblePosition = 19;
  1082. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 38;
  1083. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  1084. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  1085. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  1086. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1087. ultraGridColumn21.Header.VisiblePosition = 20;
  1088. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 40;
  1089. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  1090. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  1091. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  1092. ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1093. ultraGridColumn22.Header.VisiblePosition = 21;
  1094. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 42;
  1095. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  1096. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  1097. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  1098. ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1099. ultraGridColumn23.Header.VisiblePosition = 22;
  1100. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 44;
  1101. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  1102. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  1103. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  1104. ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1105. ultraGridColumn24.Header.VisiblePosition = 23;
  1106. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 46;
  1107. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  1108. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  1109. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  1110. ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1111. ultraGridColumn25.Header.VisiblePosition = 24;
  1112. ultraGridColumn25.Hidden = true;
  1113. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 48;
  1114. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  1115. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  1116. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  1117. ultraGridColumn26.Header.VisiblePosition = 25;
  1118. ultraGridColumn26.Hidden = true;
  1119. ultraGridColumn27.Header.VisiblePosition = 26;
  1120. ultraGridColumn28.Header.VisiblePosition = 27;
  1121. ultraGridBand1.Columns.AddRange(new object[] {
  1122. ultraGridColumn1,
  1123. ultraGridColumn2,
  1124. ultraGridColumn3,
  1125. ultraGridColumn4,
  1126. ultraGridColumn5,
  1127. ultraGridColumn6,
  1128. ultraGridColumn7,
  1129. ultraGridColumn8,
  1130. ultraGridColumn9,
  1131. ultraGridColumn10,
  1132. ultraGridColumn11,
  1133. ultraGridColumn12,
  1134. ultraGridColumn13,
  1135. ultraGridColumn14,
  1136. ultraGridColumn15,
  1137. ultraGridColumn16,
  1138. ultraGridColumn17,
  1139. ultraGridColumn18,
  1140. ultraGridColumn19,
  1141. ultraGridColumn20,
  1142. ultraGridColumn21,
  1143. ultraGridColumn22,
  1144. ultraGridColumn23,
  1145. ultraGridColumn24,
  1146. ultraGridColumn25,
  1147. ultraGridColumn26,
  1148. ultraGridColumn27,
  1149. ultraGridColumn28});
  1150. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1151. this.ugGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  1152. this.ugGrid.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1153. this.ugGrid.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1154. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1155. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1156. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1157. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  1158. this.ugGrid.DisplayLayout.GroupByBox.Appearance = appearance2;
  1159. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  1160. this.ugGrid.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  1161. this.ugGrid.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1162. appearance11.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1163. appearance11.BackColor2 = System.Drawing.SystemColors.Control;
  1164. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1165. appearance11.ForeColor = System.Drawing.SystemColors.GrayText;
  1166. this.ugGrid.DisplayLayout.GroupByBox.PromptAppearance = appearance11;
  1167. this.ugGrid.DisplayLayout.MaxColScrollRegions = 1;
  1168. this.ugGrid.DisplayLayout.MaxRowScrollRegions = 1;
  1169. appearance21.BackColor = System.Drawing.SystemColors.Window;
  1170. appearance21.ForeColor = System.Drawing.SystemColors.ControlText;
  1171. this.ugGrid.DisplayLayout.Override.ActiveCellAppearance = appearance21;
  1172. appearance22.BackColor = System.Drawing.SystemColors.Highlight;
  1173. appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
  1174. this.ugGrid.DisplayLayout.Override.ActiveRowAppearance = appearance22;
  1175. this.ugGrid.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  1176. this.ugGrid.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1177. this.ugGrid.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1178. appearance23.BackColor = System.Drawing.SystemColors.Window;
  1179. this.ugGrid.DisplayLayout.Override.CardAreaAppearance = appearance23;
  1180. appearance24.BorderColor = System.Drawing.Color.Silver;
  1181. appearance24.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1182. this.ugGrid.DisplayLayout.Override.CellAppearance = appearance24;
  1183. this.ugGrid.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1184. this.ugGrid.DisplayLayout.Override.CellPadding = 0;
  1185. this.ugGrid.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  1186. appearance25.BackColor = System.Drawing.SystemColors.Control;
  1187. appearance25.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1188. appearance25.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1189. appearance25.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1190. appearance25.BorderColor = System.Drawing.SystemColors.Window;
  1191. this.ugGrid.DisplayLayout.Override.GroupByRowAppearance = appearance25;
  1192. appearance26.TextHAlignAsString = "Left";
  1193. this.ugGrid.DisplayLayout.Override.HeaderAppearance = appearance26;
  1194. this.ugGrid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1195. this.ugGrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1196. appearance27.BackColor = System.Drawing.SystemColors.Window;
  1197. appearance27.BorderColor = System.Drawing.Color.Silver;
  1198. this.ugGrid.DisplayLayout.Override.RowAppearance = appearance27;
  1199. this.ugGrid.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1200. appearance28.BackColor = System.Drawing.SystemColors.ControlLight;
  1201. this.ugGrid.DisplayLayout.Override.TemplateAddRowAppearance = appearance28;
  1202. this.ugGrid.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1203. this.ugGrid.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1204. this.ugGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1205. this.ugGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  1206. this.ugGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1207. this.ugGrid.Location = new System.Drawing.Point(3, 21);
  1208. this.ugGrid.Margin = new System.Windows.Forms.Padding(4);
  1209. this.ugGrid.Name = "ugGrid";
  1210. this.ugGrid.Size = new System.Drawing.Size(1209, 625);
  1211. this.ugGrid.TabIndex = 26;
  1212. this.ugGrid.Text = "钢级名称";
  1213. //
  1214. // pipeCheckconsignPhyrelationEntityBindingSource
  1215. //
  1216. this.pipeCheckconsignPhyrelationEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Lims.Data.PipeAndOutdec.封装类.实体类.PipeCheckconsignPhyrelationEntity);
  1217. //
  1218. // ultraTabPageControl2
  1219. //
  1220. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  1221. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  1222. this.ultraTabPageControl2.Size = new System.Drawing.Size(1485, 649);
  1223. //
  1224. // tbMain
  1225. //
  1226. this.tbMain.Controls.Add(this.ultraTabSharedControlsPage1);
  1227. this.tbMain.Controls.Add(this.ultraTabPageControl1);
  1228. this.tbMain.Controls.Add(this.ultraTabPageControl2);
  1229. this.tbMain.Controls.Add(this.ultraTabPageControl3);
  1230. this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
  1231. this.tbMain.Location = new System.Drawing.Point(0, 0);
  1232. this.tbMain.Name = "tbMain";
  1233. this.tbMain.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1234. this.tbMain.Size = new System.Drawing.Size(1489, 678);
  1235. this.tbMain.TabIndex = 27;
  1236. ultraTab1.TabPage = this.ultraTabPageControl1;
  1237. ultraTab1.Text = "数据采集同步";
  1238. ultraTab1.Visible = false;
  1239. ultraTab3.TabPage = this.ultraTabPageControl3;
  1240. ultraTab3.Text = "检验项同步";
  1241. ultraTab2.TabPage = this.ultraTabPageControl2;
  1242. ultraTab2.Text = "调度单同步";
  1243. ultraTab2.Visible = false;
  1244. this.tbMain.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1245. ultraTab1,
  1246. ultraTab3,
  1247. ultraTab2});
  1248. //
  1249. // ultraTabSharedControlsPage1
  1250. //
  1251. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1252. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1253. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1485, 649);
  1254. //
  1255. // FrmBaseSynchronizeRelation
  1256. //
  1257. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1258. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1259. this.ClientSize = new System.Drawing.Size(1489, 678);
  1260. this.Controls.Add(this.tbMain);
  1261. this.Name = "FrmBaseSynchronizeRelation";
  1262. this.Text = "同步关系";
  1263. this.Load += new System.EventHandler(this.FrmBaseSynchronizeRelation_Load);
  1264. this.ultraTabPageControl1.ResumeLayout(false);
  1265. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1266. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1267. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1268. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1269. this.panel2.ResumeLayout(false);
  1270. this.panel2.PerformLayout();
  1271. ((System.ComponentModel.ISupportInitialize)(this.cboPhyTypeQuery)).EndInit();
  1272. ((System.ComponentModel.ISupportInitialize)(this.cboPhyTypeCQuery)).EndInit();
  1273. ((System.ComponentModel.ISupportInitialize)(this.cboPhyCodeQuery)).EndInit();
  1274. ((System.ComponentModel.ISupportInitialize)(this.chkPhyType)).EndInit();
  1275. ((System.ComponentModel.ISupportInitialize)(this.chkPhyTypeC)).EndInit();
  1276. ((System.ComponentModel.ISupportInitialize)(this.chkPhyCode)).EndInit();
  1277. this.ultraTabPageControl3.ResumeLayout(false);
  1278. this.panel1.ResumeLayout(false);
  1279. this.splitContainer1.Panel1.ResumeLayout(false);
  1280. this.splitContainer1.Panel2.ResumeLayout(false);
  1281. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1282. this.splitContainer1.ResumeLayout(false);
  1283. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1284. this.ultraPanel1.ResumeLayout(false);
  1285. ((System.ComponentModel.ISupportInitialize)(this.treeMain)).EndInit();
  1286. this.upEdit.ClientArea.ResumeLayout(false);
  1287. this.upEdit.ClientArea.PerformLayout();
  1288. this.upEdit.ResumeLayout(false);
  1289. ((System.ComponentModel.ISupportInitialize)(this.cboPhyType)).EndInit();
  1290. ((System.ComponentModel.ISupportInitialize)(this.cboPhyTypeC)).EndInit();
  1291. ((System.ComponentModel.ISupportInitialize)(this.cboPhyCodeDir)).EndInit();
  1292. ((System.ComponentModel.ISupportInitialize)(this.txtKey)).EndInit();
  1293. ((System.ComponentModel.ISupportInitialize)(this.txtFormula5)).EndInit();
  1294. ((System.ComponentModel.ISupportInitialize)(this.txtFormula4)).EndInit();
  1295. ((System.ComponentModel.ISupportInitialize)(this.txtFormula3)).EndInit();
  1296. ((System.ComponentModel.ISupportInitialize)(this.txtFormula2)).EndInit();
  1297. ((System.ComponentModel.ISupportInitialize)(this.txtDbPara3)).EndInit();
  1298. ((System.ComponentModel.ISupportInitialize)(this.txtDbPara2)).EndInit();
  1299. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn6)).EndInit();
  1300. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn5)).EndInit();
  1301. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn4)).EndInit();
  1302. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn3)).EndInit();
  1303. ((System.ComponentModel.ISupportInitialize)(this.txtFormula1)).EndInit();
  1304. ((System.ComponentModel.ISupportInitialize)(this.txtDbParaValue3)).EndInit();
  1305. ((System.ComponentModel.ISupportInitialize)(this.txtDbParaValue2)).EndInit();
  1306. ((System.ComponentModel.ISupportInitialize)(this.txtDbParaValue1)).EndInit();
  1307. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn2)).EndInit();
  1308. ((System.ComponentModel.ISupportInitialize)(this.txtDbPara1)).EndInit();
  1309. ((System.ComponentModel.ISupportInitialize)(this.txtDbColumn1)).EndInit();
  1310. ((System.ComponentModel.ISupportInitialize)(this.cboValuename)).EndInit();
  1311. ((System.ComponentModel.ISupportInitialize)(this.cboPhyCode)).EndInit();
  1312. this.upShow.ClientArea.ResumeLayout(false);
  1313. this.upShow.ResumeLayout(false);
  1314. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1315. this.ultraGroupBox1.ResumeLayout(false);
  1316. ((System.ComponentModel.ISupportInitialize)(this.ugGrid)).EndInit();
  1317. ((System.ComponentModel.ISupportInitialize)(this.pipeCheckconsignPhyrelationEntityBindingSource)).EndInit();
  1318. ((System.ComponentModel.ISupportInitialize)(this.tbMain)).EndInit();
  1319. this.tbMain.ResumeLayout(false);
  1320. this.ResumeLayout(false);
  1321. }
  1322. #endregion
  1323. private Infragistics.Win.UltraWinGrid.UltraGrid ugGrid;
  1324. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1325. private System.Windows.Forms.Panel panel2;
  1326. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPhyCode;
  1327. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPhyType;
  1328. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPhyTypeC;
  1329. private Infragistics.Win.UltraWinTabControl.UltraTabControl tbMain;
  1330. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1331. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1332. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1333. private System.Windows.Forms.BindingSource pipeCheckconsignPhyrelationEntityBindingSource;
  1334. private Infragistics.Win.UltraWinEditors.UltraComboEditor cboPhyTypeCQuery;
  1335. private Infragistics.Win.UltraWinEditors.UltraComboEditor cboPhyCodeQuery;
  1336. private Infragistics.Win.UltraWinEditors.UltraComboEditor cboPhyTypeQuery;
  1337. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1338. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1339. private Infragistics.Win.UltraWinTree.UltraTree treeMain;
  1340. private Infragistics.Win.Misc.UltraPanel upShow;
  1341. private System.Windows.Forms.SplitContainer splitContainer1;
  1342. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1343. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1344. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1345. private Infragistics.Win.Misc.UltraPanel upEdit;
  1346. private Infragistics.Win.UltraWinEditors.UltraTextEditor cboPhyCode;
  1347. private System.Windows.Forms.Label label16;
  1348. private Infragistics.Win.UltraWinEditors.UltraComboEditor cboValuename;
  1349. private System.Windows.Forms.Label label4;
  1350. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbPara1;
  1351. private System.Windows.Forms.Label DbPara1;
  1352. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbColumn1;
  1353. private System.Windows.Forms.Label label5;
  1354. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtKey;
  1355. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFormula5;
  1356. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFormula4;
  1357. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFormula3;
  1358. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFormula2;
  1359. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbPara3;
  1360. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbPara2;
  1361. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbColumn6;
  1362. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbColumn5;
  1363. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbColumn4;
  1364. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbColumn3;
  1365. private System.Windows.Forms.Label label18;
  1366. private System.Windows.Forms.Label label19;
  1367. private System.Windows.Forms.Label label20;
  1368. private System.Windows.Forms.Label label21;
  1369. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFormula1;
  1370. private System.Windows.Forms.Label label22;
  1371. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbParaValue3;
  1372. private System.Windows.Forms.Label label11;
  1373. private System.Windows.Forms.Label label12;
  1374. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbParaValue2;
  1375. private System.Windows.Forms.Label label13;
  1376. private System.Windows.Forms.Label label14;
  1377. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbParaValue1;
  1378. private System.Windows.Forms.Label label15;
  1379. private System.Windows.Forms.Label label10;
  1380. private System.Windows.Forms.Label label9;
  1381. private System.Windows.Forms.Label label8;
  1382. private System.Windows.Forms.Label label7;
  1383. private System.Windows.Forms.Label label3;
  1384. private System.Windows.Forms.Label label2;
  1385. private System.Windows.Forms.Label label1;
  1386. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDbColumn2;
  1387. private System.Windows.Forms.Label label6;
  1388. private Infragistics.Win.UltraWinEditors.UltraTextEditor cboPhyCodeDir;
  1389. private Infragistics.Win.Misc.UltraButton btnSave;
  1390. private Infragistics.Win.Misc.UltraButton btnCancle;
  1391. private Infragistics.Win.UltraWinEditors.UltraTextEditor cboPhyType;
  1392. private Infragistics.Win.UltraWinEditors.UltraTextEditor cboPhyTypeC;
  1393. private System.Windows.Forms.Panel panel1;
  1394. }
  1395. }