FrmValetManagement.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Valet
  2. {
  3. partial class FrmValetManagement
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmValetManagement));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnAlsoback = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  36. this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Dsro_TakeDressTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Dsro_ReservationBackTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Dsro_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  44. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.panelEx2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // plExMainContainer
  56. //
  57. this.plExMainContainer.Controls.Add(this.panelEx2);
  58. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  59. //
  60. // btnAppFormMaximize
  61. //
  62. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. //
  68. // btnAppFormMinimize
  69. //
  70. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  71. //
  72. // panelEx2
  73. //
  74. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  75. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  76. this.panelEx2.BorderWidth = 1;
  77. this.panelEx2.Controls.Add(this.btnPrint);
  78. this.panelEx2.Controls.Add(this.btnAlsoback);
  79. this.panelEx2.Controls.Add(this.dgv);
  80. this.panelEx2.Controls.Add(this.labelEx2);
  81. this.panelEx2.Controls.Add(this.lblCount);
  82. this.panelEx2.Controls.Add(this.btnSlect);
  83. this.panelEx2.Controls.Add(this.btnUpdate);
  84. this.panelEx2.Controls.Add(this.btnDelete);
  85. this.panelEx2.Controls.Add(this.txtkeyword);
  86. this.panelEx2.Controls.Add(this.panelEx3);
  87. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  89. this.panelEx2.Name = "panelEx2";
  90. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  91. this.panelEx2.TabIndex = 198;
  92. //
  93. // btnPrint
  94. //
  95. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  96. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  97. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  98. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  99. this.btnPrint.ForeColor = System.Drawing.Color.White;
  100. this.btnPrint.IsCustomBackImg = false;
  101. this.btnPrint.IsShowText = true;
  102. this.btnPrint.Location = new System.Drawing.Point(636, 6);
  103. this.btnPrint.Name = "btnPrint";
  104. this.btnPrint.Size = new System.Drawing.Size(85, 26);
  105. this.btnPrint.TabIndex = 211;
  106. this.btnPrint.Text = " 打 印";
  107. this.btnPrint.UseVisualStyleBackColor = false;
  108. this.btnPrint.Visible = false;
  109. //
  110. // btnAlsoback
  111. //
  112. this.btnAlsoback.BackColor = System.Drawing.Color.Transparent;
  113. this.btnAlsoback.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAlsoback.BackImg")));
  114. this.btnAlsoback.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  115. this.btnAlsoback.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  116. this.btnAlsoback.ForeColor = System.Drawing.Color.White;
  117. this.btnAlsoback.IsCustomBackImg = false;
  118. this.btnAlsoback.IsShowText = true;
  119. this.btnAlsoback.Location = new System.Drawing.Point(545, 6);
  120. this.btnAlsoback.Name = "btnAlsoback";
  121. this.btnAlsoback.Size = new System.Drawing.Size(85, 26);
  122. this.btnAlsoback.TabIndex = 210;
  123. this.btnAlsoback.Text = " 还 回";
  124. this.btnAlsoback.UseVisualStyleBackColor = false;
  125. //
  126. // dgv
  127. //
  128. this.dgv.AllowUserToAddRows = false;
  129. this.dgv.AllowUserToDeleteRows = false;
  130. this.dgv.AllowUserToResizeRows = false;
  131. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  132. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  133. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)
  135. | System.Windows.Forms.AnchorStyles.Right)));
  136. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  137. this.dgv.BackgroundColor = System.Drawing.Color.White;
  138. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  139. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  140. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  141. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  144. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  145. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  146. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  147. this.dgv.ColumnHeadersHeight = 24;
  148. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  149. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  150. this.Dsro_Number,
  151. this.Dsro_TakeDressTime,
  152. this.Dsro_ReservationBackTime,
  153. this.Dsro_Remark,
  154. this.Dsro_CreateName,
  155. this.Dsro_CreateDateTime});
  156. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  157. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  158. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  160. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  161. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  162. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  163. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  164. this.dgv.EnableHeadersVisualStyles = false;
  165. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  166. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  167. this.dgv.IsCompleteBonding = false;
  168. this.dgv.Location = new System.Drawing.Point(4, 50);
  169. this.dgv.MultiSelect = false;
  170. this.dgv.Name = "dgv";
  171. this.dgv.ReadOnly = true;
  172. this.dgv.RowHeadersVisible = false;
  173. this.dgv.RowTemplate.Height = 23;
  174. this.dgv.RowTemplate.ReadOnly = true;
  175. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  176. this.dgv.Size = new System.Drawing.Size(880, 470);
  177. this.dgv.TabIndex = 209;
  178. //
  179. // Dsro_Number
  180. //
  181. this.Dsro_Number.HeaderText = "单号";
  182. this.Dsro_Number.Name = "Dsro_Number";
  183. this.Dsro_Number.ReadOnly = true;
  184. //
  185. // Dsro_TakeDressTime
  186. //
  187. this.Dsro_TakeDressTime.HeaderText = "送洗时间";
  188. this.Dsro_TakeDressTime.Name = "Dsro_TakeDressTime";
  189. this.Dsro_TakeDressTime.ReadOnly = true;
  190. //
  191. // Dsro_ReservationBackTime
  192. //
  193. this.Dsro_ReservationBackTime.HeaderText = "还衣时间";
  194. this.Dsro_ReservationBackTime.Name = "Dsro_ReservationBackTime";
  195. this.Dsro_ReservationBackTime.ReadOnly = true;
  196. //
  197. // Dsro_Remark
  198. //
  199. this.Dsro_Remark.HeaderText = "备注";
  200. this.Dsro_Remark.Name = "Dsro_Remark";
  201. this.Dsro_Remark.ReadOnly = true;
  202. //
  203. // Dsro_CreateName
  204. //
  205. this.Dsro_CreateName.HeaderText = "录入人";
  206. this.Dsro_CreateName.Name = "Dsro_CreateName";
  207. this.Dsro_CreateName.ReadOnly = true;
  208. //
  209. // Dsro_CreateDateTime
  210. //
  211. this.Dsro_CreateDateTime.HeaderText = "日期";
  212. this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
  213. this.Dsro_CreateDateTime.ReadOnly = true;
  214. //
  215. // labelEx2
  216. //
  217. this.labelEx2.AutoSize = true;
  218. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  219. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  220. this.labelEx2.Location = new System.Drawing.Point(9, 13);
  221. this.labelEx2.Name = "labelEx2";
  222. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  223. this.labelEx2.TabIndex = 43;
  224. this.labelEx2.Text = "项目:";
  225. //
  226. // lblCount
  227. //
  228. this.lblCount.AutoSize = true;
  229. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  230. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  231. this.lblCount.Location = new System.Drawing.Point(57, 13);
  232. this.lblCount.Name = "lblCount";
  233. this.lblCount.Size = new System.Drawing.Size(15, 17);
  234. this.lblCount.TabIndex = 44;
  235. this.lblCount.Tag = "";
  236. this.lblCount.Text = "0";
  237. //
  238. // btnSlect
  239. //
  240. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  241. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  242. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  243. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  244. this.btnSlect.ForeColor = System.Drawing.Color.White;
  245. this.btnSlect.IsCustomBackImg = false;
  246. this.btnSlect.IsShowText = true;
  247. this.btnSlect.Location = new System.Drawing.Point(272, 6);
  248. this.btnSlect.Name = "btnSlect";
  249. this.btnSlect.Size = new System.Drawing.Size(85, 26);
  250. this.btnSlect.TabIndex = 198;
  251. this.btnSlect.Text = " 查 询";
  252. this.btnSlect.UseVisualStyleBackColor = false;
  253. //
  254. // btnUpdate
  255. //
  256. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  257. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  258. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  259. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  260. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  261. this.btnUpdate.IsCustomBackImg = false;
  262. this.btnUpdate.IsShowText = true;
  263. this.btnUpdate.Location = new System.Drawing.Point(363, 6);
  264. this.btnUpdate.Name = "btnUpdate";
  265. this.btnUpdate.Size = new System.Drawing.Size(85, 26);
  266. this.btnUpdate.TabIndex = 201;
  267. this.btnUpdate.Text = " 修 改";
  268. this.btnUpdate.UseVisualStyleBackColor = false;
  269. //
  270. // btnDelete
  271. //
  272. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  273. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  274. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  275. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  276. this.btnDelete.ForeColor = System.Drawing.Color.White;
  277. this.btnDelete.IsCustomBackImg = false;
  278. this.btnDelete.IsShowText = true;
  279. this.btnDelete.Location = new System.Drawing.Point(454, 6);
  280. this.btnDelete.Name = "btnDelete";
  281. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  282. this.btnDelete.TabIndex = 202;
  283. this.btnDelete.Text = " 删 除";
  284. this.btnDelete.UseVisualStyleBackColor = false;
  285. //
  286. // txtkeyword
  287. //
  288. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  289. this.txtkeyword.EmptyTextTip = null;
  290. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  291. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  292. this.txtkeyword.Location = new System.Drawing.Point(141, 8);
  293. this.txtkeyword.Name = "txtkeyword";
  294. this.txtkeyword.Size = new System.Drawing.Size(121, 23);
  295. this.txtkeyword.TabIndex = 199;
  296. //
  297. // panelEx3
  298. //
  299. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  300. | System.Windows.Forms.AnchorStyles.Right)));
  301. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  302. this.panelEx3.BorderWidth = 1;
  303. this.panelEx3.Location = new System.Drawing.Point(1, 40);
  304. this.panelEx3.Name = "panelEx3";
  305. this.panelEx3.Size = new System.Drawing.Size(887, 1);
  306. this.panelEx3.TabIndex = 197;
  307. //
  308. // FrmValetManagement
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  313. this.ClientSize = new System.Drawing.Size(910, 610);
  314. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  315. this.Name = "FrmValetManagement";
  316. this.Text = "送洗管理";
  317. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  318. this.plExMainContainer.ResumeLayout(false);
  319. this.plFormMainContent.ResumeLayout(false);
  320. this.panelEx2.ResumeLayout(false);
  321. this.panelEx2.PerformLayout();
  322. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  323. this.ResumeLayout(false);
  324. }
  325. #endregion
  326. private ComponentLibrary.PanelEx panelEx2;
  327. protected ComponentLibrary.ButtonEx btnPrint;
  328. protected ComponentLibrary.ButtonEx btnAlsoback;
  329. protected ComponentLibrary.DataGridViewEx dgv;
  330. private ComponentLibrary.LabelEx labelEx2;
  331. protected ComponentLibrary.LabelEx lblCount;
  332. protected ComponentLibrary.ButtonEx btnSlect;
  333. protected ComponentLibrary.ButtonEx btnUpdate;
  334. protected ComponentLibrary.ButtonEx btnDelete;
  335. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  336. private ComponentLibrary.PanelEx panelEx3;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_TakeDressTime;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_ReservationBackTime;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Remark;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
  343. }
  344. }