锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

461 lines
26 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSVendor
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSVendor));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  34. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  38. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  39. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  40. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  43. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  44. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  45. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  46. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colVendorCode = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colVendorName = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  53. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  54. this.panelControl3.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  56. this.groupControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // btnOutPut
  63. //
  64. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  65. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  66. this.btnOutPut.Appearance.Options.UseFont = true;
  67. this.btnOutPut.Appearance.Options.UseForeColor = true;
  68. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  69. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  70. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  71. this.btnOutPut.Location = new System.Drawing.Point(530, 0);
  72. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  73. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  74. this.btnOutPut.Name = "btnOutPut";
  75. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  76. this.btnOutPut.TabIndex = 2;
  77. this.btnOutPut.Text = "导出";
  78. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  79. //
  80. // btnConfig
  81. //
  82. this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  83. this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
  84. this.btnConfig.Appearance.Options.UseFont = true;
  85. this.btnConfig.Appearance.Options.UseForeColor = true;
  86. this.btnConfig.Appearance.Options.UseTextOptions = true;
  87. this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  88. this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
  89. this.btnConfig.Location = new System.Drawing.Point(143, 0);
  90. this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
  91. this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
  92. this.btnConfig.Name = "btnConfig";
  93. this.btnConfig.Size = new System.Drawing.Size(92, 30);
  94. this.btnConfig.TabIndex = 4;
  95. this.btnConfig.Text = "数据源设置";
  96. this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
  97. //
  98. // btnExit
  99. //
  100. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  102. this.btnExit.Appearance.Options.UseFont = true;
  103. this.btnExit.Appearance.Options.UseForeColor = true;
  104. this.btnExit.Appearance.Options.UseTextOptions = true;
  105. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  106. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  107. this.btnExit.Location = new System.Drawing.Point(651, 0);
  108. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  109. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  110. this.btnExit.Name = "btnExit";
  111. this.btnExit.Size = new System.Drawing.Size(55, 30);
  112. this.btnExit.TabIndex = 10;
  113. this.btnExit.Text = "退出";
  114. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  115. //
  116. // btnFilter
  117. //
  118. this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  119. this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
  120. this.btnFilter.Appearance.Options.UseFont = true;
  121. this.btnFilter.Appearance.Options.UseForeColor = true;
  122. this.btnFilter.Appearance.Options.UseTextOptions = true;
  123. this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  124. this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
  125. this.btnFilter.Location = new System.Drawing.Point(84, 0);
  126. this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
  127. this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
  128. this.btnFilter.Name = "btnFilter";
  129. this.btnFilter.Size = new System.Drawing.Size(59, 30);
  130. this.btnFilter.TabIndex = 11;
  131. this.btnFilter.Text = "过滤";
  132. this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
  133. //
  134. // panelControl3
  135. //
  136. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  137. this.panelControl3.Appearance.Options.UseBackColor = true;
  138. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  139. this.panelControl3.Controls.Add(this.btnModify);
  140. this.panelControl3.Controls.Add(this.btnCreate);
  141. this.panelControl3.Controls.Add(this.btnCancelAll);
  142. this.panelControl3.Controls.Add(this.btnDel);
  143. this.panelControl3.Controls.Add(this.btnSelectAll);
  144. this.panelControl3.Controls.Add(this.lblTitle);
  145. this.panelControl3.Controls.Add(this.btnRefresh);
  146. this.panelControl3.Controls.Add(this.btnClose);
  147. this.panelControl3.Controls.Add(this.btnFilter);
  148. this.panelControl3.Controls.Add(this.btnExit);
  149. this.panelControl3.Controls.Add(this.btnConfig);
  150. this.panelControl3.Controls.Add(this.btnOutPut);
  151. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  152. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  153. this.panelControl3.Name = "panelControl3";
  154. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  155. this.panelControl3.TabIndex = 13;
  156. //
  157. // btnModify
  158. //
  159. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  160. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  161. this.btnModify.Appearance.Options.UseFont = true;
  162. this.btnModify.Appearance.Options.UseForeColor = true;
  163. this.btnModify.Appearance.Options.UseTextOptions = true;
  164. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  165. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  166. this.btnModify.Location = new System.Drawing.Point(409, 0);
  167. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  168. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  169. this.btnModify.Name = "btnModify";
  170. this.btnModify.Size = new System.Drawing.Size(63, 30);
  171. this.btnModify.TabIndex = 24;
  172. this.btnModify.Text = "修改";
  173. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  174. //
  175. // btnCreate
  176. //
  177. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  179. this.btnCreate.Appearance.Options.UseFont = true;
  180. this.btnCreate.Appearance.Options.UseForeColor = true;
  181. this.btnCreate.Appearance.Options.UseTextOptions = true;
  182. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  183. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  184. this.btnCreate.Location = new System.Drawing.Point(351, 0);
  185. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  186. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  187. this.btnCreate.Name = "btnCreate";
  188. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  189. this.btnCreate.TabIndex = 23;
  190. this.btnCreate.Text = "新增";
  191. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  192. //
  193. // btnCancelAll
  194. //
  195. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  196. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  197. this.btnCancelAll.Appearance.Options.UseFont = true;
  198. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  199. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  200. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  201. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  202. this.btnCancelAll.Location = new System.Drawing.Point(293, 0);
  203. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  204. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  205. this.btnCancelAll.Name = "btnCancelAll";
  206. this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
  207. this.btnCancelAll.TabIndex = 22;
  208. this.btnCancelAll.Text = "全消";
  209. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  210. //
  211. // btnDel
  212. //
  213. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  214. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  215. this.btnDel.Appearance.Options.UseFont = true;
  216. this.btnDel.Appearance.Options.UseForeColor = true;
  217. this.btnDel.Appearance.Options.UseTextOptions = true;
  218. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  219. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  220. this.btnDel.Location = new System.Drawing.Point(472, 0);
  221. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  222. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  223. this.btnDel.Name = "btnDel";
  224. this.btnDel.Size = new System.Drawing.Size(58, 30);
  225. this.btnDel.TabIndex = 21;
  226. this.btnDel.Text = "删除";
  227. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  228. //
  229. // btnSelectAll
  230. //
  231. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  232. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  233. this.btnSelectAll.Appearance.Options.UseFont = true;
  234. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  235. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  236. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  237. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  238. this.btnSelectAll.Location = new System.Drawing.Point(235, 0);
  239. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  240. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  241. this.btnSelectAll.Name = "btnSelectAll";
  242. this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
  243. this.btnSelectAll.TabIndex = 20;
  244. this.btnSelectAll.Text = "全选";
  245. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  246. //
  247. // lblTitle
  248. //
  249. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  250. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  251. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  252. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  253. this.lblTitle.Name = "lblTitle";
  254. this.lblTitle.Size = new System.Drawing.Size(81, 23);
  255. this.lblTitle.TabIndex = 19;
  256. this.lblTitle.Text = "厂商列表";
  257. //
  258. // btnRefresh
  259. //
  260. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  261. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  262. this.btnRefresh.Appearance.Options.UseFont = true;
  263. this.btnRefresh.Appearance.Options.UseForeColor = true;
  264. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  265. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  266. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  267. this.btnRefresh.Location = new System.Drawing.Point(593, 0);
  268. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  269. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  270. this.btnRefresh.Name = "btnRefresh";
  271. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  272. this.btnRefresh.TabIndex = 17;
  273. this.btnRefresh.Text = "刷新";
  274. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  275. //
  276. // btnClose
  277. //
  278. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  279. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  280. this.btnClose.Appearance.Options.UseFont = true;
  281. this.btnClose.Appearance.Options.UseForeColor = true;
  282. this.btnClose.Appearance.Options.UseTextOptions = true;
  283. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  284. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  285. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  286. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  287. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  288. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  289. this.btnClose.Name = "btnClose";
  290. this.btnClose.Size = new System.Drawing.Size(26, 30);
  291. this.btnClose.TabIndex = 14;
  292. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  293. //
  294. // rptPage
  295. //
  296. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  297. this.rptPage.Appearance.Options.UseBackColor = true;
  298. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  299. this.rptPage.isInit = false;
  300. this.rptPage.Location = new System.Drawing.Point(0, 413);
  301. this.rptPage.Name = "rptPage";
  302. this.rptPage.PageIndex = 0;
  303. this.rptPage.PageSize = 0;
  304. this.rptPage.RecordNum = 0;
  305. this.rptPage.Size = new System.Drawing.Size(1036, 26);
  306. this.rptPage.TabIndex = 15;
  307. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  308. //
  309. // groupControl1
  310. //
  311. this.groupControl1.Controls.Add(this.grdDetail);
  312. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  314. this.groupControl1.Name = "groupControl1";
  315. this.groupControl1.Size = new System.Drawing.Size(1036, 383);
  316. this.groupControl1.TabIndex = 14;
  317. this.groupControl1.Text = "详细信息";
  318. //
  319. // grdDetail
  320. //
  321. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  322. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  323. this.grdDetail.MainView = this.grvDetail;
  324. this.grdDetail.Name = "grdDetail";
  325. this.grdDetail.Size = new System.Drawing.Size(1032, 359);
  326. this.grdDetail.TabIndex = 0;
  327. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  328. this.grvDetail,
  329. this.grvAdvDetail});
  330. //
  331. // grvDetail
  332. //
  333. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  334. this.colisSelect,
  335. this.colID,
  336. this.colVendorCode,
  337. this.colVendorName,
  338. this.colMUSERName,
  339. this.colMTIME});
  340. this.grvDetail.GridControl = this.grdDetail;
  341. this.grvDetail.IndicatorWidth = 40;
  342. this.grvDetail.Name = "grvDetail";
  343. this.grvDetail.OptionsBehavior.Editable = false;
  344. this.grvDetail.OptionsBehavior.ReadOnly = true;
  345. this.grvDetail.OptionsSelection.MultiSelect = true;
  346. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  347. this.grvDetail.OptionsView.ShowFooter = true;
  348. this.grvDetail.OptionsView.ShowGroupPanel = false;
  349. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  350. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  351. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  352. //
  353. // colisSelect
  354. //
  355. this.colisSelect.Caption = "选择";
  356. this.colisSelect.FieldName = "isSelect";
  357. this.colisSelect.Name = "colisSelect";
  358. this.colisSelect.Visible = true;
  359. this.colisSelect.VisibleIndex = 0;
  360. //
  361. // colID
  362. //
  363. this.colID.Caption = "guid";
  364. this.colID.FieldName = "ID";
  365. this.colID.Name = "colID";
  366. //
  367. // colVendorCode
  368. //
  369. this.colVendorCode.Caption = "厂商代码";
  370. this.colVendorCode.FieldName = "VendorCode";
  371. this.colVendorCode.Name = "colVendorCode";
  372. this.colVendorCode.Visible = true;
  373. this.colVendorCode.VisibleIndex = 1;
  374. //
  375. // colVendorName
  376. //
  377. this.colVendorName.Caption = "厂商名称";
  378. this.colVendorName.FieldName = "VendorName";
  379. this.colVendorName.Name = "colVendorName";
  380. this.colVendorName.Visible = true;
  381. this.colVendorName.VisibleIndex = 2;
  382. //
  383. // colMUSERName
  384. //
  385. this.colMUSERName.Caption = "维护人";
  386. this.colMUSERName.FieldName = "MUSERName";
  387. this.colMUSERName.Name = "colMUSERName";
  388. this.colMUSERName.Visible = true;
  389. this.colMUSERName.VisibleIndex = 3;
  390. //
  391. // colMTIME
  392. //
  393. this.colMTIME.Caption = "维护时间";
  394. this.colMTIME.FieldName = "MTIME";
  395. this.colMTIME.Name = "colMTIME";
  396. this.colMTIME.Visible = true;
  397. this.colMTIME.VisibleIndex = 4;
  398. //
  399. // grvAdvDetail
  400. //
  401. this.grvAdvDetail.GridControl = this.grdDetail;
  402. this.grvAdvDetail.Name = "grvAdvDetail";
  403. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  404. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  405. this.grvAdvDetail.OptionsView.ShowFooter = true;
  406. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  407. //
  408. // FormICSVendor
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.ClientSize = new System.Drawing.Size(1036, 439);
  413. this.Controls.Add(this.groupControl1);
  414. this.Controls.Add(this.rptPage);
  415. this.Controls.Add(this.panelControl3);
  416. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  417. this.Name = "FormICSVendor";
  418. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  419. this.Text = "厂商维护";
  420. this.Load += new System.EventHandler(this.FormDCT_Load);
  421. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  422. this.panelControl3.ResumeLayout(false);
  423. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  424. this.groupControl1.ResumeLayout(false);
  425. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  428. this.ResumeLayout(false);
  429. }
  430. #endregion
  431. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  432. private DevExpress.XtraEditors.SimpleButton btnConfig;
  433. private DevExpress.XtraEditors.SimpleButton btnExit;
  434. private DevExpress.XtraEditors.SimpleButton btnFilter;
  435. private DevExpress.XtraEditors.PanelControl panelControl3;
  436. private DevExpress.XtraEditors.SimpleButton btnClose;
  437. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  438. private DevExpress.XtraEditors.LabelControl lblTitle;
  439. private DevExpress.XtraEditors.SimpleButton btnCreate;
  440. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  441. private DevExpress.XtraEditors.SimpleButton btnDel;
  442. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  443. private Base.UserControl.FormControl.PageNavTool rptPage;
  444. private DevExpress.XtraEditors.GroupControl groupControl1;
  445. private DevExpress.XtraGrid.GridControl grdDetail;
  446. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  447. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  448. private DevExpress.XtraGrid.Columns.GridColumn colID;
  449. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  450. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  451. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  452. private DevExpress.XtraEditors.SimpleButton btnModify;
  453. private DevExpress.XtraGrid.Columns.GridColumn colVendorCode;
  454. private DevExpress.XtraGrid.Columns.GridColumn colVendorName;
  455. }
  456. }