FrmPurTitle.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  1. namespace Pur.configure
  2. {
  3. partial class FrmPurTitle
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleAddr");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleLinkMan");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleContactTel");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleContactFax");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleBankName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleBankAccount");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleTaxId");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitlePostal");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrgId");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrgName");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  49. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  60. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurTitle));
  61. this.dataSet1 = new System.Data.DataSet();
  62. this.dataTable1 = new System.Data.DataTable();
  63. this.dataColumn1 = new System.Data.DataColumn();
  64. this.dataColumn2 = new System.Data.DataColumn();
  65. this.dataColumn3 = new System.Data.DataColumn();
  66. this.dataColumn4 = new System.Data.DataColumn();
  67. this.dataColumn5 = new System.Data.DataColumn();
  68. this.dataColumn6 = new System.Data.DataColumn();
  69. this.dataColumn7 = new System.Data.DataColumn();
  70. this.dataColumn8 = new System.Data.DataColumn();
  71. this.dataColumn9 = new System.Data.DataColumn();
  72. this.dataColumn10 = new System.Data.DataColumn();
  73. this.dataColumn11 = new System.Data.DataColumn();
  74. this.dataColumn12 = new System.Data.DataColumn();
  75. this.dataColumn13 = new System.Data.DataColumn();
  76. this.dataColumn14 = new System.Data.DataColumn();
  77. this.dataColumn15 = new System.Data.DataColumn();
  78. this.dataColumn16 = new System.Data.DataColumn();
  79. this.dataColumn17 = new System.Data.DataColumn();
  80. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  81. this.COPName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.COPID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  83. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  84. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  85. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  86. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  87. this.txt_OrgName = new System.Windows.Forms.TextBox();
  88. this.txt_TitlePostal = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. this.txt_TitleAddr = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  90. this.txt_TitleTaxId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  91. this.txt_TitleBankAccount = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  92. this.txt_TitleBankName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.txt_OrgId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  94. this.txt_TitleContactFax = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  95. this.txt_TitleContactTel = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  96. this.txt_Remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  97. this.txt_TitleLinkMan = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  98. this.txt_TitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  99. this.txt_id = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  100. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  101. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  102. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  103. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  104. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  105. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  106. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  107. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  108. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  109. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  110. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  111. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  112. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  113. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  114. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  115. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  117. this.ultraPanel1.ClientArea.SuspendLayout();
  118. this.ultraPanel1.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.COPName)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.COPID)).BeginInit();
  121. this.ultraPanel2.ClientArea.SuspendLayout();
  122. this.ultraPanel2.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  124. this.ultraGroupBox1.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.txt_TitlePostal)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleAddr)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleTaxId)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleBankAccount)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleBankName)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.txt_OrgId)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleContactFax)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleContactTel)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.txt_Remark)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleLinkMan)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleName)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.txt_id)).BeginInit();
  137. this.ultraPanel3.ClientArea.SuspendLayout();
  138. this.ultraPanel3.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  140. this.SuspendLayout();
  141. //
  142. // dataSet1
  143. //
  144. this.dataSet1.DataSetName = "NewDataSet";
  145. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  146. this.dataTable1});
  147. //
  148. // dataTable1
  149. //
  150. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  151. this.dataColumn1,
  152. this.dataColumn2,
  153. this.dataColumn3,
  154. this.dataColumn4,
  155. this.dataColumn5,
  156. this.dataColumn6,
  157. this.dataColumn7,
  158. this.dataColumn8,
  159. this.dataColumn9,
  160. this.dataColumn10,
  161. this.dataColumn11,
  162. this.dataColumn12,
  163. this.dataColumn13,
  164. this.dataColumn14,
  165. this.dataColumn15,
  166. this.dataColumn16,
  167. this.dataColumn17});
  168. this.dataTable1.TableName = "Table1";
  169. //
  170. // dataColumn1
  171. //
  172. this.dataColumn1.Caption = "信息ID";
  173. this.dataColumn1.ColumnName = "Id";
  174. //
  175. // dataColumn2
  176. //
  177. this.dataColumn2.Caption = "抬头名称(买受人)";
  178. this.dataColumn2.ColumnName = "TitleName";
  179. //
  180. // dataColumn3
  181. //
  182. this.dataColumn3.Caption = "联系地址";
  183. this.dataColumn3.ColumnName = "TitleAddr";
  184. //
  185. // dataColumn4
  186. //
  187. this.dataColumn4.Caption = "法人";
  188. this.dataColumn4.ColumnName = "TitleLinkMan";
  189. //
  190. // dataColumn5
  191. //
  192. this.dataColumn5.Caption = "电话";
  193. this.dataColumn5.ColumnName = "TitleContactTel";
  194. //
  195. // dataColumn6
  196. //
  197. this.dataColumn6.Caption = "传真";
  198. this.dataColumn6.ColumnName = "TitleContactFax";
  199. //
  200. // dataColumn7
  201. //
  202. this.dataColumn7.Caption = "开户银行";
  203. this.dataColumn7.ColumnName = "TitleBankName";
  204. //
  205. // dataColumn8
  206. //
  207. this.dataColumn8.Caption = "银行帐号";
  208. this.dataColumn8.ColumnName = "TitleBankAccount";
  209. //
  210. // dataColumn9
  211. //
  212. this.dataColumn9.Caption = "税务登记号";
  213. this.dataColumn9.ColumnName = "TitleTaxId";
  214. //
  215. // dataColumn10
  216. //
  217. this.dataColumn10.Caption = "邮编";
  218. this.dataColumn10.ColumnName = "TitlePostal";
  219. //
  220. // dataColumn11
  221. //
  222. this.dataColumn11.Caption = "机构ID";
  223. this.dataColumn11.ColumnName = "OrgId";
  224. //
  225. // dataColumn12
  226. //
  227. this.dataColumn12.Caption = "机构名称";
  228. this.dataColumn12.ColumnName = "OrgName";
  229. //
  230. // dataColumn13
  231. //
  232. this.dataColumn13.Caption = "备注";
  233. this.dataColumn13.ColumnName = "Remark";
  234. //
  235. // dataColumn14
  236. //
  237. this.dataColumn14.Caption = "创建人";
  238. this.dataColumn14.ColumnName = "CreateName";
  239. //
  240. // dataColumn15
  241. //
  242. this.dataColumn15.Caption = "创建时间";
  243. this.dataColumn15.ColumnName = "CreateTime";
  244. //
  245. // dataColumn16
  246. //
  247. this.dataColumn16.Caption = "修改人";
  248. this.dataColumn16.ColumnName = "UpdateName";
  249. //
  250. // dataColumn17
  251. //
  252. this.dataColumn17.Caption = "修改时间";
  253. this.dataColumn17.ColumnName = "UpdateTime";
  254. //
  255. // ultraPanel1
  256. //
  257. //
  258. // ultraPanel1.ClientArea
  259. //
  260. this.ultraPanel1.ClientArea.Controls.Add(this.COPName);
  261. this.ultraPanel1.ClientArea.Controls.Add(this.COPID);
  262. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel15);
  263. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel14);
  264. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  265. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  266. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(2);
  267. this.ultraPanel1.Name = "ultraPanel1";
  268. this.ultraPanel1.Size = new System.Drawing.Size(949, 34);
  269. this.ultraPanel1.TabIndex = 1;
  270. //
  271. // COPName
  272. //
  273. this.COPName.Location = new System.Drawing.Point(251, 7);
  274. this.COPName.Margin = new System.Windows.Forms.Padding(2);
  275. this.COPName.Name = "COPName";
  276. this.COPName.Size = new System.Drawing.Size(98, 21);
  277. this.COPName.TabIndex = 7;
  278. //
  279. // COPID
  280. //
  281. this.COPID.Location = new System.Drawing.Point(46, 7);
  282. this.COPID.Margin = new System.Windows.Forms.Padding(2);
  283. this.COPID.Name = "COPID";
  284. this.COPID.Size = new System.Drawing.Size(98, 21);
  285. this.COPID.TabIndex = 6;
  286. //
  287. // ultraLabel15
  288. //
  289. this.ultraLabel15.AutoSize = true;
  290. this.ultraLabel15.Location = new System.Drawing.Point(208, 10);
  291. this.ultraLabel15.Margin = new System.Windows.Forms.Padding(2);
  292. this.ultraLabel15.Name = "ultraLabel15";
  293. this.ultraLabel15.Size = new System.Drawing.Size(42, 16);
  294. this.ultraLabel15.TabIndex = 5;
  295. this.ultraLabel15.Text = "抬头名";
  296. //
  297. // ultraLabel14
  298. //
  299. this.ultraLabel14.AutoSize = true;
  300. this.ultraLabel14.Location = new System.Drawing.Point(2, 10);
  301. this.ultraLabel14.Margin = new System.Windows.Forms.Padding(2);
  302. this.ultraLabel14.Name = "ultraLabel14";
  303. this.ultraLabel14.Size = new System.Drawing.Size(42, 16);
  304. this.ultraLabel14.TabIndex = 4;
  305. this.ultraLabel14.Text = "信息ID";
  306. //
  307. // ultraPanel2
  308. //
  309. //
  310. // ultraPanel2.ClientArea
  311. //
  312. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
  313. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  314. this.ultraPanel2.Location = new System.Drawing.Point(0, 362);
  315. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(2);
  316. this.ultraPanel2.Name = "ultraPanel2";
  317. this.ultraPanel2.Size = new System.Drawing.Size(949, 121);
  318. this.ultraPanel2.TabIndex = 2;
  319. //
  320. // ultraGroupBox1
  321. //
  322. this.ultraGroupBox1.Controls.Add(this.txt_OrgName);
  323. this.ultraGroupBox1.Controls.Add(this.txt_TitlePostal);
  324. this.ultraGroupBox1.Controls.Add(this.txt_TitleAddr);
  325. this.ultraGroupBox1.Controls.Add(this.txt_TitleTaxId);
  326. this.ultraGroupBox1.Controls.Add(this.txt_TitleBankAccount);
  327. this.ultraGroupBox1.Controls.Add(this.txt_TitleBankName);
  328. this.ultraGroupBox1.Controls.Add(this.txt_OrgId);
  329. this.ultraGroupBox1.Controls.Add(this.txt_TitleContactFax);
  330. this.ultraGroupBox1.Controls.Add(this.txt_TitleContactTel);
  331. this.ultraGroupBox1.Controls.Add(this.txt_Remark);
  332. this.ultraGroupBox1.Controls.Add(this.txt_TitleLinkMan);
  333. this.ultraGroupBox1.Controls.Add(this.txt_TitleName);
  334. this.ultraGroupBox1.Controls.Add(this.txt_id);
  335. this.ultraGroupBox1.Controls.Add(this.ultraLabel13);
  336. this.ultraGroupBox1.Controls.Add(this.ultraLabel10);
  337. this.ultraGroupBox1.Controls.Add(this.ultraLabel11);
  338. this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
  339. this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
  340. this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
  341. this.ultraGroupBox1.Controls.Add(this.ultraLabel9);
  342. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  343. this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
  344. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  345. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  346. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  347. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  348. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  349. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  350. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2);
  351. this.ultraGroupBox1.Name = "ultraGroupBox1";
  352. this.ultraGroupBox1.Size = new System.Drawing.Size(949, 121);
  353. this.ultraGroupBox1.TabIndex = 1;
  354. this.ultraGroupBox1.Text = "编辑区域";
  355. //
  356. // txt_OrgName
  357. //
  358. this.txt_OrgName.Location = new System.Drawing.Point(430, 62);
  359. this.txt_OrgName.Margin = new System.Windows.Forms.Padding(2);
  360. this.txt_OrgName.Name = "txt_OrgName";
  361. this.txt_OrgName.ReadOnly = true;
  362. this.txt_OrgName.Size = new System.Drawing.Size(114, 21);
  363. this.txt_OrgName.TabIndex = 52;
  364. //
  365. // txt_TitlePostal
  366. //
  367. this.txt_TitlePostal.Location = new System.Drawing.Point(637, 63);
  368. this.txt_TitlePostal.Margin = new System.Windows.Forms.Padding(2);
  369. this.txt_TitlePostal.Name = "txt_TitlePostal";
  370. this.txt_TitlePostal.Size = new System.Drawing.Size(112, 21);
  371. this.txt_TitlePostal.TabIndex = 51;
  372. //
  373. // txt_TitleAddr
  374. //
  375. this.txt_TitleAddr.Location = new System.Drawing.Point(637, 40);
  376. this.txt_TitleAddr.Margin = new System.Windows.Forms.Padding(2);
  377. this.txt_TitleAddr.Name = "txt_TitleAddr";
  378. this.txt_TitleAddr.Size = new System.Drawing.Size(112, 21);
  379. this.txt_TitleAddr.TabIndex = 50;
  380. //
  381. // txt_TitleTaxId
  382. //
  383. this.txt_TitleTaxId.Location = new System.Drawing.Point(637, 17);
  384. this.txt_TitleTaxId.Margin = new System.Windows.Forms.Padding(2);
  385. this.txt_TitleTaxId.Name = "txt_TitleTaxId";
  386. this.txt_TitleTaxId.Size = new System.Drawing.Size(112, 21);
  387. this.txt_TitleTaxId.TabIndex = 49;
  388. //
  389. // txt_TitleBankAccount
  390. //
  391. this.txt_TitleBankAccount.Location = new System.Drawing.Point(430, 39);
  392. this.txt_TitleBankAccount.Margin = new System.Windows.Forms.Padding(2);
  393. this.txt_TitleBankAccount.Name = "txt_TitleBankAccount";
  394. this.txt_TitleBankAccount.Size = new System.Drawing.Size(112, 21);
  395. this.txt_TitleBankAccount.TabIndex = 47;
  396. //
  397. // txt_TitleBankName
  398. //
  399. this.txt_TitleBankName.Location = new System.Drawing.Point(430, 17);
  400. this.txt_TitleBankName.Margin = new System.Windows.Forms.Padding(2);
  401. this.txt_TitleBankName.Name = "txt_TitleBankName";
  402. this.txt_TitleBankName.Size = new System.Drawing.Size(112, 21);
  403. this.txt_TitleBankName.TabIndex = 46;
  404. //
  405. // txt_OrgId
  406. //
  407. appearance1.FontData.BoldAsString = "True";
  408. editorButton1.Appearance = appearance1;
  409. editorButton1.Text = "+";
  410. this.txt_OrgId.ButtonsRight.Add(editorButton1);
  411. this.txt_OrgId.Location = new System.Drawing.Point(238, 63);
  412. this.txt_OrgId.Margin = new System.Windows.Forms.Padding(2);
  413. this.txt_OrgId.Name = "txt_OrgId";
  414. this.txt_OrgId.Size = new System.Drawing.Size(112, 21);
  415. this.txt_OrgId.TabIndex = 44;
  416. this.txt_OrgId.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_OrgId_EditorButtonClick);
  417. //
  418. // txt_TitleContactFax
  419. //
  420. this.txt_TitleContactFax.Location = new System.Drawing.Point(238, 41);
  421. this.txt_TitleContactFax.Margin = new System.Windows.Forms.Padding(2);
  422. this.txt_TitleContactFax.Name = "txt_TitleContactFax";
  423. this.txt_TitleContactFax.Size = new System.Drawing.Size(112, 21);
  424. this.txt_TitleContactFax.TabIndex = 44;
  425. //
  426. // txt_TitleContactTel
  427. //
  428. this.txt_TitleContactTel.Location = new System.Drawing.Point(238, 17);
  429. this.txt_TitleContactTel.Margin = new System.Windows.Forms.Padding(2);
  430. this.txt_TitleContactTel.Name = "txt_TitleContactTel";
  431. this.txt_TitleContactTel.Size = new System.Drawing.Size(112, 21);
  432. this.txt_TitleContactTel.TabIndex = 43;
  433. //
  434. // txt_Remark
  435. //
  436. this.txt_Remark.Location = new System.Drawing.Point(62, 89);
  437. this.txt_Remark.Margin = new System.Windows.Forms.Padding(2);
  438. this.txt_Remark.Name = "txt_Remark";
  439. this.txt_Remark.Size = new System.Drawing.Size(688, 21);
  440. this.txt_Remark.TabIndex = 42;
  441. //
  442. // txt_TitleLinkMan
  443. //
  444. this.txt_TitleLinkMan.Location = new System.Drawing.Point(62, 65);
  445. this.txt_TitleLinkMan.Margin = new System.Windows.Forms.Padding(2);
  446. this.txt_TitleLinkMan.Name = "txt_TitleLinkMan";
  447. this.txt_TitleLinkMan.Size = new System.Drawing.Size(112, 21);
  448. this.txt_TitleLinkMan.TabIndex = 41;
  449. //
  450. // txt_TitleName
  451. //
  452. this.txt_TitleName.Location = new System.Drawing.Point(62, 41);
  453. this.txt_TitleName.Margin = new System.Windows.Forms.Padding(2);
  454. this.txt_TitleName.Name = "txt_TitleName";
  455. this.txt_TitleName.Size = new System.Drawing.Size(112, 21);
  456. this.txt_TitleName.TabIndex = 40;
  457. //
  458. // txt_id
  459. //
  460. this.txt_id.Location = new System.Drawing.Point(62, 17);
  461. this.txt_id.Margin = new System.Windows.Forms.Padding(2);
  462. this.txt_id.Name = "txt_id";
  463. this.txt_id.ReadOnly = true;
  464. this.txt_id.Size = new System.Drawing.Size(112, 21);
  465. this.txt_id.TabIndex = 39;
  466. //
  467. // ultraLabel13
  468. //
  469. this.ultraLabel13.AutoSize = true;
  470. this.ultraLabel13.Location = new System.Drawing.Point(23, 90);
  471. this.ultraLabel13.Margin = new System.Windows.Forms.Padding(2);
  472. this.ultraLabel13.Name = "ultraLabel13";
  473. this.ultraLabel13.Size = new System.Drawing.Size(35, 16);
  474. this.ultraLabel13.TabIndex = 38;
  475. this.ultraLabel13.Text = " 备注";
  476. //
  477. // ultraLabel10
  478. //
  479. this.ultraLabel10.AutoSize = true;
  480. this.ultraLabel10.Location = new System.Drawing.Point(605, 69);
  481. this.ultraLabel10.Margin = new System.Windows.Forms.Padding(2);
  482. this.ultraLabel10.Name = "ultraLabel10";
  483. this.ultraLabel10.Size = new System.Drawing.Size(29, 16);
  484. this.ultraLabel10.TabIndex = 37;
  485. this.ultraLabel10.Text = "邮编";
  486. //
  487. // ultraLabel11
  488. //
  489. this.ultraLabel11.AutoSize = true;
  490. this.ultraLabel11.Location = new System.Drawing.Point(582, 44);
  491. this.ultraLabel11.Margin = new System.Windows.Forms.Padding(2);
  492. this.ultraLabel11.Name = "ultraLabel11";
  493. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  494. this.ultraLabel11.TabIndex = 36;
  495. this.ultraLabel11.Text = "联系地址";
  496. //
  497. // ultraLabel12
  498. //
  499. this.ultraLabel12.AutoSize = true;
  500. this.ultraLabel12.Location = new System.Drawing.Point(570, 21);
  501. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
  502. this.ultraLabel12.Name = "ultraLabel12";
  503. this.ultraLabel12.Size = new System.Drawing.Size(66, 16);
  504. this.ultraLabel12.TabIndex = 35;
  505. this.ultraLabel12.Text = "税务登记号";
  506. //
  507. // ultraLabel7
  508. //
  509. this.ultraLabel7.AutoSize = true;
  510. this.ultraLabel7.Location = new System.Drawing.Point(376, 67);
  511. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(2);
  512. this.ultraLabel7.Name = "ultraLabel7";
  513. this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
  514. this.ultraLabel7.TabIndex = 34;
  515. this.ultraLabel7.Text = "机构名称";
  516. //
  517. // ultraLabel8
  518. //
  519. this.ultraLabel8.AutoSize = true;
  520. this.ultraLabel8.Location = new System.Drawing.Point(376, 44);
  521. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
  522. this.ultraLabel8.Name = "ultraLabel8";
  523. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  524. this.ultraLabel8.TabIndex = 33;
  525. this.ultraLabel8.Text = "银行账号";
  526. //
  527. // ultraLabel9
  528. //
  529. this.ultraLabel9.AutoSize = true;
  530. this.ultraLabel9.Location = new System.Drawing.Point(376, 21);
  531. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(2);
  532. this.ultraLabel9.Name = "ultraLabel9";
  533. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  534. this.ultraLabel9.TabIndex = 32;
  535. this.ultraLabel9.Text = "开户银行";
  536. //
  537. // ultraLabel5
  538. //
  539. this.ultraLabel5.AutoSize = true;
  540. this.ultraLabel5.Location = new System.Drawing.Point(195, 67);
  541. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  542. this.ultraLabel5.Name = "ultraLabel5";
  543. this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
  544. this.ultraLabel5.TabIndex = 31;
  545. this.ultraLabel5.Text = "机构ID";
  546. //
  547. // ultraLabel6
  548. //
  549. this.ultraLabel6.AutoSize = true;
  550. this.ultraLabel6.Location = new System.Drawing.Point(207, 44);
  551. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2);
  552. this.ultraLabel6.Name = "ultraLabel6";
  553. this.ultraLabel6.Size = new System.Drawing.Size(29, 16);
  554. this.ultraLabel6.TabIndex = 30;
  555. this.ultraLabel6.Text = "传真";
  556. //
  557. // ultraLabel4
  558. //
  559. this.ultraLabel4.AutoSize = true;
  560. this.ultraLabel4.Location = new System.Drawing.Point(207, 21);
  561. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  562. this.ultraLabel4.Name = "ultraLabel4";
  563. this.ultraLabel4.Size = new System.Drawing.Size(29, 16);
  564. this.ultraLabel4.TabIndex = 29;
  565. this.ultraLabel4.Text = "电话";
  566. //
  567. // ultraLabel3
  568. //
  569. this.ultraLabel3.AutoSize = true;
  570. this.ultraLabel3.Location = new System.Drawing.Point(29, 67);
  571. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  572. this.ultraLabel3.Name = "ultraLabel3";
  573. this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
  574. this.ultraLabel3.TabIndex = 28;
  575. this.ultraLabel3.Text = "法人";
  576. //
  577. // ultraLabel2
  578. //
  579. this.ultraLabel2.AutoSize = true;
  580. this.ultraLabel2.Location = new System.Drawing.Point(5, 44);
  581. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  582. this.ultraLabel2.Name = "ultraLabel2";
  583. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  584. this.ultraLabel2.TabIndex = 27;
  585. this.ultraLabel2.Text = "抬头名称";
  586. //
  587. // ultraLabel1
  588. //
  589. this.ultraLabel1.AutoSize = true;
  590. this.ultraLabel1.Location = new System.Drawing.Point(17, 21);
  591. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  592. this.ultraLabel1.Name = "ultraLabel1";
  593. this.ultraLabel1.Size = new System.Drawing.Size(42, 16);
  594. this.ultraLabel1.TabIndex = 26;
  595. this.ultraLabel1.Text = "信息ID";
  596. //
  597. // ultraPanel3
  598. //
  599. //
  600. // ultraPanel3.ClientArea
  601. //
  602. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
  603. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  604. this.ultraPanel3.Location = new System.Drawing.Point(0, 34);
  605. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(2);
  606. this.ultraPanel3.Name = "ultraPanel3";
  607. this.ultraPanel3.Size = new System.Drawing.Size(949, 328);
  608. this.ultraPanel3.TabIndex = 3;
  609. //
  610. // ultraGrid1
  611. //
  612. this.ultraGrid1.DataSource = this.dataSet1;
  613. appearance4.BackColor = System.Drawing.SystemColors.Window;
  614. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  615. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  616. ultraGridColumn1.Header.VisiblePosition = 0;
  617. ultraGridColumn2.Header.VisiblePosition = 1;
  618. ultraGridColumn2.Width = 213;
  619. ultraGridColumn3.Header.VisiblePosition = 3;
  620. ultraGridColumn3.Width = 236;
  621. ultraGridColumn4.Header.VisiblePosition = 2;
  622. ultraGridColumn4.Width = 92;
  623. ultraGridColumn5.Header.VisiblePosition = 4;
  624. ultraGridColumn6.Header.VisiblePosition = 5;
  625. ultraGridColumn7.Header.VisiblePosition = 6;
  626. ultraGridColumn8.Header.VisiblePosition = 7;
  627. ultraGridColumn9.Header.VisiblePosition = 8;
  628. ultraGridColumn10.Header.VisiblePosition = 9;
  629. ultraGridColumn11.Header.VisiblePosition = 10;
  630. ultraGridColumn12.Header.VisiblePosition = 11;
  631. ultraGridColumn13.Header.VisiblePosition = 12;
  632. ultraGridColumn14.Header.VisiblePosition = 13;
  633. ultraGridColumn15.Header.VisiblePosition = 14;
  634. ultraGridColumn16.Header.VisiblePosition = 15;
  635. ultraGridColumn17.Header.VisiblePosition = 16;
  636. ultraGridBand1.Columns.AddRange(new object[] {
  637. ultraGridColumn1,
  638. ultraGridColumn2,
  639. ultraGridColumn3,
  640. ultraGridColumn4,
  641. ultraGridColumn5,
  642. ultraGridColumn6,
  643. ultraGridColumn7,
  644. ultraGridColumn8,
  645. ultraGridColumn9,
  646. ultraGridColumn10,
  647. ultraGridColumn11,
  648. ultraGridColumn12,
  649. ultraGridColumn13,
  650. ultraGridColumn14,
  651. ultraGridColumn15,
  652. ultraGridColumn16,
  653. ultraGridColumn17});
  654. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  655. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  656. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  657. appearance5.BackColor = System.Drawing.SystemColors.ActiveBorder;
  658. appearance5.BackColor2 = System.Drawing.SystemColors.ControlDark;
  659. appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  660. appearance5.BorderColor = System.Drawing.SystemColors.Window;
  661. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance5;
  662. appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
  663. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
  664. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  665. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  666. appearance7.BackColor = System.Drawing.SystemColors.ControlLightLight;
  667. appearance7.BackColor2 = System.Drawing.SystemColors.Control;
  668. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  669. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  670. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance7;
  671. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  672. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  673. appearance8.BackColor = System.Drawing.SystemColors.Window;
  674. appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
  675. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance8;
  676. appearance9.BackColor = System.Drawing.SystemColors.Highlight;
  677. appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
  678. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance9;
  679. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  680. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  681. appearance10.BackColor = System.Drawing.SystemColors.Window;
  682. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance10;
  683. appearance11.BorderColor = System.Drawing.Color.Silver;
  684. appearance11.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  685. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance11;
  686. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  687. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  688. appearance12.BackColor = System.Drawing.SystemColors.Control;
  689. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  690. appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  691. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  692. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  693. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance12;
  694. appearance13.TextHAlignAsString = "Left";
  695. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance13;
  696. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  697. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  698. appearance14.BackColor = System.Drawing.SystemColors.Window;
  699. appearance14.BorderColor = System.Drawing.Color.Silver;
  700. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance14;
  701. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  702. appearance15.BackColor = System.Drawing.SystemColors.ControlLight;
  703. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance15;
  704. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  705. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  706. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  707. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  708. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  709. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  710. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2);
  711. this.ultraGrid1.Name = "ultraGrid1";
  712. this.ultraGrid1.Size = new System.Drawing.Size(949, 328);
  713. this.ultraGrid1.TabIndex = 0;
  714. this.ultraGrid1.Text = "ultraGrid1";
  715. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  716. //
  717. // FrmPurTitle
  718. //
  719. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  720. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  721. this.ClientSize = new System.Drawing.Size(949, 483);
  722. this.Controls.Add(this.ultraPanel3);
  723. this.Controls.Add(this.ultraPanel2);
  724. this.Controls.Add(this.ultraPanel1);
  725. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  726. this.Margin = new System.Windows.Forms.Padding(2);
  727. this.Name = "FrmPurTitle";
  728. this.Text = "FrmPurTitle";
  729. this.Load += new System.EventHandler(this.FrmPurTitle_Load);
  730. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  731. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  732. this.ultraPanel1.ClientArea.ResumeLayout(false);
  733. this.ultraPanel1.ClientArea.PerformLayout();
  734. this.ultraPanel1.ResumeLayout(false);
  735. ((System.ComponentModel.ISupportInitialize)(this.COPName)).EndInit();
  736. ((System.ComponentModel.ISupportInitialize)(this.COPID)).EndInit();
  737. this.ultraPanel2.ClientArea.ResumeLayout(false);
  738. this.ultraPanel2.ResumeLayout(false);
  739. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  740. this.ultraGroupBox1.ResumeLayout(false);
  741. this.ultraGroupBox1.PerformLayout();
  742. ((System.ComponentModel.ISupportInitialize)(this.txt_TitlePostal)).EndInit();
  743. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleAddr)).EndInit();
  744. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleTaxId)).EndInit();
  745. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleBankAccount)).EndInit();
  746. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleBankName)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.txt_OrgId)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleContactFax)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleContactTel)).EndInit();
  750. ((System.ComponentModel.ISupportInitialize)(this.txt_Remark)).EndInit();
  751. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleLinkMan)).EndInit();
  752. ((System.ComponentModel.ISupportInitialize)(this.txt_TitleName)).EndInit();
  753. ((System.ComponentModel.ISupportInitialize)(this.txt_id)).EndInit();
  754. this.ultraPanel3.ClientArea.ResumeLayout(false);
  755. this.ultraPanel3.ResumeLayout(false);
  756. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  757. this.ResumeLayout(false);
  758. }
  759. #endregion
  760. private System.Data.DataSet dataSet1;
  761. private System.Data.DataTable dataTable1;
  762. private System.Data.DataColumn dataColumn1;
  763. private System.Data.DataColumn dataColumn2;
  764. private System.Data.DataColumn dataColumn3;
  765. private System.Data.DataColumn dataColumn4;
  766. private System.Data.DataColumn dataColumn5;
  767. private System.Data.DataColumn dataColumn6;
  768. private System.Data.DataColumn dataColumn7;
  769. private System.Data.DataColumn dataColumn8;
  770. private System.Data.DataColumn dataColumn9;
  771. private System.Data.DataColumn dataColumn10;
  772. private System.Data.DataColumn dataColumn11;
  773. private System.Data.DataColumn dataColumn12;
  774. private System.Data.DataColumn dataColumn13;
  775. private System.Data.DataColumn dataColumn14;
  776. private System.Data.DataColumn dataColumn15;
  777. private System.Data.DataColumn dataColumn16;
  778. private System.Data.DataColumn dataColumn17;
  779. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  780. private Infragistics.Win.UltraWinEditors.UltraTextEditor COPName;
  781. private Infragistics.Win.UltraWinEditors.UltraTextEditor COPID;
  782. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  783. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  784. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  785. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  786. private System.Windows.Forms.TextBox txt_OrgName;
  787. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitlePostal;
  788. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleAddr;
  789. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleTaxId;
  790. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleBankAccount;
  791. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleBankName;
  792. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_OrgId;
  793. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleContactFax;
  794. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleContactTel;
  795. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Remark;
  796. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleLinkMan;
  797. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TitleName;
  798. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_id;
  799. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  800. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  801. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  802. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  803. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  804. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  805. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  806. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  807. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  808. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  809. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  810. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  811. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  812. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  813. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  814. }
  815. }