FrmPop_upDeliveryLocation.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class FrmPop_upDeliveryLocation
  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. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deliveryLocationCode");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deliveryLocation");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orgId");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orgName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isDefault");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVPHYSIC");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVPHYSICNAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isJit");
  40. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 255472089);
  41. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 255472090);
  42. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 255472091);
  43. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  55. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  56. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  57. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  61. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  62. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  66. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  68. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  69. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  74. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  75. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
  76. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  77. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("update");
  78. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("delete");
  79. Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool9 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("1");
  80. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
  82. Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool10 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("2");
  83. Infragistics.Win.ValueList valueList2 = new Infragistics.Win.ValueList(0);
  84. Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool11 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("3");
  85. Infragistics.Win.ValueList valueList3 = new Infragistics.Win.ValueList(0);
  86. Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool12 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("4");
  87. Infragistics.Win.ValueList valueList4 = new Infragistics.Win.ValueList(0);
  88. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
  89. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("update");
  91. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("delete");
  93. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  95. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  97. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
  99. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  100. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPop_upDeliveryLocation));
  101. this.FrmPop_upDeliveryLocation_Fill_Panel = new System.Windows.Forms.Panel();
  102. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  103. this.dataSet1 = new System.Data.DataSet();
  104. this.dataTable1 = new System.Data.DataTable();
  105. this.dataColumn1 = new System.Data.DataColumn();
  106. this.dataColumn2 = new System.Data.DataColumn();
  107. this.dataColumn3 = new System.Data.DataColumn();
  108. this.dataColumn4 = new System.Data.DataColumn();
  109. this.dataColumn5 = new System.Data.DataColumn();
  110. this.dataColumn10 = new System.Data.DataColumn();
  111. this.dataColumn11 = new System.Data.DataColumn();
  112. this.dataColumn8 = new System.Data.DataColumn();
  113. this.dataColumn9 = new System.Data.DataColumn();
  114. this.dataColumn6 = new System.Data.DataColumn();
  115. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  116. this.txt_isDefault = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  117. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  118. this.txt_deliveryLocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  119. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  120. this.txt_deliveryLocationCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  121. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  122. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  123. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  124. this.txt_isJit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  125. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  126. this.txtPhysicCode = new Infragistics.Win.Misc.UltraLabel();
  127. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  128. this.txtPhysic = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  129. this.Cop_isDefault = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  130. this.Cop_deliveryLocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  131. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  132. this.Cop_deliveryLocationCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  133. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  134. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  135. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  136. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager();
  137. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  138. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  139. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  140. this.FrmPop_upDeliveryLocation_Fill_Panel.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  145. this.ultraGroupBox1.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.txt_isDefault)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocationCode)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  150. this.ultraExpandableGroupBox1.SuspendLayout();
  151. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.txt_isJit)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.txtPhysic)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.Cop_isDefault)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.Cop_deliveryLocation)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.Cop_deliveryLocationCode)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  158. this.SuspendLayout();
  159. //
  160. // FrmPop_upDeliveryLocation_Fill_Panel
  161. //
  162. this.FrmPop_upDeliveryLocation_Fill_Panel.Controls.Add(this.ultraGrid1);
  163. this.FrmPop_upDeliveryLocation_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  164. this.FrmPop_upDeliveryLocation_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  165. this.FrmPop_upDeliveryLocation_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  166. this.FrmPop_upDeliveryLocation_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.FrmPop_upDeliveryLocation_Fill_Panel.Location = new System.Drawing.Point(0, 25);
  168. this.FrmPop_upDeliveryLocation_Fill_Panel.Margin = new System.Windows.Forms.Padding(2);
  169. this.FrmPop_upDeliveryLocation_Fill_Panel.Name = "FrmPop_upDeliveryLocation_Fill_Panel";
  170. this.FrmPop_upDeliveryLocation_Fill_Panel.Size = new System.Drawing.Size(1057, 392);
  171. this.FrmPop_upDeliveryLocation_Fill_Panel.TabIndex = 8;
  172. //
  173. // ultraGrid1
  174. //
  175. this.ultraGrid1.DataSource = this.dataSet1;
  176. appearance14.BackColor = System.Drawing.SystemColors.Window;
  177. appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  178. this.ultraGrid1.DisplayLayout.Appearance = appearance14;
  179. ultraGridColumn1.Header.VisiblePosition = 1;
  180. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  181. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  182. ultraGridColumn1.RowLayoutColumnInfo.ParentGroupIndex = 0;
  183. ultraGridColumn1.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  184. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  185. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  186. ultraGridColumn2.Header.VisiblePosition = 0;
  187. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  188. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  189. ultraGridColumn2.RowLayoutColumnInfo.ParentGroupIndex = 0;
  190. ultraGridColumn2.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  191. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  192. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  193. ultraGridColumn2.Width = 194;
  194. ultraGridColumn3.Header.VisiblePosition = 4;
  195. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  196. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  197. ultraGridColumn3.RowLayoutColumnInfo.ParentGroupIndex = 1;
  198. ultraGridColumn3.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  199. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  200. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  201. ultraGridColumn4.Header.VisiblePosition = 3;
  202. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
  203. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  204. ultraGridColumn4.RowLayoutColumnInfo.ParentGroupIndex = 1;
  205. ultraGridColumn4.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  206. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  207. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  208. ultraGridColumn4.Width = 235;
  209. ultraGridColumn5.Header.VisiblePosition = 2;
  210. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  211. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  212. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  213. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  214. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
  215. ultraGridColumn5.Width = 97;
  216. ultraGridColumn6.Format = "yyyy/MM/dd";
  217. ultraGridColumn6.Header.VisiblePosition = 6;
  218. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 18;
  219. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  220. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  221. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  222. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
  223. ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DateTime;
  224. ultraGridColumn7.Header.VisiblePosition = 5;
  225. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 16;
  226. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  227. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  228. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  229. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
  230. ultraGridColumn7.Width = 83;
  231. ultraGridColumn8.Header.VisiblePosition = 7;
  232. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  233. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  234. ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 2;
  235. ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  236. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  237. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  238. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  239. ultraGridColumn9.Header.VisiblePosition = 8;
  240. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  241. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  242. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 2;
  243. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  244. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  245. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  246. ultraGridColumn10.Header.VisiblePosition = 9;
  247. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 4;
  248. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  249. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  250. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  251. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 4;
  252. ultraGridBand1.Columns.AddRange(new object[] {
  253. ultraGridColumn1,
  254. ultraGridColumn2,
  255. ultraGridColumn3,
  256. ultraGridColumn4,
  257. ultraGridColumn5,
  258. ultraGridColumn6,
  259. ultraGridColumn7,
  260. ultraGridColumn8,
  261. ultraGridColumn9,
  262. ultraGridColumn10});
  263. ultraGridGroup1.Header.Caption = "交付地址";
  264. ultraGridGroup1.Key = "NewGroup0";
  265. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 0;
  266. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  267. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
  268. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
  269. ultraGridGroup2.Header.Caption = "所属部门";
  270. ultraGridGroup2.Key = "NewGroup1";
  271. ultraGridGroup2.RowLayoutGroupInfo.OriginX = 8;
  272. ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
  273. ultraGridGroup2.RowLayoutGroupInfo.SpanX = 4;
  274. ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
  275. ultraGridGroup3.Header.Caption = "所属库区";
  276. ultraGridGroup3.Key = "NewGroup2";
  277. ultraGridGroup3.RowLayoutGroupInfo.OriginX = 12;
  278. ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
  279. ultraGridGroup3.RowLayoutGroupInfo.SpanX = 4;
  280. ultraGridGroup3.RowLayoutGroupInfo.SpanY = 4;
  281. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  282. ultraGridGroup1,
  283. ultraGridGroup2,
  284. ultraGridGroup3});
  285. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  286. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  287. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  288. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  289. appearance15.BackColor = System.Drawing.SystemColors.ActiveBorder;
  290. appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
  291. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  292. appearance15.BorderColor = System.Drawing.SystemColors.Window;
  293. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance15;
  294. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  295. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
  296. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  297. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  298. appearance17.BackColor = System.Drawing.SystemColors.ControlLightLight;
  299. appearance17.BackColor2 = System.Drawing.SystemColors.Control;
  300. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  301. appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
  302. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance17;
  303. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  304. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  305. appearance18.BackColor = System.Drawing.SystemColors.Window;
  306. appearance18.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance18;
  308. appearance19.BackColor = System.Drawing.SystemColors.Highlight;
  309. appearance19.ForeColor = System.Drawing.SystemColors.HighlightText;
  310. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance19;
  311. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  312. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  313. appearance20.BackColor = System.Drawing.SystemColors.Window;
  314. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance20;
  315. appearance21.BorderColor = System.Drawing.Color.Silver;
  316. appearance21.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  317. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance21;
  318. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  319. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  320. appearance22.BackColor = System.Drawing.SystemColors.Control;
  321. appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
  322. appearance22.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  323. appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  324. appearance22.BorderColor = System.Drawing.SystemColors.Window;
  325. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance22;
  326. appearance23.TextHAlignAsString = "Left";
  327. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance23;
  328. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  329. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  330. appearance24.BackColor = System.Drawing.SystemColors.Window;
  331. appearance24.BorderColor = System.Drawing.Color.Silver;
  332. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance24;
  333. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  334. appearance25.BackColor = System.Drawing.SystemColors.ControlLight;
  335. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance25;
  336. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  337. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  338. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  339. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.ultraGrid1.Location = new System.Drawing.Point(0, 38);
  342. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2);
  343. this.ultraGrid1.Name = "ultraGrid1";
  344. this.ultraGrid1.Size = new System.Drawing.Size(1057, 268);
  345. this.ultraGrid1.TabIndex = 1;
  346. this.ultraGrid1.Text = "ultraGrid1";
  347. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  348. //
  349. // dataSet1
  350. //
  351. this.dataSet1.DataSetName = "NewDataSet";
  352. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  353. this.dataTable1});
  354. //
  355. // dataTable1
  356. //
  357. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  358. this.dataColumn1,
  359. this.dataColumn2,
  360. this.dataColumn3,
  361. this.dataColumn4,
  362. this.dataColumn5,
  363. this.dataColumn10,
  364. this.dataColumn11,
  365. this.dataColumn8,
  366. this.dataColumn9,
  367. this.dataColumn6});
  368. this.dataTable1.TableName = "Table1";
  369. //
  370. // dataColumn1
  371. //
  372. this.dataColumn1.Caption = "编码";
  373. this.dataColumn1.ColumnName = "deliveryLocationCode";
  374. //
  375. // dataColumn2
  376. //
  377. this.dataColumn2.Caption = "名称";
  378. this.dataColumn2.ColumnName = "deliveryLocation";
  379. //
  380. // dataColumn3
  381. //
  382. this.dataColumn3.Caption = "编码";
  383. this.dataColumn3.ColumnName = "orgId";
  384. //
  385. // dataColumn4
  386. //
  387. this.dataColumn4.Caption = "名称";
  388. this.dataColumn4.ColumnName = "orgName";
  389. //
  390. // dataColumn5
  391. //
  392. this.dataColumn5.Caption = "是否为默认值";
  393. this.dataColumn5.ColumnName = "isDefault";
  394. //
  395. // dataColumn10
  396. //
  397. this.dataColumn10.Caption = "创建时间";
  398. this.dataColumn10.ColumnName = "createTime";
  399. //
  400. // dataColumn11
  401. //
  402. this.dataColumn11.Caption = "创建人";
  403. this.dataColumn11.ColumnName = "createName";
  404. //
  405. // dataColumn8
  406. //
  407. this.dataColumn8.Caption = "编码";
  408. this.dataColumn8.ColumnName = "INVPHYSIC";
  409. //
  410. // dataColumn9
  411. //
  412. this.dataColumn9.Caption = "名称";
  413. this.dataColumn9.ColumnName = "INVPHYSICNAME";
  414. //
  415. // dataColumn6
  416. //
  417. this.dataColumn6.Caption = "是否为JIT地址";
  418. this.dataColumn6.ColumnName = "isJit";
  419. //
  420. // ultraGroupBox1
  421. //
  422. this.ultraGroupBox1.Controls.Add(this.txt_isDefault);
  423. this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
  424. this.ultraGroupBox1.Controls.Add(this.txt_deliveryLocation);
  425. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  426. this.ultraGroupBox1.Controls.Add(this.txt_deliveryLocationCode);
  427. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  428. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  429. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  430. this.ultraGroupBox1.Name = "ultraGroupBox1";
  431. this.ultraGroupBox1.Size = new System.Drawing.Size(1057, 38);
  432. this.ultraGroupBox1.TabIndex = 4;
  433. //
  434. // txt_isDefault
  435. //
  436. this.txt_isDefault.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  437. valueListItem5.DataValue = " ";
  438. valueListItem5.DisplayText = "全部";
  439. valueListItem1.DataValue = "0";
  440. valueListItem1.DisplayText = "否";
  441. valueListItem2.DataValue = "1";
  442. valueListItem2.DisplayText = "是";
  443. this.txt_isDefault.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  444. valueListItem5,
  445. valueListItem1,
  446. valueListItem2});
  447. this.txt_isDefault.Location = new System.Drawing.Point(499, 8);
  448. this.txt_isDefault.Margin = new System.Windows.Forms.Padding(2);
  449. this.txt_isDefault.Name = "txt_isDefault";
  450. this.txt_isDefault.NullText = "否";
  451. this.txt_isDefault.Size = new System.Drawing.Size(113, 21);
  452. this.txt_isDefault.TabIndex = 17;
  453. //
  454. // ultraLabel6
  455. //
  456. appearance49.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  457. this.ultraLabel6.Appearance = appearance49;
  458. this.ultraLabel6.AutoSize = true;
  459. this.ultraLabel6.Location = new System.Drawing.Point(15, 11);
  460. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2);
  461. this.ultraLabel6.Name = "ultraLabel6";
  462. this.ultraLabel6.Size = new System.Drawing.Size(79, 16);
  463. this.ultraLabel6.TabIndex = 11;
  464. this.ultraLabel6.Text = "交付地点编码";
  465. //
  466. // txt_deliveryLocation
  467. //
  468. this.txt_deliveryLocation.Location = new System.Drawing.Point(285, 8);
  469. this.txt_deliveryLocation.Margin = new System.Windows.Forms.Padding(2);
  470. this.txt_deliveryLocation.Name = "txt_deliveryLocation";
  471. this.txt_deliveryLocation.Size = new System.Drawing.Size(113, 21);
  472. this.txt_deliveryLocation.TabIndex = 16;
  473. //
  474. // ultraLabel5
  475. //
  476. appearance52.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  477. this.ultraLabel5.Appearance = appearance52;
  478. this.ultraLabel5.AutoSize = true;
  479. this.ultraLabel5.Location = new System.Drawing.Point(416, 11);
  480. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  481. this.ultraLabel5.Name = "ultraLabel5";
  482. this.ultraLabel5.Size = new System.Drawing.Size(79, 16);
  483. this.ultraLabel5.TabIndex = 12;
  484. this.ultraLabel5.Text = "是否为默认值";
  485. //
  486. // txt_deliveryLocationCode
  487. //
  488. this.txt_deliveryLocationCode.Location = new System.Drawing.Point(98, 8);
  489. this.txt_deliveryLocationCode.Margin = new System.Windows.Forms.Padding(2);
  490. this.txt_deliveryLocationCode.Name = "txt_deliveryLocationCode";
  491. this.txt_deliveryLocationCode.Size = new System.Drawing.Size(113, 21);
  492. this.txt_deliveryLocationCode.TabIndex = 14;
  493. //
  494. // ultraLabel4
  495. //
  496. appearance51.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  497. this.ultraLabel4.Appearance = appearance51;
  498. this.ultraLabel4.AutoSize = true;
  499. this.ultraLabel4.Location = new System.Drawing.Point(227, 11);
  500. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  501. this.ultraLabel4.Name = "ultraLabel4";
  502. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  503. this.ultraLabel4.TabIndex = 13;
  504. this.ultraLabel4.Text = "交付地点";
  505. //
  506. // ultraExpandableGroupBox1
  507. //
  508. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  509. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  510. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1057, 86);
  511. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  512. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 306);
  513. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  514. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1057, 86);
  515. this.ultraExpandableGroupBox1.TabIndex = 3;
  516. this.ultraExpandableGroupBox1.Text = "编辑区域";
  517. //
  518. // ultraExpandableGroupBoxPanel1
  519. //
  520. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_isJit);
  521. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  522. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtPhysicCode);
  523. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  524. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtPhysic);
  525. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.Cop_isDefault);
  526. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.Cop_deliveryLocation);
  527. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  528. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.Cop_deliveryLocationCode);
  529. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  530. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  531. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  532. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 24);
  533. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  534. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1051, 59);
  535. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  536. //
  537. // txt_isJit
  538. //
  539. this.txt_isJit.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  540. this.txt_isJit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  541. valueListItem3.DataValue = "1";
  542. valueListItem3.DisplayText = "是";
  543. valueListItem4.DataValue = "0";
  544. valueListItem4.DisplayText = "否";
  545. this.txt_isJit.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  546. valueListItem3,
  547. valueListItem4});
  548. this.txt_isJit.Location = new System.Drawing.Point(555, 30);
  549. this.txt_isJit.Margin = new System.Windows.Forms.Padding(2);
  550. this.txt_isJit.Name = "txt_isJit";
  551. this.txt_isJit.Size = new System.Drawing.Size(62, 21);
  552. this.txt_isJit.TabIndex = 176;
  553. //
  554. // ultraLabel8
  555. //
  556. appearance74.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  557. this.ultraLabel8.Appearance = appearance74;
  558. this.ultraLabel8.AutoSize = true;
  559. this.ultraLabel8.Location = new System.Drawing.Point(479, 32);
  560. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
  561. this.ultraLabel8.Name = "ultraLabel8";
  562. this.ultraLabel8.Size = new System.Drawing.Size(72, 16);
  563. this.ultraLabel8.TabIndex = 175;
  564. this.ultraLabel8.Text = "是否JIT地址";
  565. //
  566. // txtPhysicCode
  567. //
  568. appearance73.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  569. this.txtPhysicCode.Appearance = appearance73;
  570. this.txtPhysicCode.AutoSize = true;
  571. this.txtPhysicCode.Location = new System.Drawing.Point(632, 9);
  572. this.txtPhysicCode.Margin = new System.Windows.Forms.Padding(2);
  573. this.txtPhysicCode.Name = "txtPhysicCode";
  574. this.txtPhysicCode.Size = new System.Drawing.Size(11, 14);
  575. this.txtPhysicCode.TabIndex = 174;
  576. this.txtPhysicCode.Text = "-";
  577. //
  578. // ultraLabel7
  579. //
  580. appearance2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  581. this.ultraLabel7.Appearance = appearance2;
  582. this.ultraLabel7.AutoSize = true;
  583. this.ultraLabel7.Location = new System.Drawing.Point(337, 7);
  584. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(2);
  585. this.ultraLabel7.Name = "ultraLabel7";
  586. this.ultraLabel7.Size = new System.Drawing.Size(72, 16);
  587. this.ultraLabel7.TabIndex = 173;
  588. this.ultraLabel7.Text = "所 属 库 区";
  589. //
  590. // txtPhysic
  591. //
  592. appearance36.FontData.BoldAsString = "True";
  593. appearance36.TextHAlignAsString = "Center";
  594. appearance36.TextVAlignAsString = "Middle";
  595. editorButton1.Appearance = appearance36;
  596. editorButton1.Text = "+";
  597. this.txtPhysic.ButtonsRight.Add(editorButton1);
  598. this.txtPhysic.Location = new System.Drawing.Point(413, 5);
  599. this.txtPhysic.Margin = new System.Windows.Forms.Padding(2);
  600. this.txtPhysic.Name = "txtPhysic";
  601. this.txtPhysic.ReadOnly = true;
  602. this.txtPhysic.Size = new System.Drawing.Size(204, 21);
  603. this.txtPhysic.TabIndex = 172;
  604. this.txtPhysic.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtPhysic_EditorButtonClick);
  605. //
  606. // Cop_isDefault
  607. //
  608. this.Cop_isDefault.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  609. this.Cop_isDefault.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  610. valueListItem6.DataValue = "0";
  611. valueListItem6.DisplayText = "否";
  612. valueListItem7.DataValue = "1";
  613. valueListItem7.DisplayText = "是";
  614. this.Cop_isDefault.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  615. valueListItem6,
  616. valueListItem7});
  617. this.Cop_isDefault.Location = new System.Drawing.Point(413, 30);
  618. this.Cop_isDefault.Margin = new System.Windows.Forms.Padding(2);
  619. this.Cop_isDefault.Name = "Cop_isDefault";
  620. this.Cop_isDefault.Size = new System.Drawing.Size(62, 21);
  621. this.Cop_isDefault.TabIndex = 11;
  622. //
  623. // Cop_deliveryLocation
  624. //
  625. this.Cop_deliveryLocation.Location = new System.Drawing.Point(133, 30);
  626. this.Cop_deliveryLocation.Margin = new System.Windows.Forms.Padding(2);
  627. this.Cop_deliveryLocation.Name = "Cop_deliveryLocation";
  628. this.Cop_deliveryLocation.Size = new System.Drawing.Size(175, 21);
  629. this.Cop_deliveryLocation.TabIndex = 10;
  630. //
  631. // ultraLabel1
  632. //
  633. appearance75.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  634. this.ultraLabel1.Appearance = appearance75;
  635. this.ultraLabel1.AutoSize = true;
  636. this.ultraLabel1.Location = new System.Drawing.Point(75, 7);
  637. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  638. this.ultraLabel1.Name = "ultraLabel1";
  639. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  640. this.ultraLabel1.TabIndex = 0;
  641. this.ultraLabel1.Text = "地点编码";
  642. //
  643. // Cop_deliveryLocationCode
  644. //
  645. this.Cop_deliveryLocationCode.Location = new System.Drawing.Point(133, 5);
  646. this.Cop_deliveryLocationCode.Margin = new System.Windows.Forms.Padding(2);
  647. this.Cop_deliveryLocationCode.Name = "Cop_deliveryLocationCode";
  648. this.Cop_deliveryLocationCode.ReadOnly = true;
  649. this.Cop_deliveryLocationCode.Size = new System.Drawing.Size(175, 21);
  650. this.Cop_deliveryLocationCode.TabIndex = 8;
  651. //
  652. // ultraLabel2
  653. //
  654. appearance3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  655. this.ultraLabel2.Appearance = appearance3;
  656. this.ultraLabel2.AutoSize = true;
  657. this.ultraLabel2.Location = new System.Drawing.Point(330, 32);
  658. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  659. this.ultraLabel2.Name = "ultraLabel2";
  660. this.ultraLabel2.Size = new System.Drawing.Size(79, 16);
  661. this.ultraLabel2.TabIndex = 1;
  662. this.ultraLabel2.Text = "是否为默认值";
  663. //
  664. // ultraLabel3
  665. //
  666. appearance1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  667. this.ultraLabel3.Appearance = appearance1;
  668. this.ultraLabel3.AutoSize = true;
  669. this.ultraLabel3.Location = new System.Drawing.Point(75, 32);
  670. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  671. this.ultraLabel3.Name = "ultraLabel3";
  672. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  673. this.ultraLabel3.TabIndex = 2;
  674. this.ultraLabel3.Text = "交付地点";
  675. //
  676. // _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left
  677. //
  678. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  679. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  680. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  681. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  682. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  683. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(2);
  684. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.Name = "_FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left";
  685. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 392);
  686. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  687. //
  688. // ultraToolbarsManager1
  689. //
  690. this.ultraToolbarsManager1.DesignerFlags = 1;
  691. this.ultraToolbarsManager1.DockWithinContainer = this;
  692. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  693. this.ultraToolbarsManager1.ImageTransparentColor = System.Drawing.SystemColors.GradientInactiveCaption;
  694. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  695. ultraToolbar1.DockedColumn = 0;
  696. ultraToolbar1.DockedRow = 0;
  697. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  698. buttonTool1,
  699. buttonTool35,
  700. buttonTool3,
  701. buttonTool32,
  702. buttonTool33,
  703. buttonTool34});
  704. ultraToolbar1.Text = "UltraToolbar1";
  705. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  706. ultraToolbar1});
  707. appearance67.Image = ((object)(resources.GetObject("appearance67.Image")));
  708. comboBoxTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance67;
  709. comboBoxTool9.SharedPropsInternal.Caption = "查询";
  710. comboBoxTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  711. comboBoxTool9.Text = "查询";
  712. comboBoxTool9.ValueList = valueList1;
  713. comboBoxTool10.SharedPropsInternal.Caption = "ComboBoxTool1";
  714. comboBoxTool10.ValueList = valueList2;
  715. comboBoxTool11.SharedPropsInternal.Caption = "ComboBoxTool2";
  716. comboBoxTool11.ValueList = valueList3;
  717. comboBoxTool12.SharedPropsInternal.Caption = "ComboBoxTool3";
  718. comboBoxTool12.ValueList = valueList4;
  719. appearance69.Image = ((object)(resources.GetObject("appearance69.Image")));
  720. buttonTool37.SharedPropsInternal.AppearancesSmall.Appearance = appearance69;
  721. buttonTool37.SharedPropsInternal.Caption = "新增";
  722. buttonTool37.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  723. appearance70.Image = ((object)(resources.GetObject("appearance70.Image")));
  724. buttonTool38.SharedPropsInternal.AppearancesSmall.Appearance = appearance70;
  725. buttonTool38.SharedPropsInternal.Caption = "修改";
  726. buttonTool38.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  727. appearance71.Image = ((object)(resources.GetObject("appearance71.Image")));
  728. buttonTool39.SharedPropsInternal.AppearancesSmall.Appearance = appearance71;
  729. buttonTool39.SharedPropsInternal.Caption = "删除";
  730. buttonTool39.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  731. appearance72.Image = ((object)(resources.GetObject("appearance72.Image")));
  732. buttonTool40.SharedPropsInternal.AppearancesSmall.Appearance = appearance72;
  733. buttonTool40.SharedPropsInternal.Caption = "确定";
  734. buttonTool40.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  735. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  736. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  737. buttonTool2.SharedPropsInternal.Caption = "查询";
  738. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  739. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  740. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  741. buttonTool4.SharedPropsInternal.Caption = "清空";
  742. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  743. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  744. comboBoxTool9,
  745. comboBoxTool10,
  746. comboBoxTool11,
  747. comboBoxTool12,
  748. buttonTool37,
  749. buttonTool38,
  750. buttonTool39,
  751. buttonTool40,
  752. buttonTool2,
  753. buttonTool4});
  754. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  755. //
  756. // _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right
  757. //
  758. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  759. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  760. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  761. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  762. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1057, 25);
  763. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(2);
  764. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.Name = "_FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right";
  765. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 392);
  766. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  767. //
  768. // _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top
  769. //
  770. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  771. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  772. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  773. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  774. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  775. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(2);
  776. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.Name = "_FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top";
  777. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1057, 25);
  778. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  779. //
  780. // _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom
  781. //
  782. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  783. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  784. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  785. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  786. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 417);
  787. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(2);
  788. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.Name = "_FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom";
  789. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1057, 0);
  790. this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  791. //
  792. // FrmPop_upDeliveryLocation
  793. //
  794. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  795. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  796. this.ClientSize = new System.Drawing.Size(1057, 417);
  797. this.Controls.Add(this.FrmPop_upDeliveryLocation_Fill_Panel);
  798. this.Controls.Add(this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left);
  799. this.Controls.Add(this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right);
  800. this.Controls.Add(this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top);
  801. this.Controls.Add(this._FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom);
  802. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  803. this.Margin = new System.Windows.Forms.Padding(2);
  804. this.Name = "FrmPop_upDeliveryLocation";
  805. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  806. this.Text = "交货地点选择与维护";
  807. this.Load += new System.EventHandler(this.FrmPop_upDeliveryLocation_Load);
  808. this.FrmPop_upDeliveryLocation_Fill_Panel.ResumeLayout(false);
  809. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  810. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  811. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  812. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  813. this.ultraGroupBox1.ResumeLayout(false);
  814. this.ultraGroupBox1.PerformLayout();
  815. ((System.ComponentModel.ISupportInitialize)(this.txt_isDefault)).EndInit();
  816. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocation)).EndInit();
  817. ((System.ComponentModel.ISupportInitialize)(this.txt_deliveryLocationCode)).EndInit();
  818. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  819. this.ultraExpandableGroupBox1.ResumeLayout(false);
  820. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  821. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  822. ((System.ComponentModel.ISupportInitialize)(this.txt_isJit)).EndInit();
  823. ((System.ComponentModel.ISupportInitialize)(this.txtPhysic)).EndInit();
  824. ((System.ComponentModel.ISupportInitialize)(this.Cop_isDefault)).EndInit();
  825. ((System.ComponentModel.ISupportInitialize)(this.Cop_deliveryLocation)).EndInit();
  826. ((System.ComponentModel.ISupportInitialize)(this.Cop_deliveryLocationCode)).EndInit();
  827. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  828. this.ResumeLayout(false);
  829. }
  830. #endregion
  831. private System.Windows.Forms.Panel FrmPop_upDeliveryLocation_Fill_Panel;
  832. private System.Data.DataSet dataSet1;
  833. private System.Data.DataTable dataTable1;
  834. private System.Data.DataColumn dataColumn1;
  835. private System.Data.DataColumn dataColumn2;
  836. private System.Data.DataColumn dataColumn3;
  837. private System.Data.DataColumn dataColumn4;
  838. private System.Data.DataColumn dataColumn5;
  839. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  840. private System.Data.DataColumn dataColumn10;
  841. private System.Data.DataColumn dataColumn11;
  842. private Infragistics.Win.UltraWinEditors.UltraTextEditor Cop_deliveryLocation;
  843. private Infragistics.Win.UltraWinEditors.UltraTextEditor Cop_deliveryLocationCode;
  844. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  845. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  846. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  847. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  848. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Left;
  849. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Right;
  850. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Top;
  851. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPop_upDeliveryLocation_Toolbars_Dock_Area_Bottom;
  852. private Infragistics.Win.UltraWinEditors.UltraComboEditor Cop_isDefault;
  853. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_isDefault;
  854. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_deliveryLocation;
  855. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_deliveryLocationCode;
  856. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  857. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  858. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  859. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  860. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  861. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  862. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  863. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPhysic;
  864. private Infragistics.Win.Misc.UltraLabel txtPhysicCode;
  865. private System.Data.DataColumn dataColumn8;
  866. private System.Data.DataColumn dataColumn9;
  867. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  868. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_isJit;
  869. private System.Data.DataColumn dataColumn6;
  870. }
  871. }