ab56a9bcf7
SVN-Revision: r240
76 lines
2.8 KiB
C#
76 lines
2.8 KiB
C#
namespace Lskj.PubChart
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.pl_right_where = new DevExpress.XtraEditors.PanelControl();
|
|
this.chartControlEx = new Lskj.Control.ChartControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_where)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pl_right_where
|
|
//
|
|
this.pl_right_where.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_right_where.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_right_where.Name = "pl_right_where";
|
|
this.pl_right_where.Size = new System.Drawing.Size(632, 46);
|
|
this.pl_right_where.TabIndex = 4;
|
|
//
|
|
// chartControlEx
|
|
//
|
|
this.chartControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chartControlEx.Location = new System.Drawing.Point(0, 46);
|
|
this.chartControlEx.Name = "chartControlEx";
|
|
this.chartControlEx.Size = new System.Drawing.Size(632, 342);
|
|
this.chartControlEx.TabIndex = 5;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(632, 388);
|
|
this.Controls.Add(this.chartControlEx);
|
|
this.Controls.Add(this.pl_right_where);
|
|
this.Name = "FrmMain";
|
|
this.Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_where)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl pl_right_where;
|
|
private Control.ChartControlEx chartControlEx;
|
|
}
|
|
}
|
|
|