FormRecordsManager.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. namespace centralController
  2. {
  3. partial class FormRecordsManager
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.stc_recordManager = new DevComponents.DotNetBar.SuperTabControl();
  31. this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
  32. this.tlp_orderRecords = new System.Windows.Forms.TableLayoutPanel();
  33. this.dgvx_orderRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
  34. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.预约状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  44. this.dtp_endDate2 = new System.Windows.Forms.DateTimePicker();
  45. this.labelX3 = new DevComponents.DotNetBar.LabelX();
  46. this.labelX4 = new DevComponents.DotNetBar.LabelX();
  47. this.btnx_orderRecordSearch = new DevComponents.DotNetBar.ButtonX();
  48. this.btn_orderRecordExport = new DevComponents.DotNetBar.ButtonX();
  49. this.labelX5 = new DevComponents.DotNetBar.LabelX();
  50. this.tb_license2 = new System.Windows.Forms.TextBox();
  51. this.dtp_startDate2 = new System.Windows.Forms.DateTimePicker();
  52. this.sti_orderRecords = new DevComponents.DotNetBar.SuperTabItem();
  53. this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
  54. this.tlp_parkingRecord = new System.Windows.Forms.TableLayoutPanel();
  55. this.dgvx_parkingRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
  56. this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.paymentStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  66. this.dtp_endDate = new System.Windows.Forms.DateTimePicker();
  67. this.lbx_startDate = new DevComponents.DotNetBar.LabelX();
  68. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  69. this.btnx_parkingRecordSearch = new DevComponents.DotNetBar.ButtonX();
  70. this.btnx_parkingRecordExport = new DevComponents.DotNetBar.ButtonX();
  71. this.labelX2 = new DevComponents.DotNetBar.LabelX();
  72. this.tb_license = new System.Windows.Forms.TextBox();
  73. this.dtp_startDate = new System.Windows.Forms.DateTimePicker();
  74. this.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
  75. this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
  76. this.sti_dailySummary = new DevComponents.DotNetBar.SuperTabItem();
  77. this.sti_carRecords = new DevComponents.DotNetBar.SuperTabItem();
  78. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).BeginInit();
  79. this.stc_recordManager.SuspendLayout();
  80. this.superTabControlPanel2.SuspendLayout();
  81. this.tlp_orderRecords.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.dgvx_orderRecords)).BeginInit();
  83. this.tableLayoutPanel3.SuspendLayout();
  84. this.superTabControlPanel1.SuspendLayout();
  85. this.tlp_parkingRecord.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
  87. this.tableLayoutPanel1.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // stc_recordManager
  91. //
  92. //
  93. //
  94. //
  95. //
  96. //
  97. //
  98. this.stc_recordManager.ControlBox.CloseBox.Name = "";
  99. //
  100. //
  101. //
  102. this.stc_recordManager.ControlBox.MenuBox.Name = "";
  103. this.stc_recordManager.ControlBox.Name = "";
  104. this.stc_recordManager.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  105. this.stc_recordManager.ControlBox.MenuBox,
  106. this.stc_recordManager.ControlBox.CloseBox});
  107. this.stc_recordManager.Controls.Add(this.superTabControlPanel1);
  108. this.stc_recordManager.Controls.Add(this.superTabControlPanel2);
  109. this.stc_recordManager.Controls.Add(this.superTabControlPanel3);
  110. this.stc_recordManager.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.stc_recordManager.Location = new System.Drawing.Point(0, 0);
  112. this.stc_recordManager.Name = "stc_recordManager";
  113. this.stc_recordManager.ReorderTabsEnabled = true;
  114. this.stc_recordManager.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  115. this.stc_recordManager.SelectedTabIndex = 0;
  116. this.stc_recordManager.Size = new System.Drawing.Size(1031, 481);
  117. this.stc_recordManager.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
  118. this.stc_recordManager.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.stc_recordManager.TabIndex = 0;
  120. this.stc_recordManager.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  121. this.sti_parkingRecords,
  122. this.sti_orderRecords,
  123. this.sti_dailySummary});
  124. this.stc_recordManager.Text = "superTabControl1";
  125. //
  126. // superTabControlPanel2
  127. //
  128. this.superTabControlPanel2.Controls.Add(this.tlp_orderRecords);
  129. this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.superTabControlPanel2.Location = new System.Drawing.Point(99, 0);
  131. this.superTabControlPanel2.Name = "superTabControlPanel2";
  132. this.superTabControlPanel2.Size = new System.Drawing.Size(932, 481);
  133. this.superTabControlPanel2.TabIndex = 0;
  134. this.superTabControlPanel2.TabItem = this.sti_orderRecords;
  135. //
  136. // tlp_orderRecords
  137. //
  138. this.tlp_orderRecords.ColumnCount = 1;
  139. this.tlp_orderRecords.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  140. this.tlp_orderRecords.Controls.Add(this.dgvx_orderRecords, 0, 1);
  141. this.tlp_orderRecords.Controls.Add(this.tableLayoutPanel3, 0, 0);
  142. this.tlp_orderRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.tlp_orderRecords.Location = new System.Drawing.Point(0, 0);
  144. this.tlp_orderRecords.Name = "tlp_orderRecords";
  145. this.tlp_orderRecords.RowCount = 2;
  146. this.tlp_orderRecords.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  147. this.tlp_orderRecords.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
  148. this.tlp_orderRecords.Size = new System.Drawing.Size(932, 481);
  149. this.tlp_orderRecords.TabIndex = 3;
  150. //
  151. // dgvx_orderRecords
  152. //
  153. this.dgvx_orderRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  154. this.dgvx_orderRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  155. this.dgvx_orderRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  156. this.dataGridViewTextBoxColumn1,
  157. this.dataGridViewTextBoxColumn2,
  158. this.dataGridViewTextBoxColumn3,
  159. this.dataGridViewTextBoxColumn5,
  160. this.dataGridViewTextBoxColumn6,
  161. this.dataGridViewTextBoxColumn7,
  162. this.dataGridViewTextBoxColumn8,
  163. this.dataGridViewTextBoxColumn9,
  164. this.预约状态});
  165. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  166. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  167. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  169. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  170. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  171. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  172. this.dgvx_orderRecords.DefaultCellStyle = dataGridViewCellStyle2;
  173. this.dgvx_orderRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.dgvx_orderRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  175. this.dgvx_orderRecords.Location = new System.Drawing.Point(3, 75);
  176. this.dgvx_orderRecords.MinimumSize = new System.Drawing.Size(389, 0);
  177. this.dgvx_orderRecords.Name = "dgvx_orderRecords";
  178. this.dgvx_orderRecords.RowTemplate.Height = 23;
  179. this.dgvx_orderRecords.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  180. this.dgvx_orderRecords.Size = new System.Drawing.Size(926, 403);
  181. this.dgvx_orderRecords.TabIndex = 1;
  182. //
  183. // dataGridViewTextBoxColumn1
  184. //
  185. this.dataGridViewTextBoxColumn1.HeaderText = "预约记录ID";
  186. this.dataGridViewTextBoxColumn1.MaxInputLength = 11;
  187. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  188. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  189. this.dataGridViewTextBoxColumn1.Width = 90;
  190. //
  191. // dataGridViewTextBoxColumn2
  192. //
  193. this.dataGridViewTextBoxColumn2.HeaderText = "用户ID";
  194. this.dataGridViewTextBoxColumn2.MaxInputLength = 8;
  195. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  196. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  197. this.dataGridViewTextBoxColumn2.Width = 70;
  198. //
  199. // dataGridViewTextBoxColumn3
  200. //
  201. this.dataGridViewTextBoxColumn3.HeaderText = "号牌";
  202. this.dataGridViewTextBoxColumn3.MaxInputLength = 9;
  203. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  204. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  205. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  206. this.dataGridViewTextBoxColumn3.Width = 80;
  207. //
  208. // dataGridViewTextBoxColumn5
  209. //
  210. this.dataGridViewTextBoxColumn5.HeaderText = "停车预约时间";
  211. this.dataGridViewTextBoxColumn5.MaxInputLength = 50;
  212. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  213. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  214. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  215. this.dataGridViewTextBoxColumn5.Width = 140;
  216. //
  217. // dataGridViewTextBoxColumn6
  218. //
  219. this.dataGridViewTextBoxColumn6.HeaderText = "停车预约取消时间";
  220. this.dataGridViewTextBoxColumn6.MaxInputLength = 50;
  221. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  222. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  223. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  224. this.dataGridViewTextBoxColumn6.Width = 140;
  225. //
  226. // dataGridViewTextBoxColumn7
  227. //
  228. this.dataGridViewTextBoxColumn7.HeaderText = "预约取车时间";
  229. this.dataGridViewTextBoxColumn7.MaxInputLength = 50;
  230. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  231. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  232. this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  233. //
  234. // dataGridViewTextBoxColumn8
  235. //
  236. this.dataGridViewTextBoxColumn8.HeaderText = "预约时长";
  237. this.dataGridViewTextBoxColumn8.MaxInputLength = 11;
  238. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  239. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  240. this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  241. //
  242. // dataGridViewTextBoxColumn9
  243. //
  244. this.dataGridViewTextBoxColumn9.HeaderText = "预约费用";
  245. this.dataGridViewTextBoxColumn9.MaxInputLength = 11;
  246. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  247. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  248. //
  249. // 预约状态
  250. //
  251. this.预约状态.HeaderText = "预约状态";
  252. this.预约状态.MaxInputLength = 8;
  253. this.预约状态.Name = "预约状态";
  254. this.预约状态.ReadOnly = true;
  255. //
  256. // tableLayoutPanel3
  257. //
  258. this.tableLayoutPanel3.ColumnCount = 8;
  259. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  260. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  261. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  262. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  263. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  264. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  265. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  266. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 87F));
  267. this.tableLayoutPanel3.Controls.Add(this.dtp_endDate2, 3, 0);
  268. this.tableLayoutPanel3.Controls.Add(this.labelX3, 0, 0);
  269. this.tableLayoutPanel3.Controls.Add(this.labelX4, 2, 0);
  270. this.tableLayoutPanel3.Controls.Add(this.btnx_orderRecordSearch, 6, 0);
  271. this.tableLayoutPanel3.Controls.Add(this.btn_orderRecordExport, 7, 0);
  272. this.tableLayoutPanel3.Controls.Add(this.labelX5, 4, 0);
  273. this.tableLayoutPanel3.Controls.Add(this.tb_license2, 5, 0);
  274. this.tableLayoutPanel3.Controls.Add(this.dtp_startDate2, 1, 0);
  275. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.tableLayoutPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  278. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  279. this.tableLayoutPanel3.RowCount = 1;
  280. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  281. this.tableLayoutPanel3.Size = new System.Drawing.Size(926, 66);
  282. this.tableLayoutPanel3.TabIndex = 2;
  283. //
  284. // dtp_endDate2
  285. //
  286. this.dtp_endDate2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  287. this.dtp_endDate2.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.dtp_endDate2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.dtp_endDate2.Location = new System.Drawing.Point(341, 20);
  290. this.dtp_endDate2.Name = "dtp_endDate2";
  291. this.dtp_endDate2.Size = new System.Drawing.Size(162, 26);
  292. this.dtp_endDate2.TabIndex = 12;
  293. //
  294. // labelX3
  295. //
  296. //
  297. //
  298. //
  299. this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  300. this.labelX3.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.labelX3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.labelX3.Location = new System.Drawing.Point(3, 3);
  303. this.labelX3.Name = "labelX3";
  304. this.labelX3.Size = new System.Drawing.Size(79, 60);
  305. this.labelX3.TabIndex = 3;
  306. this.labelX3.Text = "起始日期:";
  307. //
  308. // labelX4
  309. //
  310. //
  311. //
  312. //
  313. this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  314. this.labelX4.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.labelX4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.labelX4.Location = new System.Drawing.Point(256, 3);
  317. this.labelX4.Name = "labelX4";
  318. this.labelX4.Size = new System.Drawing.Size(79, 60);
  319. this.labelX4.TabIndex = 4;
  320. this.labelX4.Text = "截止日期:";
  321. //
  322. // btnx_orderRecordSearch
  323. //
  324. this.btnx_orderRecordSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  325. this.btnx_orderRecordSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
  326. this.btnx_orderRecordSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  327. this.btnx_orderRecordSearch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.btnx_orderRecordSearch.Location = new System.Drawing.Point(761, 15);
  329. this.btnx_orderRecordSearch.Name = "btnx_orderRecordSearch";
  330. this.btnx_orderRecordSearch.Size = new System.Drawing.Size(74, 35);
  331. this.btnx_orderRecordSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  332. this.btnx_orderRecordSearch.TabIndex = 7;
  333. this.btnx_orderRecordSearch.Text = "查询";
  334. this.btnx_orderRecordSearch.Click += new System.EventHandler(this.btnx_orderRecordSearch_Click);
  335. //
  336. // btn_orderRecordExport
  337. //
  338. this.btn_orderRecordExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  339. this.btn_orderRecordExport.Anchor = System.Windows.Forms.AnchorStyles.Left;
  340. this.btn_orderRecordExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  341. this.btn_orderRecordExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.btn_orderRecordExport.Location = new System.Drawing.Point(841, 15);
  343. this.btn_orderRecordExport.Name = "btn_orderRecordExport";
  344. this.btn_orderRecordExport.Size = new System.Drawing.Size(75, 35);
  345. this.btn_orderRecordExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  346. this.btn_orderRecordExport.TabIndex = 8;
  347. this.btn_orderRecordExport.Text = "导出";
  348. this.btn_orderRecordExport.Click += new System.EventHandler(this.btn_orderRecordExport_Click);
  349. //
  350. // labelX5
  351. //
  352. //
  353. //
  354. //
  355. this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  356. this.labelX5.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.labelX5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.labelX5.Location = new System.Drawing.Point(509, 3);
  359. this.labelX5.Name = "labelX5";
  360. this.labelX5.Size = new System.Drawing.Size(79, 60);
  361. this.labelX5.TabIndex = 9;
  362. this.labelX5.Text = "车辆号牌:";
  363. //
  364. // tb_license2
  365. //
  366. this.tb_license2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  367. this.tb_license2.Location = new System.Drawing.Point(594, 20);
  368. this.tb_license2.Name = "tb_license2";
  369. this.tb_license2.Size = new System.Drawing.Size(161, 26);
  370. this.tb_license2.TabIndex = 10;
  371. //
  372. // dtp_startDate2
  373. //
  374. this.dtp_startDate2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  375. this.dtp_startDate2.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.dtp_startDate2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.dtp_startDate2.Location = new System.Drawing.Point(88, 20);
  378. this.dtp_startDate2.Name = "dtp_startDate2";
  379. this.dtp_startDate2.Size = new System.Drawing.Size(162, 26);
  380. this.dtp_startDate2.TabIndex = 11;
  381. //
  382. // sti_orderRecords
  383. //
  384. this.sti_orderRecords.AttachedControl = this.superTabControlPanel2;
  385. this.sti_orderRecords.GlobalItem = false;
  386. this.sti_orderRecords.Name = "sti_orderRecords";
  387. this.sti_orderRecords.Text = "预约记录";
  388. //
  389. // superTabControlPanel1
  390. //
  391. this.superTabControlPanel1.Controls.Add(this.tlp_parkingRecord);
  392. this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  393. this.superTabControlPanel1.Location = new System.Drawing.Point(99, 0);
  394. this.superTabControlPanel1.Name = "superTabControlPanel1";
  395. this.superTabControlPanel1.Size = new System.Drawing.Size(932, 481);
  396. this.superTabControlPanel1.TabIndex = 1;
  397. this.superTabControlPanel1.TabItem = this.sti_parkingRecords;
  398. //
  399. // tlp_parkingRecord
  400. //
  401. this.tlp_parkingRecord.ColumnCount = 1;
  402. this.tlp_parkingRecord.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  403. this.tlp_parkingRecord.Controls.Add(this.dgvx_parkingRecords, 0, 1);
  404. this.tlp_parkingRecord.Controls.Add(this.tableLayoutPanel1, 0, 0);
  405. this.tlp_parkingRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  406. this.tlp_parkingRecord.Location = new System.Drawing.Point(0, 0);
  407. this.tlp_parkingRecord.Name = "tlp_parkingRecord";
  408. this.tlp_parkingRecord.RowCount = 2;
  409. this.tlp_parkingRecord.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  410. this.tlp_parkingRecord.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
  411. this.tlp_parkingRecord.Size = new System.Drawing.Size(932, 481);
  412. this.tlp_parkingRecord.TabIndex = 2;
  413. //
  414. // dgvx_parkingRecords
  415. //
  416. this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  417. this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  418. this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  419. this.parkingRecordsID,
  420. this.userID,
  421. this.numberPlate,
  422. this.parkingSpaceID,
  423. this.realParkTime,
  424. this.realGetTime,
  425. this.receiptNum,
  426. this.parkingPrice,
  427. this.paymentStatus});
  428. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  429. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  430. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  432. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  433. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  434. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  435. this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
  436. this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  437. this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  438. this.dgvx_parkingRecords.Location = new System.Drawing.Point(3, 75);
  439. this.dgvx_parkingRecords.MinimumSize = new System.Drawing.Size(389, 0);
  440. this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
  441. this.dgvx_parkingRecords.RowTemplate.Height = 23;
  442. this.dgvx_parkingRecords.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  443. this.dgvx_parkingRecords.Size = new System.Drawing.Size(926, 403);
  444. this.dgvx_parkingRecords.TabIndex = 1;
  445. //
  446. // parkingRecordsID
  447. //
  448. this.parkingRecordsID.HeaderText = "停车记录ID";
  449. this.parkingRecordsID.MaxInputLength = 11;
  450. this.parkingRecordsID.Name = "parkingRecordsID";
  451. this.parkingRecordsID.ReadOnly = true;
  452. this.parkingRecordsID.Width = 90;
  453. //
  454. // userID
  455. //
  456. this.userID.HeaderText = "用户ID";
  457. this.userID.MaxInputLength = 8;
  458. this.userID.Name = "userID";
  459. this.userID.ReadOnly = true;
  460. this.userID.Width = 70;
  461. //
  462. // numberPlate
  463. //
  464. this.numberPlate.HeaderText = "号牌";
  465. this.numberPlate.MaxInputLength = 9;
  466. this.numberPlate.Name = "numberPlate";
  467. this.numberPlate.ReadOnly = true;
  468. this.numberPlate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  469. this.numberPlate.Width = 80;
  470. //
  471. // parkingSpaceID
  472. //
  473. this.parkingSpaceID.HeaderText = "车位编号";
  474. this.parkingSpaceID.MaxInputLength = 4;
  475. this.parkingSpaceID.Name = "parkingSpaceID";
  476. this.parkingSpaceID.ReadOnly = true;
  477. this.parkingSpaceID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  478. this.parkingSpaceID.Width = 80;
  479. //
  480. // realParkTime
  481. //
  482. this.realParkTime.HeaderText = "实际停入时间";
  483. this.realParkTime.MaxInputLength = 50;
  484. this.realParkTime.Name = "realParkTime";
  485. this.realParkTime.ReadOnly = true;
  486. this.realParkTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  487. this.realParkTime.Width = 140;
  488. //
  489. // realGetTime
  490. //
  491. this.realGetTime.HeaderText = "实际取出时间";
  492. this.realGetTime.MaxInputLength = 50;
  493. this.realGetTime.Name = "realGetTime";
  494. this.realGetTime.ReadOnly = true;
  495. this.realGetTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  496. this.realGetTime.Width = 140;
  497. //
  498. // receiptNum
  499. //
  500. this.receiptNum.HeaderText = "凭证号";
  501. this.receiptNum.MaxInputLength = 8;
  502. this.receiptNum.Name = "receiptNum";
  503. this.receiptNum.ReadOnly = true;
  504. this.receiptNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  505. //
  506. // parkingPrice
  507. //
  508. this.parkingPrice.HeaderText = "停车费用";
  509. this.parkingPrice.MaxInputLength = 11;
  510. this.parkingPrice.Name = "parkingPrice";
  511. this.parkingPrice.ReadOnly = true;
  512. this.parkingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  513. //
  514. // paymentStatus
  515. //
  516. this.paymentStatus.HeaderText = "收费状态";
  517. this.paymentStatus.MaxInputLength = 11;
  518. this.paymentStatus.Name = "paymentStatus";
  519. this.paymentStatus.ReadOnly = true;
  520. //
  521. // tableLayoutPanel1
  522. //
  523. this.tableLayoutPanel1.ColumnCount = 8;
  524. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  525. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  526. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  527. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  528. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  529. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  530. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  531. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 87F));
  532. this.tableLayoutPanel1.Controls.Add(this.dtp_endDate, 3, 0);
  533. this.tableLayoutPanel1.Controls.Add(this.lbx_startDate, 0, 0);
  534. this.tableLayoutPanel1.Controls.Add(this.labelX1, 2, 0);
  535. this.tableLayoutPanel1.Controls.Add(this.btnx_parkingRecordSearch, 6, 0);
  536. this.tableLayoutPanel1.Controls.Add(this.btnx_parkingRecordExport, 7, 0);
  537. this.tableLayoutPanel1.Controls.Add(this.labelX2, 4, 0);
  538. this.tableLayoutPanel1.Controls.Add(this.tb_license, 5, 0);
  539. this.tableLayoutPanel1.Controls.Add(this.dtp_startDate, 1, 0);
  540. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  541. this.tableLayoutPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  543. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  544. this.tableLayoutPanel1.RowCount = 1;
  545. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  546. this.tableLayoutPanel1.Size = new System.Drawing.Size(926, 66);
  547. this.tableLayoutPanel1.TabIndex = 2;
  548. //
  549. // dtp_endDate
  550. //
  551. this.dtp_endDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  552. this.dtp_endDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.dtp_endDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.dtp_endDate.Location = new System.Drawing.Point(341, 20);
  555. this.dtp_endDate.Name = "dtp_endDate";
  556. this.dtp_endDate.Size = new System.Drawing.Size(162, 26);
  557. this.dtp_endDate.TabIndex = 12;
  558. //
  559. // lbx_startDate
  560. //
  561. //
  562. //
  563. //
  564. this.lbx_startDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  565. this.lbx_startDate.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.lbx_startDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.lbx_startDate.Location = new System.Drawing.Point(3, 3);
  568. this.lbx_startDate.Name = "lbx_startDate";
  569. this.lbx_startDate.Size = new System.Drawing.Size(79, 60);
  570. this.lbx_startDate.TabIndex = 3;
  571. this.lbx_startDate.Text = "起始日期:";
  572. //
  573. // labelX1
  574. //
  575. //
  576. //
  577. //
  578. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  579. this.labelX1.Dock = System.Windows.Forms.DockStyle.Fill;
  580. this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  581. this.labelX1.Location = new System.Drawing.Point(256, 3);
  582. this.labelX1.Name = "labelX1";
  583. this.labelX1.Size = new System.Drawing.Size(79, 60);
  584. this.labelX1.TabIndex = 4;
  585. this.labelX1.Text = "截止日期:";
  586. //
  587. // btnx_parkingRecordSearch
  588. //
  589. this.btnx_parkingRecordSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  590. this.btnx_parkingRecordSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
  591. this.btnx_parkingRecordSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  592. this.btnx_parkingRecordSearch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. this.btnx_parkingRecordSearch.Location = new System.Drawing.Point(761, 15);
  594. this.btnx_parkingRecordSearch.Name = "btnx_parkingRecordSearch";
  595. this.btnx_parkingRecordSearch.Size = new System.Drawing.Size(74, 35);
  596. this.btnx_parkingRecordSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  597. this.btnx_parkingRecordSearch.TabIndex = 7;
  598. this.btnx_parkingRecordSearch.Text = "查询";
  599. this.btnx_parkingRecordSearch.Click += new System.EventHandler(this.btnx_parkingRecordSearch_Click);
  600. //
  601. // btnx_parkingRecordExport
  602. //
  603. this.btnx_parkingRecordExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  604. this.btnx_parkingRecordExport.Anchor = System.Windows.Forms.AnchorStyles.Left;
  605. this.btnx_parkingRecordExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  606. this.btnx_parkingRecordExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  607. this.btnx_parkingRecordExport.Location = new System.Drawing.Point(841, 15);
  608. this.btnx_parkingRecordExport.Name = "btnx_parkingRecordExport";
  609. this.btnx_parkingRecordExport.Size = new System.Drawing.Size(75, 35);
  610. this.btnx_parkingRecordExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  611. this.btnx_parkingRecordExport.TabIndex = 8;
  612. this.btnx_parkingRecordExport.Text = "导出";
  613. this.btnx_parkingRecordExport.Click += new System.EventHandler(this.btnx_parkingRecrodExport_Click);
  614. //
  615. // labelX2
  616. //
  617. //
  618. //
  619. //
  620. this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  621. this.labelX2.Dock = System.Windows.Forms.DockStyle.Fill;
  622. this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.labelX2.Location = new System.Drawing.Point(509, 3);
  624. this.labelX2.Name = "labelX2";
  625. this.labelX2.Size = new System.Drawing.Size(79, 60);
  626. this.labelX2.TabIndex = 9;
  627. this.labelX2.Text = "车辆号牌:";
  628. //
  629. // tb_license
  630. //
  631. this.tb_license.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  632. this.tb_license.Location = new System.Drawing.Point(594, 20);
  633. this.tb_license.Name = "tb_license";
  634. this.tb_license.Size = new System.Drawing.Size(161, 26);
  635. this.tb_license.TabIndex = 10;
  636. //
  637. // dtp_startDate
  638. //
  639. this.dtp_startDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  640. this.dtp_startDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.dtp_startDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.dtp_startDate.Location = new System.Drawing.Point(88, 20);
  643. this.dtp_startDate.Name = "dtp_startDate";
  644. this.dtp_startDate.Size = new System.Drawing.Size(162, 26);
  645. this.dtp_startDate.TabIndex = 11;
  646. //
  647. // sti_parkingRecords
  648. //
  649. this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
  650. this.sti_parkingRecords.GlobalItem = false;
  651. this.sti_parkingRecords.Name = "sti_parkingRecords";
  652. this.sti_parkingRecords.Text = "原始停取记录";
  653. //
  654. // superTabControlPanel3
  655. //
  656. this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  657. this.superTabControlPanel3.Location = new System.Drawing.Point(99, 0);
  658. this.superTabControlPanel3.Name = "superTabControlPanel3";
  659. this.superTabControlPanel3.Size = new System.Drawing.Size(932, 481);
  660. this.superTabControlPanel3.TabIndex = 0;
  661. this.superTabControlPanel3.TabItem = this.sti_dailySummary;
  662. //
  663. // sti_dailySummary
  664. //
  665. this.sti_dailySummary.AttachedControl = this.superTabControlPanel3;
  666. this.sti_dailySummary.GlobalItem = false;
  667. this.sti_dailySummary.Name = "sti_dailySummary";
  668. this.sti_dailySummary.Text = "按日总结";
  669. //
  670. // sti_carRecords
  671. //
  672. this.sti_carRecords.GlobalItem = false;
  673. this.sti_carRecords.Name = "sti_carRecords";
  674. this.sti_carRecords.Text = "车辆停取记录";
  675. //
  676. // FormRecordsManager
  677. //
  678. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  679. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  680. this.ClientSize = new System.Drawing.Size(1031, 481);
  681. this.Controls.Add(this.stc_recordManager);
  682. this.Name = "FormRecordsManager";
  683. this.Text = "记录管理器";
  684. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).EndInit();
  685. this.stc_recordManager.ResumeLayout(false);
  686. this.superTabControlPanel2.ResumeLayout(false);
  687. this.tlp_orderRecords.ResumeLayout(false);
  688. ((System.ComponentModel.ISupportInitialize)(this.dgvx_orderRecords)).EndInit();
  689. this.tableLayoutPanel3.ResumeLayout(false);
  690. this.tableLayoutPanel3.PerformLayout();
  691. this.superTabControlPanel1.ResumeLayout(false);
  692. this.tlp_parkingRecord.ResumeLayout(false);
  693. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
  694. this.tableLayoutPanel1.ResumeLayout(false);
  695. this.tableLayoutPanel1.PerformLayout();
  696. this.ResumeLayout(false);
  697. }
  698. #endregion
  699. private DevComponents.DotNetBar.SuperTabControl stc_recordManager;
  700. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
  701. private DevComponents.DotNetBar.SuperTabItem sti_parkingRecords;
  702. private System.Windows.Forms.TableLayoutPanel tlp_parkingRecord;
  703. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
  704. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  705. private DevComponents.DotNetBar.LabelX lbx_startDate;
  706. private DevComponents.DotNetBar.LabelX labelX1;
  707. private DevComponents.DotNetBar.ButtonX btnx_parkingRecordSearch;
  708. private DevComponents.DotNetBar.ButtonX btnx_parkingRecordExport;
  709. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
  710. private DevComponents.DotNetBar.SuperTabItem sti_dailySummary;
  711. private DevComponents.DotNetBar.SuperTabItem sti_carRecords;
  712. private DevComponents.DotNetBar.LabelX labelX2;
  713. private System.Windows.Forms.TextBox tb_license;
  714. private System.Windows.Forms.DateTimePicker dtp_endDate;
  715. private System.Windows.Forms.DateTimePicker dtp_startDate;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn userID;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn paymentStatus;
  725. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
  726. private System.Windows.Forms.TableLayoutPanel tlp_orderRecords;
  727. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_orderRecords;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn 预约状态;
  737. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  738. private System.Windows.Forms.DateTimePicker dtp_endDate2;
  739. private DevComponents.DotNetBar.LabelX labelX3;
  740. private DevComponents.DotNetBar.LabelX labelX4;
  741. private DevComponents.DotNetBar.ButtonX btnx_orderRecordSearch;
  742. private DevComponents.DotNetBar.ButtonX btn_orderRecordExport;
  743. private DevComponents.DotNetBar.LabelX labelX5;
  744. private System.Windows.Forms.TextBox tb_license2;
  745. private System.Windows.Forms.DateTimePicker dtp_startDate2;
  746. private DevComponents.DotNetBar.SuperTabItem sti_orderRecords;
  747. }
  748. }