ServiceRechargeSuperSmallForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class ServiceRechargeSuperSmallForm
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceRechargeSuperSmallForm));
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  33. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.txtCount = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  46. this.panelEx1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // plExMainContainer
  50. //
  51. this.plExMainContainer.Controls.Add(this.txtCount);
  52. this.plExMainContainer.Controls.Add(this.panelEx1);
  53. this.plExMainContainer.Controls.Add(this.dgvData);
  54. this.plExMainContainer.Size = new System.Drawing.Size(791, 545);
  55. //
  56. // plFormMainContent
  57. //
  58. this.plFormMainContent.Size = new System.Drawing.Size(791, 545);
  59. //
  60. // btnAppFormExit
  61. //
  62. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  63. this.btnAppFormExit.Location = new System.Drawing.Point(759, 0);
  64. //
  65. // btnAppFormMinimize
  66. //
  67. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  68. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  69. //
  70. // dgvData
  71. //
  72. this.dgvData.AllowUserToAddRows = false;
  73. this.dgvData.AllowUserToDeleteRows = false;
  74. this.dgvData.AllowUserToResizeRows = false;
  75. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  76. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  77. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  78. | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  81. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  82. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  83. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  84. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  85. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  87. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  88. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  89. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  90. this.dgvData.ColumnHeadersHeight = 24;
  91. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  92. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  93. this.Column1,
  94. this.Column2,
  95. this.Column3,
  96. this.Column4,
  97. this.Column5});
  98. this.dgvData.ContextMenuStrip = this.contextMenuStrip1;
  99. this.dgvData.EnableHeadersVisualStyles = false;
  100. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  101. this.dgvData.GridViewUniquelyIdentify = "_dgvData";
  102. this.dgvData.IsCompleteBonding = false;
  103. this.dgvData.Location = new System.Drawing.Point(10, 10);
  104. this.dgvData.Name = "dgvData";
  105. this.dgvData.RowHeadersVisible = false;
  106. this.dgvData.RowTemplate.Height = 23;
  107. this.dgvData.RowTemplate.ReadOnly = true;
  108. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  109. this.dgvData.Size = new System.Drawing.Size(771, 485);
  110. this.dgvData.TabIndex = 0;
  111. //
  112. // Column1
  113. //
  114. this.Column1.HeaderText = "服务编号";
  115. this.Column1.Name = "Column1";
  116. this.Column1.ReadOnly = true;
  117. this.Column1.Visible = false;
  118. //
  119. // Column2
  120. //
  121. this.Column2.HeaderText = "服务名称";
  122. this.Column2.Name = "Column2";
  123. this.Column2.ReadOnly = true;
  124. this.Column2.Width = 200;
  125. //
  126. // Column3
  127. //
  128. this.Column3.HeaderText = "服务次数";
  129. this.Column3.Name = "Column3";
  130. this.Column3.ReadOnly = true;
  131. this.Column3.Width = 200;
  132. //
  133. // Column4
  134. //
  135. this.Column4.HeaderText = "服务单价";
  136. this.Column4.Name = "Column4";
  137. this.Column4.ReadOnly = true;
  138. this.Column4.Width = 200;
  139. //
  140. // Column5
  141. //
  142. this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  143. this.Column5.HeaderText = "";
  144. this.Column5.Name = "Column5";
  145. this.Column5.ReadOnly = true;
  146. //
  147. // panelEx1
  148. //
  149. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  150. this.panelEx1.BorderWidth = 1;
  151. this.panelEx1.Controls.Add(this.btnCancel);
  152. this.panelEx1.Controls.Add(this.btnOK);
  153. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  154. this.panelEx1.Location = new System.Drawing.Point(0, 505);
  155. this.panelEx1.Name = "panelEx1";
  156. this.panelEx1.Size = new System.Drawing.Size(791, 40);
  157. this.panelEx1.TabIndex = 1;
  158. //
  159. // btnCancel
  160. //
  161. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  162. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  163. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  164. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  165. this.btnCancel.ForeColor = System.Drawing.Color.White;
  166. this.btnCancel.IsCustomBackImg = false;
  167. this.btnCancel.IsShowText = true;
  168. this.btnCancel.Location = new System.Drawing.Point(417, 6);
  169. this.btnCancel.Name = "btnCancel";
  170. this.btnCancel.Size = new System.Drawing.Size(100, 28);
  171. this.btnCancel.TabIndex = 1;
  172. this.btnCancel.Text = " 取 消";
  173. this.btnCancel.UseVisualStyleBackColor = false;
  174. //
  175. // btnOK
  176. //
  177. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  178. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  179. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  180. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btnOK.ForeColor = System.Drawing.Color.White;
  182. this.btnOK.IsCustomBackImg = false;
  183. this.btnOK.IsShowText = true;
  184. this.btnOK.Location = new System.Drawing.Point(257, 6);
  185. this.btnOK.Name = "btnOK";
  186. this.btnOK.Size = new System.Drawing.Size(100, 28);
  187. this.btnOK.TabIndex = 0;
  188. this.btnOK.Text = " 确 定";
  189. this.btnOK.UseVisualStyleBackColor = false;
  190. //
  191. // txtCount
  192. //
  193. this.txtCount.BackColor = System.Drawing.Color.Transparent;
  194. this.txtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  195. this.txtCount.Icon = null;
  196. this.txtCount.IconIsButton = false;
  197. this.txtCount.IsPasswordChat = '\0';
  198. this.txtCount.IsSystemPasswordChar = false;
  199. this.txtCount.Lines = new string[0];
  200. this.txtCount.Location = new System.Drawing.Point(218, 38);
  201. this.txtCount.Margin = new System.Windows.Forms.Padding(0);
  202. this.txtCount.MaxLength = 32767;
  203. this.txtCount.MinimumSize = new System.Drawing.Size(0, 24);
  204. this.txtCount.MouseBack = null;
  205. this.txtCount.Multiline = false;
  206. this.txtCount.Name = "txtCount";
  207. this.txtCount.NormlBack = null;
  208. this.txtCount.Padding = new System.Windows.Forms.Padding(5);
  209. this.txtCount.ReadOnly = false;
  210. this.txtCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  211. this.txtCount.Size = new System.Drawing.Size(120, 25);
  212. this.txtCount.TabIndex = 2;
  213. this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  214. this.txtCount.Visible = false;
  215. this.txtCount.WaterColor = System.Drawing.Color.DarkGray;
  216. this.txtCount.WaterText = "";
  217. this.txtCount.WordWrap = true;
  218. //
  219. // contextMenuStrip1
  220. //
  221. this.contextMenuStrip1.Name = "contextMenuStrip1";
  222. this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
  223. //
  224. // ServiceRechargeSuperSmallForm
  225. //
  226. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  227. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  228. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  229. this.ClientSize = new System.Drawing.Size(791, 610);
  230. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  231. this.MaximizeBox = false;
  232. this.MinimizeBox = false;
  233. this.Name = "ServiceRechargeSuperSmallForm";
  234. this.Text = "服务充值";
  235. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  236. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  237. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  238. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  239. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  240. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  241. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  242. this.plExMainContainer.ResumeLayout(false);
  243. this.plFormMainContent.ResumeLayout(false);
  244. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  245. this.panelEx1.ResumeLayout(false);
  246. this.ResumeLayout(false);
  247. }
  248. #endregion
  249. private ComponentLibrary.PanelEx panelEx1;
  250. protected ComponentLibrary.ButtonEx btnCancel;
  251. protected ComponentLibrary.ButtonEx btnOK;
  252. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  253. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  254. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  255. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  256. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  257. protected ComponentLibrary.DataGridViewEx dgvData;
  258. protected ComponentLibrary.TextBoxEx txtCount;
  259. protected System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  260. }
  261. }