namespace OnDoc.UICintrols { partial class Vorlagenauswahl { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vorlagenauswahl)); this.ribbon1 = new System.Windows.Forms.Ribbon(); this.ribbonTab1 = new System.Windows.Forms.RibbonTab(); this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel(); this.ribbonButton1 = new System.Windows.Forms.RibbonButton(); this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel(); this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup(); this.RibbonTextSearch = new System.Windows.Forms.RibbonTextBox(); this.RibbonButtonSearch = new System.Windows.Forms.RibbonButton(); this.imageListAdv1 = new Syncfusion.Windows.Forms.Tools.ImageListAdv(this.components); this.sfListView1 = new Syncfusion.WinForms.ListView.SfListView(); this.SuspendLayout(); // // ribbon1 // this.ribbon1.CaptionBarVisible = false; this.ribbon1.Font = new System.Drawing.Font("Segoe UI", 9F); this.ribbon1.Location = new System.Drawing.Point(0, 0); this.ribbon1.Minimized = false; this.ribbon1.Name = "ribbon1"; // // // this.ribbon1.OrbDropDown.BorderRoundness = 8; this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0); this.ribbon1.OrbDropDown.Name = ""; this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 447); this.ribbon1.OrbDropDown.TabIndex = 0; this.ribbon1.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013; this.ribbon1.OrbVisible = false; this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F); this.ribbon1.Size = new System.Drawing.Size(758, 100); this.ribbon1.TabIndex = 0; this.ribbon1.Tabs.Add(this.ribbonTab1); this.ribbon1.TabSpacing = 4; this.ribbon1.Text = "ribbon1"; // // ribbonTab1 // this.ribbonTab1.Name = "ribbonTab1"; this.ribbonTab1.Panels.Add(this.ribbonPanel1); this.ribbonTab1.Panels.Add(this.ribbonPanel2); this.ribbonTab1.Text = null; // // ribbonPanel1 // this.ribbonPanel1.ButtonMoreVisible = false; this.ribbonPanel1.Items.Add(this.ribbonButton1); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Text = "Schliessen"; // // ribbonButton1 // this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image"))); this.ribbonButton1.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.LargeImage"))); this.ribbonButton1.Name = "ribbonButton1"; this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage"))); this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click); // // ribbonPanel2 // this.ribbonPanel2.ButtonMoreEnabled = false; this.ribbonPanel2.ButtonMoreVisible = false; this.ribbonPanel2.Items.Add(this.ribbonItemGroup1); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Text = "Suche"; // // ribbonItemGroup1 // this.ribbonItemGroup1.Items.Add(this.RibbonTextSearch); this.ribbonItemGroup1.Items.Add(this.RibbonButtonSearch); this.ribbonItemGroup1.Name = "ribbonItemGroup1"; // // RibbonTextSearch // this.RibbonTextSearch.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact; this.RibbonTextSearch.Name = "RibbonTextSearch"; this.RibbonTextSearch.TextBoxText = ""; this.RibbonTextSearch.TextBoxKeyDown += new System.Windows.Forms.KeyEventHandler(this.RibbonTextSearch_TextBoxKeyDown); // // RibbonButtonSearch // this.RibbonButtonSearch.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact; this.RibbonButtonSearch.Name = "RibbonButtonSearch"; this.RibbonButtonSearch.Click += new System.EventHandler(this.RibbonButtonSearch_Click); // // sfListView1 // this.sfListView1.AccessibleName = "ScrollControl"; this.sfListView1.BackColor = System.Drawing.SystemColors.Window; this.sfListView1.Dock = System.Windows.Forms.DockStyle.Fill; this.sfListView1.HotTracking = true; this.sfListView1.Location = new System.Drawing.Point(0, 100); this.sfListView1.Name = "sfListView1"; this.sfListView1.Size = new System.Drawing.Size(758, 601); this.sfListView1.TabIndex = 1; this.sfListView1.Text = "sfListView1"; this.sfListView1.DoubleClick += new System.EventHandler(this.sfListView1_DoubleClick); // // Vorlagenauswahl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.sfListView1); this.Controls.Add(this.ribbon1); this.Name = "Vorlagenauswahl"; this.Size = new System.Drawing.Size(758, 701); this.Load += new System.EventHandler(this.Vorlagenauswahl_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Ribbon ribbon1; private System.Windows.Forms.RibbonTab ribbonTab1; private System.Windows.Forms.RibbonPanel ribbonPanel1; private System.Windows.Forms.RibbonButton ribbonButton1; private System.Windows.Forms.RibbonPanel ribbonPanel2; private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1; private System.Windows.Forms.RibbonTextBox RibbonTextSearch; private System.Windows.Forms.RibbonButton RibbonButtonSearch; private Syncfusion.Windows.Forms.Tools.ImageListAdv imageListAdv1; private Syncfusion.WinForms.ListView.SfListView sfListView1; } }