PaymentQueryMemberCard.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class PaymentQueryMemberCard
  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(PaymentQueryMemberCard));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.btnOK = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. this.panelEx1.SuspendLayout();
  40. this.panelEx2.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx1);
  47. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  48. this.plExMainContainer.Size = new System.Drawing.Size(712, 545);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(712, 545);
  53. //
  54. // btnAppFormMaximize
  55. //
  56. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  57. this.btnAppFormMaximize.Location = new System.Drawing.Point(602, 0);
  58. //
  59. // btnAppFormExit
  60. //
  61. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  62. this.btnAppFormExit.Location = new System.Drawing.Point(680, 0);
  63. //
  64. // btnAppFormMinimize
  65. //
  66. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  67. this.btnAppFormMinimize.Location = new System.Drawing.Point(575, 0);
  68. //
  69. // panelEx1
  70. //
  71. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  72. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  73. this.panelEx1.BorderWidth = 1;
  74. this.panelEx1.Controls.Add(this.dgvData);
  75. this.panelEx1.Controls.Add(this.panelEx2);
  76. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  78. this.panelEx1.Name = "panelEx1";
  79. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  80. this.panelEx1.Size = new System.Drawing.Size(702, 525);
  81. this.panelEx1.TabIndex = 0;
  82. //
  83. // panelEx2
  84. //
  85. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  86. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  87. this.panelEx2.BorderWidth = 1;
  88. this.panelEx2.Controls.Add(this.btnOK);
  89. this.panelEx2.Controls.Add(this.btnQuery);
  90. this.panelEx2.Controls.Add(this.cmbQueryText);
  91. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  92. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  93. this.panelEx2.Name = "panelEx2";
  94. this.panelEx2.Size = new System.Drawing.Size(696, 40);
  95. this.panelEx2.TabIndex = 0;
  96. //
  97. // dgvData
  98. //
  99. this.dgvData.AllowUserToAddRows = false;
  100. this.dgvData.AllowUserToDeleteRows = false;
  101. this.dgvData.AllowUserToOrderColumns = true;
  102. this.dgvData.AllowUserToResizeRows = false;
  103. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  104. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  107. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  112. this.dgvData.ColumnHeadersHeight = 24;
  113. this.dgvData.dgvColumnHeadersHeight = 24;
  114. this.dgvData.dgvCurrentColumnOriginalSet = "";
  115. this.dgvData.dgvCurrentColumnWidth = "";
  116. this.dgvData.dgvCurrentHideColumn = null;
  117. this.dgvData.dgvFixedHideColumn = null;
  118. this.dgvData.dgvGuidName = null;
  119. this.dgvData.dgvUserEmployeeID = null;
  120. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.dgvData.EnableHeadersVisualStyles = false;
  122. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  123. this.dgvData.ImageHeight = 15;
  124. this.dgvData.ImageWidth = 15;
  125. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  126. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  127. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  128. this.dgvData.IsCompleteBonding = false;
  129. this.dgvData.IsCopyCellValue = true;
  130. this.dgvData.IsShowSerialNumber = true;
  131. this.dgvData.IsSortedRedraw = true;
  132. this.dgvData.IsSortMode = false;
  133. this.dgvData.Location = new System.Drawing.Point(3, 43);
  134. this.dgvData.Name = "dgvData";
  135. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  136. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  137. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  139. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  140. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  141. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  142. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  143. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  144. this.dgvData.RowHeadersWidth = 25;
  145. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  146. this.dgvData.RowTemplate.Height = 23;
  147. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  148. this.dgvData.Size = new System.Drawing.Size(696, 479);
  149. this.dgvData.StrSecondStageNull = "";
  150. this.dgvData.StrValueNullColumn = "";
  151. this.dgvData.TabIndex = 19;
  152. this.dgvData.ViceCount = 1;
  153. //
  154. // btnQuery
  155. //
  156. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  157. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  158. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  159. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  160. this.btnQuery.ForeColor = System.Drawing.Color.White;
  161. this.btnQuery.IsCustomBackImg = false;
  162. this.btnQuery.IsShowText = true;
  163. this.btnQuery.Location = new System.Drawing.Point(193, 6);
  164. this.btnQuery.Name = "btnQuery";
  165. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  166. this.btnQuery.TabIndex = 11;
  167. this.btnQuery.Text = " 查 询";
  168. this.btnQuery.UseVisualStyleBackColor = false;
  169. //
  170. // cmbQueryText
  171. //
  172. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  173. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  174. this.cmbQueryText.Icon = null;
  175. this.cmbQueryText.IconIsButton = false;
  176. this.cmbQueryText.IsPasswordChat = '\0';
  177. this.cmbQueryText.IsSystemPasswordChar = false;
  178. this.cmbQueryText.Lines = new string[0];
  179. this.cmbQueryText.Location = new System.Drawing.Point(6, 7);
  180. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  181. this.cmbQueryText.MaxLength = 32767;
  182. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  183. this.cmbQueryText.MouseBack = null;
  184. this.cmbQueryText.Multiline = false;
  185. this.cmbQueryText.Name = "cmbQueryText";
  186. this.cmbQueryText.NormlBack = null;
  187. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  188. this.cmbQueryText.ReadOnly = false;
  189. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  190. this.cmbQueryText.Size = new System.Drawing.Size(178, 26);
  191. this.cmbQueryText.TabIndex = 12;
  192. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  193. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  194. this.cmbQueryText.WaterText = "会员卡号、持卡人、电话";
  195. this.cmbQueryText.WordWrap = true;
  196. //
  197. // btnOK
  198. //
  199. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  200. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  201. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  203. this.btnOK.ForeColor = System.Drawing.Color.White;
  204. this.btnOK.IsCustomBackImg = false;
  205. this.btnOK.IsShowText = true;
  206. this.btnOK.Location = new System.Drawing.Point(284, 6);
  207. this.btnOK.Name = "btnOK";
  208. this.btnOK.Size = new System.Drawing.Size(85, 28);
  209. this.btnOK.TabIndex = 255;
  210. this.btnOK.Text = " 按此会员";
  211. this.btnOK.UseVisualStyleBackColor = false;
  212. //
  213. // PaymentQueryMemberCard
  214. //
  215. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  217. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  218. this.ClientSize = new System.Drawing.Size(712, 610);
  219. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  220. this.IsUserControlsSize = false;
  221. this.MaximizeBox = false;
  222. this.MinimizeBox = false;
  223. this.Name = "PaymentQueryMemberCard";
  224. this.Text = "查询会员";
  225. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  226. this.plExMainContainer.ResumeLayout(false);
  227. this.plFormMainContent.ResumeLayout(false);
  228. this.panelEx1.ResumeLayout(false);
  229. this.panelEx2.ResumeLayout(false);
  230. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  231. this.ResumeLayout(false);
  232. }
  233. #endregion
  234. private ComponentLibrary.PanelEx panelEx1;
  235. private ComponentLibrary.PanelEx panelEx2;
  236. protected ComponentLibrary.DataGridViewEc dgvData;
  237. protected internal ComponentLibrary.ButtonEx btnQuery;
  238. protected ComponentLibrary.TextBoxEx cmbQueryText;
  239. protected internal ComponentLibrary.ButtonForm btnOK;
  240. }
  241. }