frmTel.Designer.cs
上传用户:linwq2004
上传日期:2007-08-12
资源大小:434k
文件大小:7k
源码类别:

数据库系统

开发平台:

Others

  1. namespace SMS
  2. {
  3.     partial class frmTel
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.dgvAllUser = new System.Windows.Forms.DataGridView();
  29.             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30.             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31.             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32.             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  34.             this.pbClose = new System.Windows.Forms.PictureBox();
  35.             this.pbDelete = new System.Windows.Forms.PictureBox();
  36.             ((System.ComponentModel.ISupportInitialize)(this.dgvAllUser)).BeginInit();
  37.             this.groupBox2.SuspendLayout();
  38.             ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  39.             ((System.ComponentModel.ISupportInitialize)(this.pbDelete)).BeginInit();
  40.             this.SuspendLayout();
  41.             // 
  42.             // dgvAllUser
  43.             // 
  44.             this.dgvAllUser.AllowUserToAddRows = false;
  45.             this.dgvAllUser.AllowUserToResizeColumns = false;
  46.             this.dgvAllUser.AllowUserToResizeRows = false;
  47.             this.dgvAllUser.BackgroundColor = System.Drawing.Color.White;
  48.             this.dgvAllUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  49.             this.dgvAllUser.ColumnHeadersVisible = false;
  50.             this.dgvAllUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  51.             this.Column1,
  52.             this.Column2,
  53.             this.Column3,
  54.             this.Column4});
  55.             this.dgvAllUser.Location = new System.Drawing.Point(8, 6);
  56.             this.dgvAllUser.Name = "dgvAllUser";
  57.             this.dgvAllUser.ReadOnly = true;
  58.             this.dgvAllUser.RowHeadersVisible = false;
  59.             this.dgvAllUser.RowTemplate.Height = 23;
  60.             this.dgvAllUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  61.             this.dgvAllUser.Size = new System.Drawing.Size(415, 167);
  62.             this.dgvAllUser.TabIndex = 0;
  63.             // 
  64.             // Column1
  65.             // 
  66.             this.Column1.DataPropertyName = "ID";
  67.             this.Column1.HeaderText = "Column1";
  68.             this.Column1.Name = "Column1";
  69.             this.Column1.ReadOnly = true;
  70.             this.Column1.Visible = false;
  71.             // 
  72.             // Column2
  73.             // 
  74.             this.Column2.DataPropertyName = "UserName";
  75.             this.Column2.HeaderText = "Column2";
  76.             this.Column2.Name = "Column2";
  77.             this.Column2.ReadOnly = true;
  78.             this.Column2.Width = 120;
  79.             // 
  80.             // Column3
  81.             // 
  82.             this.Column3.DataPropertyName = "UserSex";
  83.             this.Column3.HeaderText = "Column3";
  84.             this.Column3.Name = "Column3";
  85.             this.Column3.ReadOnly = true;
  86.             this.Column3.Width = 42;
  87.             // 
  88.             // Column4
  89.             // 
  90.             this.Column4.DataPropertyName = "UserTel";
  91.             this.Column4.HeaderText = "Column4";
  92.             this.Column4.Name = "Column4";
  93.             this.Column4.ReadOnly = true;
  94.             this.Column4.Width = 250;
  95.             // 
  96.             // groupBox2
  97.             // 
  98.             this.groupBox2.Controls.Add(this.pbClose);
  99.             this.groupBox2.Controls.Add(this.pbDelete);
  100.             this.groupBox2.Location = new System.Drawing.Point(12, 179);
  101.             this.groupBox2.Name = "groupBox2";
  102.             this.groupBox2.Size = new System.Drawing.Size(414, 58);
  103.             this.groupBox2.TabIndex = 2;
  104.             this.groupBox2.TabStop = false;
  105.             this.groupBox2.Text = "操作";
  106.             // 
  107.             // pbClose
  108.             // 
  109.             this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  110.             this.pbClose.Image = global::SMS.Properties.Resources.an_2;
  111.             this.pbClose.Location = new System.Drawing.Point(207, 17);
  112.             this.pbClose.Name = "pbClose";
  113.             this.pbClose.Size = new System.Drawing.Size(70, 32);
  114.             this.pbClose.TabIndex = 3;
  115.             this.pbClose.TabStop = false;
  116.             this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
  117.             // 
  118.             // pbDelete
  119.             // 
  120.             this.pbDelete.Cursor = System.Windows.Forms.Cursors.Hand;
  121.             this.pbDelete.Image = global::SMS.Properties.Resources.an_1;
  122.             this.pbDelete.Location = new System.Drawing.Point(134, 17);
  123.             this.pbDelete.Name = "pbDelete";
  124.             this.pbDelete.Size = new System.Drawing.Size(66, 32);
  125.             this.pbDelete.TabIndex = 2;
  126.             this.pbDelete.TabStop = false;
  127.             this.pbDelete.Click += new System.EventHandler(this.pbDelete_Click);
  128.             // 
  129.             // frmTel
  130.             // 
  131.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  132.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(225)))), ((int)(((byte)(204)))));
  134.             this.ClientSize = new System.Drawing.Size(435, 245);
  135.             this.Controls.Add(this.groupBox2);
  136.             this.Controls.Add(this.dgvAllUser);
  137.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  138.             this.MaximizeBox = false;
  139.             this.MinimizeBox = false;
  140.             this.Name = "frmTel";
  141.             this.Text = "所有联系人";
  142.             this.Load += new System.EventHandler(this.frmTel_Load);
  143.             ((System.ComponentModel.ISupportInitialize)(this.dgvAllUser)).EndInit();
  144.             this.groupBox2.ResumeLayout(false);
  145.             ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  146.             ((System.ComponentModel.ISupportInitialize)(this.pbDelete)).EndInit();
  147.             this.ResumeLayout(false);
  148.         }
  149.         #endregion
  150.         private System.Windows.Forms.DataGridView dgvAllUser;
  151.         private System.Windows.Forms.GroupBox groupBox2;
  152.         private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  153.         private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  154.         private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  155.         private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  156.         private System.Windows.Forms.PictureBox pbDelete;
  157.         private System.Windows.Forms.PictureBox pbClose;
  158.     }
  159. }