SelectMemberCardSuperSmallForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class SelectMemberCardSuperSmallForm
  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(SelectMemberCardSuperSmallForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.panelEx1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  40. this.panelEx2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.panelEx1);
  46. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  47. this.plExMainContainer.Size = new System.Drawing.Size(592, 335);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(592, 335);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(533, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(560, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(533, 0);
  67. //
  68. // panelEx1
  69. //
  70. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  71. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  72. this.panelEx1.BorderWidth = 1;
  73. this.panelEx1.Controls.Add(this.dgvData);
  74. this.panelEx1.Controls.Add(this.panelEx2);
  75. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  77. this.panelEx1.Name = "panelEx1";
  78. this.panelEx1.Padding = new System.Windows.Forms.Padding(2, 5, 2, 2);
  79. this.panelEx1.Size = new System.Drawing.Size(572, 315);
  80. this.panelEx1.TabIndex = 0;
  81. //
  82. // dgvData
  83. //
  84. this.dgvData.AllowUserToAddRows = false;
  85. this.dgvData.AllowUserToDeleteRows = false;
  86. this.dgvData.AllowUserToResizeRows = false;
  87. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  88. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  91. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  93. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  96. this.dgvData.ColumnHeadersHeight = 24;
  97. this.dgvData.dgvColumnHeadersHeight = 24;
  98. this.dgvData.dgvCurrentColumnOriginalSet = "";
  99. this.dgvData.dgvCurrentColumnWidth = "";
  100. this.dgvData.dgvCurrentHideColumn = null;
  101. this.dgvData.dgvFixedHideColumn = "";
  102. this.dgvData.dgvGuidName = null;
  103. this.dgvData.dgvUserEmployeeID = null;
  104. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.dgvData.EnableHeadersVisualStyles = false;
  106. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  107. this.dgvData.ImageHeight = 15;
  108. this.dgvData.ImageWidth = 15;
  109. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  110. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  111. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  112. this.dgvData.IsCompleteBonding = false;
  113. this.dgvData.IsCopyCellValue = true;
  114. this.dgvData.IsShowSerialNumber = false;
  115. this.dgvData.IsSortedRedraw = true;
  116. this.dgvData.IsSortMode = false;
  117. this.dgvData.Location = new System.Drawing.Point(2, 5);
  118. this.dgvData.MultiSelect = false;
  119. this.dgvData.Name = "dgvData";
  120. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  121. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  122. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  124. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  125. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  126. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  128. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  129. this.dgvData.RowHeadersWidth = 25;
  130. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  131. this.dgvData.RowTemplate.Height = 23;
  132. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  133. this.dgvData.Size = new System.Drawing.Size(568, 266);
  134. this.dgvData.StrSecondStageNull = "";
  135. this.dgvData.StrValueNullColumn = "";
  136. this.dgvData.TabIndex = 1;
  137. this.dgvData.ViceCount = 1;
  138. //
  139. // panelEx2
  140. //
  141. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  142. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  143. this.panelEx2.BorderWidth = 1;
  144. this.panelEx2.Controls.Add(this.btnCancel);
  145. this.panelEx2.Controls.Add(this.btnSaveed);
  146. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  147. this.panelEx2.Location = new System.Drawing.Point(2, 271);
  148. this.panelEx2.Name = "panelEx2";
  149. this.panelEx2.Size = new System.Drawing.Size(568, 42);
  150. this.panelEx2.TabIndex = 0;
  151. //
  152. // btnCancel
  153. //
  154. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  155. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  156. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  157. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  158. this.btnCancel.ForeColor = System.Drawing.Color.White;
  159. this.btnCancel.IsCustomBackImg = false;
  160. this.btnCancel.IsShowText = true;
  161. this.btnCancel.Location = new System.Drawing.Point(303, 6);
  162. this.btnCancel.Name = "btnCancel";
  163. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  164. this.btnCancel.TabIndex = 31;
  165. this.btnCancel.Text = " 取 消";
  166. this.btnCancel.UseVisualStyleBackColor = false;
  167. //
  168. // btnSaveed
  169. //
  170. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  171. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  172. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  173. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  174. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  175. this.btnSaveed.IsCustomBackImg = false;
  176. this.btnSaveed.IsShowText = true;
  177. this.btnSaveed.Location = new System.Drawing.Point(143, 6);
  178. this.btnSaveed.Name = "btnSaveed";
  179. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  180. this.btnSaveed.TabIndex = 32;
  181. this.btnSaveed.Text = " 确 定";
  182. this.btnSaveed.UseVisualStyleBackColor = false;
  183. //
  184. // SelectMemberCardSuperSmallForm
  185. //
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  189. this.ClientSize = new System.Drawing.Size(592, 400);
  190. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  191. this.MaximizeBox = false;
  192. this.MinimizeBox = false;
  193. this.Name = "SelectMemberCardSuperSmallForm";
  194. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  195. this.Text = "选择会员卡";
  196. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  197. this.plExMainContainer.ResumeLayout(false);
  198. this.plFormMainContent.ResumeLayout(false);
  199. this.panelEx1.ResumeLayout(false);
  200. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  201. this.panelEx2.ResumeLayout(false);
  202. this.ResumeLayout(false);
  203. }
  204. #endregion
  205. private ComponentLibrary.PanelEx panelEx1;
  206. private ComponentLibrary.PanelEx panelEx2;
  207. protected internal ComponentLibrary.ButtonEx btnCancel;
  208. protected internal ComponentLibrary.ButtonEx btnSaveed;
  209. protected internal ComponentLibrary.DataGridViewEc dgvData;
  210. }
  211. }