PhotographerConferenceStatisticSmallForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. namespace LYFZ.Software.UI.MembershipManage
  2. {
  3. partial class PhotographerConferenceStatisticSmallForm
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhotographerConferenceStatisticSmallForm));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  40. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnSendSMS = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnColse = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.tabPanel = new LYFZ.ComponentLibrary.TabControlEx();
  48. this.tb_1 = new System.Windows.Forms.TabPage();
  49. this.dgvData1 = new LYFZ.ComponentLibrary.DataGridViewEc();
  50. this.tb_2 = new System.Windows.Forms.TabPage();
  51. this.dgvData2 = new LYFZ.ComponentLibrary.DataGridViewEc();
  52. this.tb_3 = new System.Windows.Forms.TabPage();
  53. this.dgvData3 = new LYFZ.ComponentLibrary.DataGridViewEc();
  54. this.tb_4 = new System.Windows.Forms.TabPage();
  55. this.dgvData4 = new LYFZ.ComponentLibrary.DataGridViewEc();
  56. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx1.SuspendLayout();
  60. this.flowLayoutPanel1.SuspendLayout();
  61. this.panelEx3.SuspendLayout();
  62. this.tabPanel.SuspendLayout();
  63. this.tb_1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvData1)).BeginInit();
  65. this.tb_2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).BeginInit();
  67. this.tb_3.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).BeginInit();
  69. this.tb_4.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvData4)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // plExMainContainer
  74. //
  75. this.plExMainContainer.Controls.Add(this.panelEx1);
  76. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  77. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  78. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  79. //
  80. // btnAppFormExit
  81. //
  82. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. //
  88. // panelEx1
  89. //
  90. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  91. this.panelEx1.BorderWidth = 1;
  92. this.panelEx1.Controls.Add(this.labelEx1);
  93. this.panelEx1.Controls.Add(this.tabPanel);
  94. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  95. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  97. this.panelEx1.Name = "panelEx1";
  98. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  99. this.panelEx1.Size = new System.Drawing.Size(910, 505);
  100. this.panelEx1.TabIndex = 1;
  101. //
  102. // flowLayoutPanel1
  103. //
  104. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  105. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  106. this.flowLayoutPanel1.Controls.Add(this.btnConditionQuery);
  107. this.flowLayoutPanel1.Controls.Add(this.btnSendSMS);
  108. this.flowLayoutPanel1.Controls.Add(this.btnColse);
  109. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  111. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  112. this.flowLayoutPanel1.Size = new System.Drawing.Size(904, 42);
  113. this.flowLayoutPanel1.TabIndex = 9;
  114. //
  115. // panelEx3
  116. //
  117. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  118. this.panelEx3.BorderWidth = 1;
  119. this.panelEx3.Controls.Add(this.txtQuery);
  120. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  121. this.panelEx3.Name = "panelEx3";
  122. this.panelEx3.Size = new System.Drawing.Size(160, 28);
  123. this.panelEx3.TabIndex = 10;
  124. //
  125. // txtQuery
  126. //
  127. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  128. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  129. this.txtQuery.Icon = null;
  130. this.txtQuery.IconIsButton = false;
  131. this.txtQuery.IsPasswordChat = '\0';
  132. this.txtQuery.IsSystemPasswordChar = false;
  133. this.txtQuery.Lines = new string[0];
  134. this.txtQuery.Location = new System.Drawing.Point(2, 2);
  135. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  136. this.txtQuery.MaxLength = 32767;
  137. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  138. this.txtQuery.MouseBack = null;
  139. this.txtQuery.Multiline = false;
  140. this.txtQuery.Name = "txtQuery";
  141. this.txtQuery.NormlBack = null;
  142. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  143. this.txtQuery.ReadOnly = false;
  144. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  145. this.txtQuery.Size = new System.Drawing.Size(150, 25);
  146. this.txtQuery.TabIndex = 8;
  147. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  148. this.toolTip1.SetToolTip(this.txtQuery, "可根据:会员卡号、客户姓名、客户电话 进行查询");
  149. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  150. this.txtQuery.WaterText = "";
  151. this.txtQuery.WordWrap = true;
  152. //
  153. // btnQuery
  154. //
  155. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  156. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  157. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  158. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  159. this.btnQuery.ForeColor = System.Drawing.Color.White;
  160. this.btnQuery.IsCustomBackImg = false;
  161. this.btnQuery.IsShowText = true;
  162. this.btnQuery.Location = new System.Drawing.Point(169, 3);
  163. this.btnQuery.Name = "btnQuery";
  164. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  165. this.btnQuery.TabIndex = 2;
  166. this.btnQuery.Text = " 查 询";
  167. this.btnQuery.UseVisualStyleBackColor = false;
  168. //
  169. // btnConditionQuery
  170. //
  171. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  172. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  173. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  174. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  175. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  176. this.btnConditionQuery.IsCustomBackImg = false;
  177. this.btnConditionQuery.IsShowText = true;
  178. this.btnConditionQuery.Location = new System.Drawing.Point(260, 3);
  179. this.btnConditionQuery.Name = "btnConditionQuery";
  180. this.btnConditionQuery.Size = new System.Drawing.Size(85, 28);
  181. this.btnConditionQuery.TabIndex = 11;
  182. this.btnConditionQuery.Text = " 条件查询";
  183. this.btnConditionQuery.UseVisualStyleBackColor = false;
  184. //
  185. // btnSendSMS
  186. //
  187. this.btnSendSMS.BackColor = System.Drawing.Color.Transparent;
  188. this.btnSendSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendSMS.BackImg")));
  189. this.btnSendSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  190. this.btnSendSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  191. this.btnSendSMS.ForeColor = System.Drawing.Color.White;
  192. this.btnSendSMS.IsCustomBackImg = false;
  193. this.btnSendSMS.IsShowText = true;
  194. this.btnSendSMS.Location = new System.Drawing.Point(351, 3);
  195. this.btnSendSMS.Name = "btnSendSMS";
  196. this.btnSendSMS.Size = new System.Drawing.Size(85, 28);
  197. this.btnSendSMS.TabIndex = 4;
  198. this.btnSendSMS.Text = " 发送短信";
  199. this.btnSendSMS.UseVisualStyleBackColor = false;
  200. //
  201. // btnColse
  202. //
  203. this.btnColse.BackColor = System.Drawing.Color.Transparent;
  204. this.btnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColse.BackImg")));
  205. this.btnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  206. this.btnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  207. this.btnColse.ForeColor = System.Drawing.Color.White;
  208. this.btnColse.IsCustomBackImg = false;
  209. this.btnColse.IsShowText = true;
  210. this.btnColse.Location = new System.Drawing.Point(442, 3);
  211. this.btnColse.Name = "btnColse";
  212. this.btnColse.Size = new System.Drawing.Size(85, 28);
  213. this.btnColse.TabIndex = 3;
  214. this.btnColse.Text = " 关 闭";
  215. this.btnColse.UseVisualStyleBackColor = false;
  216. //
  217. // labelEx1
  218. //
  219. this.labelEx1.AutoSize = true;
  220. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  221. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  222. this.labelEx1.Location = new System.Drawing.Point(439, 52);
  223. this.labelEx1.Name = "labelEx1";
  224. this.labelEx1.Size = new System.Drawing.Size(268, 17);
  225. this.labelEx1.TabIndex = 10;
  226. this.labelEx1.Text = "总开卡金:0 ;已返:0;未返:0;未达条件:0";
  227. //
  228. // tabPanel
  229. //
  230. this.tabPanel.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  231. this.tabPanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  232. this.tabPanel.Controls.Add(this.tb_1);
  233. this.tabPanel.Controls.Add(this.tb_2);
  234. this.tabPanel.Controls.Add(this.tb_3);
  235. this.tabPanel.Controls.Add(this.tb_4);
  236. this.tabPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.tabPanel.ItemSize = new System.Drawing.Size(90, 30);
  238. this.tabPanel.Location = new System.Drawing.Point(3, 45);
  239. this.tabPanel.Name = "tabPanel";
  240. this.tabPanel.Padding = new System.Drawing.Point(3, 3);
  241. this.tabPanel.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  242. this.tabPanel.SelectedIndex = 0;
  243. this.tabPanel.Size = new System.Drawing.Size(904, 457);
  244. this.tabPanel.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  245. this.tabPanel.TabIndex = 7;
  246. //
  247. // tb_1
  248. //
  249. this.tb_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  250. this.tb_1.Controls.Add(this.dgvData1);
  251. this.tb_1.Location = new System.Drawing.Point(4, 34);
  252. this.tb_1.Name = "tb_1";
  253. this.tb_1.Padding = new System.Windows.Forms.Padding(3);
  254. this.tb_1.Size = new System.Drawing.Size(896, 419);
  255. this.tb_1.TabIndex = 0;
  256. this.tb_1.Text = "全 部";
  257. //
  258. // dgvData1
  259. //
  260. this.dgvData1.AllowUserToAddRows = false;
  261. this.dgvData1.AllowUserToDeleteRows = false;
  262. this.dgvData1.AllowUserToResizeRows = false;
  263. this.dgvData1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  264. | System.Windows.Forms.AnchorStyles.Left)
  265. | System.Windows.Forms.AnchorStyles.Right)));
  266. this.dgvData1.BackgroundColor = System.Drawing.Color.White;
  267. this.dgvData1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  268. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  269. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  270. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  272. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  273. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  274. this.dgvData1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  275. this.dgvData1.ColumnHeadersHeight = 24;
  276. this.dgvData1.EnableHeadersVisualStyles = false;
  277. this.dgvData1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  278. this.dgvData1.ImageHeight = 15;
  279. this.dgvData1.ImageWidth = 15;
  280. this.dgvData1.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData1.ImgCollapse")));
  281. this.dgvData1.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData1.ImgExpand")));
  282. this.dgvData1.IsAutomaticDrawSingleOrDoubleRow = false;
  283. this.dgvData1.Location = new System.Drawing.Point(3, 3);
  284. this.dgvData1.Name = "dgvData1";
  285. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  286. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  287. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  289. dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(41);
  290. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  291. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  292. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  293. this.dgvData1.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
  294. this.dgvData1.RowHeadersWidth = 25;
  295. this.dgvData1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  296. this.dgvData1.RowTemplate.Height = 23;
  297. this.dgvData1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  298. this.dgvData1.Size = new System.Drawing.Size(890, 413);
  299. this.dgvData1.TabIndex = 8;
  300. this.dgvData1.ViceCount = 1;
  301. //
  302. // tb_2
  303. //
  304. this.tb_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  305. this.tb_2.Controls.Add(this.dgvData2);
  306. this.tb_2.Location = new System.Drawing.Point(4, 34);
  307. this.tb_2.Name = "tb_2";
  308. this.tb_2.Padding = new System.Windows.Forms.Padding(3);
  309. this.tb_2.Size = new System.Drawing.Size(890, 396);
  310. this.tb_2.TabIndex = 1;
  311. this.tb_2.Text = "已 返";
  312. //
  313. // dgvData2
  314. //
  315. this.dgvData2.AllowUserToAddRows = false;
  316. this.dgvData2.AllowUserToDeleteRows = false;
  317. this.dgvData2.AllowUserToResizeRows = false;
  318. this.dgvData2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  319. | System.Windows.Forms.AnchorStyles.Left)
  320. | System.Windows.Forms.AnchorStyles.Right)));
  321. this.dgvData2.BackgroundColor = System.Drawing.Color.White;
  322. this.dgvData2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  323. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  324. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  325. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  327. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  328. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  329. this.dgvData2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  330. this.dgvData2.ColumnHeadersHeight = 24;
  331. this.dgvData2.EnableHeadersVisualStyles = false;
  332. this.dgvData2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  333. this.dgvData2.ImageHeight = 15;
  334. this.dgvData2.ImageWidth = 15;
  335. this.dgvData2.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgCollapse")));
  336. this.dgvData2.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgExpand")));
  337. this.dgvData2.IsAutomaticDrawSingleOrDoubleRow = false;
  338. this.dgvData2.Location = new System.Drawing.Point(3, 3);
  339. this.dgvData2.Name = "dgvData2";
  340. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  341. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
  342. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
  344. dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(41);
  345. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  346. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  347. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  348. this.dgvData2.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
  349. this.dgvData2.RowHeadersWidth = 25;
  350. this.dgvData2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  351. this.dgvData2.RowTemplate.Height = 23;
  352. this.dgvData2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  353. this.dgvData2.Size = new System.Drawing.Size(884, 390);
  354. this.dgvData2.TabIndex = 9;
  355. this.dgvData2.ViceCount = 1;
  356. //
  357. // tb_3
  358. //
  359. this.tb_3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  360. this.tb_3.Controls.Add(this.dgvData3);
  361. this.tb_3.Location = new System.Drawing.Point(4, 34);
  362. this.tb_3.Name = "tb_3";
  363. this.tb_3.Size = new System.Drawing.Size(890, 396);
  364. this.tb_3.TabIndex = 2;
  365. this.tb_3.Text = "已达未返";
  366. //
  367. // dgvData3
  368. //
  369. this.dgvData3.AllowUserToAddRows = false;
  370. this.dgvData3.AllowUserToDeleteRows = false;
  371. this.dgvData3.AllowUserToResizeRows = false;
  372. this.dgvData3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  373. | System.Windows.Forms.AnchorStyles.Left)
  374. | System.Windows.Forms.AnchorStyles.Right)));
  375. this.dgvData3.BackgroundColor = System.Drawing.Color.White;
  376. this.dgvData3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  377. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  378. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  379. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
  381. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  382. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  383. this.dgvData3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
  384. this.dgvData3.ColumnHeadersHeight = 24;
  385. this.dgvData3.EnableHeadersVisualStyles = false;
  386. this.dgvData3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  387. this.dgvData3.ImageHeight = 15;
  388. this.dgvData3.ImageWidth = 15;
  389. this.dgvData3.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgCollapse")));
  390. this.dgvData3.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgExpand")));
  391. this.dgvData3.IsAutomaticDrawSingleOrDoubleRow = false;
  392. this.dgvData3.Location = new System.Drawing.Point(3, 3);
  393. this.dgvData3.Name = "dgvData3";
  394. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  395. dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
  396. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
  398. dataGridViewCellStyle14.Padding = new System.Windows.Forms.Padding(41);
  399. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  400. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  401. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  402. this.dgvData3.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  403. this.dgvData3.RowHeadersWidth = 25;
  404. this.dgvData3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  405. this.dgvData3.RowTemplate.Height = 23;
  406. this.dgvData3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  407. this.dgvData3.Size = new System.Drawing.Size(884, 390);
  408. this.dgvData3.TabIndex = 9;
  409. this.dgvData3.ViceCount = 1;
  410. //
  411. // tb_4
  412. //
  413. this.tb_4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  414. this.tb_4.Controls.Add(this.dgvData4);
  415. this.tb_4.Location = new System.Drawing.Point(4, 34);
  416. this.tb_4.Name = "tb_4";
  417. this.tb_4.Size = new System.Drawing.Size(890, 396);
  418. this.tb_4.TabIndex = 3;
  419. this.tb_4.Text = "未达条件";
  420. //
  421. // dgvData4
  422. //
  423. this.dgvData4.AllowUserToAddRows = false;
  424. this.dgvData4.AllowUserToDeleteRows = false;
  425. this.dgvData4.AllowUserToResizeRows = false;
  426. this.dgvData4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  427. | System.Windows.Forms.AnchorStyles.Left)
  428. | System.Windows.Forms.AnchorStyles.Right)));
  429. this.dgvData4.BackgroundColor = System.Drawing.Color.White;
  430. this.dgvData4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  431. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  432. dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  433. dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
  435. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  436. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  437. this.dgvData4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
  438. this.dgvData4.ColumnHeadersHeight = 24;
  439. this.dgvData4.EnableHeadersVisualStyles = false;
  440. this.dgvData4.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  441. this.dgvData4.ImageHeight = 15;
  442. this.dgvData4.ImageWidth = 15;
  443. this.dgvData4.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData4.ImgCollapse")));
  444. this.dgvData4.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData4.ImgExpand")));
  445. this.dgvData4.IsAutomaticDrawSingleOrDoubleRow = false;
  446. this.dgvData4.Location = new System.Drawing.Point(3, 3);
  447. this.dgvData4.Name = "dgvData4";
  448. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  449. dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
  450. dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
  452. dataGridViewCellStyle16.Padding = new System.Windows.Forms.Padding(41);
  453. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  454. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  455. dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  456. this.dgvData4.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
  457. this.dgvData4.RowHeadersWidth = 25;
  458. this.dgvData4.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  459. this.dgvData4.RowTemplate.Height = 23;
  460. this.dgvData4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  461. this.dgvData4.Size = new System.Drawing.Size(884, 390);
  462. this.dgvData4.TabIndex = 9;
  463. this.dgvData4.ViceCount = 1;
  464. //
  465. // PhotographerConferenceStatisticSmallForm
  466. //
  467. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  468. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  469. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  470. this.ClientSize = new System.Drawing.Size(910, 610);
  471. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  472. this.IsShowUcNavigationTool = true;
  473. this.Name = "PhotographerConferenceStatisticSmallForm";
  474. this.Text = "新摄会管理";
  475. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  476. this.plExMainContainer.ResumeLayout(false);
  477. this.plFormMainContent.ResumeLayout(false);
  478. this.panelEx1.ResumeLayout(false);
  479. this.panelEx1.PerformLayout();
  480. this.flowLayoutPanel1.ResumeLayout(false);
  481. this.panelEx3.ResumeLayout(false);
  482. this.tabPanel.ResumeLayout(false);
  483. this.tb_1.ResumeLayout(false);
  484. ((System.ComponentModel.ISupportInitialize)(this.dgvData1)).EndInit();
  485. this.tb_2.ResumeLayout(false);
  486. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).EndInit();
  487. this.tb_3.ResumeLayout(false);
  488. ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).EndInit();
  489. this.tb_4.ResumeLayout(false);
  490. ((System.ComponentModel.ISupportInitialize)(this.dgvData4)).EndInit();
  491. this.ResumeLayout(false);
  492. }
  493. #endregion
  494. private ComponentLibrary.PanelEx panelEx1;
  495. private System.Windows.Forms.TabPage tb_1;
  496. protected ComponentLibrary.DataGridViewEc dgvData1;
  497. private System.Windows.Forms.TabPage tb_2;
  498. protected ComponentLibrary.DataGridViewEc dgvData2;
  499. private System.Windows.Forms.TabPage tb_3;
  500. protected ComponentLibrary.DataGridViewEc dgvData3;
  501. private System.Windows.Forms.TabPage tb_4;
  502. protected ComponentLibrary.DataGridViewEc dgvData4;
  503. private ComponentLibrary.ButtonEx btnColse;
  504. private ComponentLibrary.ButtonEx btnQuery;
  505. private ComponentLibrary.PanelEx panelEx3;
  506. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  507. protected ComponentLibrary.LabelEx labelEx1;
  508. protected ComponentLibrary.TabControlEx tabPanel;
  509. private ComponentLibrary.ButtonEx btnConditionQuery;
  510. protected ComponentLibrary.TextBoxEx txtQuery;
  511. private System.Windows.Forms.ToolTip toolTip1;
  512. protected internal ComponentLibrary.ButtonEx btnSendSMS;
  513. }
  514. }