namespace LB_VisionFlowNode
|
{
|
partial class MainForm
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
flowNodeEditor = new FlowNodeEditor();
|
themeForm = new ReaLTaiizor.Forms.ThemeForm();
|
panel = new ReaLTaiizor.Controls.Panel();
|
themeForm.SuspendLayout();
|
panel.SuspendLayout();
|
SuspendLayout();
|
//
|
// flowNodeEditor
|
//
|
flowNodeEditor.Dock = DockStyle.Fill;
|
flowNodeEditor.Location = new Point(5, 5);
|
flowNodeEditor.Name = "flowNodeEditor";
|
flowNodeEditor.Size = new Size(770, 361);
|
flowNodeEditor.TabIndex = 0;
|
//
|
// themeForm
|
//
|
themeForm.BackColor = Color.FromArgb(32, 41, 50);
|
themeForm.Controls.Add(panel);
|
themeForm.Dock = DockStyle.Fill;
|
themeForm.Font = new Font("Microsoft Sans Serif", 9F);
|
themeForm.Image = (Image)resources.GetObject("themeForm.Image");
|
themeForm.Location = new Point(0, 0);
|
themeForm.Name = "themeForm";
|
themeForm.Padding = new Padding(10, 70, 10, 9);
|
themeForm.RoundCorners = true;
|
themeForm.Sizable = true;
|
themeForm.Size = new Size(800, 450);
|
themeForm.SmartBounds = true;
|
themeForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
|
themeForm.TabIndex = 1;
|
themeForm.Text = "拖拉拽流程节点编辑器";
|
//
|
// panel
|
//
|
panel.BackColor = Color.FromArgb(39, 51, 63);
|
panel.Controls.Add(flowNodeEditor);
|
panel.Dock = DockStyle.Fill;
|
panel.EdgeColor = Color.FromArgb(32, 41, 50);
|
panel.Location = new Point(10, 70);
|
panel.Name = "panel";
|
panel.Padding = new Padding(5);
|
panel.Size = new Size(780, 371);
|
panel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
panel.TabIndex = 1;
|
panel.Text = "panel1";
|
//
|
// MainForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(800, 450);
|
Controls.Add(themeForm);
|
FormBorderStyle = FormBorderStyle.None;
|
MinimumSize = new Size(261, 61);
|
Name = "MainForm";
|
Text = "拖拉拽流程节点编辑器";
|
TransparencyKey = Color.Fuchsia;
|
themeForm.ResumeLayout(false);
|
panel.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private FlowNodeEditor flowNodeEditor;
|
private ReaLTaiizor.Forms.ThemeForm themeForm;
|
private ReaLTaiizor.Controls.Panel panel;
|
}
|
}
|