GoldCardMemberFormMain.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. namespace LYFZ.Software.UI.MembershipManage
  2. {
  3. partial class GoldCardMemberFormMain
  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(GoldCardMemberFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnSendSMS = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnImport = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnExporting = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnOpenNewCard = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnCardManage = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  41. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  42. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  43. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.btnSuperiorQuery = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnPhotographerManagement = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnPayment = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.cbkManageCancellationCard = new LYFZ.ComponentLibrary.CheckBoxEx();
  50. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.chkArrears = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  54. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  55. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panelEx1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  60. this.flowLayoutPanel1.SuspendLayout();
  61. this.panelEx3.SuspendLayout();
  62. this.panelEx4.SuspendLayout();
  63. this.panelEx5.SuspendLayout();
  64. this.panelEx6.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // plExMainContainer
  68. //
  69. this.plExMainContainer.AutoScroll = true;
  70. this.plExMainContainer.Controls.Add(this.panelEx1);
  71. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  72. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  73. this.plExMainContainer.Size = new System.Drawing.Size(838, 505);
  74. //
  75. // plFormMainContent
  76. //
  77. this.plFormMainContent.Size = new System.Drawing.Size(838, 545);
  78. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  79. //
  80. // btnAppFormMaximize
  81. //
  82. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  83. this.btnAppFormMaximize.Location = new System.Drawing.Point(779, 0);
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  88. this.btnAppFormExit.Location = new System.Drawing.Point(806, 0);
  89. //
  90. // btnAppFormMinimize
  91. //
  92. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  93. this.btnAppFormMinimize.Location = new System.Drawing.Point(752, 0);
  94. //
  95. // btnQuery
  96. //
  97. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  98. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  99. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  100. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  101. this.btnQuery.ForeColor = System.Drawing.Color.White;
  102. this.btnQuery.IsCustomBackImg = false;
  103. this.btnQuery.IsShowText = true;
  104. this.btnQuery.Location = new System.Drawing.Point(348, 6);
  105. this.btnQuery.Name = "btnQuery";
  106. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  107. this.btnQuery.TabIndex = 2;
  108. this.btnQuery.Text = " 查 询";
  109. this.btnQuery.UseVisualStyleBackColor = false;
  110. //
  111. // btnSendSMS
  112. //
  113. this.btnSendSMS.BackColor = System.Drawing.Color.Transparent;
  114. this.btnSendSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendSMS.BackImg")));
  115. this.btnSendSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  116. this.btnSendSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  117. this.btnSendSMS.ForeColor = System.Drawing.Color.White;
  118. this.btnSendSMS.IsCustomBackImg = false;
  119. this.btnSendSMS.IsShowText = true;
  120. this.btnSendSMS.Location = new System.Drawing.Point(94, 40);
  121. this.btnSendSMS.Name = "btnSendSMS";
  122. this.btnSendSMS.Size = new System.Drawing.Size(85, 28);
  123. this.btnSendSMS.TabIndex = 5;
  124. this.btnSendSMS.Text = " 发短信";
  125. this.btnSendSMS.UseVisualStyleBackColor = false;
  126. //
  127. // btnImport
  128. //
  129. this.btnImport.BackColor = System.Drawing.Color.Transparent;
  130. this.btnImport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImport.BackImg")));
  131. this.btnImport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  132. this.btnImport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  133. this.btnImport.ForeColor = System.Drawing.Color.White;
  134. this.btnImport.IsCustomBackImg = false;
  135. this.btnImport.IsShowText = true;
  136. this.btnImport.Location = new System.Drawing.Point(185, 40);
  137. this.btnImport.Name = "btnImport";
  138. this.btnImport.Size = new System.Drawing.Size(85, 28);
  139. this.btnImport.TabIndex = 6;
  140. this.btnImport.Text = " 导 入";
  141. this.btnImport.UseVisualStyleBackColor = false;
  142. //
  143. // btnExporting
  144. //
  145. this.btnExporting.BackColor = System.Drawing.Color.Transparent;
  146. this.btnExporting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExporting.BackImg")));
  147. this.btnExporting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  148. this.btnExporting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  149. this.btnExporting.ForeColor = System.Drawing.Color.White;
  150. this.btnExporting.IsCustomBackImg = false;
  151. this.btnExporting.IsShowText = true;
  152. this.btnExporting.Location = new System.Drawing.Point(276, 40);
  153. this.btnExporting.Name = "btnExporting";
  154. this.btnExporting.Size = new System.Drawing.Size(85, 28);
  155. this.btnExporting.TabIndex = 7;
  156. this.btnExporting.Text = " 导 出";
  157. this.btnExporting.UseVisualStyleBackColor = false;
  158. //
  159. // btnClose
  160. //
  161. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  162. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  163. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  164. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  165. this.btnClose.ForeColor = System.Drawing.Color.White;
  166. this.btnClose.IsCustomBackImg = false;
  167. this.btnClose.IsShowText = true;
  168. this.btnClose.Location = new System.Drawing.Point(367, 40);
  169. this.btnClose.Name = "btnClose";
  170. this.btnClose.Size = new System.Drawing.Size(85, 28);
  171. this.btnClose.TabIndex = 8;
  172. this.btnClose.Text = " 关 闭";
  173. this.btnClose.UseVisualStyleBackColor = false;
  174. //
  175. // btnOpenNewCard
  176. //
  177. this.btnOpenNewCard.BackColor = System.Drawing.Color.Transparent;
  178. this.btnOpenNewCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenNewCard.BackImg")));
  179. this.btnOpenNewCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  180. this.btnOpenNewCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btnOpenNewCard.ForeColor = System.Drawing.Color.White;
  182. this.btnOpenNewCard.IsCustomBackImg = false;
  183. this.btnOpenNewCard.IsShowText = true;
  184. this.btnOpenNewCard.Location = new System.Drawing.Point(520, 6);
  185. this.btnOpenNewCard.Name = "btnOpenNewCard";
  186. this.btnOpenNewCard.Size = new System.Drawing.Size(85, 28);
  187. this.btnOpenNewCard.TabIndex = 10;
  188. this.btnOpenNewCard.Text = " 开新卡";
  189. this.btnOpenNewCard.UseVisualStyleBackColor = false;
  190. //
  191. // btnCardManage
  192. //
  193. this.btnCardManage.BackColor = System.Drawing.Color.Transparent;
  194. this.btnCardManage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCardManage.BackImg")));
  195. this.btnCardManage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  196. this.btnCardManage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  197. this.btnCardManage.ForeColor = System.Drawing.Color.White;
  198. this.btnCardManage.IsCustomBackImg = false;
  199. this.btnCardManage.IsShowText = true;
  200. this.btnCardManage.Location = new System.Drawing.Point(611, 6);
  201. this.btnCardManage.Name = "btnCardManage";
  202. this.btnCardManage.Size = new System.Drawing.Size(80, 28);
  203. this.btnCardManage.TabIndex = 13;
  204. this.btnCardManage.Text = " 金卡管理";
  205. this.btnCardManage.UseVisualStyleBackColor = false;
  206. //
  207. // panelEx1
  208. //
  209. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  210. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  211. this.panelEx1.BorderWidth = 1;
  212. this.panelEx1.Controls.Add(this.dgvData);
  213. this.panelEx1.Controls.Add(this.ucPagerEx1);
  214. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  215. this.panelEx1.Controls.Add(this.panelEx2);
  216. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  218. this.panelEx1.Name = "panelEx1";
  219. this.panelEx1.Size = new System.Drawing.Size(828, 495);
  220. this.panelEx1.TabIndex = 8;
  221. //
  222. // dgvData
  223. //
  224. this.dgvData.AllowUserToAddRows = false;
  225. this.dgvData.AllowUserToDeleteRows = false;
  226. this.dgvData.AllowUserToOrderColumns = true;
  227. this.dgvData.AllowUserToResizeRows = false;
  228. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  229. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  230. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  231. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  232. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  234. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  235. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  236. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  237. this.dgvData.ColumnHeadersHeight = 24;
  238. this.dgvData.dgvColumnHeadersHeight = 24;
  239. this.dgvData.dgvCurrentColumnOriginalSet = "";
  240. this.dgvData.dgvCurrentColumnWidth = "";
  241. this.dgvData.dgvCurrentHideColumn = null;
  242. this.dgvData.dgvFixedHideColumn = null;
  243. this.dgvData.dgvGuidName = null;
  244. this.dgvData.dgvUserEmployeeID = null;
  245. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  246. this.dgvData.EnableHeadersVisualStyles = false;
  247. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  248. this.dgvData.ImageHeight = 15;
  249. this.dgvData.ImageWidth = 15;
  250. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  251. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  252. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  253. this.dgvData.IsCompleteBonding = false;
  254. this.dgvData.IsCopyCellValue = true;
  255. this.dgvData.IsShowSerialNumber = true;
  256. this.dgvData.IsSortedRedraw = true;
  257. this.dgvData.IsSortMode = false;
  258. this.dgvData.Location = new System.Drawing.Point(0, 40);
  259. this.dgvData.Name = "dgvData";
  260. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  261. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  262. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  264. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  265. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  266. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  267. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  268. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  269. this.dgvData.RowHeadersWidth = 50;
  270. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  271. this.dgvData.RowTemplate.Height = 23;
  272. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  273. this.dgvData.Size = new System.Drawing.Size(828, 425);
  274. this.dgvData.StrSecondStageNull = "";
  275. this.dgvData.StrValueNullColumn = "";
  276. this.dgvData.TabIndex = 18;
  277. this.dgvData.ViceCount = 1;
  278. //
  279. // ucPagerEx1
  280. //
  281. this.ucPagerEx1.CurrentPageCount = 0;
  282. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  283. this.ucPagerEx1.Location = new System.Drawing.Point(0, 465);
  284. this.ucPagerEx1.Name = "ucPagerEx1";
  285. this.ucPagerEx1.NMax = 0;
  286. this.ucPagerEx1.PageCount = 0;
  287. this.ucPagerEx1.PageCurrent = 1;
  288. this.ucPagerEx1.PageSize = 20;
  289. this.ucPagerEx1.Size = new System.Drawing.Size(828, 30);
  290. this.ucPagerEx1.TabIndex = 30;
  291. this.ucPagerEx1.TbDataSource = null;
  292. //
  293. // flowLayoutPanel1
  294. //
  295. this.flowLayoutPanel1.Controls.Add(this.panelEx6);
  296. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  297. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  298. this.flowLayoutPanel1.Controls.Add(this.btnSuperiorQuery);
  299. this.flowLayoutPanel1.Controls.Add(this.btnOpenNewCard);
  300. this.flowLayoutPanel1.Controls.Add(this.btnCardManage);
  301. this.flowLayoutPanel1.Controls.Add(this.btnPhotographerManagement);
  302. this.flowLayoutPanel1.Controls.Add(this.btnPayment);
  303. this.flowLayoutPanel1.Controls.Add(this.btnSendSMS);
  304. this.flowLayoutPanel1.Controls.Add(this.btnImport);
  305. this.flowLayoutPanel1.Controls.Add(this.btnExporting);
  306. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  307. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  308. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  309. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  310. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  311. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  312. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  313. this.flowLayoutPanel1.Size = new System.Drawing.Size(828, 40);
  314. this.flowLayoutPanel1.TabIndex = 17;
  315. //
  316. // panelEx3
  317. //
  318. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  319. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  320. this.panelEx3.BorderWidth = 1;
  321. this.panelEx3.Controls.Add(this.cmbQueryText);
  322. this.panelEx3.Location = new System.Drawing.Point(164, 6);
  323. this.panelEx3.Margin = new System.Windows.Forms.Padding(3, 3, 1, 3);
  324. this.panelEx3.Name = "panelEx3";
  325. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  326. this.panelEx3.TabIndex = 18;
  327. //
  328. // cmbQueryText
  329. //
  330. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  331. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  332. this.cmbQueryText.Icon = null;
  333. this.cmbQueryText.IconIsButton = false;
  334. this.cmbQueryText.IsPasswordChat = '\0';
  335. this.cmbQueryText.IsSystemPasswordChar = false;
  336. this.cmbQueryText.Lines = new string[0];
  337. this.cmbQueryText.Location = new System.Drawing.Point(0, 1);
  338. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  339. this.cmbQueryText.MaxLength = 32767;
  340. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  341. this.cmbQueryText.MouseBack = null;
  342. this.cmbQueryText.Multiline = false;
  343. this.cmbQueryText.Name = "cmbQueryText";
  344. this.cmbQueryText.NormlBack = null;
  345. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  346. this.cmbQueryText.ReadOnly = false;
  347. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  348. this.cmbQueryText.Size = new System.Drawing.Size(178, 26);
  349. this.cmbQueryText.TabIndex = 10;
  350. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  351. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  352. this.cmbQueryText.WaterText = "会员卡号、持卡人、电话";
  353. this.cmbQueryText.WordWrap = true;
  354. //
  355. // btnSuperiorQuery
  356. //
  357. this.btnSuperiorQuery.BackColor = System.Drawing.Color.Transparent;
  358. this.btnSuperiorQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSuperiorQuery.BackImg")));
  359. this.btnSuperiorQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  360. this.btnSuperiorQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  361. this.btnSuperiorQuery.ForeColor = System.Drawing.Color.White;
  362. this.btnSuperiorQuery.IsCustomBackImg = false;
  363. this.btnSuperiorQuery.IsShowText = true;
  364. this.btnSuperiorQuery.Location = new System.Drawing.Point(439, 6);
  365. this.btnSuperiorQuery.Name = "btnSuperiorQuery";
  366. this.btnSuperiorQuery.Size = new System.Drawing.Size(75, 28);
  367. this.btnSuperiorQuery.TabIndex = 23;
  368. this.btnSuperiorQuery.Text = " 高级查询";
  369. this.btnSuperiorQuery.UseVisualStyleBackColor = false;
  370. //
  371. // btnPhotographerManagement
  372. //
  373. this.btnPhotographerManagement.BackColor = System.Drawing.Color.Transparent;
  374. this.btnPhotographerManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerManagement.BackImg")));
  375. this.btnPhotographerManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  376. this.btnPhotographerManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  377. this.btnPhotographerManagement.ForeColor = System.Drawing.Color.White;
  378. this.btnPhotographerManagement.IsCustomBackImg = false;
  379. this.btnPhotographerManagement.IsShowText = true;
  380. this.btnPhotographerManagement.Location = new System.Drawing.Point(697, 6);
  381. this.btnPhotographerManagement.Name = "btnPhotographerManagement";
  382. this.btnPhotographerManagement.Size = new System.Drawing.Size(95, 28);
  383. this.btnPhotographerManagement.TabIndex = 19;
  384. this.btnPhotographerManagement.Text = " 我的新摄会";
  385. this.btnPhotographerManagement.UseVisualStyleBackColor = false;
  386. //
  387. // btnPayment
  388. //
  389. this.btnPayment.BackColor = System.Drawing.Color.Transparent;
  390. this.btnPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayment.BackImg")));
  391. this.btnPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  392. this.btnPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  393. this.btnPayment.ForeColor = System.Drawing.Color.White;
  394. this.btnPayment.IsCustomBackImg = false;
  395. this.btnPayment.IsShowText = true;
  396. this.btnPayment.Location = new System.Drawing.Point(3, 40);
  397. this.btnPayment.Name = "btnPayment";
  398. this.btnPayment.Size = new System.Drawing.Size(85, 28);
  399. this.btnPayment.TabIndex = 20;
  400. this.btnPayment.Text = " 收 款";
  401. this.btnPayment.UseVisualStyleBackColor = false;
  402. //
  403. // panelEx4
  404. //
  405. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  406. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  407. this.panelEx4.BorderWidth = 1;
  408. this.panelEx4.Controls.Add(this.cbkManageCancellationCard);
  409. this.panelEx4.Location = new System.Drawing.Point(458, 40);
  410. this.panelEx4.Name = "panelEx4";
  411. this.panelEx4.Size = new System.Drawing.Size(91, 28);
  412. this.panelEx4.TabIndex = 22;
  413. //
  414. // cbkManageCancellationCard
  415. //
  416. this.cbkManageCancellationCard.AutoSize = true;
  417. this.cbkManageCancellationCard.BackColor = System.Drawing.Color.Transparent;
  418. this.cbkManageCancellationCard.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  419. this.cbkManageCancellationCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  420. this.cbkManageCancellationCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  421. this.cbkManageCancellationCard.Fourstates = false;
  422. this.cbkManageCancellationCard.IsGreenTick = false;
  423. this.cbkManageCancellationCard.Location = new System.Drawing.Point(3, 4);
  424. this.cbkManageCancellationCard.Name = "cbkManageCancellationCard";
  425. this.cbkManageCancellationCard.Size = new System.Drawing.Size(87, 21);
  426. this.cbkManageCancellationCard.TabIndex = 21;
  427. this.cbkManageCancellationCard.Text = "已注销会员";
  428. this.cbkManageCancellationCard.UseVisualStyleBackColor = false;
  429. //
  430. // panelEx5
  431. //
  432. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  433. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  434. this.panelEx5.BorderWidth = 1;
  435. this.panelEx5.Controls.Add(this.chkArrears);
  436. this.panelEx5.Location = new System.Drawing.Point(555, 40);
  437. this.panelEx5.Name = "panelEx5";
  438. this.panelEx5.Size = new System.Drawing.Size(65, 28);
  439. this.panelEx5.TabIndex = 24;
  440. //
  441. // chkArrears
  442. //
  443. this.chkArrears.AutoSize = true;
  444. this.chkArrears.BackColor = System.Drawing.Color.Transparent;
  445. this.chkArrears.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  446. this.chkArrears.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  447. this.chkArrears.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  448. this.chkArrears.Fourstates = false;
  449. this.chkArrears.IsGreenTick = false;
  450. this.chkArrears.Location = new System.Drawing.Point(3, 4);
  451. this.chkArrears.Name = "chkArrears";
  452. this.chkArrears.Size = new System.Drawing.Size(51, 21);
  453. this.chkArrears.TabIndex = 21;
  454. this.chkArrears.Text = "欠款";
  455. this.chkArrears.UseVisualStyleBackColor = false;
  456. //
  457. // panelEx2
  458. //
  459. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  460. | System.Windows.Forms.AnchorStyles.Right)));
  461. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  462. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  463. this.panelEx2.BorderWidth = 1;
  464. this.panelEx2.Location = new System.Drawing.Point(0, 50);
  465. this.panelEx2.Name = "panelEx2";
  466. this.panelEx2.Size = new System.Drawing.Size(830, 1);
  467. this.panelEx2.TabIndex = 15;
  468. //
  469. // cntmenu
  470. //
  471. this.cntmenu.Name = "cntmenu";
  472. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  473. //
  474. // cmbtreevStoreName
  475. //
  476. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  477. this.cmbtreevStoreName.DropDownHeight = 220;
  478. this.cmbtreevStoreName.DropDownShow = false;
  479. this.cmbtreevStoreName.FormattingEnabled = true;
  480. this.cmbtreevStoreName.IntegralHeight = false;
  481. this.cmbtreevStoreName.IsNodeMouseClick = true;
  482. this.cmbtreevStoreName.IsSelectParentNode = false;
  483. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  484. this.cmbtreevStoreName.Margin = new System.Windows.Forms.Padding(0);
  485. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  486. this.cmbtreevStoreName.ReadOnly = true;
  487. this.cmbtreevStoreName.SelectedNode = null;
  488. this.cmbtreevStoreName.Size = new System.Drawing.Size(150, 20);
  489. this.cmbtreevStoreName.StrGetName = "";
  490. this.cmbtreevStoreName.StrGetTagName = "";
  491. this.cmbtreevStoreName.StrKey = null;
  492. this.cmbtreevStoreName.TabIndex = 275;
  493. //
  494. // panelEx6
  495. //
  496. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  497. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  498. this.panelEx6.BorderWidth = 1;
  499. this.panelEx6.Controls.Add(this.cmbtreevStoreName);
  500. this.panelEx6.Location = new System.Drawing.Point(3, 6);
  501. this.panelEx6.Name = "panelEx6";
  502. this.panelEx6.Size = new System.Drawing.Size(155, 28);
  503. this.panelEx6.TabIndex = 276;
  504. //
  505. // GoldCardMemberFormMain
  506. //
  507. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  508. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  509. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  510. this.ClientSize = new System.Drawing.Size(838, 610);
  511. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  512. this.IsShowUcNavigationTool = true;
  513. this.Name = "GoldCardMemberFormMain";
  514. this.Text = "会员管理";
  515. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  516. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  517. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  518. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  519. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  520. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  521. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  522. this.plExMainContainer.ResumeLayout(false);
  523. this.plFormMainContent.ResumeLayout(false);
  524. this.panelEx1.ResumeLayout(false);
  525. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  526. this.flowLayoutPanel1.ResumeLayout(false);
  527. this.panelEx3.ResumeLayout(false);
  528. this.panelEx4.ResumeLayout(false);
  529. this.panelEx4.PerformLayout();
  530. this.panelEx5.ResumeLayout(false);
  531. this.panelEx5.PerformLayout();
  532. this.panelEx6.ResumeLayout(false);
  533. this.ResumeLayout(false);
  534. }
  535. #endregion
  536. protected ComponentLibrary.PanelEx panelEx1;
  537. private ComponentLibrary.ContextMenuStripEx cntmenu;
  538. private ComponentLibrary.PanelEx panelEx3;
  539. protected ComponentLibrary.TextBoxEx cmbQueryText;
  540. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  541. protected ComponentLibrary.PanelEx panelEx2;
  542. protected ComponentLibrary.DataGridViewEc dgvData;
  543. public ComponentLibrary.CheckBoxEx cbkManageCancellationCard;
  544. private ComponentLibrary.PanelEx panelEx4;
  545. protected internal ComponentLibrary.ButtonEx btnSuperiorQuery;
  546. protected internal ComponentLibrary.ButtonEx btnPayment;
  547. protected internal ComponentLibrary.ButtonEx btnCardManage;
  548. protected internal ComponentLibrary.ButtonEx btnOpenNewCard;
  549. protected internal ComponentLibrary.ButtonEx btnClose;
  550. protected internal ComponentLibrary.ButtonEx btnExporting;
  551. protected internal ComponentLibrary.ButtonEx btnImport;
  552. protected internal ComponentLibrary.ButtonEx btnSendSMS;
  553. protected internal ComponentLibrary.ButtonEx btnQuery;
  554. protected internal ComponentLibrary.ButtonEx btnPhotographerManagement;
  555. private ComponentLibrary.PanelEx panelEx5;
  556. public ComponentLibrary.CheckBoxEx chkArrears;
  557. protected UCPager.ucPagerEx ucPagerEx1;
  558. private ComponentLibrary.PanelEx panelEx6;
  559. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  560. }
  561. }