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