Files
lserp_cs_6.0/插件库/Lskj.Control/FrmGridSelectPopup.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

219 lines
11 KiB
C#

namespace Lskj.Control
{
partial class FrmGridSelectPopup
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panel2 = new System.Windows.Forms.Panel();
this.simpleButton24 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton25 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton22 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton23 = new DevExpress.XtraEditors.SimpleButton();
this.panel1 = new System.Windows.Forms.Panel();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
this.panel3 = new System.Windows.Forms.Panel();
this.gridControl = new DevExpress.XtraGrid.GridControl();
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.simpleButton24);
this.panel2.Controls.Add(this.simpleButton25);
this.panel2.Controls.Add(this.simpleButton22);
this.panel2.Controls.Add(this.simpleButton23);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(907, 65);
this.panel2.TabIndex = 32;
//
// simpleButton24
//
this.simpleButton24.Appearance.Font = new System.Drawing.Font("宋体", 20F);
this.simpleButton24.Appearance.Options.UseFont = true;
this.simpleButton24.Location = new System.Drawing.Point(262, 8);
this.simpleButton24.Name = "simpleButton24";
this.simpleButton24.Size = new System.Drawing.Size(120, 50);
this.simpleButton24.TabIndex = 34;
this.simpleButton24.Text = "下一页";
this.simpleButton24.Click += new System.EventHandler(this.simpleButton24_Click);
//
// simpleButton25
//
this.simpleButton25.Appearance.Font = new System.Drawing.Font("宋体", 20F);
this.simpleButton25.Appearance.Options.UseFont = true;
this.simpleButton25.Location = new System.Drawing.Point(388, 8);
this.simpleButton25.Name = "simpleButton25";
this.simpleButton25.Size = new System.Drawing.Size(120, 50);
this.simpleButton25.TabIndex = 33;
this.simpleButton25.Text = "末页";
this.simpleButton25.Click += new System.EventHandler(this.simpleButton25_Click);
//
// simpleButton22
//
this.simpleButton22.Appearance.Font = new System.Drawing.Font("宋体", 20F);
this.simpleButton22.Appearance.Options.UseFont = true;
this.simpleButton22.Location = new System.Drawing.Point(9, 8);
this.simpleButton22.Name = "simpleButton22";
this.simpleButton22.Size = new System.Drawing.Size(120, 50);
this.simpleButton22.TabIndex = 32;
this.simpleButton22.Text = "首页";
this.simpleButton22.Click += new System.EventHandler(this.simpleButton22_Click);
//
// simpleButton23
//
this.simpleButton23.Appearance.Font = new System.Drawing.Font("宋体", 20F);
this.simpleButton23.Appearance.Options.UseFont = true;
this.simpleButton23.Location = new System.Drawing.Point(135, 8);
this.simpleButton23.Name = "simpleButton23";
this.simpleButton23.Size = new System.Drawing.Size(120, 50);
this.simpleButton23.TabIndex = 31;
this.simpleButton23.Text = "上一页";
this.simpleButton23.Click += new System.EventHandler(this.simpleButton23_Click);
//
// panel1
//
this.panel1.Controls.Add(this.simpleButton5);
this.panel1.Controls.Add(this.simpleButton6);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 369);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(907, 65);
this.panel1.TabIndex = 33;
//
// simpleButton5
//
this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton5.Appearance.Font = new System.Drawing.Font("宋体", 20F);
this.simpleButton5.Appearance.Options.UseFont = true;
this.simpleButton5.Location = new System.Drawing.Point(524, 8);
this.simpleButton5.Name = "simpleButton5";
this.simpleButton5.Size = new System.Drawing.Size(182, 50);
this.simpleButton5.TabIndex = 30;
this.simpleButton5.Text = "确定";
this.simpleButton5.Visible = false;
this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
//
// simpleButton6
//
this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton6.Appearance.Font = new System.Drawing.Font("宋体", 20F);
this.simpleButton6.Appearance.Options.UseFont = true;
this.simpleButton6.Location = new System.Drawing.Point(712, 8);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(183, 50);
this.simpleButton6.TabIndex = 29;
this.simpleButton6.Text = "关闭";
this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
//
// panel3
//
this.panel3.Controls.Add(this.gridControl);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 65);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(907, 304);
this.panel3.TabIndex = 34;
//
// gridControl
//
this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl.Location = new System.Drawing.Point(0, 0);
this.gridControl.MainView = this.gridView;
this.gridControl.Name = "gridControl";
this.gridControl.Size = new System.Drawing.Size(907, 304);
this.gridControl.TabIndex = 3;
this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView});
//
// gridView
//
this.gridView.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F);
this.gridView.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F);
this.gridView.Appearance.Preview.Options.UseFont = true;
this.gridView.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F);
this.gridView.Appearance.Row.Options.UseBackColor = true;
this.gridView.GridControl = this.gridControl;
this.gridView.IndicatorWidth = 40;
this.gridView.Name = "gridView";
this.gridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView.OptionsBehavior.Editable = false;
this.gridView.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
this.gridView.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
this.gridView.OptionsFind.FindNullPrompt = "";
this.gridView.OptionsView.RowAutoHeight = true;
this.gridView.OptionsView.ShowGroupPanel = false;
this.gridView.PaintStyleName = "Skin";
//
// FrmGridSelectPopup
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(907, 434);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmGridSelectPopup";
this.Text = "选择";
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.SimpleButton simpleButton24;
private DevExpress.XtraEditors.SimpleButton simpleButton25;
private DevExpress.XtraEditors.SimpleButton simpleButton22;
private DevExpress.XtraEditors.SimpleButton simpleButton23;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton simpleButton5;
private DevExpress.XtraEditors.SimpleButton simpleButton6;
private System.Windows.Forms.Panel panel3;
public DevExpress.XtraGrid.GridControl gridControl;
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
}
}