namespace FLSystem.Forms { partial class GroupForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupForm)); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.comboBoxEdit3 = new DevExpress.XtraEditors.ComboBoxEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.label7 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(0, 94); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(616, 340); this.gridControl1.TabIndex = 6; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.SelectedRow.Options.UseTextOptions = true; this.gridView1.Appearance.SelectedRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn6}); this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick); this.gridView1.Click += new System.EventHandler(this.gridView1_DoubleClick); this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick); // // gridColumn1 // this.gridColumn1.Caption = "群号"; this.gridColumn1.FieldName = "groupid"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.AllowFocus = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 281; // // gridColumn6 // this.gridColumn6.Caption = "群名"; this.gridColumn6.FieldName = "groupname"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.OptionsColumn.AllowEdit = false; this.gridColumn6.OptionsColumn.AllowFocus = false; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 1; this.gridColumn6.Width = 283; // // groupControl1 // this.groupControl1.Controls.Add(this.label7); this.groupControl1.Controls.Add(this.hyperlinkLabelControl1); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.simpleButton1); this.groupControl1.Controls.Add(this.comboBoxEdit3); this.groupControl1.Controls.Add(this.textEdit1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(617, 88); this.groupControl1.TabIndex = 8; this.groupControl1.Text = "搜索条件"; // // hyperlinkLabelControl1 // this.hyperlinkLabelControl1.Location = new System.Drawing.Point(388, 38); this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1"; this.hyperlinkLabelControl1.Size = new System.Drawing.Size(60, 14); this.hyperlinkLabelControl1.TabIndex = 16; this.hyperlinkLabelControl1.Text = "刷新通讯录"; this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(62, 38); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 15; this.labelControl1.Text = "内容:"; // // simpleButton1 // this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.simpleButton1.Location = new System.Drawing.Point(474, 32); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(79, 27); this.simpleButton1.TabIndex = 14; this.simpleButton1.Text = "搜索"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // comboBoxEdit3 // this.comboBoxEdit3.EditValue = "全部平台"; this.comboBoxEdit3.Location = new System.Drawing.Point(272, 35); this.comboBoxEdit3.Name = "comboBoxEdit3"; this.comboBoxEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit3.Properties.Items.AddRange(new object[] { "全部平台"}); this.comboBoxEdit3.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxEdit3.Size = new System.Drawing.Size(100, 20); this.comboBoxEdit3.TabIndex = 11; this.comboBoxEdit3.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit3_SelectedIndexChanged); // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(101, 35); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(165, 20); this.textEdit1.TabIndex = 10; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Blue; this.label7.Location = new System.Drawing.Point(87, 65); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(371, 14); this.label7.TabIndex = 24; this.label7.Text = "注:列表中没有您要设置的群时,请给群发条信息,即可获取该群信息"; // // GroupForm // this.AcceptButton = this.simpleButton1; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(617, 436); this.Controls.Add(this.groupControl1); this.Controls.Add(this.gridControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GroupForm"; this.Text = "选择群"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GroupForm_FormClosing); this.Load += new System.EventHandler(this.GroupForm_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit3; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1; private System.Windows.Forms.Label label7; } }