FrmMissedCall.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. namespace LYFZ.Software.UI.CallerWizard
  2. {
  3. partial class FrmMissedCall
  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(FrmMissedCall));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  37. this.UcPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. this.panelEx2.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx2);
  47. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  48. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  49. this.plExMainContainer.Size = new System.Drawing.Size(927, 526);
  50. //
  51. // plFormMainContent
  52. //
  53. this.plFormMainContent.Controls.Add(this.txtQuery);
  54. this.plFormMainContent.Controls.Add(this.btnQuery);
  55. this.plFormMainContent.Controls.Add(this.btnDelete);
  56. this.plFormMainContent.Controls.Add(this.btnClose);
  57. this.plFormMainContent.Size = new System.Drawing.Size(927, 566);
  58. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  59. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  60. this.plFormMainContent.Controls.SetChildIndex(this.btnDelete, 0);
  61. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  62. this.plFormMainContent.Controls.SetChildIndex(this.txtQuery, 0);
  63. //
  64. // btnAppFormMaximize
  65. //
  66. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  67. this.btnAppFormMaximize.Location = new System.Drawing.Point(868, 0);
  68. //
  69. // btnAppFormExit
  70. //
  71. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  72. this.btnAppFormExit.Location = new System.Drawing.Point(895, 0);
  73. //
  74. // btnAppFormMinimize
  75. //
  76. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  77. this.btnAppFormMinimize.Location = new System.Drawing.Point(841, 0);
  78. //
  79. // txtQuery
  80. //
  81. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  82. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  83. this.txtQuery.Icon = null;
  84. this.txtQuery.IconIsButton = false;
  85. this.txtQuery.IsPasswordChat = '\0';
  86. this.txtQuery.IsSystemPasswordChar = false;
  87. this.txtQuery.Lines = new string[0];
  88. this.txtQuery.Location = new System.Drawing.Point(227, 8);
  89. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  90. this.txtQuery.MaxLength = 100;
  91. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  92. this.txtQuery.MouseBack = null;
  93. this.txtQuery.Multiline = false;
  94. this.txtQuery.Name = "txtQuery";
  95. this.txtQuery.NormlBack = null;
  96. this.txtQuery.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  97. this.txtQuery.ReadOnly = false;
  98. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  99. this.txtQuery.Size = new System.Drawing.Size(150, 25);
  100. this.txtQuery.TabIndex = 2241;
  101. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  102. this.txtQuery.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  103. this.txtQuery.WaterText = "";
  104. this.txtQuery.WordWrap = true;
  105. //
  106. // btnQuery
  107. //
  108. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  109. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  110. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  111. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  112. this.btnQuery.ForeColor = System.Drawing.Color.White;
  113. this.btnQuery.IsCustomBackImg = false;
  114. this.btnQuery.IsShowText = true;
  115. this.btnQuery.Location = new System.Drawing.Point(386, 8);
  116. this.btnQuery.Name = "btnQuery";
  117. this.btnQuery.Size = new System.Drawing.Size(80, 26);
  118. this.btnQuery.TabIndex = 2240;
  119. this.btnQuery.Text = " 查 询";
  120. this.btnQuery.UseVisualStyleBackColor = false;
  121. //
  122. // btnDelete
  123. //
  124. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  125. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  126. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  127. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  128. this.btnDelete.ForeColor = System.Drawing.Color.White;
  129. this.btnDelete.IsCustomBackImg = false;
  130. this.btnDelete.IsShowText = true;
  131. this.btnDelete.Location = new System.Drawing.Point(472, 8);
  132. this.btnDelete.Name = "btnDelete";
  133. this.btnDelete.Size = new System.Drawing.Size(80, 26);
  134. this.btnDelete.TabIndex = 2238;
  135. this.btnDelete.Text = " 删 除";
  136. this.btnDelete.UseVisualStyleBackColor = false;
  137. //
  138. // btnClose
  139. //
  140. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  141. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  142. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  143. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  144. this.btnClose.ForeColor = System.Drawing.Color.White;
  145. this.btnClose.IsCustomBackImg = false;
  146. this.btnClose.IsShowText = true;
  147. this.btnClose.Location = new System.Drawing.Point(558, 8);
  148. this.btnClose.Name = "btnClose";
  149. this.btnClose.Size = new System.Drawing.Size(80, 26);
  150. this.btnClose.TabIndex = 2239;
  151. this.btnClose.Text = " 关 闭";
  152. this.btnClose.UseVisualStyleBackColor = false;
  153. //
  154. // panelEx2
  155. //
  156. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  157. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  158. this.panelEx2.BorderWidth = 1;
  159. this.panelEx2.Controls.Add(this.dgvData);
  160. this.panelEx2.Controls.Add(this.UcPagerEx1);
  161. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  163. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  164. this.panelEx2.Name = "panelEx2";
  165. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  166. this.panelEx2.Size = new System.Drawing.Size(907, 506);
  167. this.panelEx2.TabIndex = 195;
  168. //
  169. // dgvData
  170. //
  171. this.dgvData.AllowUserToAddRows = false;
  172. this.dgvData.AllowUserToDeleteRows = false;
  173. this.dgvData.AllowUserToResizeRows = false;
  174. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  175. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  176. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  177. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  178. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  180. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  181. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  182. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  183. this.dgvData.ColumnHeadersHeight = 24;
  184. this.dgvData.dgvCurrentColumnOriginalSet = "";
  185. this.dgvData.dgvCurrentColumnWidth = "";
  186. this.dgvData.dgvCurrentHideColumn = null;
  187. this.dgvData.dgvFixedHideColumn = null;
  188. this.dgvData.dgvGuidName = null;
  189. this.dgvData.dgvUserEmployeeID = null;
  190. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.dgvData.EnableHeadersVisualStyles = false;
  192. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  193. this.dgvData.ImageHeight = 15;
  194. this.dgvData.ImageWidth = 15;
  195. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  196. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  197. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  198. this.dgvData.IsCopyCellValue = true;
  199. this.dgvData.IsShowSerialNumber = false;
  200. this.dgvData.IsSortMode = false;
  201. this.dgvData.Location = new System.Drawing.Point(3, 3);
  202. this.dgvData.Name = "dgvData";
  203. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  204. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  205. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  207. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  208. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  209. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  210. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  211. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  212. this.dgvData.RowHeadersWidth = 25;
  213. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  214. this.dgvData.RowTemplate.Height = 23;
  215. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  216. this.dgvData.Size = new System.Drawing.Size(899, 474);
  217. this.dgvData.TabIndex = 227;
  218. this.dgvData.ViceCount = 1;
  219. //
  220. // UcPagerEx1
  221. //
  222. this.UcPagerEx1.CurrentPageCount = 0;
  223. this.UcPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  224. this.UcPagerEx1.Location = new System.Drawing.Point(3, 477);
  225. this.UcPagerEx1.Name = "UcPagerEx1";
  226. this.UcPagerEx1.NMax = 0;
  227. this.UcPagerEx1.PageCount = 0;
  228. this.UcPagerEx1.PageCurrent = 1;
  229. this.UcPagerEx1.PageSize = 20;
  230. this.UcPagerEx1.Size = new System.Drawing.Size(899, 24);
  231. this.UcPagerEx1.TabIndex = 228;
  232. this.UcPagerEx1.TbDataSource = null;
  233. //
  234. // FrmMissedCall
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  239. this.ClientSize = new System.Drawing.Size(927, 631);
  240. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  241. this.IsShowUcNavigationTool = true;
  242. this.Name = "FrmMissedCall";
  243. this.Text = "未接来电";
  244. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  245. this.plExMainContainer.ResumeLayout(false);
  246. this.plFormMainContent.ResumeLayout(false);
  247. this.panelEx2.ResumeLayout(false);
  248. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  249. this.ResumeLayout(false);
  250. }
  251. #endregion
  252. protected internal ComponentLibrary.TextBoxEx txtQuery;
  253. protected internal ComponentLibrary.ButtonEx btnQuery;
  254. protected internal ComponentLibrary.ButtonEx btnDelete;
  255. protected internal ComponentLibrary.ButtonEx btnClose;
  256. private ComponentLibrary.PanelEx panelEx2;
  257. protected internal ComponentLibrary.DataGridViewEc dgvData;
  258. protected internal UCPager.ucPagerEx UcPagerEx1;
  259. }
  260. }