FabitArchiwum/FabitArchiwum.App/AppForm.Designer.cs
Krzysztof Famulski 58f5e326e0 Add project files.
2024-11-02 15:32:42 +01:00

371 lines
21 KiB
C#

namespace FabitArchiwum.App
{
partial class AppForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppForm));
this.treeView1 = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
this.listBox1 = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.kryptonPanel3 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.kryptonButton10 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton9 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton5 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton4 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.kryptonButton11 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton3 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton2 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.oToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ustawieniaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.wybórSkaneraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.plikToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pdfViewer1 = new PdfiumViewer.PdfViewer();
this.kryptonButton6 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonButton7 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kryptonButton8 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
this.kryptonPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
this.kryptonPanel2.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.AllowDrop = true;
this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.treeView1.HideSelection = false;
this.treeView1.HotTracking = true;
this.treeView1.ItemStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.Gallery;
this.treeView1.Location = new System.Drawing.Point(3, 3);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(435, 132);
this.treeView1.TabIndex = 1;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
this.treeView1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView1_ItemDrag);
this.treeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
this.treeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
//
// listBox1
//
this.listBox1.AllowDrop = true;
this.listBox1.Location = new System.Drawing.Point(3, 7);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(429, 126);
this.listBox1.TabIndex = 2;
this.listBox1.SelectedValueChanged += new System.EventHandler(this.listBox1_SelectedValueChanged);
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
this.listBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listBox1_DragDrop);
this.listBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listBox1_DragEnter);
//
// kryptonPanel1
//
this.kryptonPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.kryptonPanel1.Controls.Add(this.kryptonPanel3);
this.kryptonPanel1.Controls.Add(this.kryptonPanel2);
this.kryptonPanel1.Location = new System.Drawing.Point(12, 45);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(447, 531);
this.kryptonPanel1.TabIndex = 4;
this.kryptonPanel1.Resize += new System.EventHandler(this.kryptonPanel1_Resize);
//
// kryptonPanel3
//
this.kryptonPanel3.Controls.Add(this.kryptonButton10);
this.kryptonPanel3.Controls.Add(this.kryptonButton9);
this.kryptonPanel3.Controls.Add(this.kryptonButton5);
this.kryptonPanel3.Controls.Add(this.kryptonButton4);
this.kryptonPanel3.Controls.Add(this.listBox1);
this.kryptonPanel3.Location = new System.Drawing.Point(6, 218);
this.kryptonPanel3.Name = "kryptonPanel3";
this.kryptonPanel3.Size = new System.Drawing.Size(435, 229);
this.kryptonPanel3.TabIndex = 6;
//
// kryptonButton10
//
this.kryptonButton10.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.kryptonButton10.Enabled = false;
this.kryptonButton10.Location = new System.Drawing.Point(3, 194);
this.kryptonButton10.Name = "kryptonButton10";
this.kryptonButton10.Size = new System.Drawing.Size(90, 32);
this.kryptonButton10.TabIndex = 6;
this.kryptonButton10.Values.Text = "Dodaj";
this.kryptonButton10.Click += new System.EventHandler(this.kryptonButton10_Click);
//
// kryptonButton9
//
this.kryptonButton9.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.kryptonButton9.Enabled = false;
this.kryptonButton9.Location = new System.Drawing.Point(99, 194);
this.kryptonButton9.Name = "kryptonButton9";
this.kryptonButton9.Size = new System.Drawing.Size(90, 32);
this.kryptonButton9.TabIndex = 5;
this.kryptonButton9.Values.Text = "Pobierz";
this.kryptonButton9.Click += new System.EventHandler(this.kryptonButton9_Click);
//
// kryptonButton5
//
this.kryptonButton5.Enabled = false;
this.kryptonButton5.Location = new System.Drawing.Point(195, 194);
this.kryptonButton5.Name = "kryptonButton5";
this.kryptonButton5.Size = new System.Drawing.Size(90, 32);
this.kryptonButton5.TabIndex = 4;
this.kryptonButton5.Values.Text = "Zmień";
this.kryptonButton5.Click += new System.EventHandler(this.kryptonButton5_Click);
//
// kryptonButton4
//
this.kryptonButton4.Enabled = false;
this.kryptonButton4.Location = new System.Drawing.Point(291, 194);
this.kryptonButton4.Name = "kryptonButton4";
this.kryptonButton4.Size = new System.Drawing.Size(90, 32);
this.kryptonButton4.TabIndex = 3;
this.kryptonButton4.Values.Text = "Usuń";
this.kryptonButton4.Click += new System.EventHandler(this.kryptonButton4_Click);
//
// kryptonPanel2
//
this.kryptonPanel2.Controls.Add(this.kryptonButton11);
this.kryptonPanel2.Controls.Add(this.kryptonButton3);
this.kryptonPanel2.Controls.Add(this.kryptonButton2);
this.kryptonPanel2.Controls.Add(this.kryptonButton1);
this.kryptonPanel2.Controls.Add(this.treeView1);
this.kryptonPanel2.Location = new System.Drawing.Point(3, 3);
this.kryptonPanel2.Name = "kryptonPanel2";
this.kryptonPanel2.Size = new System.Drawing.Size(441, 209);
this.kryptonPanel2.TabIndex = 5;
//
// kryptonButton11
//
this.kryptonButton11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.kryptonButton11.Location = new System.Drawing.Point(291, 174);
this.kryptonButton11.Name = "kryptonButton11";
this.kryptonButton11.Size = new System.Drawing.Size(90, 32);
this.kryptonButton11.TabIndex = 5;
this.kryptonButton11.Values.Text = "Odśwież";
this.kryptonButton11.Click += new System.EventHandler(this.kryptonButton11_Click);
//
// kryptonButton3
//
this.kryptonButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.kryptonButton3.Enabled = false;
this.kryptonButton3.Location = new System.Drawing.Point(195, 174);
this.kryptonButton3.Name = "kryptonButton3";
this.kryptonButton3.Size = new System.Drawing.Size(90, 32);
this.kryptonButton3.TabIndex = 4;
this.kryptonButton3.Values.Text = "Zmień";
this.kryptonButton3.Click += new System.EventHandler(this.kryptonButton3_Click);
//
// kryptonButton2
//
this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.kryptonButton2.Enabled = false;
this.kryptonButton2.Location = new System.Drawing.Point(99, 174);
this.kryptonButton2.Name = "kryptonButton2";
this.kryptonButton2.Size = new System.Drawing.Size(90, 32);
this.kryptonButton2.TabIndex = 3;
this.kryptonButton2.Values.Text = "Usuń";
this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
//
// kryptonButton1
//
this.kryptonButton1.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.kryptonButton1.Enabled = false;
this.kryptonButton1.Location = new System.Drawing.Point(3, 174);
this.kryptonButton1.Name = "kryptonButton1";
this.kryptonButton1.Size = new System.Drawing.Size(90, 32);
this.kryptonButton1.TabIndex = 2;
this.kryptonButton1.Values.Text = "Dodaj";
this.kryptonButton1.Click += new System.EventHandler(this.kryptonButton1_Click);
//
// menuStrip1
//
this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.oToolStripMenuItem,
this.ustawieniaToolStripMenuItem,
this.plikToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(926, 30);
this.menuStrip1.TabIndex = 5;
this.menuStrip1.Text = "menuStrip1";
//
// oToolStripMenuItem
//
this.oToolStripMenuItem.Name = "oToolStripMenuItem";
this.oToolStripMenuItem.Size = new System.Drawing.Size(108, 26);
this.oToolStripMenuItem.Text = "O programie";
this.oToolStripMenuItem.Click += new System.EventHandler(this.oToolStripMenuItem_Click);
//
// ustawieniaToolStripMenuItem
//
this.ustawieniaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.wybórSkaneraToolStripMenuItem});
this.ustawieniaToolStripMenuItem.Name = "ustawieniaToolStripMenuItem";
this.ustawieniaToolStripMenuItem.Size = new System.Drawing.Size(95, 26);
this.ustawieniaToolStripMenuItem.Text = "Ustawienia";
//
// wybórSkaneraToolStripMenuItem
//
this.wybórSkaneraToolStripMenuItem.Name = "wybórSkaneraToolStripMenuItem";
this.wybórSkaneraToolStripMenuItem.Size = new System.Drawing.Size(190, 26);
this.wybórSkaneraToolStripMenuItem.Text = "Wybór skanera";
this.wybórSkaneraToolStripMenuItem.Click += new System.EventHandler(this.wybórSkaneraToolStripMenuItem_Click);
//
// plikToolStripMenuItem
//
this.plikToolStripMenuItem.Name = "plikToolStripMenuItem";
this.plikToolStripMenuItem.Size = new System.Drawing.Size(73, 26);
this.plikToolStripMenuItem.Text = "Wyjście";
this.plikToolStripMenuItem.Click += new System.EventHandler(this.plikToolStripMenuItem_Click);
//
// pdfViewer1
//
this.pdfViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pdfViewer1.AutoSize = true;
this.pdfViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pdfViewer1.DefaultDocumentName = "";
this.pdfViewer1.Location = new System.Drawing.Point(460, 90);
this.pdfViewer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pdfViewer1.Name = "pdfViewer1";
this.pdfViewer1.Size = new System.Drawing.Size(453, 485);
this.pdfViewer1.TabIndex = 6;
this.pdfViewer1.Load += new System.EventHandler(this.pdfViewer1_Load);
//
// kryptonButton6
//
this.kryptonButton6.Enabled = false;
this.kryptonButton6.Location = new System.Drawing.Point(465, 45);
this.kryptonButton6.Name = "kryptonButton6";
this.kryptonButton6.Size = new System.Drawing.Size(132, 38);
this.kryptonButton6.TabIndex = 9;
this.kryptonButton6.Values.Text = "SKANUJ do PDF";
this.kryptonButton6.Click += new System.EventHandler(this.kryptonButton6_Click);
//
// kryptonLabel1
//
this.kryptonLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.kryptonLabel1.Location = new System.Drawing.Point(907, 59);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(6, 2);
this.kryptonLabel1.TabIndex = 10;
this.kryptonLabel1.Values.Text = "";
//
// kryptonButton7
//
this.kryptonButton7.Enabled = false;
this.kryptonButton7.Location = new System.Drawing.Point(603, 45);
this.kryptonButton7.Name = "kryptonButton7";
this.kryptonButton7.Size = new System.Drawing.Size(109, 38);
this.kryptonButton7.TabIndex = 11;
this.kryptonButton7.Values.Text = "Wczytaj PDF";
this.kryptonButton7.Click += new System.EventHandler(this.kryptonButton7_Click_1);
//
// kryptonButton8
//
this.kryptonButton8.Enabled = false;
this.kryptonButton8.Location = new System.Drawing.Point(718, 45);
this.kryptonButton8.Name = "kryptonButton8";
this.kryptonButton8.Size = new System.Drawing.Size(168, 38);
this.kryptonButton8.TabIndex = 12;
this.kryptonButton8.Values.Text = "Wczytaj JPG do PDF";
this.kryptonButton8.Click += new System.EventHandler(this.kryptonButton8_Click);
//
// AppForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(926, 588);
this.Controls.Add(this.kryptonButton8);
this.Controls.Add(this.kryptonButton7);
this.Controls.Add(this.kryptonLabel1);
this.Controls.Add(this.kryptonButton6);
this.Controls.Add(this.kryptonPanel1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.pdfViewer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "AppForm";
this.Text = "Archiwum";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AppForm_FormClosing);
this.Shown += new System.EventHandler(this.AppForm_Shown);
this.SizeChanged += new System.EventHandler(this.AppForm_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
this.kryptonPanel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
this.kryptonPanel2.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonTreeView treeView1;
private ComponentFactory.Krypton.Toolkit.KryptonListBox listBox1;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel3;
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton3;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton2;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton5;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton4;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem plikToolStripMenuItem;
private PdfiumViewer.PdfViewer pdfViewer1;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton6;
private System.Windows.Forms.ToolStripMenuItem oToolStripMenuItem;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
private System.Windows.Forms.ToolStripMenuItem ustawieniaToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem wybórSkaneraToolStripMenuItem;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton7;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton8;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton9;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton10;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton11;
}
}