RecordForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. namespace GCAS
  2. {
  3. partial class RecordForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecordForm));
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  32. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  33. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. this.col_number = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.col_time = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.col_device = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.col_driver = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.col_netWeight = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.col_state = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  41. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  42. this.btn_export = new DevExpress.XtraEditors.SimpleButton();
  43. this.text_key = new DevExpress.XtraEditors.TextEdit();
  44. this.date_start = new DevExpress.XtraEditors.DateEdit();
  45. this.btn_search = new DevExpress.XtraEditors.SimpleButton();
  46. this.date_end = new DevExpress.XtraEditors.DateEdit();
  47. this.cb_entrance = new DevExpress.XtraEditors.LookUpEdit();
  48. this.cb_device = new DevExpress.XtraEditors.LookUpEdit();
  49. this.cb_team = new DevExpress.XtraEditors.LookUpEdit();
  50. this.btn_print = new DevExpress.XtraEditors.SimpleButton();
  51. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  52. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
  61. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  62. this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
  63. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.menu_preview = new System.Windows.Forms.ToolStripMenuItem();
  65. this.menu_print = new System.Windows.Forms.ToolStripMenuItem();
  66. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  67. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  68. this.panelControl1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  70. this.panelControl2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  74. this.groupControl1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  76. this.layoutControl1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.text_key.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.cb_entrance.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.cb_device.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.cb_team.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // panelControl1
  102. //
  103. this.panelControl1.Controls.Add(this.panelControl2);
  104. resources.ApplyResources(this.panelControl1, "panelControl1");
  105. this.panelControl1.Name = "panelControl1";
  106. //
  107. // panelControl2
  108. //
  109. this.panelControl2.Controls.Add(this.gridControl1);
  110. this.panelControl2.Controls.Add(this.groupControl1);
  111. resources.ApplyResources(this.panelControl2, "panelControl2");
  112. this.panelControl2.Name = "panelControl2";
  113. //
  114. // gridControl1
  115. //
  116. resources.ApplyResources(this.gridControl1, "gridControl1");
  117. this.gridControl1.MainView = this.gridView1;
  118. this.gridControl1.Name = "gridControl1";
  119. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  120. this.gridView1});
  121. this.gridControl1.Load += new System.EventHandler(this.gridControl1_Load);
  122. //
  123. // gridView1
  124. //
  125. this.gridView1.Appearance.FocusedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.FocusedRow.BackColor")));
  126. this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
  127. this.gridView1.Appearance.SelectedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.SelectedRow.BackColor")));
  128. this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
  129. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  130. this.col_number,
  131. this.col_time,
  132. this.col_device,
  133. this.col_driver,
  134. this.col_netWeight,
  135. this.col_state});
  136. this.gridView1.GridControl = this.gridControl1;
  137. this.gridView1.Name = "gridView1";
  138. this.gridView1.OptionsBehavior.Editable = false;
  139. this.gridView1.OptionsBehavior.ReadOnly = true;
  140. this.gridView1.OptionsCustomization.AllowFilter = false;
  141. this.gridView1.OptionsCustomization.AllowGroup = false;
  142. this.gridView1.OptionsFilter.AllowFilterEditor = false;
  143. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  144. this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
  145. this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
  146. this.gridView1.OptionsView.ShowGroupPanel = false;
  147. this.gridView1.Layout += new System.EventHandler(this.gridView1_Layout);
  148. //
  149. // col_number
  150. //
  151. resources.ApplyResources(this.col_number, "col_number");
  152. this.col_number.FieldName = "Number";
  153. this.col_number.Name = "col_number";
  154. this.col_number.OptionsColumn.AllowEdit = false;
  155. this.col_number.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
  156. //
  157. // col_time
  158. //
  159. resources.ApplyResources(this.col_time, "col_time");
  160. this.col_time.DisplayFormat.FormatString = "F";
  161. this.col_time.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  162. this.col_time.FieldName = "Time";
  163. this.col_time.MinWidth = 160;
  164. this.col_time.Name = "col_time";
  165. this.col_time.OptionsColumn.AllowEdit = false;
  166. //
  167. // col_device
  168. //
  169. resources.ApplyResources(this.col_device, "col_device");
  170. this.col_device.FieldName = "DeviceName";
  171. this.col_device.Name = "col_device";
  172. //
  173. // col_driver
  174. //
  175. resources.ApplyResources(this.col_driver, "col_driver");
  176. this.col_driver.FieldName = "TeamName";
  177. this.col_driver.Name = "col_driver";
  178. this.col_driver.OptionsColumn.AllowEdit = false;
  179. //
  180. // col_netWeight
  181. //
  182. resources.ApplyResources(this.col_netWeight, "col_netWeight");
  183. this.col_netWeight.DisplayFormat.FormatString = "#.00T";
  184. this.col_netWeight.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  185. this.col_netWeight.FieldName = "NetWeight";
  186. this.col_netWeight.Name = "col_netWeight";
  187. this.col_netWeight.OptionsColumn.AllowEdit = false;
  188. this.col_netWeight.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
  189. //
  190. // col_state
  191. //
  192. resources.ApplyResources(this.col_state, "col_state");
  193. this.col_state.FieldName = "EntranceName";
  194. this.col_state.Name = "col_state";
  195. //
  196. // groupControl1
  197. //
  198. this.groupControl1.Controls.Add(this.layoutControl1);
  199. resources.ApplyResources(this.groupControl1, "groupControl1");
  200. this.groupControl1.Name = "groupControl1";
  201. //
  202. // layoutControl1
  203. //
  204. this.layoutControl1.Controls.Add(this.btn_export);
  205. this.layoutControl1.Controls.Add(this.text_key);
  206. this.layoutControl1.Controls.Add(this.date_start);
  207. this.layoutControl1.Controls.Add(this.btn_search);
  208. this.layoutControl1.Controls.Add(this.date_end);
  209. this.layoutControl1.Controls.Add(this.cb_entrance);
  210. this.layoutControl1.Controls.Add(this.cb_device);
  211. this.layoutControl1.Controls.Add(this.cb_team);
  212. this.layoutControl1.Controls.Add(this.btn_print);
  213. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  214. this.layoutControl1.Name = "layoutControl1";
  215. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(64, 445, 650, 400);
  216. this.layoutControl1.Root = this.layoutControlGroup1;
  217. //
  218. // btn_export
  219. //
  220. this.btn_export.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_export.ImageOptions.Image")));
  221. this.btn_export.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
  222. resources.ApplyResources(this.btn_export, "btn_export");
  223. this.btn_export.Name = "btn_export";
  224. this.btn_export.StyleController = this.layoutControl1;
  225. this.btn_export.Click += new System.EventHandler(this.btn_export_Click);
  226. //
  227. // text_key
  228. //
  229. resources.ApplyResources(this.text_key, "text_key");
  230. this.text_key.Name = "text_key";
  231. this.text_key.StyleController = this.layoutControl1;
  232. this.text_key.Click += new System.EventHandler(this.text_key_Click);
  233. //
  234. // date_start
  235. //
  236. resources.ApplyResources(this.date_start, "date_start");
  237. this.date_start.Name = "date_start";
  238. this.date_start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  239. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.Buttons"))))});
  240. this.date_start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  241. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Buttons"))))});
  242. this.date_start.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_start.Properties.CalendarTimeProperties.Mask.EditMask");
  243. this.date_start.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
  244. this.date_start.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
  245. this.date_start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  246. this.date_start.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm";
  247. this.date_start.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  248. this.date_start.Properties.Mask.EditMask = resources.GetString("date_start.Properties.Mask.EditMask");
  249. this.date_start.Properties.VistaCalendarViewStyle = ((DevExpress.XtraEditors.VistaCalendarViewStyle)(((((DevExpress.XtraEditors.VistaCalendarViewStyle.MonthView | DevExpress.XtraEditors.VistaCalendarViewStyle.YearView)
  250. | DevExpress.XtraEditors.VistaCalendarViewStyle.QuarterView)
  251. | DevExpress.XtraEditors.VistaCalendarViewStyle.YearsGroupView)
  252. | DevExpress.XtraEditors.VistaCalendarViewStyle.CenturyView)));
  253. this.date_start.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
  254. this.date_start.StyleController = this.layoutControl1;
  255. //
  256. // btn_search
  257. //
  258. this.btn_search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.ImageOptions.Image")));
  259. resources.ApplyResources(this.btn_search, "btn_search");
  260. this.btn_search.Name = "btn_search";
  261. this.btn_search.StyleController = this.layoutControl1;
  262. this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
  263. //
  264. // date_end
  265. //
  266. resources.ApplyResources(this.date_end, "date_end");
  267. this.date_end.Name = "date_end";
  268. this.date_end.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  269. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.Buttons"))))});
  270. this.date_end.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  271. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Buttons"))))});
  272. this.date_end.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
  273. this.date_end.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
  274. this.date_end.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  275. this.date_end.Properties.Mask.EditMask = resources.GetString("date_end.Properties.Mask.EditMask");
  276. this.date_end.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
  277. this.date_end.StyleController = this.layoutControl1;
  278. //
  279. // cb_entrance
  280. //
  281. resources.ApplyResources(this.cb_entrance, "cb_entrance");
  282. this.cb_entrance.Name = "cb_entrance";
  283. this.cb_entrance.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  284. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_entrance.Properties.Buttons"))))});
  285. this.cb_entrance.Properties.NullText = resources.GetString("cb_entrance.Properties.NullText");
  286. this.cb_entrance.Properties.PopupSizeable = false;
  287. this.cb_entrance.StyleController = this.layoutControl1;
  288. //
  289. // cb_device
  290. //
  291. resources.ApplyResources(this.cb_device, "cb_device");
  292. this.cb_device.Name = "cb_device";
  293. this.cb_device.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  294. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_device.Properties.Buttons"))))});
  295. this.cb_device.Properties.NullText = resources.GetString("cb_device.Properties.NullText");
  296. this.cb_device.Properties.PopupSizeable = false;
  297. this.cb_device.StyleController = this.layoutControl1;
  298. //
  299. // cb_team
  300. //
  301. resources.ApplyResources(this.cb_team, "cb_team");
  302. this.cb_team.Name = "cb_team";
  303. this.cb_team.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  304. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_team.Properties.Buttons"))))});
  305. this.cb_team.Properties.NullText = resources.GetString("cb_team.Properties.NullText");
  306. this.cb_team.Properties.PopupSizeable = false;
  307. this.cb_team.StyleController = this.layoutControl1;
  308. //
  309. // btn_print
  310. //
  311. this.btn_print.ImageOptions.Image = global::GCAS.Properties.Resources.Print_16x16;
  312. resources.ApplyResources(this.btn_print, "btn_print");
  313. this.btn_print.Name = "btn_print";
  314. this.btn_print.StyleController = this.layoutControl1;
  315. this.btn_print.Click += new System.EventHandler(this.btn_print_Click);
  316. //
  317. // layoutControlGroup1
  318. //
  319. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  320. this.layoutControlGroup1.GroupBordersVisible = false;
  321. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  322. this.layoutControlItem2,
  323. this.layoutControlItem3,
  324. this.layoutControlItem7,
  325. this.layoutControlItem8,
  326. this.layoutControlItem1,
  327. this.layoutControlItem4,
  328. this.layoutControlItem5,
  329. this.layoutControlItem6,
  330. this.emptySpaceItem4,
  331. this.emptySpaceItem3,
  332. this.emptySpaceItem6,
  333. this.layoutControlItem9});
  334. this.layoutControlGroup1.Name = "Root";
  335. this.layoutControlGroup1.Size = new System.Drawing.Size(1172, 80);
  336. this.layoutControlGroup1.TextVisible = false;
  337. //
  338. // layoutControlItem2
  339. //
  340. this.layoutControlItem2.Control = this.date_start;
  341. this.layoutControlItem2.Location = new System.Drawing.Point(287, 0);
  342. this.layoutControlItem2.Name = "layoutControlItem2";
  343. this.layoutControlItem2.Size = new System.Drawing.Size(321, 24);
  344. resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
  345. this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
  346. //
  347. // layoutControlItem3
  348. //
  349. this.layoutControlItem3.Control = this.date_end;
  350. this.layoutControlItem3.Location = new System.Drawing.Point(608, 0);
  351. this.layoutControlItem3.Name = "layoutControlItem3";
  352. this.layoutControlItem3.Size = new System.Drawing.Size(323, 24);
  353. resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3");
  354. this.layoutControlItem3.TextSize = new System.Drawing.Size(52, 14);
  355. //
  356. // layoutControlItem7
  357. //
  358. this.layoutControlItem7.Control = this.btn_export;
  359. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.BottomRight;
  360. this.layoutControlItem7.Location = new System.Drawing.Point(1020, 34);
  361. this.layoutControlItem7.Name = "layoutControlItem7";
  362. this.layoutControlItem7.Size = new System.Drawing.Size(68, 26);
  363. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  364. this.layoutControlItem7.TextVisible = false;
  365. //
  366. // layoutControlItem8
  367. //
  368. this.layoutControlItem8.Control = this.btn_search;
  369. this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  370. this.layoutControlItem8.Location = new System.Drawing.Point(952, 34);
  371. this.layoutControlItem8.Name = "layoutControlItem8";
  372. this.layoutControlItem8.Size = new System.Drawing.Size(68, 26);
  373. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  374. this.layoutControlItem8.TextVisible = false;
  375. //
  376. // layoutControlItem1
  377. //
  378. this.layoutControlItem1.Control = this.text_key;
  379. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  380. this.layoutControlItem1.Name = "layoutControlItem1";
  381. this.layoutControlItem1.Size = new System.Drawing.Size(287, 24);
  382. resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
  383. this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
  384. //
  385. // layoutControlItem4
  386. //
  387. this.layoutControlItem4.Control = this.cb_entrance;
  388. this.layoutControlItem4.Location = new System.Drawing.Point(0, 34);
  389. this.layoutControlItem4.Name = "layoutControlItem4";
  390. this.layoutControlItem4.Size = new System.Drawing.Size(287, 26);
  391. resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4");
  392. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
  393. this.layoutControlItem4.TextSize = new System.Drawing.Size(52, 14);
  394. //
  395. // layoutControlItem5
  396. //
  397. this.layoutControlItem5.Control = this.cb_device;
  398. this.layoutControlItem5.Location = new System.Drawing.Point(287, 34);
  399. this.layoutControlItem5.Name = "layoutControlItem5";
  400. this.layoutControlItem5.Size = new System.Drawing.Size(321, 26);
  401. resources.ApplyResources(this.layoutControlItem5, "layoutControlItem5");
  402. this.layoutControlItem5.TextSize = new System.Drawing.Size(52, 14);
  403. //
  404. // layoutControlItem6
  405. //
  406. this.layoutControlItem6.Control = this.cb_team;
  407. this.layoutControlItem6.Location = new System.Drawing.Point(608, 34);
  408. this.layoutControlItem6.Name = "layoutControlItem6";
  409. this.layoutControlItem6.Size = new System.Drawing.Size(323, 26);
  410. resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6");
  411. this.layoutControlItem6.TextSize = new System.Drawing.Size(52, 14);
  412. //
  413. // emptySpaceItem4
  414. //
  415. this.emptySpaceItem4.AllowHotTrack = false;
  416. this.emptySpaceItem4.Location = new System.Drawing.Point(931, 34);
  417. this.emptySpaceItem4.Name = "emptySpaceItem4";
  418. this.emptySpaceItem4.Size = new System.Drawing.Size(21, 26);
  419. this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
  420. //
  421. // emptySpaceItem3
  422. //
  423. this.emptySpaceItem3.AllowHotTrack = false;
  424. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 24);
  425. this.emptySpaceItem3.Name = "emptySpaceItem3";
  426. this.emptySpaceItem3.Size = new System.Drawing.Size(1152, 10);
  427. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  428. //
  429. // emptySpaceItem6
  430. //
  431. this.emptySpaceItem6.AllowHotTrack = false;
  432. this.emptySpaceItem6.Location = new System.Drawing.Point(931, 0);
  433. this.emptySpaceItem6.Name = "emptySpaceItem6";
  434. this.emptySpaceItem6.Size = new System.Drawing.Size(221, 24);
  435. this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
  436. //
  437. // layoutControlItem9
  438. //
  439. this.layoutControlItem9.Control = this.btn_print;
  440. this.layoutControlItem9.Location = new System.Drawing.Point(1088, 34);
  441. this.layoutControlItem9.Name = "layoutControlItem9";
  442. this.layoutControlItem9.Size = new System.Drawing.Size(64, 26);
  443. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  444. this.layoutControlItem9.TextVisible = false;
  445. //
  446. // menu_preview
  447. //
  448. this.menu_preview.Image = global::GCAS.Properties.Resources.Preview_16x16;
  449. this.menu_preview.Name = "menu_preview";
  450. resources.ApplyResources(this.menu_preview, "menu_preview");
  451. //
  452. // menu_print
  453. //
  454. this.menu_print.Image = global::GCAS.Properties.Resources.Print_16x16;
  455. this.menu_print.Name = "menu_print";
  456. resources.ApplyResources(this.menu_print, "menu_print");
  457. //
  458. // emptySpaceItem2
  459. //
  460. this.emptySpaceItem2.AllowHotTrack = false;
  461. this.emptySpaceItem2.Location = new System.Drawing.Point(868, 34);
  462. this.emptySpaceItem2.Name = "emptySpaceItem2";
  463. this.emptySpaceItem2.Size = new System.Drawing.Size(124, 26);
  464. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  465. //
  466. // RecordForm
  467. //
  468. resources.ApplyResources(this, "$this");
  469. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  470. this.Controls.Add(this.panelControl1);
  471. this.Name = "RecordForm";
  472. this.Load += new System.EventHandler(this.RecordForm_Load);
  473. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  474. this.panelControl1.ResumeLayout(false);
  475. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  476. this.panelControl2.ResumeLayout(false);
  477. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  478. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  480. this.groupControl1.ResumeLayout(false);
  481. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  482. this.layoutControl1.ResumeLayout(false);
  483. ((System.ComponentModel.ISupportInitialize)(this.text_key.Properties)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).EndInit();
  486. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.cb_entrance.Properties)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.cb_device.Properties)).EndInit();
  490. ((System.ComponentModel.ISupportInitialize)(this.cb_team.Properties)).EndInit();
  491. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  492. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  493. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  496. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  497. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  499. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  500. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
  501. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  505. this.ResumeLayout(false);
  506. }
  507. #endregion
  508. private DevExpress.XtraEditors.PanelControl panelControl1;
  509. private DevExpress.XtraEditors.PanelControl panelControl2;
  510. private DevExpress.XtraGrid.GridControl gridControl1;
  511. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  512. private DevExpress.XtraGrid.Columns.GridColumn col_time;
  513. private DevExpress.XtraGrid.Columns.GridColumn col_driver;
  514. private DevExpress.XtraGrid.Columns.GridColumn col_netWeight;
  515. private DevExpress.XtraEditors.GroupControl groupControl1;
  516. private DevExpress.XtraEditors.SimpleButton btn_search;
  517. private DevExpress.XtraEditors.DateEdit date_end;
  518. private DevExpress.XtraEditors.DateEdit date_start;
  519. private DevExpress.XtraEditors.TextEdit text_key;
  520. private DevExpress.XtraGrid.Columns.GridColumn col_number;
  521. private DevExpress.XtraGrid.Columns.GridColumn col_state;
  522. private DevExpress.XtraGrid.Columns.GridColumn col_device;
  523. private System.Windows.Forms.ToolStripMenuItem menu_preview;
  524. private System.Windows.Forms.ToolStripMenuItem menu_print;
  525. private DevExpress.XtraEditors.LookUpEdit cb_device;
  526. private DevExpress.XtraEditors.LookUpEdit cb_team;
  527. private DevExpress.XtraEditors.LookUpEdit cb_entrance;
  528. private DevExpress.XtraEditors.SimpleButton btn_export;
  529. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  530. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  531. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  532. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  533. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  534. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  535. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  536. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  537. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  538. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  539. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
  540. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  541. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
  542. private DevExpress.XtraEditors.SimpleButton btn_print;
  543. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  544. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  545. }
  546. }