frmSuppSel.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. namespace Pur.configure
  2. {
  3. partial class frmSuppSel
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPCODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPNAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("col_sel");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPTAXRATE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUSPENDSTATUS");
  36. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  41. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
  43. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("do");
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit");
  46. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  47. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSuppSel));
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.dataColumn1 = new System.Data.DataColumn();
  51. this.dataColumn2 = new System.Data.DataColumn();
  52. this.dataColumn3 = new System.Data.DataColumn();
  53. this.dataColumn4 = new System.Data.DataColumn();
  54. this.dataColumn5 = new System.Data.DataColumn();
  55. this.dataColumn6 = new System.Data.DataColumn();
  56. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  58. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  59. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  60. this.label2 = new System.Windows.Forms.Label();
  61. this.label1 = new System.Windows.Forms.Label();
  62. this.txt_SuppName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.txt_SuppCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  64. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  65. this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  66. this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  67. this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  68. this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  72. this.tableLayoutPanel1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  74. this.ultraGroupBox2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  76. this.ultraGroupBox1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.txt_SuppName)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txt_SuppCode)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // dataSet1
  83. //
  84. this.dataSet1.DataSetName = "NewDataSet";
  85. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  86. this.dataTable1});
  87. //
  88. // dataTable1
  89. //
  90. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  91. this.dataColumn1,
  92. this.dataColumn2,
  93. this.dataColumn3,
  94. this.dataColumn4,
  95. this.dataColumn5,
  96. this.dataColumn6});
  97. this.dataTable1.TableName = "Table1";
  98. //
  99. // dataColumn1
  100. //
  101. this.dataColumn1.Caption = "供应商代码";
  102. this.dataColumn1.ColumnName = "SUPPCODE";
  103. //
  104. // dataColumn2
  105. //
  106. this.dataColumn2.Caption = "供应商名称";
  107. this.dataColumn2.ColumnName = "SUPPNAME";
  108. //
  109. // dataColumn3
  110. //
  111. this.dataColumn3.Caption = "选择";
  112. this.dataColumn3.ColumnName = "col_sel";
  113. //
  114. // dataColumn4
  115. //
  116. this.dataColumn4.Caption = "税率";
  117. this.dataColumn4.ColumnName = "SUPPTAXRATE";
  118. //
  119. // dataColumn5
  120. //
  121. this.dataColumn5.Caption = "状态";
  122. this.dataColumn5.ColumnName = "STATUS";
  123. //
  124. // dataColumn6
  125. //
  126. this.dataColumn6.Caption = "是否暂挂";
  127. this.dataColumn6.ColumnName = "SUSPENDSTATUS";
  128. //
  129. // ultraGrid1
  130. //
  131. this.ultraGrid1.DataMember = "Table1";
  132. this.ultraGrid1.DataSource = this.dataSet1;
  133. ultraGridColumn1.Header.VisiblePosition = 0;
  134. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  135. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  136. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  137. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  138. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  139. ultraGridColumn2.Header.VisiblePosition = 1;
  140. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  141. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  142. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(148, 0);
  143. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  144. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  145. ultraGridColumn3.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  146. ultraGridColumn3.Header.VisiblePosition = 2;
  147. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  148. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  149. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
  150. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  151. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  152. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  153. ultraGridColumn4.Header.VisiblePosition = 3;
  154. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  155. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  156. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  157. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  158. ultraGridColumn5.Header.VisiblePosition = 4;
  159. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  160. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  161. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  162. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  163. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  164. ultraGridColumn6.Header.VisiblePosition = 5;
  165. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
  166. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  167. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
  168. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  169. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  170. ultraGridBand1.Columns.AddRange(new object[] {
  171. ultraGridColumn1,
  172. ultraGridColumn2,
  173. ultraGridColumn3,
  174. ultraGridColumn4,
  175. ultraGridColumn5,
  176. ultraGridColumn6});
  177. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  178. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  179. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  180. this.ultraGrid1.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Popup;
  181. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  183. this.ultraGrid1.Name = "ultraGrid1";
  184. this.ultraGrid1.Size = new System.Drawing.Size(607, 275);
  185. this.ultraGrid1.TabIndex = 0;
  186. this.ultraGrid1.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_ClickCellButton);
  187. this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
  188. //
  189. // tableLayoutPanel1
  190. //
  191. this.tableLayoutPanel1.ColumnCount = 1;
  192. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  193. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  194. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  195. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
  197. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  198. this.tableLayoutPanel1.RowCount = 2;
  199. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  200. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  201. this.tableLayoutPanel1.Size = new System.Drawing.Size(619, 324);
  202. this.tableLayoutPanel1.TabIndex = 1;
  203. //
  204. // ultraGroupBox2
  205. //
  206. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  207. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43);
  209. this.ultraGroupBox2.Name = "ultraGroupBox2";
  210. this.ultraGroupBox2.Size = new System.Drawing.Size(613, 278);
  211. this.ultraGroupBox2.TabIndex = 1;
  212. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  213. //
  214. // ultraGroupBox1
  215. //
  216. this.ultraGroupBox1.Controls.Add(this.label2);
  217. this.ultraGroupBox1.Controls.Add(this.label1);
  218. this.ultraGroupBox1.Controls.Add(this.txt_SuppName);
  219. this.ultraGroupBox1.Controls.Add(this.txt_SuppCode);
  220. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  222. this.ultraGroupBox1.Name = "ultraGroupBox1";
  223. this.ultraGroupBox1.Size = new System.Drawing.Size(613, 34);
  224. this.ultraGroupBox1.TabIndex = 0;
  225. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  226. //
  227. // label2
  228. //
  229. this.label2.AutoSize = true;
  230. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  231. this.label2.Location = new System.Drawing.Point(257, 12);
  232. this.label2.Name = "label2";
  233. this.label2.Size = new System.Drawing.Size(65, 12);
  234. this.label2.TabIndex = 10;
  235. this.label2.Text = "供应商名称";
  236. //
  237. // label1
  238. //
  239. this.label1.AutoSize = true;
  240. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  241. this.label1.Location = new System.Drawing.Point(6, 12);
  242. this.label1.Name = "label1";
  243. this.label1.Size = new System.Drawing.Size(65, 12);
  244. this.label1.TabIndex = 9;
  245. this.label1.Text = "供应商代码";
  246. //
  247. // txt_SuppName
  248. //
  249. this.txt_SuppName.Location = new System.Drawing.Point(322, 8);
  250. this.txt_SuppName.Name = "txt_SuppName";
  251. this.txt_SuppName.Size = new System.Drawing.Size(179, 21);
  252. this.txt_SuppName.TabIndex = 7;
  253. //
  254. // txt_SuppCode
  255. //
  256. this.txt_SuppCode.Location = new System.Drawing.Point(72, 8);
  257. this.txt_SuppCode.Name = "txt_SuppCode";
  258. this.txt_SuppCode.Size = new System.Drawing.Size(169, 21);
  259. this.txt_SuppCode.TabIndex = 5;
  260. //
  261. // ultraToolbarsManager1
  262. //
  263. this.ultraToolbarsManager1.DesignerFlags = 1;
  264. this.ultraToolbarsManager1.DockWithinContainer = this;
  265. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase);
  266. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  267. ultraToolbar1.DockedColumn = 0;
  268. ultraToolbar1.DockedRow = 0;
  269. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  270. buttonTool15,
  271. buttonTool18,
  272. buttonTool23});
  273. ultraToolbar1.Text = "UltraToolbar1";
  274. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  275. ultraToolbar1});
  276. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  277. buttonTool20.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  278. buttonTool20.SharedPropsInternal.Caption = "查询";
  279. buttonTool20.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  280. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  281. buttonTool21.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  282. buttonTool21.SharedPropsInternal.Caption = "确定";
  283. buttonTool21.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  284. buttonTool22.SharedPropsInternal.Caption = "ButtonTool1";
  285. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  286. buttonTool24.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  287. buttonTool24.SharedPropsInternal.Caption = "退出";
  288. buttonTool24.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  289. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  290. buttonTool20,
  291. buttonTool21,
  292. buttonTool22,
  293. buttonTool24});
  294. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  295. //
  296. // _FrmPmsBase_Toolbars_Dock_Area_Left
  297. //
  298. this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  299. this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  300. this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  301. this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  302. this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  303. this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left";
  304. this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 324);
  305. this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  306. //
  307. // _FrmPmsBase_Toolbars_Dock_Area_Right
  308. //
  309. this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  310. this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  311. this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  312. this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  313. this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(619, 24);
  314. this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right";
  315. this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 324);
  316. this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  317. //
  318. // _FrmPmsBase_Toolbars_Dock_Area_Top
  319. //
  320. this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  321. this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  322. this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  323. this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  325. this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top";
  326. this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(619, 24);
  327. this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  328. //
  329. // _FrmPmsBase_Toolbars_Dock_Area_Bottom
  330. //
  331. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  332. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  333. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  334. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  335. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 348);
  336. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom";
  337. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(619, 0);
  338. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  339. //
  340. // frmSuppSel
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(619, 348);
  345. this.Controls.Add(this.tableLayoutPanel1);
  346. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left);
  347. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right);
  348. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top);
  349. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom);
  350. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  351. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  352. this.Name = "frmSuppSel";
  353. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  354. this.Text = "选择供应商";
  355. this.Load += new System.EventHandler(this.frmSuppSel_Load);
  356. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  359. this.tableLayoutPanel1.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  361. this.ultraGroupBox2.ResumeLayout(false);
  362. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  363. this.ultraGroupBox1.ResumeLayout(false);
  364. this.ultraGroupBox1.PerformLayout();
  365. ((System.ComponentModel.ISupportInitialize)(this.txt_SuppName)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.txt_SuppCode)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  368. this.ResumeLayout(false);
  369. }
  370. #endregion
  371. private System.Data.DataSet dataSet1;
  372. private System.Data.DataTable dataTable1;
  373. private System.Data.DataColumn dataColumn1;
  374. private System.Data.DataColumn dataColumn2;
  375. private System.Data.DataColumn dataColumn3;
  376. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  377. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  378. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  379. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  380. private System.Windows.Forms.Label label2;
  381. private System.Windows.Forms.Label label1;
  382. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_SuppName;
  383. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_SuppCode;
  384. private System.Data.DataColumn dataColumn4;
  385. private System.Data.DataColumn dataColumn5;
  386. private System.Data.DataColumn dataColumn6;
  387. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  388. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left;
  389. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right;
  390. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top;
  391. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom;
  392. }
  393. }