namespace DW5S.App.EditForms
{
partial class TaskTemplate
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
btnOk = new DevExpress.XtraEditors.SimpleButton();
btnCancle = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.BackColor = System.Drawing.SystemColors.Control;
layoutControl1.Controls.Add(radioGroup1);
layoutControl1.Controls.Add(btnOk);
layoutControl1.Controls.Add(btnCancle);
layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
layoutControl1.Location = new System.Drawing.Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new System.Drawing.Size(244, 214);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// radioGroup1
//
radioGroup1.Location = new System.Drawing.Point(12, 12);
radioGroup1.MaximumSize = new System.Drawing.Size(0, 160);
radioGroup1.MinimumSize = new System.Drawing.Size(0, 160);
radioGroup1.Name = "radioGroup1";
radioGroup1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
radioGroup1.Properties.Appearance.Options.UseBackColor = true;
radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
radioGroup1.Properties.Columns = 1;
radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "无模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "两星一地有参定位任务模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "两星一地无参定位任务模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, "一星一地+测向定位任务模版") });
radioGroup1.Size = new System.Drawing.Size(220, 160);
radioGroup1.StyleController = layoutControl1;
radioGroup1.TabIndex = 8;
//
// btnOk
//
btnOk.Location = new System.Drawing.Point(123, 176);
btnOk.Name = "btnOk";
btnOk.Size = new System.Drawing.Size(109, 22);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 7;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// btnCancle
//
btnCancle.Location = new System.Drawing.Point(12, 176);
btnCancle.Name = "btnCancle";
btnCancle.Size = new System.Drawing.Size(107, 22);
btnCancle.StyleController = layoutControl1;
btnCancle.TabIndex = 6;
btnCancle.Text = "取消";
btnCancle.Click += btnCancle_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7, layoutControlItem8 });
Root.Name = "Root";
Root.Size = new System.Drawing.Size(244, 214);
Root.TextVisible = false;
//
// layoutControlItem6
//
layoutControlItem6.Control = btnCancle;
layoutControlItem6.Location = new System.Drawing.Point(0, 164);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new System.Drawing.Size(111, 30);
layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem6.TextVisible = false;
//
// layoutControlItem7
//
layoutControlItem7.Control = btnOk;
layoutControlItem7.Location = new System.Drawing.Point(111, 164);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new System.Drawing.Size(113, 30);
layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem7.TextVisible = false;
//
// layoutControlItem8
//
layoutControlItem8.Control = radioGroup1;
layoutControlItem8.Location = new System.Drawing.Point(0, 0);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new System.Drawing.Size(224, 164);
layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
layoutControlItem8.TextVisible = false;
//
// TaskTemplate
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(244, 214);
Controls.Add(layoutControl1);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
Name = "TaskTemplate";
Text = "RecEditor";
Load += CdbEditor_Load;
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancle;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
}
}