namespace ISupply.WinFrm.Main
|
{
|
partial class TemplateEdit
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
radialMenu1 = new DevExpress.XtraBars.Ribbon.RadialMenu(components);
|
labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
btnOk = new DevExpress.XtraEditors.SimpleButton();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
((System.ComponentModel.ISupportInitialize)radialMenu1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)memoEdit1.Properties).BeginInit();
|
SuspendLayout();
|
//
|
// radialMenu1
|
//
|
radialMenu1.Name = "radialMenu1";
|
//
|
// labelControl1
|
//
|
labelControl1.Location = new Point(35, 20);
|
labelControl1.Margin = new Padding(2, 2, 2, 2);
|
labelControl1.Name = "labelControl1";
|
labelControl1.Size = new Size(60, 14);
|
labelControl1.TabIndex = 0;
|
labelControl1.Text = "模型名称:";
|
//
|
// textEdit1
|
//
|
textEdit1.Location = new Point(125, 20);
|
textEdit1.Margin = new Padding(2, 2, 2, 2);
|
textEdit1.Name = "textEdit1";
|
textEdit1.Size = new Size(164, 20);
|
textEdit1.TabIndex = 1;
|
//
|
// btnOk
|
//
|
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnOk.Appearance.Options.UseBackColor = true;
|
btnOk.Location = new Point(111, 177);
|
btnOk.Margin = new Padding(2, 2, 2, 2);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(78, 22);
|
btnOk.TabIndex = 2;
|
btnOk.Text = "确定";
|
btnOk.Click += btnOk_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.Location = new Point(210, 177);
|
btnCancel.Margin = new Padding(2, 2, 2, 2);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(78, 22);
|
btnCancel.TabIndex = 3;
|
btnCancel.Text = "取消";
|
btnCancel.Click += btnCancel_Click;
|
//
|
// labelControl2
|
//
|
labelControl2.Location = new Point(35, 59);
|
labelControl2.Margin = new Padding(2, 2, 2, 2);
|
labelControl2.Name = "labelControl2";
|
labelControl2.Size = new Size(60, 14);
|
labelControl2.TabIndex = 4;
|
labelControl2.Text = "模型说明:";
|
//
|
// memoEdit1
|
//
|
memoEdit1.Location = new Point(125, 59);
|
memoEdit1.Margin = new Padding(2, 2, 2, 2);
|
memoEdit1.Name = "memoEdit1";
|
memoEdit1.Size = new Size(164, 77);
|
memoEdit1.TabIndex = 6;
|
//
|
// TemplateEdit
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(366, 220);
|
Controls.Add(memoEdit1);
|
Controls.Add(labelControl2);
|
Controls.Add(btnCancel);
|
Controls.Add(btnOk);
|
Controls.Add(textEdit1);
|
Controls.Add(labelControl1);
|
Margin = new Padding(2, 2, 2, 2);
|
MaximizeBox = false;
|
MinimizeBox = false;
|
Name = "TemplateEdit";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "模型编辑";
|
((System.ComponentModel.ISupportInitialize)radialMenu1).EndInit();
|
((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)memoEdit1.Properties).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Ribbon.RadialMenu radialMenu1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
}
|
}
|