FormRecordsManager.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.stc_recordManager = new DevComponents.DotNetBar.SuperTabControl();
  30. this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
  31. this.tlp_parkingRecord = new System.Windows.Forms.TableLayoutPanel();
  32. this.dgvx_parkingRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.dtp_endDate = new System.Windows.Forms.DateTimePicker();
  35. this.lbx_startDate = new DevComponents.DotNetBar.LabelX();
  36. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  37. this.btnx_parkingRecordSearch = new DevComponents.DotNetBar.ButtonX();
  38. this.btnx_export = new DevComponents.DotNetBar.ButtonX();
  39. this.labelX2 = new DevComponents.DotNetBar.LabelX();
  40. this.tb_license = new System.Windows.Forms.TextBox();
  41. this.dtp_startDate = new System.Windows.Forms.DateTimePicker();
  42. this.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
  43. this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
  44. this.sti_dailySummary = new DevComponents.DotNetBar.SuperTabItem();
  45. this.sti_carRecords = new DevComponents.DotNetBar.SuperTabItem();
  46. this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.paymentStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).BeginInit();
  56. this.stc_recordManager.SuspendLayout();
  57. this.superTabControlPanel1.SuspendLayout();
  58. this.tlp_parkingRecord.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // stc_recordManager
  64. //
  65. //
  66. //
  67. //
  68. //
  69. //
  70. //
  71. this.stc_recordManager.ControlBox.CloseBox.Name = "";
  72. //
  73. //
  74. //
  75. this.stc_recordManager.ControlBox.MenuBox.Name = "";
  76. this.stc_recordManager.ControlBox.Name = "";
  77. this.stc_recordManager.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  78. this.stc_recordManager.ControlBox.MenuBox,
  79. this.stc_recordManager.ControlBox.CloseBox});
  80. this.stc_recordManager.Controls.Add(this.superTabControlPanel1);
  81. this.stc_recordManager.Controls.Add(this.superTabControlPanel3);
  82. this.stc_recordManager.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.stc_recordManager.Location = new System.Drawing.Point(0, 0);
  84. this.stc_recordManager.Name = "stc_recordManager";
  85. this.stc_recordManager.ReorderTabsEnabled = true;
  86. this.stc_recordManager.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  87. this.stc_recordManager.SelectedTabIndex = 0;
  88. this.stc_recordManager.Size = new System.Drawing.Size(1031, 481);
  89. this.stc_recordManager.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
  90. this.stc_recordManager.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.stc_recordManager.TabIndex = 0;
  92. this.stc_recordManager.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  93. this.sti_parkingRecords,
  94. this.sti_dailySummary});
  95. this.stc_recordManager.Text = "superTabControl1";
  96. //
  97. // superTabControlPanel1
  98. //
  99. this.superTabControlPanel1.Controls.Add(this.tlp_parkingRecord);
  100. this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.superTabControlPanel1.Location = new System.Drawing.Point(99, 0);
  102. this.superTabControlPanel1.Name = "superTabControlPanel1";
  103. this.superTabControlPanel1.Size = new System.Drawing.Size(932, 481);
  104. this.superTabControlPanel1.TabIndex = 1;
  105. this.superTabControlPanel1.TabItem = this.sti_parkingRecords;
  106. //
  107. // tlp_parkingRecord
  108. //
  109. this.tlp_parkingRecord.ColumnCount = 1;
  110. this.tlp_parkingRecord.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  111. this.tlp_parkingRecord.Controls.Add(this.dgvx_parkingRecords, 0, 1);
  112. this.tlp_parkingRecord.Controls.Add(this.tableLayoutPanel1, 0, 0);
  113. this.tlp_parkingRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.tlp_parkingRecord.Location = new System.Drawing.Point(0, 0);
  115. this.tlp_parkingRecord.Name = "tlp_parkingRecord";
  116. this.tlp_parkingRecord.RowCount = 2;
  117. this.tlp_parkingRecord.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  118. this.tlp_parkingRecord.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
  119. this.tlp_parkingRecord.Size = new System.Drawing.Size(932, 481);
  120. this.tlp_parkingRecord.TabIndex = 2;
  121. //
  122. // dgvx_parkingRecords
  123. //
  124. this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  125. this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  126. this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  127. this.parkingRecordsID,
  128. this.userID,
  129. this.numberPlate,
  130. this.parkingSpaceID,
  131. this.realParkTime,
  132. this.realGetTime,
  133. this.receiptNum,
  134. this.parkingPrice,
  135. this.paymentStatus});
  136. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  138. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  140. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  141. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  142. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  143. this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
  144. this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  146. this.dgvx_parkingRecords.Location = new System.Drawing.Point(3, 75);
  147. this.dgvx_parkingRecords.MinimumSize = new System.Drawing.Size(389, 0);
  148. this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
  149. this.dgvx_parkingRecords.RowTemplate.Height = 23;
  150. this.dgvx_parkingRecords.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  151. this.dgvx_parkingRecords.Size = new System.Drawing.Size(926, 403);
  152. this.dgvx_parkingRecords.TabIndex = 1;
  153. //
  154. // tableLayoutPanel1
  155. //
  156. this.tableLayoutPanel1.ColumnCount = 8;
  157. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  158. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  159. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  160. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  161. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
  162. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  163. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  164. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 84F));
  165. this.tableLayoutPanel1.Controls.Add(this.dtp_endDate, 3, 0);
  166. this.tableLayoutPanel1.Controls.Add(this.lbx_startDate, 0, 0);
  167. this.tableLayoutPanel1.Controls.Add(this.labelX1, 2, 0);
  168. this.tableLayoutPanel1.Controls.Add(this.btnx_parkingRecordSearch, 6, 0);
  169. this.tableLayoutPanel1.Controls.Add(this.btnx_export, 7, 0);
  170. this.tableLayoutPanel1.Controls.Add(this.labelX2, 4, 0);
  171. this.tableLayoutPanel1.Controls.Add(this.tb_license, 5, 0);
  172. this.tableLayoutPanel1.Controls.Add(this.dtp_startDate, 1, 0);
  173. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.tableLayoutPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  176. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  177. this.tableLayoutPanel1.RowCount = 1;
  178. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  179. this.tableLayoutPanel1.Size = new System.Drawing.Size(926, 66);
  180. this.tableLayoutPanel1.TabIndex = 2;
  181. //
  182. // dtp_endDate
  183. //
  184. this.dtp_endDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  185. this.dtp_endDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.dtp_endDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.dtp_endDate.Location = new System.Drawing.Point(342, 20);
  188. this.dtp_endDate.Name = "dtp_endDate";
  189. this.dtp_endDate.Size = new System.Drawing.Size(163, 26);
  190. this.dtp_endDate.TabIndex = 12;
  191. //
  192. // lbx_startDate
  193. //
  194. //
  195. //
  196. //
  197. this.lbx_startDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  198. this.lbx_startDate.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.lbx_startDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lbx_startDate.Location = new System.Drawing.Point(3, 3);
  201. this.lbx_startDate.Name = "lbx_startDate";
  202. this.lbx_startDate.Size = new System.Drawing.Size(79, 60);
  203. this.lbx_startDate.TabIndex = 3;
  204. this.lbx_startDate.Text = "起始日期:";
  205. //
  206. // labelX1
  207. //
  208. //
  209. //
  210. //
  211. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  212. this.labelX1.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.labelX1.Location = new System.Drawing.Point(257, 3);
  215. this.labelX1.Name = "labelX1";
  216. this.labelX1.Size = new System.Drawing.Size(79, 60);
  217. this.labelX1.TabIndex = 4;
  218. this.labelX1.Text = "截止日期:";
  219. //
  220. // btnx_parkingRecordSearch
  221. //
  222. this.btnx_parkingRecordSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  223. this.btnx_parkingRecordSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
  224. this.btnx_parkingRecordSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  225. this.btnx_parkingRecordSearch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.btnx_parkingRecordSearch.Location = new System.Drawing.Point(764, 15);
  227. this.btnx_parkingRecordSearch.Name = "btnx_parkingRecordSearch";
  228. this.btnx_parkingRecordSearch.Size = new System.Drawing.Size(74, 35);
  229. this.btnx_parkingRecordSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  230. this.btnx_parkingRecordSearch.TabIndex = 7;
  231. this.btnx_parkingRecordSearch.Text = "查询";
  232. this.btnx_parkingRecordSearch.Click += new System.EventHandler(this.btnx_parkingRecordSearch_Click);
  233. //
  234. // btnx_export
  235. //
  236. this.btnx_export.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  237. this.btnx_export.Anchor = System.Windows.Forms.AnchorStyles.Left;
  238. this.btnx_export.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  239. this.btnx_export.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btnx_export.Location = new System.Drawing.Point(844, 15);
  241. this.btnx_export.Name = "btnx_export";
  242. this.btnx_export.Size = new System.Drawing.Size(75, 35);
  243. this.btnx_export.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  244. this.btnx_export.TabIndex = 8;
  245. this.btnx_export.Text = "导出";
  246. this.btnx_export.Click += new System.EventHandler(this.btnx_parkingRecrodExport_Click);
  247. //
  248. // labelX2
  249. //
  250. //
  251. //
  252. //
  253. this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  254. this.labelX2.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.labelX2.Location = new System.Drawing.Point(511, 3);
  257. this.labelX2.Name = "labelX2";
  258. this.labelX2.Size = new System.Drawing.Size(79, 60);
  259. this.labelX2.TabIndex = 9;
  260. this.labelX2.Text = "车辆号牌:";
  261. //
  262. // tb_license
  263. //
  264. this.tb_license.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  265. this.tb_license.Location = new System.Drawing.Point(596, 20);
  266. this.tb_license.Name = "tb_license";
  267. this.tb_license.Size = new System.Drawing.Size(162, 26);
  268. this.tb_license.TabIndex = 10;
  269. //
  270. // dtp_startDate
  271. //
  272. this.dtp_startDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  273. this.dtp_startDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.dtp_startDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.dtp_startDate.Location = new System.Drawing.Point(88, 20);
  276. this.dtp_startDate.Name = "dtp_startDate";
  277. this.dtp_startDate.Size = new System.Drawing.Size(163, 26);
  278. this.dtp_startDate.TabIndex = 11;
  279. //
  280. // sti_parkingRecords
  281. //
  282. this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
  283. this.sti_parkingRecords.GlobalItem = false;
  284. this.sti_parkingRecords.Name = "sti_parkingRecords";
  285. this.sti_parkingRecords.Text = "原始停取记录";
  286. //
  287. // superTabControlPanel3
  288. //
  289. this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.superTabControlPanel3.Location = new System.Drawing.Point(92, 0);
  291. this.superTabControlPanel3.Name = "superTabControlPanel3";
  292. this.superTabControlPanel3.Size = new System.Drawing.Size(851, 464);
  293. this.superTabControlPanel3.TabIndex = 0;
  294. this.superTabControlPanel3.TabItem = this.sti_dailySummary;
  295. //
  296. // sti_dailySummary
  297. //
  298. this.sti_dailySummary.AttachedControl = this.superTabControlPanel3;
  299. this.sti_dailySummary.GlobalItem = false;
  300. this.sti_dailySummary.Name = "sti_dailySummary";
  301. this.sti_dailySummary.Text = "按日总结";
  302. //
  303. // sti_carRecords
  304. //
  305. this.sti_carRecords.GlobalItem = false;
  306. this.sti_carRecords.Name = "sti_carRecords";
  307. this.sti_carRecords.Text = "车辆停取记录";
  308. //
  309. // parkingRecordsID
  310. //
  311. this.parkingRecordsID.HeaderText = "停车记录ID";
  312. this.parkingRecordsID.MaxInputLength = 11;
  313. this.parkingRecordsID.Name = "parkingRecordsID";
  314. this.parkingRecordsID.ReadOnly = true;
  315. this.parkingRecordsID.Width = 90;
  316. //
  317. // userID
  318. //
  319. this.userID.HeaderText = "用户ID";
  320. this.userID.MaxInputLength = 8;
  321. this.userID.Name = "userID";
  322. this.userID.ReadOnly = true;
  323. this.userID.Width = 70;
  324. //
  325. // numberPlate
  326. //
  327. this.numberPlate.HeaderText = "号牌";
  328. this.numberPlate.MaxInputLength = 9;
  329. this.numberPlate.Name = "numberPlate";
  330. this.numberPlate.ReadOnly = true;
  331. this.numberPlate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  332. this.numberPlate.Width = 80;
  333. //
  334. // parkingSpaceID
  335. //
  336. this.parkingSpaceID.HeaderText = "车位编号";
  337. this.parkingSpaceID.MaxInputLength = 4;
  338. this.parkingSpaceID.Name = "parkingSpaceID";
  339. this.parkingSpaceID.ReadOnly = true;
  340. this.parkingSpaceID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  341. this.parkingSpaceID.Width = 80;
  342. //
  343. // realParkTime
  344. //
  345. this.realParkTime.HeaderText = "实际停入时间";
  346. this.realParkTime.MaxInputLength = 50;
  347. this.realParkTime.Name = "realParkTime";
  348. this.realParkTime.ReadOnly = true;
  349. this.realParkTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  350. this.realParkTime.Width = 140;
  351. //
  352. // realGetTime
  353. //
  354. this.realGetTime.HeaderText = "实际取出时间";
  355. this.realGetTime.MaxInputLength = 50;
  356. this.realGetTime.Name = "realGetTime";
  357. this.realGetTime.ReadOnly = true;
  358. this.realGetTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  359. this.realGetTime.Width = 140;
  360. //
  361. // receiptNum
  362. //
  363. this.receiptNum.HeaderText = "凭证号";
  364. this.receiptNum.MaxInputLength = 8;
  365. this.receiptNum.Name = "receiptNum";
  366. this.receiptNum.ReadOnly = true;
  367. this.receiptNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  368. //
  369. // parkingPrice
  370. //
  371. this.parkingPrice.HeaderText = "停车费用";
  372. this.parkingPrice.MaxInputLength = 11;
  373. this.parkingPrice.Name = "parkingPrice";
  374. this.parkingPrice.ReadOnly = true;
  375. this.parkingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  376. //
  377. // paymentStatus
  378. //
  379. this.paymentStatus.HeaderText = "收费状态";
  380. this.paymentStatus.MaxInputLength = 11;
  381. this.paymentStatus.Name = "paymentStatus";
  382. this.paymentStatus.ReadOnly = true;
  383. //
  384. // FormRecordsManager
  385. //
  386. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  387. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  388. this.ClientSize = new System.Drawing.Size(1031, 481);
  389. this.Controls.Add(this.stc_recordManager);
  390. this.Name = "FormRecordsManager";
  391. this.Text = "FormRecordsManager";
  392. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).EndInit();
  393. this.stc_recordManager.ResumeLayout(false);
  394. this.superTabControlPanel1.ResumeLayout(false);
  395. this.tlp_parkingRecord.ResumeLayout(false);
  396. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
  397. this.tableLayoutPanel1.ResumeLayout(false);
  398. this.tableLayoutPanel1.PerformLayout();
  399. this.ResumeLayout(false);
  400. }
  401. #endregion
  402. private DevComponents.DotNetBar.SuperTabControl stc_recordManager;
  403. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
  404. private DevComponents.DotNetBar.SuperTabItem sti_parkingRecords;
  405. private System.Windows.Forms.TableLayoutPanel tlp_parkingRecord;
  406. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
  407. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  408. private DevComponents.DotNetBar.LabelX lbx_startDate;
  409. private DevComponents.DotNetBar.LabelX labelX1;
  410. private DevComponents.DotNetBar.ButtonX btnx_parkingRecordSearch;
  411. private DevComponents.DotNetBar.ButtonX btnx_export;
  412. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
  413. private DevComponents.DotNetBar.SuperTabItem sti_dailySummary;
  414. private DevComponents.DotNetBar.SuperTabItem sti_carRecords;
  415. private DevComponents.DotNetBar.LabelX labelX2;
  416. private System.Windows.Forms.TextBox tb_license;
  417. private System.Windows.Forms.DateTimePicker dtp_endDate;
  418. private System.Windows.Forms.DateTimePicker dtp_startDate;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn userID;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn paymentStatus;
  428. }
  429. }