namespace WellWorkDataUI.CustomControls { partial class MatchColumnControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.diagramControl = new DevExpress.XtraDiagram.DiagramControl(); ((System.ComponentModel.ISupportInitialize)(this.diagramControl)).BeginInit(); this.SuspendLayout(); // // diagramControl1 // this.diagramControl.Dock = System.Windows.Forms.DockStyle.Fill; this.diagramControl.Location = new System.Drawing.Point(0, 0); this.diagramControl.Name = "diagramControl1"; this.diagramControl.OptionsBehavior.ScrollMode = DevExpress.Diagram.Core.DiagramScrollMode.Content; this.diagramControl.OptionsBehavior.SelectedStencils = new DevExpress.Diagram.Core.StencilCollection(new string[] { "BasicShapes", "BasicFlowchartShapes"}); this.diagramControl.OptionsView.CanvasSizeMode = DevExpress.Diagram.Core.CanvasSizeMode.Fill; this.diagramControl.OptionsView.MaxZoomFactor = 1F; this.diagramControl.OptionsView.MinZoomFactor = 1F; this.diagramControl.OptionsView.PageSize = new System.Drawing.SizeF(800F, 600F); this.diagramControl.OptionsView.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.diagramControl.OptionsView.ShowGrid = false; this.diagramControl.OptionsView.ShowPageBreaks = false; this.diagramControl.OptionsView.ShowRulers = false; this.diagramControl.OptionsView.Theme = DevExpress.Diagram.Core.DiagramThemes.Linear; this.diagramControl.Size = new System.Drawing.Size(519, 379); this.diagramControl.TabIndex = 1; this.diagramControl.Text = "diagramControl1"; this.diagramControl.CustomDrawBackground += new System.EventHandler(this.DiagramControl1_CustomDrawBackground); this.diagramControl.SizeChanged += new System.EventHandler(this.DiagramControl1_SizeChanged); // // MatchColumnControl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.diagramControl); this.Name = "MatchColumnControl"; this.Size = new System.Drawing.Size(519, 379); ((System.ComponentModel.ISupportInitialize)(this.diagramControl)).EndInit(); this.ResumeLayout(false); } #endregion public DevExpress.XtraDiagram.DiagramControl diagramControl; } }