finish ui re-build
This commit is contained in:
@@ -7,7 +7,7 @@ using Microsoft.VisualBasic.CompilerServices;
|
||||
namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
[DesignerGenerated()]
|
||||
public partial class PackageDescriptionEditor : DevComponents.DotNetBar.OfficeForm
|
||||
public partial class PackageDescriptionEditor : Telerik.WinControls.UI.RadForm
|
||||
{
|
||||
|
||||
// Form overrides dispose to clean up the component list.
|
||||
@@ -37,223 +37,171 @@ namespace Pilz.Updating.Administration.GUI
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackageDescriptionEditor));
|
||||
this.LayoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
|
||||
this.ButtonX_Cancel = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ButtonX_Okay = new DevComponents.DotNetBar.ButtonX();
|
||||
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.textBoxX2 = new DevComponents.DotNetBar.Controls.RichTextBoxEx();
|
||||
this.comboBoxEx_Format = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.layoutControlItem1 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem2 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem3 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutSpacerItem1 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
|
||||
this.LayoutControlItem5 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutControlItem6 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.LayoutControl1.SuspendLayout();
|
||||
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_Titel = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radRichTextEditor_Description = new Telerik.WinControls.UI.RadRichTextEditor();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radButton_Okay = new Telerik.WinControls.UI.RadButton();
|
||||
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
|
||||
this.radDropDownList_Formatting = new Telerik.WinControls.UI.RadDropDownList();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Titel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Description)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Formatting)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// LayoutControl1
|
||||
// radLabel1
|
||||
//
|
||||
this.LayoutControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.LayoutControl1.Controls.Add(this.ButtonX_Cancel);
|
||||
this.LayoutControl1.Controls.Add(this.ButtonX_Okay);
|
||||
this.LayoutControl1.Controls.Add(this.textBoxX1);
|
||||
this.LayoutControl1.Controls.Add(this.textBoxX2);
|
||||
this.LayoutControl1.Controls.Add(this.comboBoxEx_Format);
|
||||
this.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.LayoutControl1.ForeColor = System.Drawing.Color.Black;
|
||||
this.LayoutControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.LayoutControl1.Name = "LayoutControl1";
|
||||
this.radLabel1.Location = new System.Drawing.Point(3, 5);
|
||||
this.radLabel1.Name = "radLabel1";
|
||||
this.radLabel1.Size = new System.Drawing.Size(30, 18);
|
||||
this.radLabel1.TabIndex = 0;
|
||||
this.radLabel1.Text = "Titel:";
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
this.radLabel2.Location = new System.Drawing.Point(3, 33);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(76, 18);
|
||||
this.radLabel2.TabIndex = 1;
|
||||
this.radLabel2.Text = "Beschreibung:";
|
||||
//
|
||||
this.LayoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
|
||||
this.layoutControlItem1,
|
||||
this.layoutControlItem2,
|
||||
this.layoutControlItem3,
|
||||
this.LayoutSpacerItem1,
|
||||
this.LayoutControlItem5,
|
||||
this.LayoutControlItem6});
|
||||
this.LayoutControl1.Size = new System.Drawing.Size(384, 311);
|
||||
this.LayoutControl1.TabIndex = 5;
|
||||
// radLabel3
|
||||
//
|
||||
// ButtonX_Cancel
|
||||
this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.radLabel3.Location = new System.Drawing.Point(3, 240);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(76, 18);
|
||||
this.radLabel3.TabIndex = 2;
|
||||
this.radLabel3.Text = "Formatierung:";
|
||||
//
|
||||
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ButtonX_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
|
||||
this.ButtonX_Cancel.Location = new System.Drawing.Point(222, 284);
|
||||
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
|
||||
this.ButtonX_Cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ButtonX_Cancel.TabIndex = 4;
|
||||
this.ButtonX_Cancel.Text = "Abbrechen";
|
||||
// radTextBoxControl_Titel
|
||||
//
|
||||
// ButtonX_Okay
|
||||
this.radTextBoxControl_Titel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTextBoxControl_Titel.Location = new System.Drawing.Point(89, 3);
|
||||
this.radTextBoxControl_Titel.Name = "radTextBoxControl_Titel";
|
||||
this.radTextBoxControl_Titel.Size = new System.Drawing.Size(292, 22);
|
||||
this.radTextBoxControl_Titel.TabIndex = 0;
|
||||
//
|
||||
this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.ButtonX_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
|
||||
this.ButtonX_Okay.Location = new System.Drawing.Point(305, 284);
|
||||
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.ButtonX_Okay.Name = "ButtonX_Okay";
|
||||
this.ButtonX_Okay.Size = new System.Drawing.Size(75, 23);
|
||||
this.ButtonX_Okay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.ButtonX_Okay.TabIndex = 5;
|
||||
this.ButtonX_Okay.Text = "Okay";
|
||||
// radRichTextEditor_Description
|
||||
//
|
||||
// textBoxX1
|
||||
this.radRichTextEditor_Description.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radRichTextEditor_Description.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.radRichTextEditor_Description.Location = new System.Drawing.Point(89, 31);
|
||||
this.radRichTextEditor_Description.Name = "radRichTextEditor_Description";
|
||||
this.radRichTextEditor_Description.SelectionFill = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
|
||||
this.radRichTextEditor_Description.SelectionStroke = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
|
||||
this.radRichTextEditor_Description.Size = new System.Drawing.Size(292, 200);
|
||||
this.radRichTextEditor_Description.TabIndex = 3;
|
||||
//
|
||||
this.textBoxX1.BackColor = System.Drawing.Color.White;
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.radDropDownList_Formatting);
|
||||
this.panel1.Controls.Add(this.radButton_Cancel);
|
||||
this.panel1.Controls.Add(this.radButton_Okay);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_Titel);
|
||||
this.panel1.Controls.Add(this.radLabel1);
|
||||
this.panel1.Controls.Add(this.radRichTextEditor_Description);
|
||||
this.panel1.Controls.Add(this.radLabel2);
|
||||
this.panel1.Controls.Add(this.radLabel3);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(384, 294);
|
||||
this.panel1.TabIndex = 4;
|
||||
//
|
||||
// radButton_Okay
|
||||
//
|
||||
this.textBoxX1.Border.Class = "TextBoxBorder";
|
||||
this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.textBoxX1.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.textBoxX1.ForeColor = System.Drawing.Color.Black;
|
||||
this.textBoxX1.Location = new System.Drawing.Point(84, 4);
|
||||
this.textBoxX1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.textBoxX1.Name = "textBoxX1";
|
||||
this.textBoxX1.PreventEnterBeep = true;
|
||||
this.textBoxX1.Size = new System.Drawing.Size(296, 20);
|
||||
this.textBoxX1.TabIndex = 0;
|
||||
this.radButton_Okay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radButton_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.radButton_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
|
||||
this.radButton_Okay.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.radButton_Okay.Location = new System.Drawing.Point(281, 267);
|
||||
this.radButton_Okay.Name = "radButton_Okay";
|
||||
this.radButton_Okay.Size = new System.Drawing.Size(100, 24);
|
||||
this.radButton_Okay.TabIndex = 4;
|
||||
this.radButton_Okay.Text = "Okay";
|
||||
this.radButton_Okay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Okay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// textBoxX2
|
||||
// radButton_Cancel
|
||||
//
|
||||
this.textBoxX2.BackColor = System.Drawing.Color.White;
|
||||
this.radButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.radButton_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
|
||||
this.radButton_Cancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.radButton_Cancel.Location = new System.Drawing.Point(175, 267);
|
||||
this.radButton_Cancel.Name = "radButton_Cancel";
|
||||
this.radButton_Cancel.Size = new System.Drawing.Size(100, 24);
|
||||
this.radButton_Cancel.TabIndex = 5;
|
||||
this.radButton_Cancel.Text = "Abbrechen";
|
||||
this.radButton_Cancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Cancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// radDropDownList_Formatting
|
||||
//
|
||||
//
|
||||
this.textBoxX2.BackgroundStyle.Class = "TextBoxBorder";
|
||||
this.textBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.textBoxX2.ForeColor = System.Drawing.Color.Black;
|
||||
this.textBoxX2.Location = new System.Drawing.Point(84, 32);
|
||||
this.textBoxX2.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.textBoxX2.Name = "textBoxX2";
|
||||
this.textBoxX2.Rtf = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1031{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
|
||||
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs17\\par\r\n}\r\n";
|
||||
this.textBoxX2.Size = new System.Drawing.Size(296, 216);
|
||||
this.textBoxX2.TabIndex = 1;
|
||||
//
|
||||
// comboBoxEx_Format
|
||||
//
|
||||
this.comboBoxEx_Format.DisplayMember = "Text";
|
||||
this.comboBoxEx_Format.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.comboBoxEx_Format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxEx_Format.FormattingEnabled = true;
|
||||
this.comboBoxEx_Format.ItemHeight = 15;
|
||||
this.comboBoxEx_Format.Location = new System.Drawing.Point(84, 256);
|
||||
this.comboBoxEx_Format.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.comboBoxEx_Format.Name = "comboBoxEx_Format";
|
||||
this.comboBoxEx_Format.Size = new System.Drawing.Size(296, 21);
|
||||
this.comboBoxEx_Format.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.comboBoxEx_Format.TabIndex = 2;
|
||||
//
|
||||
// layoutControlItem1
|
||||
//
|
||||
this.layoutControlItem1.Control = this.textBoxX1;
|
||||
this.layoutControlItem1.Height = 28;
|
||||
this.layoutControlItem1.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem1.Name = "layoutControlItem1";
|
||||
this.layoutControlItem1.Text = "Titel:";
|
||||
this.layoutControlItem1.Width = 100;
|
||||
this.layoutControlItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem2
|
||||
//
|
||||
this.layoutControlItem2.Control = this.textBoxX2;
|
||||
this.layoutControlItem2.Height = 100;
|
||||
this.layoutControlItem2.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
this.layoutControlItem2.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem2.Name = "layoutControlItem2";
|
||||
this.layoutControlItem2.Text = "Beschreibung:";
|
||||
this.layoutControlItem2.Width = 100;
|
||||
this.layoutControlItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem3
|
||||
//
|
||||
this.layoutControlItem3.Control = this.comboBoxEx_Format;
|
||||
this.layoutControlItem3.Height = 28;
|
||||
this.layoutControlItem3.MinSize = new System.Drawing.Size(64, 18);
|
||||
this.layoutControlItem3.Name = "layoutControlItem3";
|
||||
this.layoutControlItem3.Text = "Formatierung:";
|
||||
this.layoutControlItem3.Width = 100;
|
||||
this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// LayoutSpacerItem1
|
||||
//
|
||||
this.LayoutSpacerItem1.Height = 31;
|
||||
this.LayoutSpacerItem1.Name = "LayoutSpacerItem1";
|
||||
this.LayoutSpacerItem1.Width = 99;
|
||||
this.LayoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// LayoutControlItem5
|
||||
//
|
||||
this.LayoutControlItem5.Control = this.ButtonX_Cancel;
|
||||
this.LayoutControlItem5.Height = 31;
|
||||
this.LayoutControlItem5.MinSize = new System.Drawing.Size(32, 20);
|
||||
this.LayoutControlItem5.Name = "LayoutControlItem5";
|
||||
this.LayoutControlItem5.Width = 83;
|
||||
//
|
||||
// LayoutControlItem6
|
||||
//
|
||||
this.LayoutControlItem6.Control = this.ButtonX_Okay;
|
||||
this.LayoutControlItem6.Height = 31;
|
||||
this.LayoutControlItem6.MinSize = new System.Drawing.Size(32, 20);
|
||||
this.LayoutControlItem6.Name = "LayoutControlItem6";
|
||||
this.LayoutControlItem6.Width = 83;
|
||||
this.radDropDownList_Formatting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radDropDownList_Formatting.DropDownAnimationEnabled = true;
|
||||
this.radDropDownList_Formatting.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
||||
this.radDropDownList_Formatting.Location = new System.Drawing.Point(89, 237);
|
||||
this.radDropDownList_Formatting.Name = "radDropDownList_Formatting";
|
||||
this.radDropDownList_Formatting.Size = new System.Drawing.Size(292, 24);
|
||||
this.radDropDownList_Formatting.TabIndex = 6;
|
||||
//
|
||||
// PackageDescriptionEditor
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.ButtonX_Cancel;
|
||||
this.ClientSize = new System.Drawing.Size(384, 311);
|
||||
this.Controls.Add(this.LayoutControl1);
|
||||
this.CancelButton = this.radButton_Cancel;
|
||||
this.ClientSize = new System.Drawing.Size(384, 294);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "PackageDescriptionEditor";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.RootElement.ApplyShapeToControl = true;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Beschreibung";
|
||||
this.TopLeftCornerSize = 0;
|
||||
this.TopRightCornerSize = 0;
|
||||
this.LayoutControl1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Titel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_Description)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Formatting)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControl LayoutControl1;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.ButtonX ButtonX_Cancel;
|
||||
|
||||
|
||||
private DevComponents.DotNetBar.ButtonX ButtonX_Okay;
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutSpacerItem LayoutSpacerItem1;
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem5;
|
||||
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem LayoutControlItem6;
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
|
||||
private DevComponents.DotNetBar.Controls.RichTextBoxEx textBoxX2;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem1;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem2;
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx_Format;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem3;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel1;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel2;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel3;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Titel;
|
||||
private Telerik.WinControls.UI.RadRichTextEditor radRichTextEditor_Description;
|
||||
private Panel panel1;
|
||||
private Telerik.WinControls.UI.RadDropDownList radDropDownList_Formatting;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Cancel;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Okay;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user