FrmPop-upTitle.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class FrmPop_upTitle
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleName");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleAddr");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleLinkMan");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleContactTel");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleContactFax");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleBankName");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleBankAccount");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitleTaxId");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TitlePostal");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrgId");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrgName");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  48. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
  60. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
  61. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
  62. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  65. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  67. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  68. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  72. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  74. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  75. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  76. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  77. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  79. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  81. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  82. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPop_upTitle));
  83. this.dataSet1 = new System.Data.DataSet();
  84. this.dataTable1 = new System.Data.DataTable();
  85. this.dataColumn1 = new System.Data.DataColumn();
  86. this.dataColumn2 = new System.Data.DataColumn();
  87. this.dataColumn3 = new System.Data.DataColumn();
  88. this.dataColumn4 = new System.Data.DataColumn();
  89. this.dataColumn5 = new System.Data.DataColumn();
  90. this.dataColumn6 = new System.Data.DataColumn();
  91. this.dataColumn7 = new System.Data.DataColumn();
  92. this.dataColumn8 = new System.Data.DataColumn();
  93. this.dataColumn9 = new System.Data.DataColumn();
  94. this.dataColumn10 = new System.Data.DataColumn();
  95. this.dataColumn11 = new System.Data.DataColumn();
  96. this.dataColumn12 = new System.Data.DataColumn();
  97. this.dataColumn13 = new System.Data.DataColumn();
  98. this.dataColumn14 = new System.Data.DataColumn();
  99. this.dataColumn15 = new System.Data.DataColumn();
  100. this.dataColumn16 = new System.Data.DataColumn();
  101. this.dataColumn17 = new System.Data.DataColumn();
  102. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  103. this.panel1 = new System.Windows.Forms.Panel();
  104. this.COPName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  105. this.COPID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  106. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  107. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  108. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  109. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  110. this.barsManagerButon = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  111. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  112. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  113. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  114. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  115. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  117. this.tableLayoutPanel1.SuspendLayout();
  118. this.panel1.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.COPName)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.COPID)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  122. this.ultraGroupBox2.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).BeginInit();
  125. this.SuspendLayout();
  126. //
  127. // dataSet1
  128. //
  129. this.dataSet1.DataSetName = "NewDataSet";
  130. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  131. this.dataTable1});
  132. //
  133. // dataTable1
  134. //
  135. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  136. this.dataColumn1,
  137. this.dataColumn2,
  138. this.dataColumn3,
  139. this.dataColumn4,
  140. this.dataColumn5,
  141. this.dataColumn6,
  142. this.dataColumn7,
  143. this.dataColumn8,
  144. this.dataColumn9,
  145. this.dataColumn10,
  146. this.dataColumn11,
  147. this.dataColumn12,
  148. this.dataColumn13,
  149. this.dataColumn14,
  150. this.dataColumn15,
  151. this.dataColumn16,
  152. this.dataColumn17});
  153. this.dataTable1.TableName = "Table1";
  154. //
  155. // dataColumn1
  156. //
  157. this.dataColumn1.Caption = "信息ID";
  158. this.dataColumn1.ColumnName = "Id";
  159. //
  160. // dataColumn2
  161. //
  162. this.dataColumn2.Caption = "抬头名称(买受人)";
  163. this.dataColumn2.ColumnName = "TitleName";
  164. //
  165. // dataColumn3
  166. //
  167. this.dataColumn3.Caption = "联系地址";
  168. this.dataColumn3.ColumnName = "TitleAddr";
  169. //
  170. // dataColumn4
  171. //
  172. this.dataColumn4.Caption = "法人";
  173. this.dataColumn4.ColumnName = "TitleLinkMan";
  174. //
  175. // dataColumn5
  176. //
  177. this.dataColumn5.Caption = "电话";
  178. this.dataColumn5.ColumnName = "TitleContactTel";
  179. //
  180. // dataColumn6
  181. //
  182. this.dataColumn6.Caption = "传真";
  183. this.dataColumn6.ColumnName = "TitleContactFax";
  184. //
  185. // dataColumn7
  186. //
  187. this.dataColumn7.Caption = "开户银行";
  188. this.dataColumn7.ColumnName = "TitleBankName";
  189. //
  190. // dataColumn8
  191. //
  192. this.dataColumn8.Caption = "银行帐号";
  193. this.dataColumn8.ColumnName = "TitleBankAccount";
  194. //
  195. // dataColumn9
  196. //
  197. this.dataColumn9.Caption = "税务登记号";
  198. this.dataColumn9.ColumnName = "TitleTaxId";
  199. //
  200. // dataColumn10
  201. //
  202. this.dataColumn10.Caption = "邮编";
  203. this.dataColumn10.ColumnName = "TitlePostal";
  204. //
  205. // dataColumn11
  206. //
  207. this.dataColumn11.Caption = "机构ID";
  208. this.dataColumn11.ColumnName = "OrgId";
  209. //
  210. // dataColumn12
  211. //
  212. this.dataColumn12.Caption = "机构名称";
  213. this.dataColumn12.ColumnName = "OrgName";
  214. //
  215. // dataColumn13
  216. //
  217. this.dataColumn13.Caption = "备注";
  218. this.dataColumn13.ColumnName = "Remark";
  219. //
  220. // dataColumn14
  221. //
  222. this.dataColumn14.Caption = "创建人";
  223. this.dataColumn14.ColumnName = "CreateName";
  224. //
  225. // dataColumn15
  226. //
  227. this.dataColumn15.Caption = "创建时间";
  228. this.dataColumn15.ColumnName = "CreateTime";
  229. //
  230. // dataColumn16
  231. //
  232. this.dataColumn16.Caption = "修改人";
  233. this.dataColumn16.ColumnName = "UpdateName";
  234. //
  235. // dataColumn17
  236. //
  237. this.dataColumn17.Caption = "修改时间";
  238. this.dataColumn17.ColumnName = "UpdateTime";
  239. //
  240. // tableLayoutPanel1
  241. //
  242. this.tableLayoutPanel1.ColumnCount = 1;
  243. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  244. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
  245. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  246. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28);
  248. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  249. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  250. this.tableLayoutPanel1.RowCount = 2;
  251. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
  252. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  253. this.tableLayoutPanel1.Size = new System.Drawing.Size(1308, 628);
  254. this.tableLayoutPanel1.TabIndex = 0;
  255. //
  256. // panel1
  257. //
  258. this.panel1.Controls.Add(this.COPName);
  259. this.panel1.Controls.Add(this.COPID);
  260. this.panel1.Controls.Add(this.ultraLabel15);
  261. this.panel1.Controls.Add(this.ultraLabel14);
  262. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.panel1.Location = new System.Drawing.Point(3, 2);
  264. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  265. this.panel1.Name = "panel1";
  266. this.panel1.Size = new System.Drawing.Size(1302, 37);
  267. this.panel1.TabIndex = 3;
  268. //
  269. // COPName
  270. //
  271. this.COPName.Location = new System.Drawing.Point(323, 5);
  272. this.COPName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  273. this.COPName.Name = "COPName";
  274. this.COPName.Size = new System.Drawing.Size(131, 24);
  275. this.COPName.TabIndex = 8;
  276. //
  277. // COPID
  278. //
  279. this.COPID.Location = new System.Drawing.Point(67, 5);
  280. this.COPID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  281. this.COPID.Name = "COPID";
  282. this.COPID.Size = new System.Drawing.Size(131, 24);
  283. this.COPID.TabIndex = 7;
  284. //
  285. // ultraLabel15
  286. //
  287. this.ultraLabel15.AutoSize = true;
  288. this.ultraLabel15.Location = new System.Drawing.Point(264, 9);
  289. this.ultraLabel15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  290. this.ultraLabel15.Name = "ultraLabel15";
  291. this.ultraLabel15.Size = new System.Drawing.Size(69, 24);
  292. this.ultraLabel15.TabIndex = 6;
  293. this.ultraLabel15.Text = "抬头名";
  294. //
  295. // ultraLabel14
  296. //
  297. this.ultraLabel14.AutoSize = true;
  298. this.ultraLabel14.Location = new System.Drawing.Point(9, 9);
  299. this.ultraLabel14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  300. this.ultraLabel14.Name = "ultraLabel14";
  301. this.ultraLabel14.Size = new System.Drawing.Size(69, 24);
  302. this.ultraLabel14.TabIndex = 5;
  303. this.ultraLabel14.Text = "信息ID";
  304. //
  305. // ultraGroupBox2
  306. //
  307. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  308. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43);
  310. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  311. this.ultraGroupBox2.Name = "ultraGroupBox2";
  312. this.ultraGroupBox2.Size = new System.Drawing.Size(1302, 583);
  313. this.ultraGroupBox2.TabIndex = 1;
  314. this.ultraGroupBox2.Text = "抬头信息";
  315. //
  316. // ultraGrid1
  317. //
  318. this.ultraGrid1.DataSource = this.dataSet1;
  319. appearance1.BackColor = System.Drawing.SystemColors.Window;
  320. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  321. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  322. ultraGridColumn1.Header.VisiblePosition = 0;
  323. ultraGridColumn2.Header.VisiblePosition = 1;
  324. ultraGridColumn3.Header.VisiblePosition = 2;
  325. ultraGridColumn4.Header.VisiblePosition = 3;
  326. ultraGridColumn5.Header.VisiblePosition = 4;
  327. ultraGridColumn6.Header.VisiblePosition = 5;
  328. ultraGridColumn7.Header.VisiblePosition = 6;
  329. ultraGridColumn8.Header.VisiblePosition = 7;
  330. ultraGridColumn9.Header.VisiblePosition = 8;
  331. ultraGridColumn10.Header.VisiblePosition = 9;
  332. ultraGridColumn11.Header.VisiblePosition = 10;
  333. ultraGridColumn12.Header.VisiblePosition = 11;
  334. ultraGridColumn13.Header.VisiblePosition = 12;
  335. ultraGridColumn14.Header.VisiblePosition = 13;
  336. ultraGridColumn15.Header.VisiblePosition = 14;
  337. ultraGridColumn16.Header.VisiblePosition = 15;
  338. ultraGridColumn17.Header.VisiblePosition = 16;
  339. ultraGridBand1.Columns.AddRange(new object[] {
  340. ultraGridColumn1,
  341. ultraGridColumn2,
  342. ultraGridColumn3,
  343. ultraGridColumn4,
  344. ultraGridColumn5,
  345. ultraGridColumn6,
  346. ultraGridColumn7,
  347. ultraGridColumn8,
  348. ultraGridColumn9,
  349. ultraGridColumn10,
  350. ultraGridColumn11,
  351. ultraGridColumn12,
  352. ultraGridColumn13,
  353. ultraGridColumn14,
  354. ultraGridColumn15,
  355. ultraGridColumn16,
  356. ultraGridColumn17});
  357. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  358. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  359. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  360. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  361. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  362. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  363. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  364. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  365. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  366. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  367. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  368. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  369. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  370. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  371. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  372. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  373. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  374. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  375. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  376. appearance5.BackColor = System.Drawing.SystemColors.Window;
  377. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  378. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  379. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  380. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  381. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  382. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  383. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  384. appearance7.BackColor = System.Drawing.SystemColors.Window;
  385. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  386. appearance8.BorderColor = System.Drawing.Color.Silver;
  387. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  388. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  389. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  390. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  391. appearance9.BackColor = System.Drawing.SystemColors.Control;
  392. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  393. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  394. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  395. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  396. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  397. appearance10.TextHAlignAsString = "Left";
  398. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  399. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  400. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  401. appearance12.BackColor = System.Drawing.SystemColors.Window;
  402. appearance12.BorderColor = System.Drawing.Color.Silver;
  403. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance12;
  404. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  405. appearance25.BackColor = System.Drawing.SystemColors.ControlLight;
  406. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance25;
  407. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  408. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  409. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  410. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
  413. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  414. this.ultraGrid1.Name = "ultraGrid1";
  415. this.ultraGrid1.Size = new System.Drawing.Size(1296, 559);
  416. this.ultraGrid1.TabIndex = 0;
  417. //
  418. // barsManagerButon
  419. //
  420. this.barsManagerButon.DesignerFlags = 1;
  421. this.barsManagerButon.DockWithinContainer = this;
  422. this.barsManagerButon.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  423. this.barsManagerButon.MiniToolbar.ToolRowCount = 3;
  424. this.barsManagerButon.Office2007UICompatibility = false;
  425. ribbonTab1.Caption = "ribbon1";
  426. ribbonGroup1.Caption = "ribbonGroup1";
  427. ribbonGroup2.Caption = "ribbonGroup2";
  428. ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
  429. ribbonGroup1,
  430. ribbonGroup2});
  431. this.barsManagerButon.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
  432. ribbonTab1});
  433. this.barsManagerButon.ShowQuickCustomizeButton = false;
  434. ultraToolbar1.DockedColumn = 0;
  435. ultraToolbar1.DockedRow = 0;
  436. buttonTool5.InstanceProps.IsFirstInGroup = true;
  437. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  438. buttonTool2,
  439. buttonTool5});
  440. ultraToolbar1.Text = "UltraToolbar1";
  441. ultraToolbar1.Visible = false;
  442. ultraToolbar2.DockedColumn = 0;
  443. ultraToolbar2.DockedRow = 0;
  444. ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  445. buttonTool1,
  446. buttonTool4,
  447. buttonTool16});
  448. ultraToolbar2.Text = "UltraToolbar2";
  449. this.barsManagerButon.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  450. ultraToolbar1,
  451. ultraToolbar2});
  452. buttonTool6.SharedPropsInternal.Caption = "新增";
  453. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  454. buttonTool7.SharedPropsInternal.Caption = "删除";
  455. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  456. buttonTool8.SharedPropsInternal.Caption = "修改";
  457. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  458. buttonTool9.SharedPropsInternal.Caption = "查询";
  459. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  460. buttonTool10.SharedPropsInternal.Caption = "关闭";
  461. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  462. buttonTool12.SharedPropsInternal.Caption = "恢复";
  463. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  464. buttonTool3.SharedPropsInternal.Caption = "确认";
  465. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  466. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  467. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  468. buttonTool11.SharedPropsInternal.Caption = "查询";
  469. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  470. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  471. buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  472. buttonTool13.SharedPropsInternal.Caption = "关闭";
  473. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  474. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  475. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  476. buttonTool17.SharedPropsInternal.Caption = "确认";
  477. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  478. this.barsManagerButon.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  479. buttonTool6,
  480. buttonTool7,
  481. buttonTool8,
  482. buttonTool9,
  483. buttonTool10,
  484. buttonTool12,
  485. buttonTool3,
  486. buttonTool11,
  487. buttonTool13,
  488. buttonTool17});
  489. this.barsManagerButon.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.barsManagerButon_ToolClick);
  490. //
  491. // _Form1_Toolbars_Dock_Area_Top
  492. //
  493. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  494. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  495. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  496. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  497. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  498. this._Form1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  499. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  500. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1308, 28);
  501. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.barsManagerButon;
  502. //
  503. // _Form1_Toolbars_Dock_Area_Bottom
  504. //
  505. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  506. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  507. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  508. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  509. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 656);
  510. this._Form1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  511. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  512. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1308, 0);
  513. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.barsManagerButon;
  514. //
  515. // _Form1_Toolbars_Dock_Area_Left
  516. //
  517. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  518. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  519. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  520. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  521. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  522. this._Form1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  523. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  524. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 628);
  525. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.barsManagerButon;
  526. //
  527. // _Form1_Toolbars_Dock_Area_Right
  528. //
  529. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  530. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  531. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  532. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  533. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1308, 28);
  534. this._Form1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  535. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  536. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 628);
  537. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.barsManagerButon;
  538. //
  539. // FrmPop_upTitle
  540. //
  541. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  542. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  543. this.ClientSize = new System.Drawing.Size(1308, 656);
  544. this.Controls.Add(this.tableLayoutPanel1);
  545. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  546. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  547. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  548. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  549. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  550. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  551. this.Name = "FrmPop_upTitle";
  552. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  553. this.Text = "抬头信息";
  554. this.Load += new System.EventHandler(this.FrmPop_upTitle_Load);
  555. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  556. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  557. this.tableLayoutPanel1.ResumeLayout(false);
  558. this.panel1.ResumeLayout(false);
  559. this.panel1.PerformLayout();
  560. ((System.ComponentModel.ISupportInitialize)(this.COPName)).EndInit();
  561. ((System.ComponentModel.ISupportInitialize)(this.COPID)).EndInit();
  562. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  563. this.ultraGroupBox2.ResumeLayout(false);
  564. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  565. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).EndInit();
  566. this.ResumeLayout(false);
  567. }
  568. #endregion
  569. private System.Data.DataSet dataSet1;
  570. private System.Data.DataTable dataTable1;
  571. private System.Data.DataColumn dataColumn1;
  572. private System.Data.DataColumn dataColumn2;
  573. private System.Data.DataColumn dataColumn3;
  574. private System.Data.DataColumn dataColumn4;
  575. private System.Data.DataColumn dataColumn5;
  576. private System.Data.DataColumn dataColumn6;
  577. private System.Data.DataColumn dataColumn7;
  578. private System.Data.DataColumn dataColumn8;
  579. private System.Data.DataColumn dataColumn9;
  580. private System.Data.DataColumn dataColumn10;
  581. private System.Data.DataColumn dataColumn11;
  582. private System.Data.DataColumn dataColumn12;
  583. private System.Data.DataColumn dataColumn13;
  584. private System.Data.DataColumn dataColumn14;
  585. private System.Data.DataColumn dataColumn15;
  586. private System.Data.DataColumn dataColumn16;
  587. private System.Data.DataColumn dataColumn17;
  588. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  589. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  590. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  591. private System.Windows.Forms.Panel panel1;
  592. private Infragistics.Win.UltraWinEditors.UltraTextEditor COPName;
  593. private Infragistics.Win.UltraWinEditors.UltraTextEditor COPID;
  594. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  595. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  596. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager barsManagerButon;
  597. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  598. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  599. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  600. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  601. }
  602. }