FrmAlsoBack.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Rental
  2. {
  3. partial class FrmAlsoBack
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAlsoBack));
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx();
  34. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  36. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Dsrd_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Dsrd_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Dsrd_SaleRentalQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Dsrd_BackStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Dsro_UpdateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Dsrd_BackTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.plExMainContainer.SuspendLayout();
  47. this.plFormMainContent.SuspendLayout();
  48. this.panelEx2.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // plExMainContainer
  53. //
  54. this.plExMainContainer.Controls.Add(this.panelEx2);
  55. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  56. this.plExMainContainer.Size = new System.Drawing.Size(688, 494);
  57. //
  58. // plFormMainContent
  59. //
  60. this.plFormMainContent.Size = new System.Drawing.Size(688, 494);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. this.btnAppFormMaximize.Location = new System.Drawing.Point(629, 0);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(656, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. this.btnAppFormMinimize.Location = new System.Drawing.Point(602, 0);
  76. //
  77. // panelEx2
  78. //
  79. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  81. this.panelEx2.BorderWidth = 1;
  82. this.panelEx2.Controls.Add(this.cmbFactory);
  83. this.panelEx2.Controls.Add(this.labelEx1);
  84. this.panelEx2.Controls.Add(this.dgv);
  85. this.panelEx2.Controls.Add(this.btnSave);
  86. this.panelEx2.Controls.Add(this.btnClose);
  87. this.panelEx2.Controls.Add(this.panelEx3);
  88. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  90. this.panelEx2.Name = "panelEx2";
  91. this.panelEx2.Size = new System.Drawing.Size(668, 474);
  92. this.panelEx2.TabIndex = 198;
  93. //
  94. // cmbFactory
  95. //
  96. this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  97. this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  98. this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  99. this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F);
  100. this.cmbFactory.FormattingEnabled = true;
  101. this.cmbFactory.IsCustomColor = false;
  102. this.cmbFactory.Items.AddRange(new object[] {
  103. "已还",
  104. "未还"});
  105. this.cmbFactory.Location = new System.Drawing.Point(143, 92);
  106. this.cmbFactory.Name = "cmbFactory";
  107. this.cmbFactory.ReadOnly = true;
  108. this.cmbFactory.Size = new System.Drawing.Size(157, 22);
  109. this.cmbFactory.TabIndex = 265;
  110. this.cmbFactory.Visible = false;
  111. //
  112. // labelEx1
  113. //
  114. this.labelEx1.AutoSize = true;
  115. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  116. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  117. this.labelEx1.Location = new System.Drawing.Point(15, 11);
  118. this.labelEx1.Name = "labelEx1";
  119. this.labelEx1.Size = new System.Drawing.Size(290, 17);
  120. this.labelEx1.TabIndex = 264;
  121. this.labelEx1.Text = "全部礼服资料,双击状态栏修改状态。选中保存,可多选";
  122. //
  123. // dgv
  124. //
  125. this.dgv.AllowUserToAddRows = false;
  126. this.dgv.AllowUserToDeleteRows = false;
  127. this.dgv.AllowUserToResizeRows = false;
  128. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  129. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  130. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  131. | System.Windows.Forms.AnchorStyles.Left)
  132. | System.Windows.Forms.AnchorStyles.Right)));
  133. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  134. this.dgv.BackgroundColor = System.Drawing.Color.White;
  135. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  136. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  137. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  138. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  139. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  141. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  144. this.dgv.ColumnHeadersHeight = 24;
  145. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  146. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  147. this.ID,
  148. this.Dsrd_DressNumber,
  149. this.Dsrd_DressName,
  150. this.Dsrd_SaleRentalQuantity,
  151. this.Dsrd_BackStatus,
  152. this.Dsro_UpdateName,
  153. this.Dsrd_BackTime});
  154. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  155. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  156. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  158. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  161. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  162. this.dgv.EnableHeadersVisualStyles = false;
  163. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  164. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  165. this.dgv.IsCompleteBonding = false;
  166. this.dgv.IsCopyCellValue = true;
  167. this.dgv.Location = new System.Drawing.Point(5, 50);
  168. this.dgv.Name = "dgv";
  169. this.dgv.ReadOnly = true;
  170. this.dgv.RowHeadersVisible = false;
  171. this.dgv.RowTemplate.Height = 23;
  172. this.dgv.RowTemplate.ReadOnly = true;
  173. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  174. this.dgv.Size = new System.Drawing.Size(655, 415);
  175. this.dgv.TabIndex = 263;
  176. //
  177. // btnSave
  178. //
  179. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  180. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  181. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  182. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  183. this.btnSave.ForeColor = System.Drawing.Color.White;
  184. this.btnSave.IsCustomBackImg = false;
  185. this.btnSave.IsShowText = true;
  186. this.btnSave.Location = new System.Drawing.Point(321, 5);
  187. this.btnSave.Name = "btnSave";
  188. this.btnSave.Size = new System.Drawing.Size(87, 26);
  189. this.btnSave.TabIndex = 201;
  190. this.btnSave.Text = "保存";
  191. this.btnSave.UseVisualStyleBackColor = false;
  192. //
  193. // btnClose
  194. //
  195. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  196. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  197. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  198. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  199. this.btnClose.ForeColor = System.Drawing.Color.White;
  200. this.btnClose.IsCustomBackImg = false;
  201. this.btnClose.IsShowText = true;
  202. this.btnClose.Location = new System.Drawing.Point(425, 6);
  203. this.btnClose.Name = "btnClose";
  204. this.btnClose.Size = new System.Drawing.Size(87, 26);
  205. this.btnClose.TabIndex = 202;
  206. this.btnClose.Text = "取消";
  207. this.btnClose.UseVisualStyleBackColor = false;
  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, 41);
  216. this.panelEx3.Name = "panelEx3";
  217. this.panelEx3.Size = new System.Drawing.Size(665, 1);
  218. this.panelEx3.TabIndex = 197;
  219. //
  220. // ID
  221. //
  222. this.ID.HeaderText = "ID";
  223. this.ID.Name = "ID";
  224. this.ID.ReadOnly = true;
  225. this.ID.Visible = false;
  226. //
  227. // Dsrd_DressNumber
  228. //
  229. this.Dsrd_DressNumber.HeaderText = "礼服编号";
  230. this.Dsrd_DressNumber.Name = "Dsrd_DressNumber";
  231. this.Dsrd_DressNumber.ReadOnly = true;
  232. //
  233. // Dsrd_DressName
  234. //
  235. this.Dsrd_DressName.HeaderText = "名称";
  236. this.Dsrd_DressName.Name = "Dsrd_DressName";
  237. this.Dsrd_DressName.ReadOnly = true;
  238. //
  239. // Dsrd_SaleRentalQuantity
  240. //
  241. this.Dsrd_SaleRentalQuantity.HeaderText = "数量";
  242. this.Dsrd_SaleRentalQuantity.Name = "Dsrd_SaleRentalQuantity";
  243. this.Dsrd_SaleRentalQuantity.ReadOnly = true;
  244. //
  245. // Dsrd_BackStatus
  246. //
  247. this.Dsrd_BackStatus.HeaderText = "状态";
  248. this.Dsrd_BackStatus.Name = "Dsrd_BackStatus";
  249. this.Dsrd_BackStatus.ReadOnly = true;
  250. //
  251. // Dsro_UpdateName
  252. //
  253. this.Dsro_UpdateName.HeaderText = "经手人";
  254. this.Dsro_UpdateName.Name = "Dsro_UpdateName";
  255. this.Dsro_UpdateName.ReadOnly = true;
  256. //
  257. // Dsrd_BackTime
  258. //
  259. this.Dsrd_BackTime.HeaderText = "还回日期";
  260. this.Dsrd_BackTime.Name = "Dsrd_BackTime";
  261. this.Dsrd_BackTime.ReadOnly = true;
  262. //
  263. // FrmAlsoBack
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  268. this.ClientSize = new System.Drawing.Size(688, 559);
  269. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  270. this.IsUserControlsSize = false;
  271. this.Name = "FrmAlsoBack";
  272. this.Text = "还回";
  273. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  274. this.plExMainContainer.ResumeLayout(false);
  275. this.plFormMainContent.ResumeLayout(false);
  276. this.panelEx2.ResumeLayout(false);
  277. this.panelEx2.PerformLayout();
  278. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private ComponentLibrary.PanelEx panelEx2;
  283. protected ComponentLibrary.ButtonEx btnSave;
  284. protected ComponentLibrary.ButtonEx btnClose;
  285. private ComponentLibrary.PanelEx panelEx3;
  286. protected ComponentLibrary.DataGridViewEx dgv;
  287. private ComponentLibrary.LabelEx labelEx1;
  288. protected ComponentLibrary.ComboBoxEx cmbFactory;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  290. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_DressNumber;
  291. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_DressName;
  292. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_SaleRentalQuantity;
  293. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_BackStatus;
  294. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_UpdateName;
  295. private System.Windows.Forms.DataGridViewTextBoxColumn Dsrd_BackTime;
  296. }
  297. }