PhotographerConferenceSuperSmallForm.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class PhotographerConferenceSuperSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhotographerConferenceSuperSmallForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  33. this.txtCondition = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.btnRemove = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnGiftToolbox = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.btnPackagesToolbox = new LYFZ.ComponentLibrary.ButtonForm();
  39. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  41. this.C_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.C_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.C_Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.C_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.C_ClassCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.C_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.txtRefundAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.txtOpenCardAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.txtPoints = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.cmbMemberLevel = new LYFZ.ComponentLibrary.ComboBoxEx();
  51. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.plExMainContainer.SuspendLayout();
  56. this.plFormMainContent.SuspendLayout();
  57. this.panelEx1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // plExMainContainer
  62. //
  63. this.plExMainContainer.Controls.Add(this.panelEx1);
  64. this.plExMainContainer.Size = new System.Drawing.Size(600, 545);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(600, 545);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. this.btnAppFormMaximize.Location = new System.Drawing.Point(591, 0);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(591, 0);
  84. //
  85. // panelEx1
  86. //
  87. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  90. this.panelEx1.BorderWidth = 1;
  91. this.panelEx1.Controls.Add(this.btnSet);
  92. this.panelEx1.Controls.Add(this.txtCondition);
  93. this.panelEx1.Controls.Add(this.btnRemove);
  94. this.panelEx1.Controls.Add(this.labelEx6);
  95. this.panelEx1.Controls.Add(this.btnSave);
  96. this.panelEx1.Controls.Add(this.btnGiftToolbox);
  97. this.panelEx1.Controls.Add(this.btnPackagesToolbox);
  98. this.panelEx1.Controls.Add(this.labelEx5);
  99. this.panelEx1.Controls.Add(this.dgvData);
  100. this.panelEx1.Controls.Add(this.txtRefundAmount);
  101. this.panelEx1.Controls.Add(this.txtOpenCardAmount);
  102. this.panelEx1.Controls.Add(this.txtPoints);
  103. this.panelEx1.Controls.Add(this.cmbMemberLevel);
  104. this.panelEx1.Controls.Add(this.labelEx4);
  105. this.panelEx1.Controls.Add(this.labelEx3);
  106. this.panelEx1.Controls.Add(this.labelEx2);
  107. this.panelEx1.Controls.Add(this.labelEx1);
  108. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  109. this.panelEx1.Name = "panelEx1";
  110. this.panelEx1.Size = new System.Drawing.Size(580, 525);
  111. this.panelEx1.TabIndex = 0;
  112. //
  113. // btnSet
  114. //
  115. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  116. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  117. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  118. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  119. this.btnSet.ForeColor = System.Drawing.Color.White;
  120. this.btnSet.IsCustomBackImg = false;
  121. this.btnSet.IsShowText = true;
  122. this.btnSet.Location = new System.Drawing.Point(216, 45);
  123. this.btnSet.Name = "btnSet";
  124. this.btnSet.Size = new System.Drawing.Size(45, 22);
  125. this.btnSet.TabIndex = 18;
  126. this.btnSet.Text = " 设置";
  127. this.btnSet.UseVisualStyleBackColor = false;
  128. //
  129. // txtCondition
  130. //
  131. this.txtCondition.BackColor = System.Drawing.Color.Transparent;
  132. this.txtCondition.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  133. this.txtCondition.Icon = null;
  134. this.txtCondition.IconIsButton = false;
  135. this.txtCondition.IsPasswordChat = '\0';
  136. this.txtCondition.IsSystemPasswordChar = false;
  137. this.txtCondition.Lines = new string[0];
  138. this.txtCondition.Location = new System.Drawing.Point(366, 44);
  139. this.txtCondition.Margin = new System.Windows.Forms.Padding(0);
  140. this.txtCondition.MaxLength = 32767;
  141. this.txtCondition.MinimumSize = new System.Drawing.Size(0, 25);
  142. this.txtCondition.MouseBack = null;
  143. this.txtCondition.Multiline = false;
  144. this.txtCondition.Name = "txtCondition";
  145. this.txtCondition.NormlBack = null;
  146. this.txtCondition.Padding = new System.Windows.Forms.Padding(5);
  147. this.txtCondition.ReadOnly = true;
  148. this.txtCondition.ScrollBars = System.Windows.Forms.ScrollBars.None;
  149. this.txtCondition.Size = new System.Drawing.Size(80, 25);
  150. this.txtCondition.TabIndex = 17;
  151. this.txtCondition.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  152. this.txtCondition.WaterColor = System.Drawing.Color.DarkGray;
  153. this.txtCondition.WaterText = "";
  154. this.txtCondition.WordWrap = true;
  155. //
  156. // btnRemove
  157. //
  158. this.btnRemove.BackColor = System.Drawing.Color.Transparent;
  159. this.btnRemove.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemove.BackImg")));
  160. this.btnRemove.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  161. this.btnRemove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  162. this.btnRemove.ForeColor = System.Drawing.Color.White;
  163. this.btnRemove.IsCustomBackImg = false;
  164. this.btnRemove.IsShowText = true;
  165. this.btnRemove.Location = new System.Drawing.Point(216, 118);
  166. this.btnRemove.Name = "btnRemove";
  167. this.btnRemove.Size = new System.Drawing.Size(70, 28);
  168. this.btnRemove.TabIndex = 16;
  169. this.btnRemove.Text = " 移 除";
  170. this.btnRemove.UseVisualStyleBackColor = false;
  171. //
  172. // labelEx6
  173. //
  174. this.labelEx6.AutoSize = true;
  175. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  176. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  177. this.labelEx6.Location = new System.Drawing.Point(18, 17);
  178. this.labelEx6.Name = "labelEx6";
  179. this.labelEx6.Size = new System.Drawing.Size(92, 17);
  180. this.labelEx6.TabIndex = 15;
  181. this.labelEx6.Text = "新摄会类型资料";
  182. //
  183. // btnSave
  184. //
  185. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  186. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  187. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  188. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  189. this.btnSave.ForeColor = System.Drawing.Color.White;
  190. this.btnSave.IsCustomBackImg = false;
  191. this.btnSave.IsShowText = true;
  192. this.btnSave.Location = new System.Drawing.Point(484, 118);
  193. this.btnSave.Name = "btnSave";
  194. this.btnSave.Size = new System.Drawing.Size(85, 28);
  195. this.btnSave.TabIndex = 14;
  196. this.btnSave.Text = " 保 存";
  197. this.btnSave.UseVisualStyleBackColor = false;
  198. //
  199. // btnGiftToolbox
  200. //
  201. this.btnGiftToolbox.BackColor = System.Drawing.Color.Transparent;
  202. this.btnGiftToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGiftToolbox.BackImg")));
  203. this.btnGiftToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  204. this.btnGiftToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  205. this.btnGiftToolbox.ForeColor = System.Drawing.Color.White;
  206. this.btnGiftToolbox.IsCustomBackImg = false;
  207. this.btnGiftToolbox.IsShowText = true;
  208. this.btnGiftToolbox.Location = new System.Drawing.Point(388, 118);
  209. this.btnGiftToolbox.Name = "btnGiftToolbox";
  210. this.btnGiftToolbox.Size = new System.Drawing.Size(90, 28);
  211. this.btnGiftToolbox.TabIndex = 13;
  212. this.btnGiftToolbox.Text = " 礼品工具箱";
  213. this.btnGiftToolbox.UseVisualStyleBackColor = false;
  214. //
  215. // btnPackagesToolbox
  216. //
  217. this.btnPackagesToolbox.BackColor = System.Drawing.Color.Transparent;
  218. this.btnPackagesToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPackagesToolbox.BackImg")));
  219. this.btnPackagesToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  220. this.btnPackagesToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  221. this.btnPackagesToolbox.ForeColor = System.Drawing.Color.White;
  222. this.btnPackagesToolbox.IsCustomBackImg = false;
  223. this.btnPackagesToolbox.IsShowText = true;
  224. this.btnPackagesToolbox.Location = new System.Drawing.Point(292, 118);
  225. this.btnPackagesToolbox.Name = "btnPackagesToolbox";
  226. this.btnPackagesToolbox.Size = new System.Drawing.Size(90, 28);
  227. this.btnPackagesToolbox.TabIndex = 12;
  228. this.btnPackagesToolbox.Text = " 套系工具箱";
  229. this.btnPackagesToolbox.UseVisualStyleBackColor = false;
  230. //
  231. // labelEx5
  232. //
  233. this.labelEx5.AutoSize = true;
  234. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  235. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  236. this.labelEx5.Location = new System.Drawing.Point(18, 125);
  237. this.labelEx5.Name = "labelEx5";
  238. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  239. this.labelEx5.TabIndex = 11;
  240. this.labelEx5.Text = "赠送内容";
  241. //
  242. // dgvData
  243. //
  244. this.dgvData.AllowUserToAddRows = false;
  245. this.dgvData.AllowUserToDeleteRows = false;
  246. this.dgvData.AllowUserToResizeRows = false;
  247. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  248. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  249. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  250. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  251. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  252. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  254. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  255. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  256. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  257. this.dgvData.ColumnHeadersHeight = 24;
  258. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  259. this.C_ID,
  260. this.C_Name,
  261. this.C_Code,
  262. this.C_ClassName,
  263. this.C_ClassCode,
  264. this.C_Type});
  265. this.dgvData.EnableHeadersVisualStyles = false;
  266. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  267. this.dgvData.ImageHeight = 15;
  268. this.dgvData.ImageWidth = 15;
  269. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  270. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  271. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  272. this.dgvData.Location = new System.Drawing.Point(10, 148);
  273. this.dgvData.Name = "dgvData";
  274. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  275. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  276. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  278. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  279. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  280. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  281. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  282. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  283. this.dgvData.RowHeadersWidth = 25;
  284. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  285. this.dgvData.RowTemplate.Height = 23;
  286. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  287. this.dgvData.Size = new System.Drawing.Size(560, 367);
  288. this.dgvData.TabIndex = 10;
  289. this.dgvData.ViceCount = 1;
  290. //
  291. // C_ID
  292. //
  293. this.C_ID.HeaderText = "ID";
  294. this.C_ID.Name = "C_ID";
  295. this.C_ID.ReadOnly = true;
  296. this.C_ID.Visible = false;
  297. //
  298. // C_Name
  299. //
  300. this.C_Name.HeaderText = "赠品名称";
  301. this.C_Name.Name = "C_Name";
  302. this.C_Name.ReadOnly = true;
  303. //
  304. // C_Code
  305. //
  306. this.C_Code.HeaderText = "赠品编码";
  307. this.C_Code.Name = "C_Code";
  308. this.C_Code.ReadOnly = true;
  309. this.C_Code.Visible = false;
  310. //
  311. // C_ClassName
  312. //
  313. this.C_ClassName.HeaderText = "赠品类别名称";
  314. this.C_ClassName.Name = "C_ClassName";
  315. this.C_ClassName.ReadOnly = true;
  316. this.C_ClassName.Visible = false;
  317. //
  318. // C_ClassCode
  319. //
  320. this.C_ClassCode.HeaderText = "赠品类别编码";
  321. this.C_ClassCode.Name = "C_ClassCode";
  322. this.C_ClassCode.ReadOnly = true;
  323. this.C_ClassCode.Visible = false;
  324. //
  325. // C_Type
  326. //
  327. this.C_Type.HeaderText = "类型";
  328. this.C_Type.Name = "C_Type";
  329. this.C_Type.ReadOnly = true;
  330. this.C_Type.Visible = false;
  331. //
  332. // txtRefundAmount
  333. //
  334. this.txtRefundAmount.BackColor = System.Drawing.Color.Transparent;
  335. this.txtRefundAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  336. this.txtRefundAmount.Icon = null;
  337. this.txtRefundAmount.IconIsButton = false;
  338. this.txtRefundAmount.IsPasswordChat = '\0';
  339. this.txtRefundAmount.IsSystemPasswordChar = false;
  340. this.txtRefundAmount.Lines = new string[0];
  341. this.txtRefundAmount.Location = new System.Drawing.Point(366, 75);
  342. this.txtRefundAmount.Margin = new System.Windows.Forms.Padding(0);
  343. this.txtRefundAmount.MaxLength = 32767;
  344. this.txtRefundAmount.MinimumSize = new System.Drawing.Size(0, 25);
  345. this.txtRefundAmount.MouseBack = null;
  346. this.txtRefundAmount.Multiline = false;
  347. this.txtRefundAmount.Name = "txtRefundAmount";
  348. this.txtRefundAmount.NormlBack = null;
  349. this.txtRefundAmount.Padding = new System.Windows.Forms.Padding(5);
  350. this.txtRefundAmount.ReadOnly = true;
  351. this.txtRefundAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  352. this.txtRefundAmount.Size = new System.Drawing.Size(121, 25);
  353. this.txtRefundAmount.TabIndex = 8;
  354. this.txtRefundAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  355. this.txtRefundAmount.WaterColor = System.Drawing.Color.DarkGray;
  356. this.txtRefundAmount.WaterText = "";
  357. this.txtRefundAmount.WordWrap = true;
  358. //
  359. // txtOpenCardAmount
  360. //
  361. this.txtOpenCardAmount.BackColor = System.Drawing.Color.Transparent;
  362. this.txtOpenCardAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  363. this.txtOpenCardAmount.Icon = null;
  364. this.txtOpenCardAmount.IconIsButton = false;
  365. this.txtOpenCardAmount.IsPasswordChat = '\0';
  366. this.txtOpenCardAmount.IsSystemPasswordChar = false;
  367. this.txtOpenCardAmount.Lines = new string[0];
  368. this.txtOpenCardAmount.Location = new System.Drawing.Point(90, 75);
  369. this.txtOpenCardAmount.Margin = new System.Windows.Forms.Padding(0);
  370. this.txtOpenCardAmount.MaxLength = 32767;
  371. this.txtOpenCardAmount.MinimumSize = new System.Drawing.Size(0, 25);
  372. this.txtOpenCardAmount.MouseBack = null;
  373. this.txtOpenCardAmount.Multiline = false;
  374. this.txtOpenCardAmount.Name = "txtOpenCardAmount";
  375. this.txtOpenCardAmount.NormlBack = null;
  376. this.txtOpenCardAmount.Padding = new System.Windows.Forms.Padding(5);
  377. this.txtOpenCardAmount.ReadOnly = true;
  378. this.txtOpenCardAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  379. this.txtOpenCardAmount.Size = new System.Drawing.Size(122, 25);
  380. this.txtOpenCardAmount.TabIndex = 7;
  381. this.txtOpenCardAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  382. this.txtOpenCardAmount.WaterColor = System.Drawing.Color.DarkGray;
  383. this.txtOpenCardAmount.WaterText = "";
  384. this.txtOpenCardAmount.WordWrap = true;
  385. //
  386. // txtPoints
  387. //
  388. this.txtPoints.BackColor = System.Drawing.Color.Transparent;
  389. this.txtPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  390. this.txtPoints.Icon = null;
  391. this.txtPoints.IconIsButton = false;
  392. this.txtPoints.IsPasswordChat = '\0';
  393. this.txtPoints.IsSystemPasswordChar = false;
  394. this.txtPoints.Lines = new string[0];
  395. this.txtPoints.Location = new System.Drawing.Point(467, 44);
  396. this.txtPoints.Margin = new System.Windows.Forms.Padding(0);
  397. this.txtPoints.MaxLength = 32767;
  398. this.txtPoints.MinimumSize = new System.Drawing.Size(0, 25);
  399. this.txtPoints.MouseBack = null;
  400. this.txtPoints.Multiline = false;
  401. this.txtPoints.Name = "txtPoints";
  402. this.txtPoints.NormlBack = null;
  403. this.txtPoints.Padding = new System.Windows.Forms.Padding(5);
  404. this.txtPoints.ReadOnly = true;
  405. this.txtPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  406. this.txtPoints.Size = new System.Drawing.Size(74, 25);
  407. this.txtPoints.TabIndex = 6;
  408. this.txtPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  409. this.txtPoints.WaterColor = System.Drawing.Color.DarkGray;
  410. this.txtPoints.WaterText = "";
  411. this.txtPoints.WordWrap = true;
  412. //
  413. // cmbMemberLevel
  414. //
  415. this.cmbMemberLevel.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  416. this.cmbMemberLevel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  417. this.cmbMemberLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  418. this.cmbMemberLevel.Font = new System.Drawing.Font("宋体", 10.5F);
  419. this.cmbMemberLevel.FormattingEnabled = true;
  420. this.cmbMemberLevel.IsCustomColor = false;
  421. this.cmbMemberLevel.Location = new System.Drawing.Point(91, 45);
  422. this.cmbMemberLevel.Name = "cmbMemberLevel";
  423. this.cmbMemberLevel.ReadOnly = true;
  424. this.cmbMemberLevel.Size = new System.Drawing.Size(121, 22);
  425. this.cmbMemberLevel.TabIndex = 4;
  426. //
  427. // labelEx4
  428. //
  429. this.labelEx4.AutoSize = true;
  430. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  431. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  432. this.labelEx4.Location = new System.Drawing.Point(296, 79);
  433. this.labelEx4.Name = "labelEx4";
  434. this.labelEx4.Size = new System.Drawing.Size(212, 17);
  435. this.labelEx4.TabIndex = 3;
  436. this.labelEx4.Text = "退还金额: 元";
  437. //
  438. // labelEx3
  439. //
  440. this.labelEx3.AutoSize = true;
  441. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  442. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  443. this.labelEx3.Location = new System.Drawing.Point(296, 48);
  444. this.labelEx3.Name = "labelEx3";
  445. this.labelEx3.Size = new System.Drawing.Size(264, 17);
  446. this.labelEx3.TabIndex = 2;
  447. this.labelEx3.Text = "退还所需: 满 分";
  448. //
  449. // labelEx2
  450. //
  451. this.labelEx2.AutoSize = true;
  452. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  453. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  454. this.labelEx2.Location = new System.Drawing.Point(32, 79);
  455. this.labelEx2.Name = "labelEx2";
  456. this.labelEx2.Size = new System.Drawing.Size(204, 17);
  457. this.labelEx2.TabIndex = 1;
  458. this.labelEx2.Text = "开卡金: 元";
  459. //
  460. // labelEx1
  461. //
  462. this.labelEx1.AutoSize = true;
  463. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  464. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  465. this.labelEx1.Location = new System.Drawing.Point(20, 48);
  466. this.labelEx1.Name = "labelEx1";
  467. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  468. this.labelEx1.TabIndex = 0;
  469. this.labelEx1.Text = "会员等级:";
  470. //
  471. // PhotographerConferenceSuperSmallForm
  472. //
  473. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  474. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  475. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  476. this.ClientSize = new System.Drawing.Size(600, 610);
  477. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  478. this.MaximizeBox = false;
  479. this.MinimizeBox = false;
  480. this.Name = "PhotographerConferenceSuperSmallForm";
  481. this.Text = "新摄会类型设置";
  482. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  483. this.plExMainContainer.ResumeLayout(false);
  484. this.plFormMainContent.ResumeLayout(false);
  485. this.panelEx1.ResumeLayout(false);
  486. this.panelEx1.PerformLayout();
  487. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  488. this.ResumeLayout(false);
  489. }
  490. #endregion
  491. protected ComponentLibrary.PanelEx panelEx1;
  492. private ComponentLibrary.LabelEx labelEx5;
  493. private ComponentLibrary.LabelEx labelEx4;
  494. private ComponentLibrary.LabelEx labelEx3;
  495. private ComponentLibrary.LabelEx labelEx2;
  496. private ComponentLibrary.LabelEx labelEx1;
  497. private ComponentLibrary.LabelEx labelEx6;
  498. protected ComponentLibrary.ButtonEx btnSave;
  499. protected ComponentLibrary.ButtonForm btnGiftToolbox;
  500. protected ComponentLibrary.ButtonForm btnPackagesToolbox;
  501. protected ComponentLibrary.DataGridViewEc dgvData;
  502. protected ComponentLibrary.TextBoxEx txtRefundAmount;
  503. protected ComponentLibrary.TextBoxEx txtOpenCardAmount;
  504. protected ComponentLibrary.TextBoxEx txtPoints;
  505. protected ComponentLibrary.ComboBoxEx cmbMemberLevel;
  506. protected ComponentLibrary.ButtonForm btnRemove;
  507. protected ComponentLibrary.TextBoxEx txtCondition;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn C_ID;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn C_Name;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn C_Code;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn C_ClassName;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn C_ClassCode;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn C_Type;
  514. protected ComponentLibrary.ButtonForm btnSet;
  515. }
  516. }