frmSelectSmsInfo.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class frmSelectSmsInfo
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSelectSmsInfo));
  31. this.cboxSmsClass = new LYFZ.ComponentLibrary.ComboBoxEx();
  32. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.dgvCommonSMS = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.btnCommonSMSAdd = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvCommonSMS)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // plExMainContainer
  43. //
  44. this.plExMainContainer.Controls.Add(this.btnCommonSMSAdd);
  45. this.plExMainContainer.Controls.Add(this.dgvCommonSMS);
  46. this.plExMainContainer.Controls.Add(this.cboxSmsClass);
  47. this.plExMainContainer.Controls.Add(this.labelEx1);
  48. this.plExMainContainer.Size = new System.Drawing.Size(680, 455);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(680, 455);
  53. //
  54. // btnAppFormMaximize
  55. //
  56. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  57. this.btnAppFormMaximize.Location = new System.Drawing.Point(621, 0);
  58. //
  59. // btnAppFormExit
  60. //
  61. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  62. this.btnAppFormExit.Location = new System.Drawing.Point(648, 0);
  63. //
  64. // btnAppFormMinimize
  65. //
  66. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  67. this.btnAppFormMinimize.Location = new System.Drawing.Point(621, 0);
  68. //
  69. // cboxSmsClass
  70. //
  71. this.cboxSmsClass.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  72. this.cboxSmsClass.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  73. this.cboxSmsClass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  74. this.cboxSmsClass.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.cboxSmsClass.FormattingEnabled = true;
  76. this.cboxSmsClass.IsCustomColor = false;
  77. this.cboxSmsClass.Location = new System.Drawing.Point(80, 10);
  78. this.cboxSmsClass.Name = "cboxSmsClass";
  79. this.cboxSmsClass.ReadOnly = true;
  80. this.cboxSmsClass.Size = new System.Drawing.Size(203, 28);
  81. this.cboxSmsClass.TabIndex = 3;
  82. //
  83. // labelEx1
  84. //
  85. this.labelEx1.AutoSize = true;
  86. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  87. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  88. this.labelEx1.Location = new System.Drawing.Point(18, 16);
  89. this.labelEx1.Name = "labelEx1";
  90. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  91. this.labelEx1.TabIndex = 2;
  92. this.labelEx1.Text = "信息类别";
  93. //
  94. // dgvCommonSMS
  95. //
  96. this.dgvCommonSMS.AllowUserToAddRows = false;
  97. this.dgvCommonSMS.AllowUserToDeleteRows = false;
  98. this.dgvCommonSMS.AllowUserToResizeRows = false;
  99. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  100. this.dgvCommonSMS.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  101. this.dgvCommonSMS.BackgroundColor = System.Drawing.Color.White;
  102. this.dgvCommonSMS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  103. this.dgvCommonSMS.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  104. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  105. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  106. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  108. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  109. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  110. this.dgvCommonSMS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  111. this.dgvCommonSMS.ColumnHeadersHeight = 28;
  112. this.dgvCommonSMS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  113. this.dgvCommonSMS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  114. this.dataGridViewTextBoxColumn3,
  115. this.dataGridViewTextBoxColumn4});
  116. this.dgvCommonSMS.EnableHeadersVisualStyles = false;
  117. this.dgvCommonSMS.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  118. this.dgvCommonSMS.GridViewUniquelyIdentify = "_dataGridViewEx2_dgvCommonSMS_dgvCommonSMS_dgvCommonSMS_dgvCommonSMS_dgvCommonSMS" +
  119. "_dgvCommonSMS";
  120. this.dgvCommonSMS.IsCompleteBonding = false;
  121. this.dgvCommonSMS.IsCopyCellValue = true;
  122. this.dgvCommonSMS.Location = new System.Drawing.Point(12, 45);
  123. this.dgvCommonSMS.Name = "dgvCommonSMS";
  124. this.dgvCommonSMS.RowHeadersVisible = false;
  125. this.dgvCommonSMS.RowTemplate.Height = 23;
  126. this.dgvCommonSMS.RowTemplate.ReadOnly = true;
  127. this.dgvCommonSMS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  128. this.dgvCommonSMS.Size = new System.Drawing.Size(656, 397);
  129. this.dgvCommonSMS.TabIndex = 4;
  130. //
  131. // dataGridViewTextBoxColumn3
  132. //
  133. this.dataGridViewTextBoxColumn3.HeaderText = "信息类别";
  134. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  135. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  136. this.dataGridViewTextBoxColumn3.Width = 160;
  137. //
  138. // dataGridViewTextBoxColumn4
  139. //
  140. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  141. this.dataGridViewTextBoxColumn4.HeaderText = "信息内容 ";
  142. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  143. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  144. //
  145. // btnCommonSMSAdd
  146. //
  147. this.btnCommonSMSAdd.BackColor = System.Drawing.Color.Transparent;
  148. this.btnCommonSMSAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommonSMSAdd.BackImg")));
  149. this.btnCommonSMSAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  150. this.btnCommonSMSAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  151. this.btnCommonSMSAdd.ForeColor = System.Drawing.Color.White;
  152. this.btnCommonSMSAdd.IsCustomBackImg = false;
  153. this.btnCommonSMSAdd.IsShowText = true;
  154. this.btnCommonSMSAdd.Location = new System.Drawing.Point(298, 10);
  155. this.btnCommonSMSAdd.Name = "btnCommonSMSAdd";
  156. this.btnCommonSMSAdd.Size = new System.Drawing.Size(85, 28);
  157. this.btnCommonSMSAdd.TabIndex = 5;
  158. this.btnCommonSMSAdd.Text = "添 加";
  159. this.btnCommonSMSAdd.UseVisualStyleBackColor = false;
  160. //
  161. // frmSelectSmsInfo
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  166. this.ClientSize = new System.Drawing.Size(680, 520);
  167. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  168. this.IsMaximized = false;
  169. this.IsUserControlsSize = false;
  170. this.MaximizeBox = false;
  171. this.Name = "frmSelectSmsInfo";
  172. this.Text = "选择信息";
  173. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  174. this.plExMainContainer.ResumeLayout(false);
  175. this.plExMainContainer.PerformLayout();
  176. this.plFormMainContent.ResumeLayout(false);
  177. ((System.ComponentModel.ISupportInitialize)(this.dgvCommonSMS)).EndInit();
  178. this.ResumeLayout(false);
  179. }
  180. #endregion
  181. protected internal ComponentLibrary.ComboBoxEx cboxSmsClass;
  182. private ComponentLibrary.LabelEx labelEx1;
  183. protected internal ComponentLibrary.DataGridViewEx dgvCommonSMS;
  184. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  185. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  186. public ComponentLibrary.ButtonEx btnCommonSMSAdd;
  187. }
  188. }