Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SymbolModelProperties));
     this.btnOK            = new System.Windows.Forms.Button();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.tbName           = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.btnEditIcon      = new Syncfusion.Windows.Forms.Tools.ButtonEdit();
     this.btnBrowse        = new Syncfusion.Windows.Forms.Tools.ButtonEditChildButton();
     this.label3           = new System.Windows.Forms.Label();
     this.tbPlugInAssembly = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.tbPlugInClass    = new System.Windows.Forms.TextBox();
     this.btnEditIcon.SuspendLayout();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(120, 168);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(64, 24);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text     = "OK";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(200, 168);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(64, 24);
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "Cancel";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(48, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tbName
     //
     this.tbName.Location = new System.Drawing.Point(128, 24);
     this.tbName.Name     = "tbName";
     this.tbName.Size     = new System.Drawing.Size(200, 20);
     this.tbName.TabIndex = 3;
     this.tbName.Text     = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(48, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 16);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Icon:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnEditIcon
     //
     this.btnEditIcon.Buttons.Add(this.btnBrowse);
     this.btnEditIcon.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnBrowse,
         this.btnEditIcon.TextBox
     });
     this.btnEditIcon.FlatStyle       = System.Windows.Forms.FlatStyle.Standard;
     this.btnEditIcon.Location        = new System.Drawing.Point(128, 48);
     this.btnEditIcon.Name            = "btnEditIcon";
     this.btnEditIcon.SelectionLength = 0;
     this.btnEditIcon.SelectionStart  = 0;
     this.btnEditIcon.ShowTextBox     = true;
     this.btnEditIcon.Size            = new System.Drawing.Size(200, 22);
     this.btnEditIcon.TabIndex        = 5;
     this.btnEditIcon.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // btnEditIcon.TextBox
     //
     this.btnEditIcon.TextBox.AutoSize = false;
     this.btnEditIcon.TextBox.Location = new System.Drawing.Point(1, 2);
     this.btnEditIcon.TextBox.Size     = new System.Drawing.Size(182, 18);
     this.btnEditIcon.TextBox.TabIndex = 0;
     //
     // btnBrowse
     //
     this.btnBrowse.BackColor        = System.Drawing.SystemColors.Control;
     this.btnBrowse.ButtonAlign      = Syncfusion.Windows.Forms.Tools.ButtonAlignment.Right;
     this.btnBrowse.ButtonEditParent = this.btnEditIcon;
     this.btnBrowse.ButtonType       = Syncfusion.Windows.Forms.Tools.ButtonTypes.Browse;
     this.btnBrowse.Image            = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.Image")));
     this.btnBrowse.Location         = new System.Drawing.Point(184, 2);
     this.btnBrowse.Name             = "btnBrowse";
     this.btnBrowse.PreferredWidth   = 16;
     this.btnBrowse.Size             = new System.Drawing.Size(16, 18);
     this.btnBrowse.TabIndex         = 1;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 72);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(104, 16);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Plug In Assembly:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tbPlugInAssembly
     //
     this.tbPlugInAssembly.Location = new System.Drawing.Point(128, 72);
     this.tbPlugInAssembly.Name     = "tbPlugInAssembly";
     this.tbPlugInAssembly.Size     = new System.Drawing.Size(200, 20);
     this.tbPlugInAssembly.TabIndex = 7;
     this.tbPlugInAssembly.Text     = "";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(24, 96);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(96, 16);
     this.label4.TabIndex  = 8;
     this.label4.Text      = "Plug In Class:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tbPlugInClass
     //
     this.tbPlugInClass.Location = new System.Drawing.Point(128, 96);
     this.tbPlugInClass.Name     = "tbPlugInClass";
     this.tbPlugInClass.Size     = new System.Drawing.Size(200, 20);
     this.tbPlugInClass.TabIndex = 9;
     this.tbPlugInClass.Text     = "";
     //
     // SymbolModelProperties
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(362, 208);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.tbPlugInClass,
         this.label4,
         this.tbPlugInAssembly,
         this.label3,
         this.btnEditIcon,
         this.label2,
         this.tbName,
         this.label1,
         this.btnCancel,
         this.btnOK
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "SymbolModelProperties";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Symbol Model Properties";
     this.btnEditIcon.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TestForm));
     this.visualStyleProvider1   = new Skybound.VisualStyles.VisualStyleProvider();
     this.buttonEdit1            = new Syncfusion.Windows.Forms.Tools.ButtonEdit();
     this.buttonEditChildButton1 = new Syncfusion.Windows.Forms.Tools.ButtonEditChildButton();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1)).BeginInit();
     this.buttonEdit1.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonEdit1
     //
     this.buttonEdit1.AccessibleDescription = resources.GetString("buttonEdit1.AccessibleDescription");
     this.buttonEdit1.AccessibleName        = resources.GetString("buttonEdit1.AccessibleName");
     this.buttonEdit1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("buttonEdit1.Anchor")));
     this.buttonEdit1.AutoScroll        = ((bool)(resources.GetObject("buttonEdit1.AutoScroll")));
     this.buttonEdit1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("buttonEdit1.AutoScrollMargin")));
     this.buttonEdit1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("buttonEdit1.AutoScrollMinSize")));
     this.buttonEdit1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("buttonEdit1.BackgroundImage")));
     this.buttonEdit1.Buttons.Add(this.buttonEditChildButton1);
     this.buttonEdit1.Controls.Add(this.buttonEditChildButton1);
     this.buttonEdit1.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("buttonEdit1.Dock")));
     this.buttonEdit1.Enabled         = ((bool)(resources.GetObject("buttonEdit1.Enabled")));
     this.buttonEdit1.Font            = ((System.Drawing.Font)(resources.GetObject("buttonEdit1.Font")));
     this.buttonEdit1.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("buttonEdit1.ImeMode")));
     this.buttonEdit1.Location        = ((System.Drawing.Point)(resources.GetObject("buttonEdit1.Location")));
     this.buttonEdit1.Name            = "buttonEdit1";
     this.buttonEdit1.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("buttonEdit1.RightToLeft")));
     this.buttonEdit1.SelectionLength = 0;
     this.buttonEdit1.SelectionStart  = 0;
     this.buttonEdit1.ShowTextBox     = true;
     this.buttonEdit1.Size            = ((System.Drawing.Size)(resources.GetObject("buttonEdit1.Size")));
     this.buttonEdit1.TabIndex        = ((int)(resources.GetObject("buttonEdit1.TabIndex")));
     this.buttonEdit1.Text            = resources.GetString("buttonEdit1.Text");
     //
     // buttonEdit1.TextBox
     //
     this.buttonEdit1.TextBox.AccessibleDescription = resources.GetString("buttonEdit1.TextBox.AccessibleDescription");
     this.buttonEdit1.TextBox.AccessibleName        = resources.GetString("buttonEdit1.TextBox.AccessibleName");
     this.buttonEdit1.TextBox.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("buttonEdit1.TextBox.Anchor")));
     this.buttonEdit1.TextBox.AutoSize        = ((bool)(resources.GetObject("buttonEdit1.TextBox.AutoSize")));
     this.buttonEdit1.TextBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonEdit1.TextBox.BackgroundImage")));
     this.buttonEdit1.TextBox.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.buttonEdit1.TextBox.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("buttonEdit1.TextBox.Dock")));
     this.buttonEdit1.TextBox.Enabled         = ((bool)(resources.GetObject("buttonEdit1.TextBox.Enabled")));
     this.buttonEdit1.TextBox.Font            = ((System.Drawing.Font)(resources.GetObject("buttonEdit1.TextBox.Font")));
     this.buttonEdit1.TextBox.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("buttonEdit1.TextBox.ImeMode")));
     this.buttonEdit1.TextBox.Location        = ((System.Drawing.Point)(resources.GetObject("buttonEdit1.TextBox.Location")));
     this.buttonEdit1.TextBox.MaxLength       = ((int)(resources.GetObject("buttonEdit1.TextBox.MaxLength")));
     this.buttonEdit1.TextBox.Multiline       = ((bool)(resources.GetObject("buttonEdit1.TextBox.Multiline")));
     this.buttonEdit1.TextBox.Name            = "";
     this.buttonEdit1.TextBox.PasswordChar    = ((char)(resources.GetObject("buttonEdit1.TextBox.PasswordChar")));
     this.buttonEdit1.TextBox.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("buttonEdit1.TextBox.RightToLeft")));
     this.buttonEdit1.TextBox.ScrollBars      = ((System.Windows.Forms.ScrollBars)(resources.GetObject("buttonEdit1.TextBox.ScrollBars")));
     this.buttonEdit1.TextBox.Size            = ((System.Drawing.Size)(resources.GetObject("buttonEdit1.TextBox.Size")));
     this.buttonEdit1.TextBox.TabIndex        = ((int)(resources.GetObject("buttonEdit1.TextBox.TabIndex")));
     this.buttonEdit1.TextBox.Text            = resources.GetString("buttonEdit1.TextBox.Text");
     this.buttonEdit1.TextBox.TextAlign       = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("buttonEdit1.TextBox.TextAlign")));
     this.buttonEdit1.TextBox.Visible         = ((bool)(resources.GetObject("buttonEdit1.TextBox.Visible")));
     this.buttonEdit1.TextBox.WordWrap        = ((bool)(resources.GetObject("buttonEdit1.TextBox.WordWrap")));
     this.buttonEdit1.Visible = ((bool)(resources.GetObject("buttonEdit1.Visible")));
     //
     // buttonEditChildButton1
     //
     this.buttonEditChildButton1.AccessibleDescription = resources.GetString("buttonEditChildButton1.AccessibleDescription");
     this.buttonEditChildButton1.AccessibleName        = resources.GetString("buttonEditChildButton1.AccessibleName");
     this.buttonEditChildButton1.Anchor           = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("buttonEditChildButton1.Anchor")));
     this.buttonEditChildButton1.BackColor        = System.Drawing.SystemColors.Control;
     this.buttonEditChildButton1.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("buttonEditChildButton1.BackgroundImage")));
     this.buttonEditChildButton1.ButtonEditParent = this.buttonEdit1;
     this.buttonEditChildButton1.ButtonType       = Syncfusion.Windows.Forms.Tools.ButtonTypes.Browse;
     this.buttonEditChildButton1.Dock             = ((System.Windows.Forms.DockStyle)(resources.GetObject("buttonEditChildButton1.Dock")));
     this.buttonEditChildButton1.Enabled          = ((bool)(resources.GetObject("buttonEditChildButton1.Enabled")));
     this.buttonEditChildButton1.Font             = ((System.Drawing.Font)(resources.GetObject("buttonEditChildButton1.Font")));
     this.buttonEditChildButton1.Image            = ((System.Drawing.Image)(resources.GetObject("buttonEditChildButton1.Image")));
     this.buttonEditChildButton1.ImageAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("buttonEditChildButton1.ImageAlign")));
     this.buttonEditChildButton1.ImageIndex       = ((int)(resources.GetObject("buttonEditChildButton1.ImageIndex")));
     this.buttonEditChildButton1.ImeMode          = ((System.Windows.Forms.ImeMode)(resources.GetObject("buttonEditChildButton1.ImeMode")));
     this.buttonEditChildButton1.Location         = ((System.Drawing.Point)(resources.GetObject("buttonEditChildButton1.Location")));
     this.buttonEditChildButton1.Name             = "buttonEditChildButton1";
     this.buttonEditChildButton1.PreferredWidth   = 16;
     this.buttonEditChildButton1.RightToLeft      = ((System.Windows.Forms.RightToLeft)(resources.GetObject("buttonEditChildButton1.RightToLeft")));
     this.buttonEditChildButton1.Size             = ((System.Drawing.Size)(resources.GetObject("buttonEditChildButton1.Size")));
     this.buttonEditChildButton1.TabIndex         = ((int)(resources.GetObject("buttonEditChildButton1.TabIndex")));
     this.buttonEditChildButton1.Text             = resources.GetString("buttonEditChildButton1.Text");
     this.buttonEditChildButton1.TextAlign        = ((System.Drawing.ContentAlignment)(resources.GetObject("buttonEditChildButton1.TextAlign")));
     this.buttonEditChildButton1.Visible          = ((bool)(resources.GetObject("buttonEditChildButton1.Visible")));
     this.visualStyleProvider1.SetVisualStyleSupport(this.buttonEditChildButton1, true);
     //
     // TestForm
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize            = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.buttonEdit1);
     this.Enabled         = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font            = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location        = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox     = false;
     this.MaximumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimizeBox     = false;
     this.MinimumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name            = "TestForm";
     this.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition   = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text            = resources.GetString("$this.Text");
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1)).EndInit();
     this.buttonEdit1.ResumeLayout(false);
     this.ResumeLayout(false);
 }