You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
7.3 KiB

namespace OnDoc
{
partial class Start
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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.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.dokList1 = new OnDoc.UICintrols.DokList();
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;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 3000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// dokList1
//
this.dokList1.datafilter = "";
this.dokList1.docartnr = 0;
this.dokList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dokList1.Location = new System.Drawing.Point(2, 2);
this.dokList1.mitarbeiternr = 0;
this.dokList1.Name = "dokList1";
this.dokList1.partnernr = 0;
this.dokList1.profilnr = 0;
this.dokList1.selected_cellvalue = null;
this.dokList1.selected_dokumentid = null;
this.dokList1.Size = new System.Drawing.Size(1584, 796);
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
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.ResumeLayout(false);
}
#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;
}
}