MemberServiceCardArrearsSuperSmallForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class MemberServiceCardArrearsSuperSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberServiceCardArrearsSuperSmallForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnMyServiceItem = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnPayment = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. this.panelEx1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  41. this.panelEx2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx1);
  47. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. //
  53. // btnAppFormExit
  54. //
  55. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  56. //
  57. // btnAppFormMinimize
  58. //
  59. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  60. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  61. //
  62. // panelEx1
  63. //
  64. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  65. this.panelEx1.BorderWidth = 1;
  66. this.panelEx1.Controls.Add(this.dgvData);
  67. this.panelEx1.Controls.Add(this.panelEx2);
  68. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  70. this.panelEx1.Name = "panelEx1";
  71. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  72. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  73. this.panelEx1.TabIndex = 0;
  74. //
  75. // dgvData
  76. //
  77. this.dgvData.AllowUserToAddRows = false;
  78. this.dgvData.AllowUserToDeleteRows = false;
  79. this.dgvData.AllowUserToResizeRows = false;
  80. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  81. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  82. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  83. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  84. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  85. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  87. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  88. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  89. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  90. this.dgvData.ColumnHeadersHeight = 24;
  91. this.dgvData.dgvCurrentColumnOriginalSet = "";
  92. this.dgvData.dgvCurrentColumnWidth = "";
  93. this.dgvData.dgvCurrentHideColumn = null;
  94. this.dgvData.dgvFixedHideColumn = null;
  95. this.dgvData.dgvGuidName = null;
  96. this.dgvData.dgvUserEmployeeID = null;
  97. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.dgvData.EnableHeadersVisualStyles = false;
  99. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  100. this.dgvData.ImageHeight = 15;
  101. this.dgvData.ImageWidth = 15;
  102. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  103. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  104. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  105. this.dgvData.IsCopyCellValue = true;
  106. this.dgvData.IsShowSerialNumber = true;
  107. this.dgvData.IsSortedRedraw = true;
  108. this.dgvData.IsSortMode = false;
  109. this.dgvData.Location = new System.Drawing.Point(2, 42);
  110. this.dgvData.MultiSelect = false;
  111. this.dgvData.Name = "dgvData";
  112. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  113. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  114. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  116. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  117. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  118. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  121. this.dgvData.RowHeadersWidth = 25;
  122. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  123. this.dgvData.RowTemplate.Height = 23;
  124. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  125. this.dgvData.Size = new System.Drawing.Size(886, 481);
  126. this.dgvData.TabIndex = 1;
  127. this.dgvData.ViceCount = 1;
  128. //
  129. // panelEx2
  130. //
  131. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  132. this.panelEx2.BorderWidth = 1;
  133. this.panelEx2.Controls.Add(this.btnMyServiceItem);
  134. this.panelEx2.Controls.Add(this.btnPayment);
  135. this.panelEx2.Controls.Add(this.btnCloseed);
  136. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  137. this.panelEx2.Location = new System.Drawing.Point(2, 2);
  138. this.panelEx2.Name = "panelEx2";
  139. this.panelEx2.Size = new System.Drawing.Size(886, 40);
  140. this.panelEx2.TabIndex = 0;
  141. //
  142. // btnMyServiceItem
  143. //
  144. this.btnMyServiceItem.BackColor = System.Drawing.Color.Transparent;
  145. this.btnMyServiceItem.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMyServiceItem.BackImg")));
  146. this.btnMyServiceItem.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  147. this.btnMyServiceItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  148. this.btnMyServiceItem.ForeColor = System.Drawing.Color.White;
  149. this.btnMyServiceItem.IsCustomBackImg = false;
  150. this.btnMyServiceItem.IsShowText = true;
  151. this.btnMyServiceItem.Location = new System.Drawing.Point(586, 6);
  152. this.btnMyServiceItem.Name = "btnMyServiceItem";
  153. this.btnMyServiceItem.Size = new System.Drawing.Size(90, 28);
  154. this.btnMyServiceItem.TabIndex = 2;
  155. this.btnMyServiceItem.Text = " 我的服务项";
  156. this.btnMyServiceItem.UseVisualStyleBackColor = false;
  157. //
  158. // btnPayment
  159. //
  160. this.btnPayment.BackColor = System.Drawing.Color.Transparent;
  161. this.btnPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayment.BackImg")));
  162. this.btnPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  163. this.btnPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  164. this.btnPayment.ForeColor = System.Drawing.Color.White;
  165. this.btnPayment.IsCustomBackImg = false;
  166. this.btnPayment.IsShowText = true;
  167. this.btnPayment.Location = new System.Drawing.Point(686, 6);
  168. this.btnPayment.Name = "btnPayment";
  169. this.btnPayment.Size = new System.Drawing.Size(85, 28);
  170. this.btnPayment.TabIndex = 1;
  171. this.btnPayment.Text = " 付 款";
  172. this.btnPayment.UseVisualStyleBackColor = false;
  173. //
  174. // btnCloseed
  175. //
  176. this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
  177. this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
  178. this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  179. this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  180. this.btnCloseed.ForeColor = System.Drawing.Color.White;
  181. this.btnCloseed.IsCustomBackImg = false;
  182. this.btnCloseed.IsShowText = true;
  183. this.btnCloseed.Location = new System.Drawing.Point(781, 6);
  184. this.btnCloseed.Name = "btnCloseed";
  185. this.btnCloseed.Size = new System.Drawing.Size(85, 28);
  186. this.btnCloseed.TabIndex = 0;
  187. this.btnCloseed.Text = " 关 闭";
  188. this.btnCloseed.UseVisualStyleBackColor = false;
  189. //
  190. // MemberServiceCardArrearsSuperSmallForm
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  195. this.ClientSize = new System.Drawing.Size(910, 610);
  196. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  197. this.IsUserControlsSize = false;
  198. this.MaximizeBox = false;
  199. this.MinimizeBox = false;
  200. this.Name = "MemberServiceCardArrearsSuperSmallForm";
  201. this.Text = "会员欠款项目";
  202. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  203. this.plExMainContainer.ResumeLayout(false);
  204. this.plFormMainContent.ResumeLayout(false);
  205. this.panelEx1.ResumeLayout(false);
  206. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  207. this.panelEx2.ResumeLayout(false);
  208. this.ResumeLayout(false);
  209. }
  210. #endregion
  211. private ComponentLibrary.PanelEx panelEx1;
  212. private ComponentLibrary.PanelEx panelEx2;
  213. protected internal ComponentLibrary.DataGridViewEc dgvData;
  214. protected internal ComponentLibrary.ButtonEx btnMyServiceItem;
  215. protected internal ComponentLibrary.ButtonEx btnPayment;
  216. protected internal ComponentLibrary.ButtonEx btnCloseed;
  217. }
  218. }