📄 searchfriendform.designer.cs
字号:
this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSex.FormattingEnabled = true;
this.cboSex.Items.AddRange(new object[] {
"男",
"女"});
this.cboSex.Location = new System.Drawing.Point(84, 66);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(121, 20);
this.cboSex.TabIndex = 2;
//
// cboAge
//
this.cboAge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAge.FormattingEnabled = true;
this.cboAge.Items.AddRange(new object[] {
"不限",
"0~10岁",
"10~20岁",
"20~30岁",
"30~40岁",
"40~50岁",
"50岁以上"});
this.cboAge.Location = new System.Drawing.Point(84, 30);
this.cboAge.Name = "cboAge";
this.cboAge.Size = new System.Drawing.Size(121, 20);
this.cboAge.TabIndex = 1;
//
// lblAge
//
this.lblAge.AutoSize = true;
this.lblAge.Location = new System.Drawing.Point(37, 33);
this.lblAge.Name = "lblAge";
this.lblAge.Size = new System.Drawing.Size(41, 12);
this.lblAge.TabIndex = 0;
this.lblAge.Text = "年龄:";
//
// picAdvancedCondition
//
this.picAdvancedCondition.Image = ((System.Drawing.Image)(resources.GetObject("picAdvancedCondition.Image")));
this.picAdvancedCondition.Location = new System.Drawing.Point(30, 13);
this.picAdvancedCondition.Name = "picAdvancedCondition";
this.picAdvancedCondition.Size = new System.Drawing.Size(17, 18);
this.picAdvancedCondition.TabIndex = 1;
this.picAdvancedCondition.TabStop = false;
//
// lblAdvancedCondion
//
this.lblAdvancedCondion.AutoSize = true;
this.lblAdvancedCondion.Location = new System.Drawing.Point(65, 18);
this.lblAdvancedCondion.Name = "lblAdvancedCondion";
this.lblAdvancedCondion.Size = new System.Drawing.Size(185, 12);
this.lblAdvancedCondion.TabIndex = 2;
this.lblAdvancedCondion.Text = "您可以通过年龄或者性别进行查找";
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.Location = new System.Drawing.Point(400, 232);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(71, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSearch
//
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.Location = new System.Drawing.Point(323, 232);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(71, 23);
this.btnSearch.TabIndex = 3;
this.btnSearch.Text = "查找";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
this.btnAdd.Location = new System.Drawing.Point(323, 232);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(71, 23);
this.btnAdd.TabIndex = 4;
this.btnAdd.Text = "加为好友";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Visible = false;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnBack
//
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnBack.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBack.BackgroundImage")));
this.btnBack.Location = new System.Drawing.Point(246, 232);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(71, 23);
this.btnBack.TabIndex = 5;
this.btnBack.Text = "上一步";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Visible = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// chLoginId
//
this.chLoginId.Text = "MyQQ号码";
this.chLoginId.Width = 80;
//
// chNickName
//
this.chNickName.Text = "MyQQ昵称";
this.chNickName.Width = 80;
//
// chAge
//
this.chAge.Text = "年龄";
this.chAge.Width = 80;
//
// chSex
//
this.chSex.Text = "性别";
this.chSex.Width = 80;
//
// SearchFriendForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.AliceBlue;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(483, 267);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.tabSearch);
this.Controls.Add(this.picLogo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "SearchFriendForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "查找/添加好友";
this.Load += new System.EventHandler(this.SearchFriendForm_Load);
((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
this.tabSearch.ResumeLayout(false);
this.tpBaseSearch.ResumeLayout(false);
this.pnlBaseCondition.ResumeLayout(false);
this.pnlBaseCondition.PerformLayout();
this.pnlBaseResult.ResumeLayout(false);
this.pnlBaseResult.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvBasicResult)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBaseResult)).EndInit();
this.pnlSearchType.ResumeLayout(false);
this.pnlSearchType.PerformLayout();
this.grpBaseCondition.ResumeLayout(false);
this.grpBaseCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picBaseCondition)).EndInit();
this.tpAdvancedSearch.ResumeLayout(false);
this.pnlAdvancedCondition.ResumeLayout(false);
this.pnlAdvancedCondition.PerformLayout();
this.pnlAdvancedResult.ResumeLayout(false);
this.pnlAdvancedResult.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picAdvancedResult)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAdvancedResult)).EndInit();
this.grpAdvancedCondition.ResumeLayout(false);
this.grpAdvancedCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picAdvancedCondition)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picLogo;
private System.Windows.Forms.TabControl tabSearch;
private System.Windows.Forms.TabPage tpBaseSearch;
private System.Windows.Forms.TabPage tpAdvancedSearch;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.PictureBox picBaseCondition;
private System.Windows.Forms.Label lblBaseCondition;
private System.Windows.Forms.Panel pnlSearchType;
private System.Windows.Forms.RadioButton rdoAll;
private System.Windows.Forms.RadioButton rdoNicetySearch;
private System.Windows.Forms.GroupBox grpBaseCondition;
private System.Windows.Forms.Label lblLoginId;
private System.Windows.Forms.Label lblNickName;
private System.Windows.Forms.TextBox txtLoginId;
private System.Windows.Forms.TextBox txtNickName;
private System.Windows.Forms.PictureBox picAdvancedCondition;
private System.Windows.Forms.Label lblAdvancedCondion;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.ColumnHeader chLoginId;
private System.Windows.Forms.ColumnHeader chNickName;
private System.Windows.Forms.ColumnHeader chAge;
private System.Windows.Forms.ColumnHeader chSex;
private System.Windows.Forms.DataGridView dgvBasicResult;
private System.Windows.Forms.DataGridViewTextBoxColumn id;
private System.Windows.Forms.DataGridViewTextBoxColumn nickName;
private System.Windows.Forms.DataGridViewTextBoxColumn age;
private System.Windows.Forms.DataGridViewTextBoxColumn sex;
private System.Windows.Forms.Panel pnlBaseCondition;
private System.Windows.Forms.Panel pnlBaseResult;
private System.Windows.Forms.PictureBox picBaseResult;
private System.Windows.Forms.Label lblBaseResult;
private System.Windows.Forms.Panel pnlAdvancedCondition;
private System.Windows.Forms.Panel pnlAdvancedResult;
private System.Windows.Forms.PictureBox picAdvancedResult;
private System.Windows.Forms.Label lblAdvancedResult;
private System.Windows.Forms.DataGridView dgvAdvancedResult;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.GroupBox grpAdvancedCondition;
private System.Windows.Forms.Label lblSex;
private System.Windows.Forms.ComboBox cboSex;
private System.Windows.Forms.ComboBox cboAge;
private System.Windows.Forms.Label lblAge;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -