namespace OnDoc { partial class Start { /// /// 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(Start)); this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel(); this.rbbtnneuesdokument = new System.Windows.Forms.RibbonButton(); this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel(); this.rbcomboboxprofil = new System.Windows.Forms.RibbonComboBox(); this.ribbonButton1 = new System.Windows.Forms.RibbonButton(); this.ribbonSeparator1 = new System.Windows.Forms.RibbonSeparator(); this.panel1 = new System.Windows.Forms.Panel(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.dateiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.profilEinstellungenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.beendenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nativVorlagenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.dokList1 = new OnDoc.UICintrols.DokList(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // ribbonPanel3 // this.ribbonPanel3.Items.Add(this.rbbtnneuesdokument); this.ribbonPanel3.Name = "ribbonPanel3"; this.ribbonPanel3.Text = ""; this.ribbonPanel3.Visible = false; // // rbbtnneuesdokument // this.rbbtnneuesdokument.Image = ((System.Drawing.Image)(resources.GetObject("rbbtnneuesdokument.Image"))); this.rbbtnneuesdokument.LargeImage = ((System.Drawing.Image)(resources.GetObject("rbbtnneuesdokument.LargeImage"))); this.rbbtnneuesdokument.Name = "rbbtnneuesdokument"; this.rbbtnneuesdokument.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtnneuesdokument.SmallImage"))); this.rbbtnneuesdokument.Text = "Neu"; this.rbbtnneuesdokument.TextAlignment = System.Windows.Forms.RibbonItem.RibbonItemTextAlignment.Center; this.rbbtnneuesdokument.ToolTip = "Neues Dokument"; this.rbbtnneuesdokument.Visible = false; this.rbbtnneuesdokument.Click += new System.EventHandler(this.rbbtnneuesdokument_Click); // // ribbonPanel2 // this.ribbonPanel2.Items.Add(this.rbcomboboxprofil); this.ribbonPanel2.Items.Add(this.ribbonButton1); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Text = "Profil"; this.ribbonPanel2.Visible = false; // // rbcomboboxprofil // this.rbcomboboxprofil.Name = "rbcomboboxprofil"; this.rbcomboboxprofil.SelectedIndex = -1; this.rbcomboboxprofil.TextBoxText = ""; this.rbcomboboxprofil.Visible = false; // // 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.Text = "Bearbeiten"; this.ribbonButton1.Visible = false; // // ribbonSeparator1 // this.ribbonSeparator1.Name = "ribbonSeparator1"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(2, 798); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1584, 18); this.panel1.TabIndex = 3; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 3000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dateiToolStripMenuItem, this.nativVorlagenToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(2, 2); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1584, 24); this.menuStrip1.TabIndex = 5; this.menuStrip1.Text = "menuStrip1"; // // dateiToolStripMenuItem // this.dateiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.profilEinstellungenToolStripMenuItem, this.beendenToolStripMenuItem}); this.dateiToolStripMenuItem.Name = "dateiToolStripMenuItem"; this.dateiToolStripMenuItem.Size = new System.Drawing.Size(46, 20); this.dateiToolStripMenuItem.Text = "&Datei"; // // profilEinstellungenToolStripMenuItem // this.profilEinstellungenToolStripMenuItem.Name = "profilEinstellungenToolStripMenuItem"; this.profilEinstellungenToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.profilEinstellungenToolStripMenuItem.Text = "Profil-Einstellungen"; this.profilEinstellungenToolStripMenuItem.ToolTipText = "Anpassungen von Profilen"; this.profilEinstellungenToolStripMenuItem.Click += new System.EventHandler(this.profilEinstellungenToolStripMenuItem_Click); // // beendenToolStripMenuItem // this.beendenToolStripMenuItem.Name = "beendenToolStripMenuItem"; this.beendenToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.beendenToolStripMenuItem.Text = "&Beenden"; this.beendenToolStripMenuItem.ToolTipText = "Anwendung beenden"; this.beendenToolStripMenuItem.Click += new System.EventHandler(this.beendenToolStripMenuItem_Click); // // nativVorlagenToolStripMenuItem // this.nativVorlagenToolStripMenuItem.Name = "nativVorlagenToolStripMenuItem"; this.nativVorlagenToolStripMenuItem.Size = new System.Drawing.Size(98, 20); this.nativVorlagenToolStripMenuItem.Text = "&Nativ-Vorlagen"; this.nativVorlagenToolStripMenuItem.Click += new System.EventHandler(this.nativVorlagenToolStripMenuItem_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // dokList1 // this.dokList1.datafilter = ""; this.dokList1.docartnr = 0; this.dokList1.Dock = System.Windows.Forms.DockStyle.Fill; this.dokList1.forMaNr = 0; this.dokList1.interop = false; this.dokList1.Location = new System.Drawing.Point(2, 26); this.dokList1.mitarbeiternr = 0; this.dokList1.Name = "dokList1"; this.dokList1.partnernr = 0; this.dokList1.profilnr = 0; this.dokList1.runmacros = false; this.dokList1.selected_cellvalue = null; this.dokList1.selected_dokumentid = null; this.dokList1.Size = new System.Drawing.Size(1584, 772); this.dokList1.TabIndex = 4; this.dokList1.Load += new System.EventHandler(this.dokList1_Load); // // Start // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1588, 818); this.Controls.Add(this.dokList1); this.Controls.Add(this.panel1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MainMenuStrip = this.menuStrip1; this.Name = "Start"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "OnDoc"; this.Load += new System.EventHandler(this.Start_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RibbonSeparator ribbonSeparator1; private System.Windows.Forms.RibbonPanel ribbonPanel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.RibbonComboBox rbcomboboxprofil; private UICintrols.DokList dokList1; private System.Windows.Forms.RibbonPanel ribbonPanel3; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.RibbonButton rbbtnneuesdokument; private System.Windows.Forms.RibbonButton ribbonButton1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem dateiToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem profilEinstellungenToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem beendenToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem nativVorlagenToolStripMenuItem; } }