WeddingReservationQuerySmallForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace LYFZ.Software.UI.CameraControlBook.SmallForm
  2. {
  3. partial class WeddingReservationQuerySmallForm
  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(WeddingReservationQuerySmallForm));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.cmbtreevTextQuery = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnReservation = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnSameDate = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  42. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.panelEx1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  47. this.flowLayoutPanel1.SuspendLayout();
  48. this.panelEx2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.AutoScroll = true;
  54. this.plExMainContainer.Controls.Add(this.panelEx1);
  55. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  56. this.plExMainContainer.Size = new System.Drawing.Size(950, 545);
  57. //
  58. // plFormMainContent
  59. //
  60. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  76. //
  77. // panelEx1
  78. //
  79. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  81. this.panelEx1.BorderWidth = 1;
  82. this.panelEx1.Controls.Add(this.dgvData);
  83. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  84. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  85. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  87. this.panelEx1.Name = "panelEx1";
  88. this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
  89. this.panelEx1.Size = new System.Drawing.Size(940, 525);
  90. this.panelEx1.TabIndex = 2;
  91. //
  92. // dgvData
  93. //
  94. this.dgvData.AllowUserToAddRows = false;
  95. this.dgvData.AllowUserToDeleteRows = false;
  96. this.dgvData.AllowUserToOrderColumns = true;
  97. this.dgvData.AllowUserToResizeRows = false;
  98. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  99. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  100. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  101. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  102. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  104. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  105. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  106. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  107. this.dgvData.ColumnHeadersHeight = 24;
  108. this.dgvData.dgvColumnHeadersHeight = 24;
  109. this.dgvData.dgvCurrentColumnOriginalSet = "";
  110. this.dgvData.dgvCurrentColumnWidth = "";
  111. this.dgvData.dgvCurrentHideColumn = null;
  112. this.dgvData.dgvFixedHideColumn = null;
  113. this.dgvData.dgvGuidName = null;
  114. this.dgvData.dgvUserEmployeeID = null;
  115. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.dgvData.EnableHeadersVisualStyles = false;
  117. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  118. this.dgvData.ImageHeight = 15;
  119. this.dgvData.ImageWidth = 15;
  120. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  121. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  122. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  123. this.dgvData.IsCompleteBonding = false;
  124. this.dgvData.IsCopyCellValue = true;
  125. this.dgvData.IsShowSerialNumber = false;
  126. this.dgvData.IsSortedRedraw = true;
  127. this.dgvData.IsSortMode = false;
  128. this.dgvData.Location = new System.Drawing.Point(5, 41);
  129. this.dgvData.Name = "dgvData";
  130. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  131. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  132. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  134. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  135. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  138. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  139. this.dgvData.RowHeadersWidth = 25;
  140. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  141. this.dgvData.RowTemplate.Height = 23;
  142. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  143. this.dgvData.Size = new System.Drawing.Size(930, 453);
  144. this.dgvData.StrSecondStageNull = "";
  145. this.dgvData.StrValueNullColumn = "";
  146. this.dgvData.TabIndex = 25;
  147. this.dgvData.ViceCount = 1;
  148. //
  149. // flowLayoutPanel1
  150. //
  151. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  152. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  153. this.flowLayoutPanel1.Controls.Add(this.btnReservation);
  154. this.flowLayoutPanel1.Controls.Add(this.btnSameDate);
  155. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  156. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  157. this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
  158. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  159. this.flowLayoutPanel1.Size = new System.Drawing.Size(930, 36);
  160. this.flowLayoutPanel1.TabIndex = 276;
  161. //
  162. // panelEx2
  163. //
  164. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  165. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  166. this.panelEx2.BorderWidth = 1;
  167. this.panelEx2.Controls.Add(this.cmbtreevTextQuery);
  168. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  169. this.panelEx2.Name = "panelEx2";
  170. this.panelEx2.Size = new System.Drawing.Size(200, 28);
  171. this.panelEx2.TabIndex = 275;
  172. //
  173. // cmbtreevTextQuery
  174. //
  175. this.cmbtreevTextQuery.AfterSelectLevelFirstNode = true;
  176. this.cmbtreevTextQuery.DropDownHeight = 220;
  177. this.cmbtreevTextQuery.DropDownShow = false;
  178. this.cmbtreevTextQuery.FormattingEnabled = true;
  179. this.cmbtreevTextQuery.IntegralHeight = false;
  180. this.cmbtreevTextQuery.IsNodeMouseClick = true;
  181. this.cmbtreevTextQuery.IsSelectParentNode = true;
  182. this.cmbtreevTextQuery.Location = new System.Drawing.Point(2, 4);
  183. this.cmbtreevTextQuery.Name = "cmbtreevTextQuery";
  184. this.cmbtreevTextQuery.ReadOnly = true;
  185. this.cmbtreevTextQuery.SelectedNode = null;
  186. this.cmbtreevTextQuery.Size = new System.Drawing.Size(190, 20);
  187. this.cmbtreevTextQuery.StrGetName = "";
  188. this.cmbtreevTextQuery.StrGetTagName = "";
  189. this.cmbtreevTextQuery.StrKey = null;
  190. this.cmbtreevTextQuery.TabIndex = 274;
  191. //
  192. // btnQuery
  193. //
  194. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  195. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  196. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  197. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  198. this.btnQuery.ForeColor = System.Drawing.Color.White;
  199. this.btnQuery.IsCustomBackImg = false;
  200. this.btnQuery.IsShowText = true;
  201. this.btnQuery.Location = new System.Drawing.Point(209, 3);
  202. this.btnQuery.Name = "btnQuery";
  203. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  204. this.btnQuery.TabIndex = 1;
  205. this.btnQuery.Text = " 查 询";
  206. this.btnQuery.UseVisualStyleBackColor = false;
  207. //
  208. // btnReservation
  209. //
  210. this.btnReservation.BackColor = System.Drawing.Color.Transparent;
  211. this.btnReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReservation.BackImg")));
  212. this.btnReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  213. this.btnReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  214. this.btnReservation.ForeColor = System.Drawing.Color.White;
  215. this.btnReservation.IsCustomBackImg = false;
  216. this.btnReservation.IsShowText = true;
  217. this.btnReservation.Location = new System.Drawing.Point(300, 3);
  218. this.btnReservation.Name = "btnReservation";
  219. this.btnReservation.Size = new System.Drawing.Size(85, 28);
  220. this.btnReservation.TabIndex = 5;
  221. this.btnReservation.Text = " 预 约";
  222. this.btnReservation.UseVisualStyleBackColor = false;
  223. //
  224. // btnSameDate
  225. //
  226. this.btnSameDate.BackColor = System.Drawing.Color.Transparent;
  227. this.btnSameDate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSameDate.BackImg")));
  228. this.btnSameDate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  229. this.btnSameDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  230. this.btnSameDate.ForeColor = System.Drawing.Color.White;
  231. this.btnSameDate.IsCustomBackImg = false;
  232. this.btnSameDate.IsShowText = true;
  233. this.btnSameDate.Location = new System.Drawing.Point(391, 3);
  234. this.btnSameDate.Name = "btnSameDate";
  235. this.btnSameDate.Size = new System.Drawing.Size(85, 28);
  236. this.btnSameDate.TabIndex = 4;
  237. this.btnSameDate.Text = " 统一安排";
  238. this.btnSameDate.UseVisualStyleBackColor = false;
  239. //
  240. // btnClose
  241. //
  242. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  243. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  244. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  245. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  246. this.btnClose.ForeColor = System.Drawing.Color.White;
  247. this.btnClose.IsCustomBackImg = false;
  248. this.btnClose.IsShowText = true;
  249. this.btnClose.Location = new System.Drawing.Point(482, 3);
  250. this.btnClose.Name = "btnClose";
  251. this.btnClose.Size = new System.Drawing.Size(85, 28);
  252. this.btnClose.TabIndex = 3;
  253. this.btnClose.Text = " 关 闭";
  254. this.btnClose.UseVisualStyleBackColor = false;
  255. //
  256. // cntmenu
  257. //
  258. this.cntmenu.Name = "cntmenu";
  259. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  260. //
  261. // dataGridViewStatisticsCount1
  262. //
  263. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  264. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  265. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(5, 494);
  266. this.dataGridViewStatisticsCount1.LocationX = 1;
  267. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  268. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(930, 26);
  269. this.dataGridViewStatisticsCount1.StrUnit = "单";
  270. this.dataGridViewStatisticsCount1.TabIndex = 277;
  271. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  272. //
  273. // WeddingReservationQuerySmallForm
  274. //
  275. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  276. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  278. this.ClientSize = new System.Drawing.Size(950, 610);
  279. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  280. this.IsUserControlsSize = false;
  281. this.Name = "WeddingReservationQuerySmallForm";
  282. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  283. this.Text = "摄控本 > 统计未服务";
  284. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  285. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  286. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  287. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  288. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  289. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  290. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  291. this.plExMainContainer.ResumeLayout(false);
  292. this.plFormMainContent.ResumeLayout(false);
  293. this.panelEx1.ResumeLayout(false);
  294. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  295. this.flowLayoutPanel1.ResumeLayout(false);
  296. this.panelEx2.ResumeLayout(false);
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private ComponentLibrary.ContextMenuStripEx cntmenu;
  301. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevTextQuery;
  302. protected internal ComponentLibrary.ButtonEx btnSameDate;
  303. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  304. private ComponentLibrary.PanelEx panelEx2;
  305. protected internal ComponentLibrary.PanelEx panelEx1;
  306. protected internal ComponentLibrary.DataGridViewEc dgvData;
  307. protected internal ComponentLibrary.ButtonEx btnReservation;
  308. protected internal ComponentLibrary.ButtonEx btnClose;
  309. protected internal ComponentLibrary.ButtonEx btnQuery;
  310. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  311. }
  312. }