FrmShortSmsMessage.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class FrmShortSmsMessage
  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(FrmShortSmsMessage));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.rdoAllSelect = new LYFZ.ComponentLibrary.RadioButtonEx();
  34. this.rdoUnselected = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.btnSendSMS = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnContentSelection = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.lblName = new LYFZ.ComponentLibrary.LabelEx();
  38. this.richNr = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.btnImportNumbers = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.richTelPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.txtPhoneCount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.dgvPhoneNumbers = new LYFZ.ComponentLibrary.DataGridViewEx();
  46. this.CusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.TelPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnScreening = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx2.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvPhoneNumbers)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.AutoScroll = true;
  62. this.plExMainContainer.Controls.Add(this.panelEx2);
  63. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  64. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  65. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  66. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  67. //
  68. // btnAppFormMaximize
  69. //
  70. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. //
  76. // btnAppFormMinimize
  77. //
  78. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  79. //
  80. // panelEx2
  81. //
  82. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  83. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  84. this.panelEx2.BorderWidth = 1;
  85. this.panelEx2.Controls.Add(this.rdoAllSelect);
  86. this.panelEx2.Controls.Add(this.rdoUnselected);
  87. this.panelEx2.Controls.Add(this.btnSendSMS);
  88. this.panelEx2.Controls.Add(this.btnContentSelection);
  89. this.panelEx2.Controls.Add(this.lblName);
  90. this.panelEx2.Controls.Add(this.richNr);
  91. this.panelEx2.Controls.Add(this.btnImportNumbers);
  92. this.panelEx2.Controls.Add(this.richTelPhone);
  93. this.panelEx2.Controls.Add(this.txtPhoneCount);
  94. this.panelEx2.Controls.Add(this.labelEx3);
  95. this.panelEx2.Controls.Add(this.labelEx10);
  96. this.panelEx2.Controls.Add(this.labelEx2);
  97. this.panelEx2.Controls.Add(this.dgvPhoneNumbers);
  98. this.panelEx2.Controls.Add(this.btnClear);
  99. this.panelEx2.Controls.Add(this.btnDelete);
  100. this.panelEx2.Controls.Add(this.btnScreening);
  101. this.panelEx2.Controls.Add(this.labelEx1);
  102. this.panelEx2.Controls.Add(this.panelEx3);
  103. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  105. this.panelEx2.Name = "panelEx2";
  106. this.panelEx2.Size = new System.Drawing.Size(904, 499);
  107. this.panelEx2.TabIndex = 194;
  108. //
  109. // rdoAllSelect
  110. //
  111. this.rdoAllSelect.AutoSize = true;
  112. this.rdoAllSelect.BackColor = System.Drawing.Color.Transparent;
  113. this.rdoAllSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  114. this.rdoAllSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  115. this.rdoAllSelect.Location = new System.Drawing.Point(83, 41);
  116. this.rdoAllSelect.Name = "rdoAllSelect";
  117. this.rdoAllSelect.Size = new System.Drawing.Size(50, 21);
  118. this.rdoAllSelect.TabIndex = 214;
  119. this.rdoAllSelect.Text = "全选";
  120. this.rdoAllSelect.UseVisualStyleBackColor = false;
  121. //
  122. // rdoUnselected
  123. //
  124. this.rdoUnselected.AutoSize = true;
  125. this.rdoUnselected.BackColor = System.Drawing.Color.Transparent;
  126. this.rdoUnselected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  127. this.rdoUnselected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  128. this.rdoUnselected.Location = new System.Drawing.Point(146, 41);
  129. this.rdoUnselected.Name = "rdoUnselected";
  130. this.rdoUnselected.Size = new System.Drawing.Size(50, 21);
  131. this.rdoUnselected.TabIndex = 214;
  132. this.rdoUnselected.Text = "反选";
  133. this.rdoUnselected.UseVisualStyleBackColor = false;
  134. //
  135. // btnSendSMS
  136. //
  137. this.btnSendSMS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  138. this.btnSendSMS.BackColor = System.Drawing.Color.Transparent;
  139. this.btnSendSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendSMS.BackImg")));
  140. this.btnSendSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  141. this.btnSendSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  142. this.btnSendSMS.ForeColor = System.Drawing.Color.White;
  143. this.btnSendSMS.IsCustomBackImg = false;
  144. this.btnSendSMS.IsShowText = true;
  145. this.btnSendSMS.Location = new System.Drawing.Point(805, 228);
  146. this.btnSendSMS.Name = "btnSendSMS";
  147. this.btnSendSMS.Size = new System.Drawing.Size(73, 26);
  148. this.btnSendSMS.TabIndex = 212;
  149. this.btnSendSMS.Text = "发送信息";
  150. this.btnSendSMS.UseVisualStyleBackColor = false;
  151. //
  152. // btnContentSelection
  153. //
  154. this.btnContentSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  155. this.btnContentSelection.BackColor = System.Drawing.Color.Transparent;
  156. this.btnContentSelection.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnContentSelection.BackImg")));
  157. this.btnContentSelection.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  158. this.btnContentSelection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  159. this.btnContentSelection.ForeColor = System.Drawing.Color.White;
  160. this.btnContentSelection.IsCustomBackImg = false;
  161. this.btnContentSelection.IsShowText = true;
  162. this.btnContentSelection.Location = new System.Drawing.Point(723, 228);
  163. this.btnContentSelection.Name = "btnContentSelection";
  164. this.btnContentSelection.Size = new System.Drawing.Size(72, 26);
  165. this.btnContentSelection.TabIndex = 210;
  166. this.btnContentSelection.Text = "选择";
  167. this.btnContentSelection.UseVisualStyleBackColor = false;
  168. //
  169. // lblName
  170. //
  171. this.lblName.AutoSize = true;
  172. this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  173. this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  174. this.lblName.Location = new System.Drawing.Point(313, 236);
  175. this.lblName.Name = "lblName";
  176. this.lblName.Size = new System.Drawing.Size(57, 17);
  177. this.lblName.TabIndex = 211;
  178. this.lblName.Text = "lblName";
  179. //
  180. // richNr
  181. //
  182. this.richNr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  183. | System.Windows.Forms.AnchorStyles.Left)
  184. | System.Windows.Forms.AnchorStyles.Right)));
  185. this.richNr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  186. this.richNr.EmptyTextTip = null;
  187. this.richNr.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  188. this.richNr.Font = new System.Drawing.Font("微软雅黑", 9F);
  189. this.richNr.Location = new System.Drawing.Point(311, 260);
  190. this.richNr.Multiline = true;
  191. this.richNr.Name = "richNr";
  192. this.richNr.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  193. this.richNr.Size = new System.Drawing.Size(588, 234);
  194. this.richNr.TabIndex = 213;
  195. //
  196. // btnImportNumbers
  197. //
  198. this.btnImportNumbers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  199. this.btnImportNumbers.BackColor = System.Drawing.Color.Transparent;
  200. this.btnImportNumbers.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportNumbers.BackImg")));
  201. this.btnImportNumbers.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnImportNumbers.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  203. this.btnImportNumbers.ForeColor = System.Drawing.Color.White;
  204. this.btnImportNumbers.IsCustomBackImg = false;
  205. this.btnImportNumbers.IsShowText = true;
  206. this.btnImportNumbers.Location = new System.Drawing.Point(800, 35);
  207. this.btnImportNumbers.Name = "btnImportNumbers";
  208. this.btnImportNumbers.Size = new System.Drawing.Size(73, 26);
  209. this.btnImportNumbers.TabIndex = 209;
  210. this.btnImportNumbers.Text = "导入号码";
  211. this.btnImportNumbers.UseVisualStyleBackColor = false;
  212. //
  213. // richTelPhone
  214. //
  215. this.richTelPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  216. | System.Windows.Forms.AnchorStyles.Right)));
  217. this.richTelPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  218. this.richTelPhone.EmptyTextTip = null;
  219. this.richTelPhone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  220. this.richTelPhone.Font = new System.Drawing.Font("微软雅黑", 9F);
  221. this.richTelPhone.Location = new System.Drawing.Point(311, 67);
  222. this.richTelPhone.MaxLength = 88888888;
  223. this.richTelPhone.Multiline = true;
  224. this.richTelPhone.Name = "richTelPhone";
  225. this.richTelPhone.ReadOnly = true;
  226. this.richTelPhone.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  227. this.richTelPhone.Size = new System.Drawing.Size(588, 155);
  228. this.richTelPhone.TabIndex = 208;
  229. //
  230. // txtPhoneCount
  231. //
  232. this.txtPhoneCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  233. this.txtPhoneCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  234. this.txtPhoneCount.EmptyTextTip = null;
  235. this.txtPhoneCount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  236. this.txtPhoneCount.Enabled = false;
  237. this.txtPhoneCount.Font = new System.Drawing.Font("微软雅黑", 9F);
  238. this.txtPhoneCount.Location = new System.Drawing.Point(718, 37);
  239. this.txtPhoneCount.Name = "txtPhoneCount";
  240. this.txtPhoneCount.Size = new System.Drawing.Size(76, 23);
  241. this.txtPhoneCount.TabIndex = 207;
  242. //
  243. // labelEx3
  244. //
  245. this.labelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  246. this.labelEx3.AutoSize = true;
  247. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  248. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  249. this.labelEx3.Location = new System.Drawing.Point(648, 41);
  250. this.labelEx3.Name = "labelEx3";
  251. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  252. this.labelEx3.TabIndex = 206;
  253. this.labelEx3.Text = "手机个数:";
  254. //
  255. // labelEx10
  256. //
  257. this.labelEx10.AutoSize = true;
  258. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  259. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  260. this.labelEx10.Location = new System.Drawing.Point(314, 44);
  261. this.labelEx10.Name = "labelEx10";
  262. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  263. this.labelEx10.TabIndex = 205;
  264. this.labelEx10.Text = "手机号码:";
  265. //
  266. // labelEx2
  267. //
  268. this.labelEx2.AutoSize = true;
  269. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  270. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  271. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  272. this.labelEx2.Location = new System.Drawing.Point(314, 15);
  273. this.labelEx2.Name = "labelEx2";
  274. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  275. this.labelEx2.TabIndex = 204;
  276. this.labelEx2.Text = "短信发送";
  277. //
  278. // dgvPhoneNumbers
  279. //
  280. this.dgvPhoneNumbers.AllowUserToAddRows = false;
  281. this.dgvPhoneNumbers.AllowUserToDeleteRows = false;
  282. this.dgvPhoneNumbers.AllowUserToResizeRows = false;
  283. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  284. this.dgvPhoneNumbers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  285. this.dgvPhoneNumbers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  286. | System.Windows.Forms.AnchorStyles.Left)));
  287. this.dgvPhoneNumbers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  288. this.dgvPhoneNumbers.BackgroundColor = System.Drawing.Color.White;
  289. this.dgvPhoneNumbers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  290. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  291. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  292. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  294. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  295. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  296. this.dgvPhoneNumbers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  297. this.dgvPhoneNumbers.ColumnHeadersHeight = 24;
  298. this.dgvPhoneNumbers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  299. this.dgvPhoneNumbers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  300. this.CusName,
  301. this.TelPhone});
  302. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  303. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  304. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  306. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  307. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  308. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  309. this.dgvPhoneNumbers.DefaultCellStyle = dataGridViewCellStyle6;
  310. this.dgvPhoneNumbers.EnableHeadersVisualStyles = false;
  311. this.dgvPhoneNumbers.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  312. this.dgvPhoneNumbers.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  313. "dgvPhoneNumbers";
  314. this.dgvPhoneNumbers.IsCompleteBonding = false;
  315. this.dgvPhoneNumbers.IsCopyCellValue = true;
  316. this.dgvPhoneNumbers.Location = new System.Drawing.Point(8, 67);
  317. this.dgvPhoneNumbers.Name = "dgvPhoneNumbers";
  318. this.dgvPhoneNumbers.ReadOnly = true;
  319. this.dgvPhoneNumbers.RowHeadersVisible = false;
  320. this.dgvPhoneNumbers.RowTemplate.Height = 23;
  321. this.dgvPhoneNumbers.RowTemplate.ReadOnly = true;
  322. this.dgvPhoneNumbers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  323. this.dgvPhoneNumbers.Size = new System.Drawing.Size(291, 427);
  324. this.dgvPhoneNumbers.TabIndex = 203;
  325. //
  326. // CusName
  327. //
  328. this.CusName.FillWeight = 120.3667F;
  329. this.CusName.HeaderText = "姓名";
  330. this.CusName.MinimumWidth = 90;
  331. this.CusName.Name = "CusName";
  332. this.CusName.ReadOnly = true;
  333. //
  334. // TelPhone
  335. //
  336. this.TelPhone.FillWeight = 111.1054F;
  337. this.TelPhone.HeaderText = "手机号码";
  338. this.TelPhone.MinimumWidth = 150;
  339. this.TelPhone.Name = "TelPhone";
  340. this.TelPhone.ReadOnly = true;
  341. //
  342. // btnClear
  343. //
  344. this.btnClear.BackColor = System.Drawing.Color.Transparent;
  345. this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
  346. this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  347. this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  348. this.btnClear.ForeColor = System.Drawing.Color.White;
  349. this.btnClear.IsCustomBackImg = false;
  350. this.btnClear.IsShowText = true;
  351. this.btnClear.Location = new System.Drawing.Point(163, 10);
  352. this.btnClear.Name = "btnClear";
  353. this.btnClear.Size = new System.Drawing.Size(71, 26);
  354. this.btnClear.TabIndex = 202;
  355. this.btnClear.Text = "清空";
  356. this.btnClear.UseVisualStyleBackColor = false;
  357. //
  358. // btnDelete
  359. //
  360. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  361. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  362. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  363. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  364. this.btnDelete.ForeColor = System.Drawing.Color.White;
  365. this.btnDelete.IsCustomBackImg = false;
  366. this.btnDelete.IsShowText = true;
  367. this.btnDelete.Location = new System.Drawing.Point(86, 10);
  368. this.btnDelete.Name = "btnDelete";
  369. this.btnDelete.Size = new System.Drawing.Size(71, 26);
  370. this.btnDelete.TabIndex = 201;
  371. this.btnDelete.Text = "删除";
  372. this.btnDelete.UseVisualStyleBackColor = false;
  373. //
  374. // btnScreening
  375. //
  376. this.btnScreening.BackColor = System.Drawing.Color.Transparent;
  377. this.btnScreening.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnScreening.BackImg")));
  378. this.btnScreening.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  379. this.btnScreening.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  380. this.btnScreening.ForeColor = System.Drawing.Color.White;
  381. this.btnScreening.IsCustomBackImg = false;
  382. this.btnScreening.IsShowText = true;
  383. this.btnScreening.Location = new System.Drawing.Point(9, 10);
  384. this.btnScreening.Name = "btnScreening";
  385. this.btnScreening.Size = new System.Drawing.Size(71, 26);
  386. this.btnScreening.TabIndex = 199;
  387. this.btnScreening.Text = "筛选";
  388. this.btnScreening.UseVisualStyleBackColor = false;
  389. //
  390. // labelEx1
  391. //
  392. this.labelEx1.AutoSize = true;
  393. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  394. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  395. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  396. this.labelEx1.Location = new System.Drawing.Point(11, 44);
  397. this.labelEx1.Name = "labelEx1";
  398. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  399. this.labelEx1.TabIndex = 198;
  400. this.labelEx1.Text = "联系人";
  401. //
  402. // panelEx3
  403. //
  404. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  405. | System.Windows.Forms.AnchorStyles.Left)));
  406. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  407. this.panelEx3.BorderWidth = 1;
  408. this.panelEx3.Location = new System.Drawing.Point(304, -1);
  409. this.panelEx3.Name = "panelEx3";
  410. this.panelEx3.Size = new System.Drawing.Size(1, 498);
  411. this.panelEx3.TabIndex = 197;
  412. //
  413. // FrmShortSmsMessage
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  418. this.ClientSize = new System.Drawing.Size(910, 610);
  419. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  420. this.ImeMode = System.Windows.Forms.ImeMode.On;
  421. this.IsShowUcNavigationTool = true;
  422. this.Name = "FrmShortSmsMessage";
  423. this.Text = "短信群发";
  424. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  425. this.plExMainContainer.ResumeLayout(false);
  426. this.plFormMainContent.ResumeLayout(false);
  427. this.panelEx2.ResumeLayout(false);
  428. this.panelEx2.PerformLayout();
  429. ((System.ComponentModel.ISupportInitialize)(this.dgvPhoneNumbers)).EndInit();
  430. this.ResumeLayout(false);
  431. }
  432. #endregion
  433. private ComponentLibrary.PanelEx panelEx2;
  434. protected ComponentLibrary.DataGridViewEx dgvPhoneNumbers;
  435. protected ComponentLibrary.ButtonEx btnClear;
  436. protected ComponentLibrary.ButtonEx btnDelete;
  437. protected ComponentLibrary.ButtonEx btnScreening;
  438. private ComponentLibrary.LabelEx labelEx1;
  439. private ComponentLibrary.PanelEx panelEx3;
  440. protected ComponentLibrary.ButtonEx btnImportNumbers;
  441. protected ComponentLibrary.TextBoxBasicEx richTelPhone;
  442. protected ComponentLibrary.TextBoxBasicEx txtPhoneCount;
  443. private ComponentLibrary.LabelEx labelEx3;
  444. private ComponentLibrary.LabelEx labelEx10;
  445. private ComponentLibrary.LabelEx labelEx2;
  446. protected ComponentLibrary.ButtonEx btnSendSMS;
  447. protected ComponentLibrary.ButtonEx btnContentSelection;
  448. protected ComponentLibrary.LabelEx lblName;
  449. protected ComponentLibrary.TextBoxBasicEx richNr;
  450. protected internal ComponentLibrary.RadioButtonEx rdoAllSelect;
  451. protected internal ComponentLibrary.RadioButtonEx rdoUnselected;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn CusName;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn TelPhone;
  454. }
  455. }