FormRecordsManager.Designer.cs 24 KB

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