namespace OnDoc.Diverses { partial class NativVorlagen { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NativVorlagen)); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.treeView = new System.Windows.Forms.TreeView(); this.fileSystemWatcher1 = new System.IO.FileSystemWatcher(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "Word.png"); this.imageList1.Images.SetKeyName(1, "Excel.png"); this.imageList1.Images.SetKeyName(2, "Powerpoint.png"); this.imageList1.Images.SetKeyName(3, "Folder.png"); this.imageList1.Images.SetKeyName(4, "Favoriten_24x24-32.png"); // // treeView // this.treeView.Dock = System.Windows.Forms.DockStyle.Left; this.treeView.FullRowSelect = true; this.treeView.HotTracking = true; this.treeView.ImageIndex = 0; this.treeView.ImageList = this.imageList1; this.treeView.Location = new System.Drawing.Point(2, 61); this.treeView.Name = "treeView"; this.treeView.SelectedImageIndex = 0; this.treeView.Size = new System.Drawing.Size(296, 387); this.treeView.TabIndex = 1; this.treeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseDoubleClick); // // fileSystemWatcher1 // this.fileSystemWatcher1.EnableRaisingEvents = true; this.fileSystemWatcher1.SynchronizingObject = this; // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2}); this.toolStrip1.Location = new System.Drawing.Point(2, 2); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(529, 59); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.AutoSize = false; this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(48, 48); this.toolStripButton1.Text = "Schliessen"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::OnDoc.Properties.Resources.Execute_32x32_32; this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 56); this.toolStripButton2.Text = "Dokument erstellen"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(316, 61); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 13); this.label1.TabIndex = 3; this.label1.Text = "Dokument-Klassifizierung"; // // button1 // this.button1.Location = new System.Drawing.Point(319, 415); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 4; this.button1.Text = "Erstellen"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // NativVorlagen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(533, 450); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.treeView); this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "NativVorlagen"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Nativ-Vorlagen"; this.Load += new System.EventHandler(this.NativVorlagen_Load); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.TreeView treeView; private System.IO.FileSystemWatcher fileSystemWatcher1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; } }