FrmRecord.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace LYFZ.Software.UI.Dresses.DressView
  2. {
  3. partial class FrmRecord
  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(FrmRecord));
  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.radNotyet = new LYFZ.ComponentLibrary.RadioButtonEx();
  34. this.radAll = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Dsro_TakeDressTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Dsro_ReservationBackTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Dsrd_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Dsrd_SaleRentalQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Dsrd_BackStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx2.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.panelEx2);
  59. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  60. //
  61. // btnAppFormMaximize
  62. //
  63. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. //
  73. // panelEx2
  74. //
  75. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  76. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  77. this.panelEx2.BorderWidth = 1;
  78. this.panelEx2.Controls.Add(this.radNotyet);
  79. this.panelEx2.Controls.Add(this.radAll);
  80. this.panelEx2.Controls.Add(this.labelEx1);
  81. this.panelEx2.Controls.Add(this.dgv);
  82. this.panelEx2.Controls.Add(this.labelEx2);
  83. this.panelEx2.Controls.Add(this.lblCount);
  84. this.panelEx2.Controls.Add(this.panelEx3);
  85. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  87. this.panelEx2.Name = "panelEx2";
  88. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  89. this.panelEx2.TabIndex = 197;
  90. //
  91. // radNotyet
  92. //
  93. this.radNotyet.AutoSize = true;
  94. this.radNotyet.BackColor = System.Drawing.Color.Transparent;
  95. this.radNotyet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  96. this.radNotyet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  97. this.radNotyet.Location = new System.Drawing.Point(226, 9);
  98. this.radNotyet.Name = "radNotyet";
  99. this.radNotyet.Size = new System.Drawing.Size(50, 21);
  100. this.radNotyet.TabIndex = 224;
  101. this.radNotyet.Text = "未还";
  102. this.radNotyet.UseVisualStyleBackColor = false;
  103. //
  104. // radAll
  105. //
  106. this.radAll.AutoSize = true;
  107. this.radAll.BackColor = System.Drawing.Color.Transparent;
  108. this.radAll.Checked = true;
  109. this.radAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  110. this.radAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  111. this.radAll.Location = new System.Drawing.Point(165, 9);
  112. this.radAll.Name = "radAll";
  113. this.radAll.Size = new System.Drawing.Size(50, 21);
  114. this.radAll.TabIndex = 223;
  115. this.radAll.TabStop = true;
  116. this.radAll.Text = "全部";
  117. this.radAll.UseVisualStyleBackColor = false;
  118. //
  119. // labelEx1
  120. //
  121. this.labelEx1.AutoSize = true;
  122. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  123. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  124. this.labelEx1.Location = new System.Drawing.Point(116, 11);
  125. this.labelEx1.Name = "labelEx1";
  126. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  127. this.labelEx1.TabIndex = 222;
  128. this.labelEx1.Text = "状态:";
  129. //
  130. // dgv
  131. //
  132. this.dgv.AllowUserToAddRows = false;
  133. this.dgv.AllowUserToDeleteRows = false;
  134. this.dgv.AllowUserToResizeRows = false;
  135. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  136. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  137. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.dgv.BackgroundColor = System.Drawing.Color.White;
  141. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  142. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  143. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  144. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  145. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  147. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  148. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  149. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  150. this.dgv.ColumnHeadersHeight = 24;
  151. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  152. this.Dsro_Number,
  153. this.Cus_Name,
  154. this.Dsro_TakeDressTime,
  155. this.Dsro_ReservationBackTime,
  156. this.Status,
  157. this.Dsrd_DressName,
  158. this.Dsrd_SaleRentalQuantity,
  159. this.Dsrd_BackStatus,
  160. this.Dsro_CreateDateTime,
  161. this.Dsro_CreateName});
  162. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  163. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  164. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  166. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  167. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  168. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  169. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  170. this.dgv.EnableHeadersVisualStyles = false;
  171. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  172. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  173. "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  174. "dgv_dgv_dgv";
  175. this.dgv.IsCompleteBonding = false;
  176. this.dgv.Location = new System.Drawing.Point(5, 38);
  177. this.dgv.Name = "dgv";
  178. this.dgv.ReadOnly = true;
  179. this.dgv.RowHeadersVisible = false;
  180. this.dgv.RowTemplate.Height = 23;
  181. this.dgv.RowTemplate.ReadOnly = true;
  182. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  183. this.dgv.Size = new System.Drawing.Size(879, 480);
  184. this.dgv.TabIndex = 221;
  185. //
  186. // labelEx2
  187. //
  188. this.labelEx2.AutoSize = true;
  189. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  190. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  191. this.labelEx2.Location = new System.Drawing.Point(9, 11);
  192. this.labelEx2.Name = "labelEx2";
  193. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  194. this.labelEx2.TabIndex = 43;
  195. this.labelEx2.Text = "项目:";
  196. //
  197. // lblCount
  198. //
  199. this.lblCount.AutoSize = true;
  200. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  201. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  202. this.lblCount.Location = new System.Drawing.Point(57, 11);
  203. this.lblCount.Name = "lblCount";
  204. this.lblCount.Size = new System.Drawing.Size(15, 17);
  205. this.lblCount.TabIndex = 44;
  206. this.lblCount.Tag = "";
  207. this.lblCount.Text = "0";
  208. //
  209. // panelEx3
  210. //
  211. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  212. | System.Windows.Forms.AnchorStyles.Right)));
  213. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  214. this.panelEx3.BorderWidth = 1;
  215. this.panelEx3.Location = new System.Drawing.Point(1, 52);
  216. this.panelEx3.Name = "panelEx3";
  217. this.panelEx3.Size = new System.Drawing.Size(887, 1);
  218. this.panelEx3.TabIndex = 197;
  219. //
  220. // Dsro_Number
  221. //
  222. this.Dsro_Number.HeaderText = "单号";
  223. this.Dsro_Number.Name = "Dsro_Number";
  224. this.Dsro_Number.ReadOnly = true;
  225. //
  226. // Cus_Name
  227. //
  228. this.Cus_Name.HeaderText = "客户名称";
  229. this.Cus_Name.Name = "Cus_Name";
  230. this.Cus_Name.ReadOnly = true;
  231. //
  232. // Dsro_TakeDressTime
  233. //
  234. this.Dsro_TakeDressTime.HeaderText = "取衣/送洗时间";
  235. this.Dsro_TakeDressTime.Name = "Dsro_TakeDressTime";
  236. this.Dsro_TakeDressTime.ReadOnly = true;
  237. this.Dsro_TakeDressTime.Width = 120;
  238. //
  239. // Dsro_ReservationBackTime
  240. //
  241. this.Dsro_ReservationBackTime.HeaderText = "还衣时间";
  242. this.Dsro_ReservationBackTime.Name = "Dsro_ReservationBackTime";
  243. this.Dsro_ReservationBackTime.ReadOnly = true;
  244. //
  245. // Status
  246. //
  247. this.Status.HeaderText = "租/售/洗";
  248. this.Status.Name = "Status";
  249. this.Status.ReadOnly = true;
  250. //
  251. // Dsrd_DressName
  252. //
  253. this.Dsrd_DressName.HeaderText = "礼服名称";
  254. this.Dsrd_DressName.Name = "Dsrd_DressName";
  255. this.Dsrd_DressName.ReadOnly = true;
  256. //
  257. // Dsrd_SaleRentalQuantity
  258. //
  259. this.Dsrd_SaleRentalQuantity.HeaderText = "数量";
  260. this.Dsrd_SaleRentalQuantity.Name = "Dsrd_SaleRentalQuantity";
  261. this.Dsrd_SaleRentalQuantity.ReadOnly = true;
  262. //
  263. // Dsrd_BackStatus
  264. //
  265. this.Dsrd_BackStatus.HeaderText = "是否回收";
  266. this.Dsrd_BackStatus.Name = "Dsrd_BackStatus";
  267. this.Dsrd_BackStatus.ReadOnly = true;
  268. //
  269. // Dsro_CreateDateTime
  270. //
  271. this.Dsro_CreateDateTime.HeaderText = "日期";
  272. this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
  273. this.Dsro_CreateDateTime.ReadOnly = true;
  274. this.Dsro_CreateDateTime.Width = 120;
  275. //
  276. // Dsro_CreateName
  277. //
  278. this.Dsro_CreateName.HeaderText = "经手人";
  279. this.Dsro_CreateName.Name = "Dsro_CreateName";
  280. this.Dsro_CreateName.ReadOnly = true;
  281. //
  282. // FrmRecord
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  287. this.ClientSize = new System.Drawing.Size(910, 610);
  288. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  289. this.Name = "FrmRecord";
  290. this.Text = "租售洗记录";
  291. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  292. this.plExMainContainer.ResumeLayout(false);
  293. this.plFormMainContent.ResumeLayout(false);
  294. this.panelEx2.ResumeLayout(false);
  295. this.panelEx2.PerformLayout();
  296. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private ComponentLibrary.PanelEx panelEx2;
  301. private ComponentLibrary.LabelEx labelEx2;
  302. protected ComponentLibrary.LabelEx lblCount;
  303. private ComponentLibrary.PanelEx panelEx3;
  304. protected ComponentLibrary.DataGridViewEx dgv;
  305. protected ComponentLibrary.RadioButtonEx radNotyet;
  306. protected ComponentLibrary.RadioButtonEx radAll;
  307. private ComponentLibrary.LabelEx labelEx1;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_TakeDressTime;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_ReservationBackTime;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  313. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_DressName;
  314. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_SaleRentalQuantity;
  315. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_BackStatus;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
  318. }
  319. }