namespace FLSystem.Forms { partial class MemberForm { /// /// 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(MemberForm)); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); 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.pageControl1 = new UI.Framework.Controls.PageControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // groupControl1 // 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, 73); this.groupControl1.TabIndex = 11; this.groupControl1.Text = "搜索条件"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(90, 37); 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(440, 31); 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(315, 34); 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(108, 20); this.comboBoxEdit3.TabIndex = 11; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(129, 34); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(177, 20); this.textEdit1.TabIndex = 10; // // pageControl1 // this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl1.Location = new System.Drawing.Point(0, 384); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(617, 35); this.pageControl1.TabIndex = 10; // // gridControl1 // this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControl1.Location = new System.Drawing.Point(0, 79); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(616, 303); this.gridControl1.TabIndex = 9; 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.gridColumn2, 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); // // gridColumn2 // this.gridColumn2.Caption = "编号"; this.gridColumn2.FieldName = "id"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.AllowFocus = false; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; // // gridColumn1 // this.gridColumn1.Caption = "用户账号"; this.gridColumn1.FieldName = "username"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.AllowFocus = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 1; this.gridColumn1.Width = 227; // // gridColumn6 // this.gridColumn6.Caption = "用户昵称"; this.gridColumn6.FieldName = "usernick"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.OptionsColumn.AllowEdit = false; this.gridColumn6.OptionsColumn.AllowFocus = false; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 2; this.gridColumn6.Width = 258; // // MemberForm // 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, 419); this.Controls.Add(this.groupControl1); this.Controls.Add(this.pageControl1); this.Controls.Add(this.gridControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MemberForm"; this.Text = "选择用户"; this.Load += new System.EventHandler(this.MemberForm_Load); ((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(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.TextEdit textEdit1; private UI.Framework.Controls.PageControl pageControl1; 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.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit3; } }