Update 20250107
This commit is contained in:
379
Client/UIControls/Administrator/edk_viewer.Designer.cs
generated
379
Client/UIControls/Administrator/edk_viewer.Designer.cs
generated
@@ -28,31 +28,32 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||
this.rblog = new System.Windows.Forms.RadioButton();
|
||||
this.rbdata = new System.Windows.Forms.RadioButton();
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
this.grpDatenart = new System.Windows.Forms.GroupBox();
|
||||
this.grpSelektion = new System.Windows.Forms.GroupBox();
|
||||
this.cbboxzustaendigmitarbeiter = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.grpSelektion = new System.Windows.Forms.GroupBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.cbboxzustaendigmitarbeiter = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
this.grpDatenart = new System.Windows.Forms.GroupBox();
|
||||
this.rbdata = new System.Windows.Forms.RadioButton();
|
||||
this.rblog = new System.Windows.Forms.RadioButton();
|
||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
this.button4 = new System.Windows.Forms.Button();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.grpDatenart.SuspendLayout();
|
||||
this.grpSelektion.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxzustaendigmitarbeiter)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.grpSelektion.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxzustaendigmitarbeiter)).BeginInit();
|
||||
this.grpDatenart.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
@@ -67,14 +68,152 @@
|
||||
this.panel1.TabIndex = 0;
|
||||
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
||||
//
|
||||
// richTextBox1
|
||||
// groupBox1
|
||||
//
|
||||
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.richTextBox1.Location = new System.Drawing.Point(314, 117);
|
||||
this.richTextBox1.Name = "richTextBox1";
|
||||
this.richTextBox1.Size = new System.Drawing.Size(794, 555);
|
||||
this.richTextBox1.TabIndex = 2;
|
||||
this.richTextBox1.Text = "";
|
||||
this.groupBox1.Controls.Add(this.button3);
|
||||
this.groupBox1.Controls.Add(this.button2);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.groupBox1.Location = new System.Drawing.Point(542, 0);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(564, 115);
|
||||
this.groupBox1.TabIndex = 4;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Aktion";
|
||||
//
|
||||
// button3
|
||||
//
|
||||
this.button3.Location = new System.Drawing.Point(6, 54);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(180, 23);
|
||||
this.button3.TabIndex = 1;
|
||||
this.button3.Text = "Ausführen";
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(6, 19);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(180, 23);
|
||||
this.button2.TabIndex = 0;
|
||||
this.button2.Text = "XML in Clipboar kopieren";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// grpSelektion
|
||||
//
|
||||
this.grpSelektion.Controls.Add(this.button4);
|
||||
this.grpSelektion.Controls.Add(this.label3);
|
||||
this.grpSelektion.Controls.Add(this.numericUpDown1);
|
||||
this.grpSelektion.Controls.Add(this.button1);
|
||||
this.grpSelektion.Controls.Add(this.label2);
|
||||
this.grpSelektion.Controls.Add(this.dateTimePicker1);
|
||||
this.grpSelektion.Controls.Add(this.label1);
|
||||
this.grpSelektion.Controls.Add(this.cbboxzustaendigmitarbeiter);
|
||||
this.grpSelektion.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.grpSelektion.Location = new System.Drawing.Point(137, 0);
|
||||
this.grpSelektion.Name = "grpSelektion";
|
||||
this.grpSelektion.Size = new System.Drawing.Size(405, 115);
|
||||
this.grpSelektion.TabIndex = 3;
|
||||
this.grpSelektion.TabStop = false;
|
||||
this.grpSelektion.Text = "Selektion";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(9, 81);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(79, 13);
|
||||
this.label3.TabIndex = 14;
|
||||
this.label3.Text = "Anzahl Datens.";
|
||||
//
|
||||
// numericUpDown1
|
||||
//
|
||||
this.numericUpDown1.Location = new System.Drawing.Point(95, 79);
|
||||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||||
20000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Name = "numericUpDown1";
|
||||
this.numericUpDown1.Size = new System.Drawing.Size(90, 20);
|
||||
this.numericUpDown1.TabIndex = 13;
|
||||
this.numericUpDown1.Value = new decimal(new int[] {
|
||||
50,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(302, 81);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(87, 23);
|
||||
this.button1.TabIndex = 12;
|
||||
this.button1.Text = "Aktualisieren";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(6, 54);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(53, 13);
|
||||
this.label2.TabIndex = 11;
|
||||
this.label2.Text = "Datum ab";
|
||||
//
|
||||
// dateTimePicker1
|
||||
//
|
||||
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(95, 52);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(90, 20);
|
||||
this.dateTimePicker1.TabIndex = 10;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 29);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(56, 13);
|
||||
this.label1.TabIndex = 9;
|
||||
this.label1.Text = "Mitarbeiter";
|
||||
//
|
||||
// cbboxzustaendigmitarbeiter
|
||||
//
|
||||
this.cbboxzustaendigmitarbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.cbboxzustaendigmitarbeiter.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
||||
this.cbboxzustaendigmitarbeiter.Location = new System.Drawing.Point(95, 24);
|
||||
this.cbboxzustaendigmitarbeiter.Name = "cbboxzustaendigmitarbeiter";
|
||||
this.cbboxzustaendigmitarbeiter.Size = new System.Drawing.Size(196, 19);
|
||||
this.cbboxzustaendigmitarbeiter.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
||||
this.cbboxzustaendigmitarbeiter.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.cbboxzustaendigmitarbeiter.TabIndex = 8;
|
||||
this.cbboxzustaendigmitarbeiter.TabStop = false;
|
||||
//
|
||||
// grpDatenart
|
||||
//
|
||||
this.grpDatenart.Controls.Add(this.rbdata);
|
||||
this.grpDatenart.Controls.Add(this.rblog);
|
||||
this.grpDatenart.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.grpDatenart.Location = new System.Drawing.Point(0, 0);
|
||||
this.grpDatenart.Name = "grpDatenart";
|
||||
this.grpDatenart.Size = new System.Drawing.Size(137, 115);
|
||||
this.grpDatenart.TabIndex = 2;
|
||||
this.grpDatenart.TabStop = false;
|
||||
this.grpDatenart.Text = "Log";
|
||||
//
|
||||
// rbdata
|
||||
//
|
||||
this.rbdata.AutoSize = true;
|
||||
this.rbdata.Location = new System.Drawing.Point(20, 52);
|
||||
this.rbdata.Name = "rbdata";
|
||||
this.rbdata.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbdata.TabIndex = 1;
|
||||
this.rbdata.Text = "EDK-Data";
|
||||
this.rbdata.UseVisualStyleBackColor = true;
|
||||
this.rbdata.Click += new System.EventHandler(this.rbdata_Click);
|
||||
//
|
||||
// rblog
|
||||
//
|
||||
@@ -89,28 +228,26 @@
|
||||
this.rblog.UseVisualStyleBackColor = true;
|
||||
this.rblog.Click += new System.EventHandler(this.rblog_Click);
|
||||
//
|
||||
// rbdata
|
||||
// richTextBox1
|
||||
//
|
||||
this.rbdata.AutoSize = true;
|
||||
this.rbdata.Location = new System.Drawing.Point(20, 52);
|
||||
this.rbdata.Name = "rbdata";
|
||||
this.rbdata.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbdata.TabIndex = 1;
|
||||
this.rbdata.Text = "EDK-Data";
|
||||
this.rbdata.UseVisualStyleBackColor = true;
|
||||
this.rbdata.Click += new System.EventHandler(this.rbdata_Click);
|
||||
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.richTextBox1.Location = new System.Drawing.Point(314, 117);
|
||||
this.richTextBox1.Name = "richTextBox1";
|
||||
this.richTextBox1.Size = new System.Drawing.Size(794, 555);
|
||||
this.richTextBox1.TabIndex = 2;
|
||||
this.richTextBox1.Text = "";
|
||||
//
|
||||
// treeViewAdv1
|
||||
//
|
||||
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black;
|
||||
treeNodeAdvStyleInfo2.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.Black;
|
||||
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)});
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(312, 555);
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
//
|
||||
@@ -130,6 +267,8 @@
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(312, 555);
|
||||
this.treeViewAdv1.TabIndex = 4;
|
||||
this.treeViewAdv1.Text = "treeViewAdv1";
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
|
||||
this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.EnsureDefaultOptionedChild = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -142,140 +281,15 @@
|
||||
this.treeViewAdv1.AfterSelect += new System.EventHandler(this.treeViewAdv1_AfterSelect);
|
||||
this.treeViewAdv1.NodeMouseClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv1_NodeMouseClick);
|
||||
//
|
||||
// grpDatenart
|
||||
// button4
|
||||
//
|
||||
this.grpDatenart.Controls.Add(this.rbdata);
|
||||
this.grpDatenart.Controls.Add(this.rblog);
|
||||
this.grpDatenart.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.grpDatenart.Location = new System.Drawing.Point(0, 0);
|
||||
this.grpDatenart.Name = "grpDatenart";
|
||||
this.grpDatenart.Size = new System.Drawing.Size(137, 115);
|
||||
this.grpDatenart.TabIndex = 2;
|
||||
this.grpDatenart.TabStop = false;
|
||||
this.grpDatenart.Text = "Log";
|
||||
//
|
||||
// grpSelektion
|
||||
//
|
||||
this.grpSelektion.Controls.Add(this.label3);
|
||||
this.grpSelektion.Controls.Add(this.numericUpDown1);
|
||||
this.grpSelektion.Controls.Add(this.button1);
|
||||
this.grpSelektion.Controls.Add(this.label2);
|
||||
this.grpSelektion.Controls.Add(this.dateTimePicker1);
|
||||
this.grpSelektion.Controls.Add(this.label1);
|
||||
this.grpSelektion.Controls.Add(this.cbboxzustaendigmitarbeiter);
|
||||
this.grpSelektion.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.grpSelektion.Location = new System.Drawing.Point(137, 0);
|
||||
this.grpSelektion.Name = "grpSelektion";
|
||||
this.grpSelektion.Size = new System.Drawing.Size(405, 115);
|
||||
this.grpSelektion.TabIndex = 3;
|
||||
this.grpSelektion.TabStop = false;
|
||||
this.grpSelektion.Text = "Selektion";
|
||||
//
|
||||
// cbboxzustaendigmitarbeiter
|
||||
//
|
||||
this.cbboxzustaendigmitarbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.cbboxzustaendigmitarbeiter.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
||||
this.cbboxzustaendigmitarbeiter.Location = new System.Drawing.Point(95, 24);
|
||||
this.cbboxzustaendigmitarbeiter.Name = "cbboxzustaendigmitarbeiter";
|
||||
this.cbboxzustaendigmitarbeiter.Size = new System.Drawing.Size(196, 19);
|
||||
this.cbboxzustaendigmitarbeiter.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
||||
this.cbboxzustaendigmitarbeiter.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.cbboxzustaendigmitarbeiter.TabIndex = 8;
|
||||
this.cbboxzustaendigmitarbeiter.TabStop = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 29);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(56, 13);
|
||||
this.label1.TabIndex = 9;
|
||||
this.label1.Text = "Mitarbeiter";
|
||||
//
|
||||
// dateTimePicker1
|
||||
//
|
||||
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(95, 52);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(90, 20);
|
||||
this.dateTimePicker1.TabIndex = 10;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(6, 54);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(53, 13);
|
||||
this.label2.TabIndex = 11;
|
||||
this.label2.Text = "Datum ab";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(302, 81);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(87, 23);
|
||||
this.button1.TabIndex = 12;
|
||||
this.button1.Text = "Aktualisieren";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// numericUpDown1
|
||||
//
|
||||
this.numericUpDown1.Location = new System.Drawing.Point(95, 79);
|
||||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||||
2000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Name = "numericUpDown1";
|
||||
this.numericUpDown1.Size = new System.Drawing.Size(90, 20);
|
||||
this.numericUpDown1.TabIndex = 13;
|
||||
this.numericUpDown1.Value = new decimal(new int[] {
|
||||
50,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(9, 81);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(79, 13);
|
||||
this.label3.TabIndex = 14;
|
||||
this.label3.Text = "Anzahl Datens.";
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.button3);
|
||||
this.groupBox1.Controls.Add(this.button2);
|
||||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.groupBox1.Location = new System.Drawing.Point(542, 0);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(564, 115);
|
||||
this.groupBox1.TabIndex = 4;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Aktion";
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.Location = new System.Drawing.Point(6, 19);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(180, 23);
|
||||
this.button2.TabIndex = 0;
|
||||
this.button2.Text = "XML in Clipboar kopieren";
|
||||
this.button2.UseVisualStyleBackColor = true;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// button3
|
||||
//
|
||||
this.button3.Location = new System.Drawing.Point(6, 54);
|
||||
this.button3.Name = "button3";
|
||||
this.button3.Size = new System.Drawing.Size(180, 23);
|
||||
this.button3.TabIndex = 1;
|
||||
this.button3.Text = "Ausführen";
|
||||
this.button3.UseVisualStyleBackColor = true;
|
||||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||||
this.button4.Location = new System.Drawing.Point(302, 23);
|
||||
this.button4.Name = "button4";
|
||||
this.button4.Size = new System.Drawing.Size(87, 23);
|
||||
this.button4.TabIndex = 15;
|
||||
this.button4.Text = "Export XML";
|
||||
this.button4.UseVisualStyleBackColor = true;
|
||||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||||
//
|
||||
// edk_viewer
|
||||
//
|
||||
@@ -291,14 +305,14 @@
|
||||
this.Text = "EDK-Viewer";
|
||||
this.Load += new System.EventHandler(this.edk_viewer_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
||||
this.grpDatenart.ResumeLayout(false);
|
||||
this.grpDatenart.PerformLayout();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.grpSelektion.ResumeLayout(false);
|
||||
this.grpSelektion.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxzustaendigmitarbeiter)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxzustaendigmitarbeiter)).EndInit();
|
||||
this.grpDatenart.ResumeLayout(false);
|
||||
this.grpDatenart.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -322,5 +336,6 @@
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.Button button2;
|
||||
private System.Windows.Forms.Button button3;
|
||||
private System.Windows.Forms.Button button4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user