123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- namespace LYFZ.Software.UI.SMSManagement
- {
- partial class frmSelectSmsInfo
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSelectSmsInfo));
- this.cboxSmsClass = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.dgvCommonSMS = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnCommonSMSAdd = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCommonSMS)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.btnCommonSMSAdd);
- this.plExMainContainer.Controls.Add(this.dgvCommonSMS);
- this.plExMainContainer.Controls.Add(this.cboxSmsClass);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(680, 455);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(680, 455);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(621, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(648, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(621, 0);
- //
- // cboxSmsClass
- //
- this.cboxSmsClass.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cboxSmsClass.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cboxSmsClass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cboxSmsClass.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cboxSmsClass.FormattingEnabled = true;
- this.cboxSmsClass.IsCustomColor = false;
- this.cboxSmsClass.Location = new System.Drawing.Point(80, 10);
- this.cboxSmsClass.Name = "cboxSmsClass";
- this.cboxSmsClass.ReadOnly = true;
- this.cboxSmsClass.Size = new System.Drawing.Size(203, 28);
- this.cboxSmsClass.TabIndex = 3;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(18, 16);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 2;
- this.labelEx1.Text = "信息类别";
- //
- // dgvCommonSMS
- //
- this.dgvCommonSMS.AllowUserToAddRows = false;
- this.dgvCommonSMS.AllowUserToDeleteRows = false;
- this.dgvCommonSMS.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgvCommonSMS.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvCommonSMS.BackgroundColor = System.Drawing.Color.White;
- this.dgvCommonSMS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvCommonSMS.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvCommonSMS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvCommonSMS.ColumnHeadersHeight = 28;
- this.dgvCommonSMS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvCommonSMS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4});
- this.dgvCommonSMS.EnableHeadersVisualStyles = false;
- this.dgvCommonSMS.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvCommonSMS.GridViewUniquelyIdentify = "_dataGridViewEx2_dgvCommonSMS_dgvCommonSMS_dgvCommonSMS_dgvCommonSMS_dgvCommonSMS" +
- "_dgvCommonSMS";
- this.dgvCommonSMS.IsCompleteBonding = false;
- this.dgvCommonSMS.IsCopyCellValue = true;
- this.dgvCommonSMS.Location = new System.Drawing.Point(12, 45);
- this.dgvCommonSMS.Name = "dgvCommonSMS";
- this.dgvCommonSMS.RowHeadersVisible = false;
- this.dgvCommonSMS.RowTemplate.Height = 23;
- this.dgvCommonSMS.RowTemplate.ReadOnly = true;
- this.dgvCommonSMS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvCommonSMS.Size = new System.Drawing.Size(656, 397);
- this.dgvCommonSMS.TabIndex = 4;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "信息类别";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 160;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn4.HeaderText = "信息内容 ";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // btnCommonSMSAdd
- //
- this.btnCommonSMSAdd.BackColor = System.Drawing.Color.Transparent;
- this.btnCommonSMSAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommonSMSAdd.BackImg")));
- this.btnCommonSMSAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCommonSMSAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCommonSMSAdd.ForeColor = System.Drawing.Color.White;
- this.btnCommonSMSAdd.IsCustomBackImg = false;
- this.btnCommonSMSAdd.IsShowText = true;
- this.btnCommonSMSAdd.Location = new System.Drawing.Point(298, 10);
- this.btnCommonSMSAdd.Name = "btnCommonSMSAdd";
- this.btnCommonSMSAdd.Size = new System.Drawing.Size(85, 28);
- this.btnCommonSMSAdd.TabIndex = 5;
- this.btnCommonSMSAdd.Text = "添 加";
- this.btnCommonSMSAdd.UseVisualStyleBackColor = false;
- //
- // frmSelectSmsInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(680, 520);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsMaximized = false;
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "frmSelectSmsInfo";
- this.Text = "选择信息";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvCommonSMS)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ComboBoxEx cboxSmsClass;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DataGridViewEx dgvCommonSMS;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- public ComponentLibrary.ButtonEx btnCommonSMSAdd;
- }
- }
|