FormRecordsManager.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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.mtb_endDate = new System.Windows.Forms.MaskedTextBox();
  43. this.lbx_startDate = new DevComponents.DotNetBar.LabelX();
  44. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  45. this.mtb_startDate = new System.Windows.Forms.MaskedTextBox();
  46. this.btnx_parkingRecordSearch = new DevComponents.DotNetBar.ButtonX();
  47. this.btnx_export = new DevComponents.DotNetBar.ButtonX();
  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.labelX2 = new DevComponents.DotNetBar.LabelX();
  53. this.tb_license = new System.Windows.Forms.TextBox();
  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, 80F));
  233. this.tableLayoutPanel1.Controls.Add(this.mtb_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.mtb_startDate, 1, 0);
  237. this.tableLayoutPanel1.Controls.Add(this.btnx_parkingRecordSearch, 6, 0);
  238. this.tableLayoutPanel1.Controls.Add(this.btnx_export, 7, 0);
  239. this.tableLayoutPanel1.Controls.Add(this.labelX2, 4, 0);
  240. this.tableLayoutPanel1.Controls.Add(this.tb_license, 5, 0);
  241. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  243. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  244. this.tableLayoutPanel1.RowCount = 1;
  245. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  246. this.tableLayoutPanel1.Size = new System.Drawing.Size(844, 63);
  247. this.tableLayoutPanel1.TabIndex = 2;
  248. //
  249. // mtb_endDate
  250. //
  251. this.mtb_endDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  252. this.mtb_endDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.mtb_endDate.Location = new System.Drawing.Point(316, 17);
  254. this.mtb_endDate.Mask = "0000年00月00日";
  255. this.mtb_endDate.Name = "mtb_endDate";
  256. this.mtb_endDate.ShortcutsEnabled = false;
  257. this.mtb_endDate.Size = new System.Drawing.Size(137, 29);
  258. this.mtb_endDate.TabIndex = 6;
  259. this.mtb_endDate.Text = "20181020";
  260. this.mtb_endDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  261. //
  262. // lbx_startDate
  263. //
  264. //
  265. //
  266. //
  267. this.lbx_startDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  268. this.lbx_startDate.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.lbx_startDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.lbx_startDate.Location = new System.Drawing.Point(3, 3);
  271. this.lbx_startDate.Name = "lbx_startDate";
  272. this.lbx_startDate.Size = new System.Drawing.Size(79, 57);
  273. this.lbx_startDate.TabIndex = 3;
  274. this.lbx_startDate.Text = "起始日期:";
  275. //
  276. // labelX1
  277. //
  278. //
  279. //
  280. //
  281. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  282. this.labelX1.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.labelX1.Location = new System.Drawing.Point(231, 3);
  285. this.labelX1.Name = "labelX1";
  286. this.labelX1.Size = new System.Drawing.Size(79, 57);
  287. this.labelX1.TabIndex = 4;
  288. this.labelX1.Text = "截止日期:";
  289. //
  290. // mtb_startDate
  291. //
  292. this.mtb_startDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  293. this.mtb_startDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.mtb_startDate.Location = new System.Drawing.Point(88, 17);
  295. this.mtb_startDate.Mask = "0000年00月00日";
  296. this.mtb_startDate.Name = "mtb_startDate";
  297. this.mtb_startDate.ShortcutsEnabled = false;
  298. this.mtb_startDate.Size = new System.Drawing.Size(137, 29);
  299. this.mtb_startDate.TabIndex = 5;
  300. this.mtb_startDate.Text = "20180920";
  301. this.mtb_startDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  302. //
  303. // btnx_parkingRecordSearch
  304. //
  305. this.btnx_parkingRecordSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  306. this.btnx_parkingRecordSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
  307. this.btnx_parkingRecordSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  308. this.btnx_parkingRecordSearch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.btnx_parkingRecordSearch.Location = new System.Drawing.Point(686, 14);
  310. this.btnx_parkingRecordSearch.Name = "btnx_parkingRecordSearch";
  311. this.btnx_parkingRecordSearch.Size = new System.Drawing.Size(74, 35);
  312. this.btnx_parkingRecordSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  313. this.btnx_parkingRecordSearch.TabIndex = 7;
  314. this.btnx_parkingRecordSearch.Text = "查询";
  315. this.btnx_parkingRecordSearch.Click += new System.EventHandler(this.btnx_parkingRecordSearch_Click);
  316. //
  317. // btnx_export
  318. //
  319. this.btnx_export.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  320. this.btnx_export.Anchor = System.Windows.Forms.AnchorStyles.Left;
  321. this.btnx_export.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  322. this.btnx_export.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.btnx_export.Location = new System.Drawing.Point(766, 14);
  324. this.btnx_export.Name = "btnx_export";
  325. this.btnx_export.Size = new System.Drawing.Size(75, 35);
  326. this.btnx_export.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  327. this.btnx_export.TabIndex = 8;
  328. this.btnx_export.Text = "导出";
  329. this.btnx_export.Click += new System.EventHandler(this.btnx_parkingRecrodExport_Click);
  330. //
  331. // sti_parkingRecords
  332. //
  333. this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
  334. this.sti_parkingRecords.GlobalItem = false;
  335. this.sti_parkingRecords.Name = "sti_parkingRecords";
  336. this.sti_parkingRecords.Text = "原始停取记录";
  337. //
  338. // superTabControlPanel3
  339. //
  340. this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.superTabControlPanel3.Location = new System.Drawing.Point(92, 0);
  342. this.superTabControlPanel3.Name = "superTabControlPanel3";
  343. this.superTabControlPanel3.Size = new System.Drawing.Size(851, 464);
  344. this.superTabControlPanel3.TabIndex = 0;
  345. this.superTabControlPanel3.TabItem = this.sti_dailySummary;
  346. //
  347. // sti_dailySummary
  348. //
  349. this.sti_dailySummary.AttachedControl = this.superTabControlPanel3;
  350. this.sti_dailySummary.GlobalItem = false;
  351. this.sti_dailySummary.Name = "sti_dailySummary";
  352. this.sti_dailySummary.Text = "按日总结";
  353. //
  354. // sti_carRecords
  355. //
  356. this.sti_carRecords.GlobalItem = false;
  357. this.sti_carRecords.Name = "sti_carRecords";
  358. this.sti_carRecords.Text = "车辆停取记录";
  359. //
  360. // labelX2
  361. //
  362. //
  363. //
  364. //
  365. this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  366. this.labelX2.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.labelX2.Location = new System.Drawing.Point(459, 3);
  369. this.labelX2.Name = "labelX2";
  370. this.labelX2.Size = new System.Drawing.Size(79, 57);
  371. this.labelX2.TabIndex = 9;
  372. this.labelX2.Text = "车辆号牌:";
  373. //
  374. // tb_license
  375. //
  376. this.tb_license.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  377. this.tb_license.Location = new System.Drawing.Point(544, 21);
  378. this.tb_license.Name = "tb_license";
  379. this.tb_license.Size = new System.Drawing.Size(136, 21);
  380. this.tb_license.TabIndex = 10;
  381. //
  382. // FormRecordsManager
  383. //
  384. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  385. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  386. this.ClientSize = new System.Drawing.Size(943, 464);
  387. this.Controls.Add(this.stc_recordManager);
  388. this.Name = "FormRecordsManager";
  389. this.Text = "FormRecordsManager";
  390. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).EndInit();
  391. this.stc_recordManager.ResumeLayout(false);
  392. this.superTabControlPanel1.ResumeLayout(false);
  393. this.tlp_parkingRecord.ResumeLayout(false);
  394. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
  395. this.tableLayoutPanel1.ResumeLayout(false);
  396. this.tableLayoutPanel1.PerformLayout();
  397. this.ResumeLayout(false);
  398. }
  399. #endregion
  400. private DevComponents.DotNetBar.SuperTabControl stc_recordManager;
  401. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
  402. private DevComponents.DotNetBar.SuperTabItem sti_parkingRecords;
  403. private System.Windows.Forms.TableLayoutPanel tlp_parkingRecord;
  404. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn userID;
  407. private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
  413. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  414. private DevComponents.DotNetBar.LabelX lbx_startDate;
  415. private DevComponents.DotNetBar.LabelX labelX1;
  416. private System.Windows.Forms.MaskedTextBox mtb_endDate;
  417. private System.Windows.Forms.MaskedTextBox mtb_startDate;
  418. private DevComponents.DotNetBar.ButtonX btnx_parkingRecordSearch;
  419. private DevComponents.DotNetBar.ButtonX btnx_export;
  420. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
  421. private DevComponents.DotNetBar.SuperTabItem sti_dailySummary;
  422. private DevComponents.DotNetBar.SuperTabItem sti_carRecords;
  423. private DevComponents.DotNetBar.LabelX labelX2;
  424. private System.Windows.Forms.TextBox tb_license;
  425. }
  426. }