FormDataManage.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. namespace SIMDP
  2. {
  3. partial class FormDataManage
  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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  29. this.navBarControl = new DevExpress.XtraNavBar.NavBarControl();
  30. this.nbDataHistory = new DevExpress.XtraNavBar.NavBarGroup();
  31. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  32. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.txt_batchid = new DevExpress.XtraEditors.TextEdit();
  35. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  36. this.btn_ExportData = new DevExpress.XtraEditors.SimpleButton();
  37. this.SbtnSelect = new DevExpress.XtraEditors.SimpleButton();
  38. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  39. this.timeEditEnd = new DevExpress.XtraEditors.TimeEdit();
  40. this.dateEditStart = new DevExpress.XtraEditors.DateEdit();
  41. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  44. this.timeEditStart = new DevExpress.XtraEditors.TimeEdit();
  45. this.dateEditEnd = new DevExpress.XtraEditors.DateEdit();
  46. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  47. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  48. this.splitContainerControl1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  53. this.panelControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.txt_batchid.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.timeEditEnd.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.timeEditStart.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties.CalendarTimeProperties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // splitContainerControl1
  65. //
  66. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  67. | System.Windows.Forms.AnchorStyles.Left)
  68. | System.Windows.Forms.AnchorStyles.Right)));
  69. this.splitContainerControl1.Location = new System.Drawing.Point(1, 1);
  70. this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  71. this.splitContainerControl1.Name = "splitContainerControl1";
  72. this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
  73. this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl);
  74. this.splitContainerControl1.Panel1.Text = "Panel1";
  75. this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
  76. this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
  77. this.splitContainerControl1.Panel2.Text = "Panel2";
  78. this.splitContainerControl1.Size = new System.Drawing.Size(1650, 724);
  79. this.splitContainerControl1.SplitterPosition = 129;
  80. this.splitContainerControl1.TabIndex = 0;
  81. this.splitContainerControl1.Text = "splitContainerControl1";
  82. //
  83. // navBarControl
  84. //
  85. this.navBarControl.ActiveGroup = this.nbDataHistory;
  86. this.navBarControl.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
  87. this.nbDataHistory});
  88. this.navBarControl.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl;
  89. this.navBarControl.Location = new System.Drawing.Point(1, 1);
  90. this.navBarControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  91. this.navBarControl.Name = "navBarControl";
  92. this.navBarControl.OptionsNavPane.ExpandedWidth = 216;
  93. this.navBarControl.Size = new System.Drawing.Size(216, 716);
  94. this.navBarControl.TabIndex = 0;
  95. this.navBarControl.Text = "数据追溯";
  96. //
  97. // nbDataHistory
  98. //
  99. this.nbDataHistory.Caption = "数据追溯";
  100. this.nbDataHistory.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.AllowDrop;
  101. this.nbDataHistory.Expanded = true;
  102. this.nbDataHistory.Name = "nbDataHistory";
  103. //
  104. // gridControl1
  105. //
  106. this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  107. | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  110. this.gridControl1.Location = new System.Drawing.Point(3, 60);
  111. this.gridControl1.MainView = this.gridView1;
  112. this.gridControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  113. this.gridControl1.Name = "gridControl1";
  114. this.gridControl1.Size = new System.Drawing.Size(1510, 660);
  115. this.gridControl1.TabIndex = 10;
  116. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  117. this.gridView1});
  118. //
  119. // gridView1
  120. //
  121. this.gridView1.GridControl = this.gridControl1;
  122. this.gridView1.IndicatorWidth = 80;
  123. this.gridView1.Name = "gridView1";
  124. this.gridView1.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True;
  125. this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.PlainText;
  126. this.gridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
  127. this.gridView1.OptionsSelection.MultiSelect = true;
  128. this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
  129. this.gridView1.OptionsView.ShowGroupPanel = false;
  130. this.gridView1.OptionsView.ShowIndicator = false;
  131. this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  132. //
  133. // panelControl1
  134. //
  135. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  136. | System.Windows.Forms.AnchorStyles.Right)));
  137. this.panelControl1.Controls.Add(this.txt_batchid);
  138. this.panelControl1.Controls.Add(this.labelControl5);
  139. this.panelControl1.Controls.Add(this.btn_ExportData);
  140. this.panelControl1.Controls.Add(this.SbtnSelect);
  141. this.panelControl1.Controls.Add(this.labelControl2);
  142. this.panelControl1.Controls.Add(this.timeEditEnd);
  143. this.panelControl1.Controls.Add(this.dateEditStart);
  144. this.panelControl1.Controls.Add(this.labelControl3);
  145. this.panelControl1.Controls.Add(this.labelControl1);
  146. this.panelControl1.Controls.Add(this.labelControl4);
  147. this.panelControl1.Controls.Add(this.timeEditStart);
  148. this.panelControl1.Controls.Add(this.dateEditEnd);
  149. this.panelControl1.Location = new System.Drawing.Point(3, 0);
  150. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  151. this.panelControl1.Name = "panelControl1";
  152. this.panelControl1.Size = new System.Drawing.Size(1510, 53);
  153. this.panelControl1.TabIndex = 9;
  154. //
  155. // txt_batchid
  156. //
  157. this.txt_batchid.Location = new System.Drawing.Point(997, 13);
  158. this.txt_batchid.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  159. this.txt_batchid.Name = "txt_batchid";
  160. this.txt_batchid.Size = new System.Drawing.Size(161, 24);
  161. this.txt_batchid.TabIndex = 19;
  162. //
  163. // labelControl5
  164. //
  165. this.labelControl5.Location = new System.Drawing.Point(921, 15);
  166. this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  167. this.labelControl5.Name = "labelControl5";
  168. this.labelControl5.Size = new System.Drawing.Size(75, 18);
  169. this.labelControl5.TabIndex = 18;
  170. this.labelControl5.Text = "产品条码:";
  171. //
  172. // btn_ExportData
  173. //
  174. this.btn_ExportData.Location = new System.Drawing.Point(1303, 12);
  175. this.btn_ExportData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  176. this.btn_ExportData.Name = "btn_ExportData";
  177. this.btn_ExportData.Size = new System.Drawing.Size(86, 30);
  178. this.btn_ExportData.TabIndex = 17;
  179. this.btn_ExportData.Text = "导出数据";
  180. this.btn_ExportData.Click += new System.EventHandler(this.btn_ExportData_Click);
  181. //
  182. // SbtnSelect
  183. //
  184. this.SbtnSelect.ImageUri.Uri = "Zoom;Size16x16";
  185. this.SbtnSelect.Location = new System.Drawing.Point(1195, 12);
  186. this.SbtnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  187. this.SbtnSelect.Name = "SbtnSelect";
  188. this.SbtnSelect.Size = new System.Drawing.Size(86, 30);
  189. this.SbtnSelect.TabIndex = 15;
  190. this.SbtnSelect.Text = "查询";
  191. this.SbtnSelect.Click += new System.EventHandler(this.SbtnSelect_Click);
  192. //
  193. // labelControl2
  194. //
  195. this.labelControl2.Location = new System.Drawing.Point(248, 14);
  196. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  197. this.labelControl2.Name = "labelControl2";
  198. this.labelControl2.Size = new System.Drawing.Size(75, 18);
  199. this.labelControl2.TabIndex = 3;
  200. this.labelControl2.Text = "起始时间:";
  201. //
  202. // timeEditEnd
  203. //
  204. this.timeEditEnd.EditValue = new System.DateTime(2019, 2, 27, 0, 0, 0, 0);
  205. this.timeEditEnd.Location = new System.Drawing.Point(753, 14);
  206. this.timeEditEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  207. this.timeEditEnd.Name = "timeEditEnd";
  208. this.timeEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  210. this.timeEditEnd.Size = new System.Drawing.Size(123, 24);
  211. this.timeEditEnd.TabIndex = 8;
  212. //
  213. // dateEditStart
  214. //
  215. this.dateEditStart.EditValue = new System.DateTime(2019, 2, 27, 8, 48, 5, 0);
  216. this.dateEditStart.Location = new System.Drawing.Point(118, 9);
  217. this.dateEditStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  218. this.dateEditStart.Name = "dateEditStart";
  219. this.dateEditStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  220. this.dateEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  221. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  222. this.dateEditStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  223. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  224. this.dateEditStart.Size = new System.Drawing.Size(123, 26);
  225. this.dateEditStart.TabIndex = 1;
  226. //
  227. // labelControl3
  228. //
  229. this.labelControl3.Location = new System.Drawing.Point(678, 14);
  230. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  231. this.labelControl3.Name = "labelControl3";
  232. this.labelControl3.Size = new System.Drawing.Size(75, 18);
  233. this.labelControl3.TabIndex = 7;
  234. this.labelControl3.Text = "结束时间:";
  235. //
  236. // labelControl1
  237. //
  238. this.labelControl1.Location = new System.Drawing.Point(32, 14);
  239. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  240. this.labelControl1.Name = "labelControl1";
  241. this.labelControl1.Size = new System.Drawing.Size(75, 18);
  242. this.labelControl1.TabIndex = 2;
  243. this.labelControl1.Text = "起始日期:";
  244. //
  245. // labelControl4
  246. //
  247. this.labelControl4.Location = new System.Drawing.Point(472, 15);
  248. this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  249. this.labelControl4.Name = "labelControl4";
  250. this.labelControl4.Size = new System.Drawing.Size(75, 18);
  251. this.labelControl4.TabIndex = 6;
  252. this.labelControl4.Text = "结束日期:";
  253. //
  254. // timeEditStart
  255. //
  256. this.timeEditStart.EditValue = new System.DateTime(((long)(0)));
  257. this.timeEditStart.Location = new System.Drawing.Point(323, 13);
  258. this.timeEditStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  259. this.timeEditStart.Name = "timeEditStart";
  260. this.timeEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  261. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  262. this.timeEditStart.Size = new System.Drawing.Size(123, 24);
  263. this.timeEditStart.TabIndex = 4;
  264. //
  265. // dateEditEnd
  266. //
  267. this.dateEditEnd.EditValue = new System.DateTime(2019, 2, 27, 0, 0, 0, 0);
  268. this.dateEditEnd.Location = new System.Drawing.Point(547, 10);
  269. this.dateEditEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  270. this.dateEditEnd.Name = "dateEditEnd";
  271. this.dateEditEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  272. this.dateEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  273. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  274. this.dateEditEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  275. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  276. this.dateEditEnd.Size = new System.Drawing.Size(123, 26);
  277. this.dateEditEnd.TabIndex = 5;
  278. //
  279. // layoutControlItem8
  280. //
  281. this.layoutControlItem8.Location = new System.Drawing.Point(0, 168);
  282. this.layoutControlItem8.Name = "layoutControlItem8";
  283. this.layoutControlItem8.Size = new System.Drawing.Size(1036, 25);
  284. this.layoutControlItem8.TextSize = new System.Drawing.Size(50, 20);
  285. //
  286. // FormDataManage
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(1650, 726);
  291. this.Controls.Add(this.splitContainerControl1);
  292. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  293. this.Name = "FormDataManage";
  294. this.Text = "数据管理";
  295. this.Load += new System.EventHandler(this.FormDataManage_Load);
  296. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  297. this.splitContainerControl1.ResumeLayout(false);
  298. ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  302. this.panelControl1.ResumeLayout(false);
  303. this.panelControl1.PerformLayout();
  304. ((System.ComponentModel.ISupportInitialize)(this.txt_batchid.Properties)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.timeEditEnd.Properties)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.timeEditStart.Properties)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties.CalendarTimeProperties)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  316. private DevExpress.XtraNavBar.NavBarControl navBarControl;
  317. private DevExpress.XtraNavBar.NavBarGroup nbDataHistory;
  318. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  319. private DevExpress.XtraEditors.DateEdit dateEditStart;
  320. private DevExpress.XtraEditors.LabelControl labelControl1;
  321. private DevExpress.XtraEditors.TimeEdit timeEditStart;
  322. private DevExpress.XtraEditors.LabelControl labelControl2;
  323. private DevExpress.XtraEditors.TimeEdit timeEditEnd;
  324. private DevExpress.XtraEditors.LabelControl labelControl3;
  325. private DevExpress.XtraEditors.LabelControl labelControl4;
  326. private DevExpress.XtraEditors.DateEdit dateEditEnd;
  327. private DevExpress.XtraEditors.PanelControl panelControl1;
  328. private DevExpress.XtraEditors.SimpleButton SbtnSelect;
  329. private DevExpress.XtraGrid.GridControl gridControl1;
  330. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  331. private DevExpress.XtraEditors.SimpleButton btn_ExportData;
  332. private DevExpress.XtraEditors.LabelControl labelControl5;
  333. private DevExpress.XtraEditors.TextEdit txt_batchid;
  334. }
  335. }