- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
frmTel.Designer.cs
资源名称:sms.rar [点击查看]
上传用户:linwq2004
上传日期:2007-08-12
资源大小:434k
文件大小:7k
源码类别:
数据库系统
开发平台:
Others
- namespace SMS
- {
- partial class frmTel
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.dgvAllUser = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.pbClose = new System.Windows.Forms.PictureBox();
- this.pbDelete = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAllUser)).BeginInit();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbDelete)).BeginInit();
- this.SuspendLayout();
- //
- // dgvAllUser
- //
- this.dgvAllUser.AllowUserToAddRows = false;
- this.dgvAllUser.AllowUserToResizeColumns = false;
- this.dgvAllUser.AllowUserToResizeRows = false;
- this.dgvAllUser.BackgroundColor = System.Drawing.Color.White;
- this.dgvAllUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvAllUser.ColumnHeadersVisible = false;
- this.dgvAllUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4});
- this.dgvAllUser.Location = new System.Drawing.Point(8, 6);
- this.dgvAllUser.Name = "dgvAllUser";
- this.dgvAllUser.ReadOnly = true;
- this.dgvAllUser.RowHeadersVisible = false;
- this.dgvAllUser.RowTemplate.Height = 23;
- this.dgvAllUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvAllUser.Size = new System.Drawing.Size(415, 167);
- this.dgvAllUser.TabIndex = 0;
- //
- // Column1
- //
- this.Column1.DataPropertyName = "ID";
- this.Column1.HeaderText = "Column1";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Visible = false;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "UserName";
- this.Column2.HeaderText = "Column2";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 120;
- //
- // Column3
- //
- this.Column3.DataPropertyName = "UserSex";
- this.Column3.HeaderText = "Column3";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 42;
- //
- // Column4
- //
- this.Column4.DataPropertyName = "UserTel";
- this.Column4.HeaderText = "Column4";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Width = 250;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.pbClose);
- this.groupBox2.Controls.Add(this.pbDelete);
- this.groupBox2.Location = new System.Drawing.Point(12, 179);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(414, 58);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "操作";
- //
- // pbClose
- //
- this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbClose.Image = global::SMS.Properties.Resources.an_2;
- this.pbClose.Location = new System.Drawing.Point(207, 17);
- this.pbClose.Name = "pbClose";
- this.pbClose.Size = new System.Drawing.Size(70, 32);
- this.pbClose.TabIndex = 3;
- this.pbClose.TabStop = false;
- this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
- //
- // pbDelete
- //
- this.pbDelete.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pbDelete.Image = global::SMS.Properties.Resources.an_1;
- this.pbDelete.Location = new System.Drawing.Point(134, 17);
- this.pbDelete.Name = "pbDelete";
- this.pbDelete.Size = new System.Drawing.Size(66, 32);
- this.pbDelete.TabIndex = 2;
- this.pbDelete.TabStop = false;
- this.pbDelete.Click += new System.EventHandler(this.pbDelete_Click);
- //
- // frmTel
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(225)))), ((int)(((byte)(204)))));
- this.ClientSize = new System.Drawing.Size(435, 245);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.dgvAllUser);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmTel";
- this.Text = "所有联系人";
- this.Load += new System.EventHandler(this.frmTel_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvAllUser)).EndInit();
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbDelete)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dgvAllUser;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.PictureBox pbDelete;
- private System.Windows.Forms.PictureBox pbClose;
- }
- }