MemberCardDeleteSmallForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class MemberCardDeleteSmallForm
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberCardDeleteSmallForm));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  36. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  43. this.panelEx2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // plExMainContainer
  47. //
  48. this.plExMainContainer.Controls.Add(this.panelEx1);
  49. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  50. //
  51. // btnAppFormExit
  52. //
  53. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  54. //
  55. // btnAppFormMinimize
  56. //
  57. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  58. //
  59. // panelEx1
  60. //
  61. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  62. this.panelEx1.BorderWidth = 1;
  63. this.panelEx1.Controls.Add(this.dgvData);
  64. this.panelEx1.Controls.Add(this.panelEx2);
  65. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  67. this.panelEx1.Name = "panelEx1";
  68. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  69. this.panelEx1.TabIndex = 0;
  70. //
  71. // dgvData
  72. //
  73. this.dgvData.AllowUserToAddRows = false;
  74. this.dgvData.AllowUserToDeleteRows = false;
  75. this.dgvData.AllowUserToResizeRows = false;
  76. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  77. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  78. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  79. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  80. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  82. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  83. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  84. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  85. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  86. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.dgvData.EnableHeadersVisualStyles = false;
  88. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  89. this.dgvData.ImageHeight = 15;
  90. this.dgvData.ImageWidth = 15;
  91. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  92. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  93. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  94. this.dgvData.Location = new System.Drawing.Point(0, 40);
  95. this.dgvData.Name = "dgvData";
  96. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  97. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  98. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  100. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  101. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  102. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  103. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  104. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  105. this.dgvData.RowHeadersWidth = 25;
  106. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  107. this.dgvData.RowTemplate.Height = 23;
  108. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  109. this.dgvData.Size = new System.Drawing.Size(890, 485);
  110. this.dgvData.TabIndex = 4;
  111. this.dgvData.ViceCount = 1;
  112. //
  113. // panelEx2
  114. //
  115. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  116. this.panelEx2.BorderWidth = 1;
  117. this.panelEx2.Controls.Add(this.btnDelete);
  118. this.panelEx2.Controls.Add(this.txtQuery);
  119. this.panelEx2.Controls.Add(this.btnQuery);
  120. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  121. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  122. this.panelEx2.Name = "panelEx2";
  123. this.panelEx2.Size = new System.Drawing.Size(890, 40);
  124. this.panelEx2.TabIndex = 5;
  125. //
  126. // btnDelete
  127. //
  128. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  129. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  130. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  131. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  132. this.btnDelete.ForeColor = System.Drawing.Color.White;
  133. this.btnDelete.IsCustomBackImg = false;
  134. this.btnDelete.IsShowText = true;
  135. this.btnDelete.Location = new System.Drawing.Point(277, 6);
  136. this.btnDelete.Name = "btnDelete";
  137. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  138. this.btnDelete.TabIndex = 4;
  139. this.btnDelete.Text = " 删 除";
  140. this.btnDelete.UseVisualStyleBackColor = false;
  141. //
  142. // txtQuery
  143. //
  144. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  145. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  146. this.txtQuery.Icon = null;
  147. this.txtQuery.IconIsButton = false;
  148. this.txtQuery.IsPasswordChat = '\0';
  149. this.txtQuery.IsSystemPasswordChar = false;
  150. this.txtQuery.Lines = new string[0];
  151. this.txtQuery.Location = new System.Drawing.Point(11, 8);
  152. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  153. this.txtQuery.MaxLength = 15;
  154. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  155. this.txtQuery.MouseBack = null;
  156. this.txtQuery.Multiline = false;
  157. this.txtQuery.Name = "txtQuery";
  158. this.txtQuery.NormlBack = null;
  159. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  160. this.txtQuery.ReadOnly = false;
  161. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  162. this.txtQuery.Size = new System.Drawing.Size(163, 25);
  163. this.txtQuery.TabIndex = 2;
  164. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  165. this.toolTip1.SetToolTip(this.txtQuery, "可根据:会员卡号、持卡人姓名(或拼音)、持卡人电话 进行查询");
  166. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  167. this.txtQuery.WaterText = "可根据:会员卡号、持卡人姓名(或拼音)、持卡人电话 进行查询";
  168. this.txtQuery.WordWrap = true;
  169. //
  170. // btnQuery
  171. //
  172. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  173. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  174. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  175. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  176. this.btnQuery.ForeColor = System.Drawing.Color.White;
  177. this.btnQuery.IsCustomBackImg = false;
  178. this.btnQuery.IsShowText = true;
  179. this.btnQuery.Location = new System.Drawing.Point(182, 6);
  180. this.btnQuery.Name = "btnQuery";
  181. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  182. this.btnQuery.TabIndex = 3;
  183. this.btnQuery.Text = " 查 询";
  184. this.btnQuery.UseVisualStyleBackColor = false;
  185. //
  186. // MemberCardDeleteSmallForm
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  191. this.ClientSize = new System.Drawing.Size(910, 610);
  192. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  193. this.Name = "MemberCardDeleteSmallForm";
  194. this.Text = "会员卡删除";
  195. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  196. this.plExMainContainer.ResumeLayout(false);
  197. this.plFormMainContent.ResumeLayout(false);
  198. this.panelEx1.ResumeLayout(false);
  199. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  200. this.panelEx2.ResumeLayout(false);
  201. this.ResumeLayout(false);
  202. }
  203. #endregion
  204. private ComponentLibrary.PanelEx panelEx1;
  205. protected internal ComponentLibrary.TextBoxEx txtQuery;
  206. private ComponentLibrary.PanelEx panelEx2;
  207. protected internal ComponentLibrary.DataGridViewEc dgvData;
  208. private System.Windows.Forms.ToolTip toolTip1;
  209. protected internal ComponentLibrary.ButtonForm btnDelete;
  210. protected internal ComponentLibrary.ButtonEx btnQuery;
  211. }
  212. }