Mini Kabibi Habibi
namespace DevExpress.Xpo.Demos {
partial class Single {
/// <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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtpSimple = new DevExpress.XtraTab.XtraTabPage();
this.gclSingleMain = new DevExpress.XtraGrid.GridControl();
this.gviewSingleMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.xtpReferenceEquivalent = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gclReference = new DevExpress.XtraGrid.GridControl();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.gclSingle = new DevExpress.XtraGrid.GridControl();
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtpSimple.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gclSingleMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gviewSingleMain)).BeginInit();
this.xtpReferenceEquivalent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gclReference)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gclSingle)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SuspendLayout();
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtpSimple;
this.xtraTabControl1.Size = new System.Drawing.Size(915, 645);
this.xtraTabControl1.TabIndex = 8;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtpSimple,
this.xtpReferenceEquivalent});
this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
//
// xtpSimple
//
this.xtpSimple.Controls.Add(this.gclSingleMain);
this.xtpSimple.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.xtpSimple.Name = "xtpSimple";
this.xtpSimple.Size = new System.Drawing.Size(909, 614);
this.xtpSimple.Text = "Single";
//
// gclSingleMain
//
this.gclSingleMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gclSingleMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gclSingleMain.Location = new System.Drawing.Point(0, 0);
this.gclSingleMain.MainView = this.gviewSingleMain;
this.gclSingleMain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gclSingleMain.Name = "gclSingleMain";
this.gclSingleMain.Size = new System.Drawing.Size(909, 614);
this.gclSingleMain.TabIndex = 2;
this.gclSingleMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gviewSingleMain});
//
// gviewSingleMain
//
this.gviewSingleMain.GridControl = this.gclSingleMain;
this.gviewSingleMain.Name = "gviewSingleMain";
this.gviewSingleMain.OptionsBehavior.Editable = false;
//
// xtpReferenceEquivalent
//
this.xtpReferenceEquivalent.Controls.Add(this.splitContainerControl1);
this.xtpReferenceEquivalent.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.xtpReferenceEquivalent.Name = "xtpReferenceEquivalent";
this.xtpReferenceEquivalent.Size = new System.Drawing.Size(909, 614);
this.xtpReferenceEquivalent.Text = "Reference\'s Equivalent";
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.Controls.Add(this.gclReference);
this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.gclSingle);
this.splitContainerControl1.Panel2.Controls.Add(this.panelControl2);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(909, 614);
this.splitContainerControl1.SplitterPosition = 351;
this.splitContainerControl1.TabIndex = 0;
this.splitContainerControl1.Text = "splitContainerControl1";
this.splitContainerControl1.SplitterMoved += new System.EventHandler(this.splitContainerControl1_Resize);
this.splitContainerControl1.Resize += new System.EventHandler(this.splitContainerControl1_Resize);
//
// gclReference
//
this.gclReference.Dock = System.Windows.Forms.DockStyle.Fill;
this.gclReference.Location = new System.Drawing.Point(0, 41);
this.gclReference.MainView = this.gridView4;
this.gclReference.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gclReference.Name = "gclReference";
this.gclReference.Size = new System.Drawing.Size(351, 573);
this.gclReference.TabIndex = 1;
this.gclReference.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView4});
//
// gridView4
//
this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3});
this.gridView4.GridControl = this.gclReference;
this.gridView4.Name = "gridView4";
this.gridView4.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView4.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView4.OptionsBehavior.Editable = false;
this.gridView4.OptionsView.ShowDetailButtons = false;
//
// gridColumn1
//
this.gridColumn1.Caption = "Product Name";
this.gridColumn1.FieldName = "ProductName";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
//
// gridColumn2
//
this.gridColumn2.Caption = "Quantity Per Unit";
this.gridColumn2.FieldName = "QuantityPerUnit";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
//
// gridColumn3
//
this.gridColumn3.Caption = "Unit Price";
this.gridColumn3.FieldName = "UnitPrice";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
//
// panelControl1
//
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(351, 41);
this.panelControl1.TabIndex = 0;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.labelControl1.Location = new System.Drawing.Point(19, 12);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(115, 17);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "Reference Query";
//
// gclSingle
//
this.gclSingle.Dock = System.Windows.Forms.DockStyle.Fill;
this.gclSingle.Location = new System.Drawing.Point(0, 41);
this.gclSingle.MainView = this.gridView5;
this.gclSingle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gclSingle.Name = "gclSingle";
this.gclSingle.Size = new System.Drawing.Size(553, 573);
this.gclSingle.TabIndex = 2;
this.gclSingle.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView5});
//
// gridView5
//
this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn4,
this.gridColumn5,
this.gridColumn6});
this.gridView5.GridControl = this.gclSingle;
this.gridView5.Name = "gridView5";
this.gridView5.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView5.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
this.gridView5.OptionsBehavior.Editable = false;
this.gridView5.OptionsView.ShowDetailButtons = false;
//
// gridColumn4
//
this.gridColumn4.Caption = "Product Name";
this.gridColumn4.FieldName = "ProductName";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 0;
//
// gridColumn5
//
this.gridColumn5.Caption = "Quantity Per Unit";
this.gridColumn5.FieldName = "QuantityPerUnit";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 1;
//
// gridColumn6
//
this.gridColumn6.Caption = "Unit Price";
this.gridColumn6.FieldName = "UnitPrice";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 2;
//
// panelControl2
//
this.panelControl2.Controls.Add(this.labelControl2);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(553, 41);
this.panelControl2.TabIndex = 1;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.labelControl2.Location = new System.Drawing.Point(28, 12);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(87, 17);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Single Query";
//
// Single
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.xtraTabControl1);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Single";
this.Size = new System.Drawing.Size(915, 645);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtpSimple.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gclSingleMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gviewSingleMain)).EndInit();
this.xtpReferenceEquivalent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gclReference)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gclSingle)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtpSimple;
private DevExpress.XtraTab.XtraTabPage xtpReferenceEquivalent;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraGrid.GridControl gclReference;
private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
private DevExpress.XtraGrid.GridControl gclSingle;
private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
private DevExpress.XtraGrid.GridControl gclSingleMain;
private DevExpress.XtraGrid.Views.Grid.GridView gviewSingleMain;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
}
}