FormRecordsManager.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
  31. this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
  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. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).BeginInit();
  42. this.stc_recordManager.SuspendLayout();
  43. this.superTabControlPanel1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // stc_recordManager
  48. //
  49. //
  50. //
  51. //
  52. //
  53. //
  54. //
  55. this.stc_recordManager.ControlBox.CloseBox.Name = "";
  56. //
  57. //
  58. //
  59. this.stc_recordManager.ControlBox.MenuBox.Name = "";
  60. this.stc_recordManager.ControlBox.Name = "";
  61. this.stc_recordManager.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  62. this.stc_recordManager.ControlBox.MenuBox,
  63. this.stc_recordManager.ControlBox.CloseBox});
  64. this.stc_recordManager.Controls.Add(this.superTabControlPanel1);
  65. this.stc_recordManager.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.stc_recordManager.Location = new System.Drawing.Point(0, 0);
  67. this.stc_recordManager.Name = "stc_recordManager";
  68. this.stc_recordManager.ReorderTabsEnabled = true;
  69. this.stc_recordManager.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  70. this.stc_recordManager.SelectedTabIndex = 0;
  71. this.stc_recordManager.Size = new System.Drawing.Size(913, 349);
  72. this.stc_recordManager.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
  73. this.stc_recordManager.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.stc_recordManager.TabIndex = 0;
  75. this.stc_recordManager.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  76. this.sti_parkingRecords});
  77. this.stc_recordManager.Text = "superTabControl1";
  78. //
  79. // sti_parkingRecords
  80. //
  81. this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
  82. this.sti_parkingRecords.GlobalItem = false;
  83. this.sti_parkingRecords.Name = "sti_parkingRecords";
  84. this.sti_parkingRecords.Text = "停取记录";
  85. //
  86. // superTabControlPanel1
  87. //
  88. this.superTabControlPanel1.Controls.Add(this.dgvx_parkingRecords);
  89. this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.superTabControlPanel1.Location = new System.Drawing.Point(69, 0);
  91. this.superTabControlPanel1.Name = "superTabControlPanel1";
  92. this.superTabControlPanel1.Size = new System.Drawing.Size(844, 349);
  93. this.superTabControlPanel1.TabIndex = 1;
  94. this.superTabControlPanel1.TabItem = this.sti_parkingRecords;
  95. //
  96. // dgvx_parkingRecords
  97. //
  98. this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  99. this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  100. this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  101. this.parkingRecordsID,
  102. this.userID,
  103. this.numberPlate,
  104. this.parkingSpaceID,
  105. this.realParkTime,
  106. this.realGetTime,
  107. this.receiptNum,
  108. this.parkingPrice});
  109. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  110. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  111. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  113. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  114. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  115. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  116. this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
  117. this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  119. this.dgvx_parkingRecords.Location = new System.Drawing.Point(0, 0);
  120. this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
  121. this.dgvx_parkingRecords.RowTemplate.Height = 23;
  122. this.dgvx_parkingRecords.Size = new System.Drawing.Size(844, 349);
  123. this.dgvx_parkingRecords.TabIndex = 1;
  124. //
  125. // parkingRecordsID
  126. //
  127. this.parkingRecordsID.Frozen = true;
  128. this.parkingRecordsID.HeaderText = "停车记录ID";
  129. this.parkingRecordsID.MaxInputLength = 11;
  130. this.parkingRecordsID.Name = "parkingRecordsID";
  131. this.parkingRecordsID.ReadOnly = true;
  132. this.parkingRecordsID.Width = 90;
  133. //
  134. // userID
  135. //
  136. this.userID.Frozen = true;
  137. this.userID.HeaderText = "用户ID";
  138. this.userID.MaxInputLength = 8;
  139. this.userID.Name = "userID";
  140. this.userID.ReadOnly = true;
  141. this.userID.Width = 70;
  142. //
  143. // numberPlate
  144. //
  145. this.numberPlate.Frozen = true;
  146. this.numberPlate.HeaderText = "号牌";
  147. this.numberPlate.MaxInputLength = 9;
  148. this.numberPlate.Name = "numberPlate";
  149. this.numberPlate.ReadOnly = true;
  150. this.numberPlate.Width = 80;
  151. //
  152. // parkingSpaceID
  153. //
  154. this.parkingSpaceID.Frozen = true;
  155. this.parkingSpaceID.HeaderText = "车位编号";
  156. this.parkingSpaceID.MaxInputLength = 4;
  157. this.parkingSpaceID.Name = "parkingSpaceID";
  158. this.parkingSpaceID.ReadOnly = true;
  159. this.parkingSpaceID.Width = 80;
  160. //
  161. // realParkTime
  162. //
  163. this.realParkTime.Frozen = true;
  164. this.realParkTime.HeaderText = "实际停入时间";
  165. this.realParkTime.MaxInputLength = 50;
  166. this.realParkTime.Name = "realParkTime";
  167. this.realParkTime.ReadOnly = true;
  168. this.realParkTime.Width = 140;
  169. //
  170. // realGetTime
  171. //
  172. this.realGetTime.Frozen = true;
  173. this.realGetTime.HeaderText = "实际取出时间";
  174. this.realGetTime.MaxInputLength = 50;
  175. this.realGetTime.Name = "realGetTime";
  176. this.realGetTime.ReadOnly = true;
  177. this.realGetTime.Width = 140;
  178. //
  179. // receiptNum
  180. //
  181. this.receiptNum.Frozen = true;
  182. this.receiptNum.HeaderText = "凭证号";
  183. this.receiptNum.MaxInputLength = 8;
  184. this.receiptNum.Name = "receiptNum";
  185. this.receiptNum.ReadOnly = true;
  186. //
  187. // parkingPrice
  188. //
  189. this.parkingPrice.Frozen = true;
  190. this.parkingPrice.HeaderText = "停车费用";
  191. this.parkingPrice.MaxInputLength = 11;
  192. this.parkingPrice.Name = "parkingPrice";
  193. this.parkingPrice.ReadOnly = true;
  194. //
  195. // FormRecordsManager
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(913, 349);
  200. this.Controls.Add(this.stc_recordManager);
  201. this.Name = "FormRecordsManager";
  202. this.Text = "FormRecordsManager";
  203. ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).EndInit();
  204. this.stc_recordManager.ResumeLayout(false);
  205. this.superTabControlPanel1.ResumeLayout(false);
  206. ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
  207. this.ResumeLayout(false);
  208. }
  209. #endregion
  210. private DevComponents.DotNetBar.SuperTabControl stc_recordManager;
  211. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
  212. private DevComponents.DotNetBar.SuperTabItem sti_parkingRecords;
  213. private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
  214. private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
  215. private System.Windows.Forms.DataGridViewTextBoxColumn userID;
  216. private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
  217. private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
  218. private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
  219. private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
  220. private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
  221. private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
  222. }
  223. }