You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.4 KiB
C#
76 lines
3.4 KiB
C#
namespace WellWorkDataUI.CustomControls
|
|
{
|
|
partial class MatchColumnControl
|
|
{
|
|
/// <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 Component 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.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<DevExpress.XtraDiagram.CustomDrawBackgroundEventArgs>(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;
|
|
}
|
|
}
|