Exemplo n.º 1
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.ribbon1                  = new System.Windows.Forms.Ribbon();
     this.ribbonButton1            = new System.Windows.Forms.RibbonButton();
     this.ribbonTabPrincipal       = new System.Windows.Forms.RibbonTab();
     this.ribbonPanelPrincipal     = new System.Windows.Forms.RibbonPanel();
     this.ribbonButtonArticulos    = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonTerceros     = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonDocumentos   = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonComprobantes = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonInformes     = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonPreferencias = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonMaestros     = new System.Windows.Forms.RibbonButton();
     this.ribbonButtonSalir        = new System.Windows.Forms.RibbonButton();
     this.statusStrip1             = new System.Windows.Forms.StatusStrip();
     this.lblInfo                  = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblData                  = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblUsuario               = new System.Windows.Forms.ToolStripStatusLabel();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbon1
     //
     this.ribbon1.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbon1.Location  = new System.Drawing.Point(0, 0);
     this.ribbon1.Minimized = false;
     this.ribbon1.Name      = "ribbon1";
     //
     //
     //
     this.ribbon1.OrbDropDown.BorderRoundness = 8;
     this.ribbon1.OrbDropDown.Location        = new System.Drawing.Point(0, 0);
     this.ribbon1.OrbDropDown.Name            = "";
     this.ribbon1.OrbDropDown.Size            = new System.Drawing.Size(527, 72);
     this.ribbon1.OrbDropDown.TabIndex        = 0;
     this.ribbon1.OrbImage = ((System.Drawing.Image)(resources.GetObject("ribbon1.OrbImage")));
     //
     //
     //
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton1);
     this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
     this.ribbon1.Size          = new System.Drawing.Size(726, 116);
     this.ribbon1.TabIndex      = 0;
     this.ribbon1.Tabs.Add(this.ribbonTabPrincipal);
     this.ribbon1.TabsMargin = new System.Windows.Forms.Padding(12, 26, 20, 0);
     this.ribbon1.Text       = "ribbon1";
     this.ribbon1.ThemeColor = System.Windows.Forms.RibbonTheme.Blue;
     //
     // ribbonButton1
     //
     this.ribbonButton1.Image       = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
     this.ribbonButton1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton1.SmallImage  = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
     this.ribbonButton1.Text        = "ribbonButton1";
     //
     // ribbonTabPrincipal
     //
     this.ribbonTabPrincipal.Panels.Add(this.ribbonPanelPrincipal);
     this.ribbonTabPrincipal.Text = "";
     //
     // ribbonPanelPrincipal
     //
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonArticulos);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonTerceros);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonDocumentos);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonComprobantes);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonInformes);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonPreferencias);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonMaestros);
     this.ribbonPanelPrincipal.Items.Add(this.ribbonButtonSalir);
     this.ribbonPanelPrincipal.Text = "";
     //
     // ribbonButtonArticulos
     //
     this.ribbonButtonArticulos.Image         = ((System.Drawing.Image)(resources.GetObject("ribbonButtonArticulos.Image")));
     this.ribbonButtonArticulos.SmallImage    = ((System.Drawing.Image)(resources.GetObject("ribbonButtonArticulos.SmallImage")));
     this.ribbonButtonArticulos.Text          = "Articulos";
     this.ribbonButtonArticulos.TextAlignment = System.Windows.Forms.RibbonItem.RibbonItemTextAlignment.Center;
     this.ribbonButtonArticulos.Click        += new System.EventHandler(this.RibbonButtonArticulosClick);
     //
     // ribbonButtonTerceros
     //
     this.ribbonButtonTerceros.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonTerceros.Image")));
     this.ribbonButtonTerceros.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonTerceros.SmallImage")));
     this.ribbonButtonTerceros.Text       = "Terceros";
     this.ribbonButtonTerceros.Click     += new System.EventHandler(this.RibbonButtonTercerosClick);
     //
     // ribbonButtonDocumentos
     //
     this.ribbonButtonDocumentos.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonDocumentos.Image")));
     this.ribbonButtonDocumentos.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonDocumentos.SmallImage")));
     this.ribbonButtonDocumentos.Text       = "Documentos";
     this.ribbonButtonDocumentos.Click     += new System.EventHandler(this.RibbonButtonDocumentosClick);
     //
     // ribbonButtonComprobantes
     //
     this.ribbonButtonComprobantes.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonComprobantes.Image")));
     this.ribbonButtonComprobantes.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonComprobantes.SmallImage")));
     this.ribbonButtonComprobantes.Text       = "Comprobantes";
     this.ribbonButtonComprobantes.Click     += new System.EventHandler(this.RibbonButtonComprobantesClick);
     //
     // ribbonButtonInformes
     //
     this.ribbonButtonInformes.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonInformes.Image")));
     this.ribbonButtonInformes.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonInformes.SmallImage")));
     this.ribbonButtonInformes.Text       = "Informes";
     //
     // ribbonButtonPreferencias
     //
     this.ribbonButtonPreferencias.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonPreferencias.Image")));
     this.ribbonButtonPreferencias.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonPreferencias.SmallImage")));
     this.ribbonButtonPreferencias.Text       = "Preferencias";
     this.ribbonButtonPreferencias.Click     += new System.EventHandler(this.RibbonButtonPreferenciasClick);
     //
     // ribbonButtonMaestros
     //
     this.ribbonButtonMaestros.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonMaestros.Image")));
     this.ribbonButtonMaestros.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonMaestros.SmallImage")));
     this.ribbonButtonMaestros.Text       = "Maestros";
     this.ribbonButtonMaestros.Click     += new System.EventHandler(this.RibbonButtonMaestrosClick);
     //
     // ribbonButtonSalir
     //
     this.ribbonButtonSalir.Image      = ((System.Drawing.Image)(resources.GetObject("ribbonButtonSalir.Image")));
     this.ribbonButtonSalir.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonSalir.SmallImage")));
     this.ribbonButtonSalir.Text       = "Salir";
     this.ribbonButtonSalir.Click     += new System.EventHandler(this.RibbonButtonSalirClick);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblInfo,
         this.lblUsuario,
         this.lblData
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 239);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(726, 22);
     this.statusStrip1.TabIndex = 2;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblInfo
     //
     this.lblInfo.Image = ((System.Drawing.Image)(resources.GetObject("lblInfo.Image")));
     this.lblInfo.Name  = "lblInfo";
     this.lblInfo.Size  = new System.Drawing.Size(16, 17);
     //
     // lblData
     //
     this.lblData.Image = ((System.Drawing.Image)(resources.GetObject("lblData.Image")));
     this.lblData.Name  = "lblData";
     this.lblData.Size  = new System.Drawing.Size(16, 17);
     //
     // lblUsuario
     //
     this.lblUsuario.Image = ((System.Drawing.Image)(resources.GetObject("lblUsuario.Image")));
     this.lblUsuario.Name  = "lblUsuario";
     this.lblUsuario.Size  = new System.Drawing.Size(16, 17);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // MainForm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(726, 261);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.ribbon1);
     this.DoubleBuffered = true;
     this.IsMdiContainer = true;
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "ElevenSQLite";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.MainFormLoad);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
 /// <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(frmEditorMain));
     this.ribbon1 = new System.Windows.Forms.Ribbon();
     this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
     this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
     this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
     this.ribbonButton4 = new System.Windows.Forms.RibbonButton();
     this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
     this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
     this.btnNewArea = new System.Windows.Forms.RibbonButton();
     this.btnSave = new System.Windows.Forms.RibbonButton();
     this.btnOpen = new System.Windows.Forms.RibbonButton();
     this.rbnMarkov = new System.Windows.Forms.RibbonButton();
     this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
     this.btnSelection = new System.Windows.Forms.RibbonButton();
     this.btnSquare = new System.Windows.Forms.RibbonButton();
     this.btnCircle = new System.Windows.Forms.RibbonButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.tabMain = new System.Windows.Forms.TabControl();
     this.splitRight = new System.Windows.Forms.Splitter();
     this.pnlRight = new System.Windows.Forms.Panel();
     this.gridProperties = new System.Windows.Forms.PropertyGrid();
     this.pnlProperties = new Azmyth.Editor.SplitPanel();
     this.pnlPropertiesCollapsed = new System.Windows.Forms.Panel();
     this.btnPropertiesShow = new System.Windows.Forms.Button();
     this.splitLeft = new System.Windows.Forms.Splitter();
     this.pnlLeft = new System.Windows.Forms.Panel();
     this.tvwWorld = new System.Windows.Forms.TreeView();
     this.pnlAssets = new Azmyth.Editor.SplitPanel();
     this.pnlAssetsCollapsed = new System.Windows.Forms.Panel();
     this.btnAssetsShow = new System.Windows.Forms.Button();
     this.splitBottom = new System.Windows.Forms.Splitter();
     this.pnlBottom = new System.Windows.Forms.Panel();
     this.txtOutput = new System.Windows.Forms.RichTextBox();
     this.splitPanelOutput = new Azmyth.Editor.SplitPanel();
     this.splitTop = new System.Windows.Forms.Splitter();
     this.pnlTop = new System.Windows.Forms.Panel();
     this.splitPanelTop = new Azmyth.Editor.SplitPanel();
     this.pnlTopCollapsed = new System.Windows.Forms.Panel();
     this.btnTopShow = new System.Windows.Forms.Button();
     this.TopPanel = new System.Windows.Forms.Panel();
     this.BottomPanel = new System.Windows.Forms.Panel();
     this.LeftPanel = new System.Windows.Forms.Panel();
     this.RightPanel = new System.Windows.Forms.Panel();
     this.MainPanel = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlRight.SuspendLayout();
     this.pnlPropertiesCollapsed.SuspendLayout();
     this.pnlLeft.SuspendLayout();
     this.pnlAssetsCollapsed.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.pnlTopCollapsed.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbon1
     //
     this.ribbon1.CaptionBarVisible = false;
     this.ribbon1.Font = new System.Drawing.Font("Segoe UI", 11.4F);
     this.ribbon1.Location = new System.Drawing.Point(0, 0);
     this.ribbon1.Minimized = false;
     this.ribbon1.Name = "ribbon1";
     //
     //
     //
     this.ribbon1.OrbDropDown.BorderRoundness = 8;
     this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
     this.ribbon1.OrbDropDown.Name = "";
     this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 447);
     this.ribbon1.OrbDropDown.TabIndex = 0;
     this.ribbon1.OrbImage = null;
     this.ribbon1.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013;
     this.ribbon1.OrbVisible = false;
     //
     //
     //
     this.ribbon1.QuickAcessToolbar.Enabled = false;
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton1);
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton2);
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton3);
     this.ribbon1.QuickAcessToolbar.Items.Add(this.ribbonButton4);
     this.ribbon1.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
     this.ribbon1.Size = new System.Drawing.Size(1025, 148);
     this.ribbon1.TabIndex = 4;
     this.ribbon1.Tabs.Add(this.ribbonTab1);
     this.ribbon1.TabsMargin = new System.Windows.Forms.Padding(12, 2, 20, 0);
     this.ribbon1.Text = "ribbon1";
     this.ribbon1.ThemeColor = System.Windows.Forms.RibbonTheme.Black;
     //
     // ribbonButton1
     //
     this.ribbonButton1.Enabled = false;
     this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
     this.ribbonButton1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
     this.ribbonButton1.Text = "ribbonButton1";
     //
     // ribbonButton2
     //
     this.ribbonButton2.Enabled = false;
     this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
     this.ribbonButton2.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
     this.ribbonButton2.Text = "ribbonButton2";
     //
     // ribbonButton3
     //
     this.ribbonButton3.Enabled = false;
     this.ribbonButton3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.Image")));
     this.ribbonButton3.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
     this.ribbonButton3.Text = "ribbonButton3";
     //
     // ribbonButton4
     //
     this.ribbonButton4.Enabled = false;
     this.ribbonButton4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.Image")));
     this.ribbonButton4.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
     this.ribbonButton4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.SmallImage")));
     this.ribbonButton4.Text = "ribbonButton4";
     //
     // ribbonTab1
     //
     this.ribbonTab1.Panels.Add(this.ribbonPanel1);
     this.ribbonTab1.Panels.Add(this.ribbonPanel2);
     this.ribbonTab1.Text = "Main";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ButtonMoreEnabled = false;
     this.ribbonPanel1.ButtonMoreVisible = false;
     this.ribbonPanel1.Items.Add(this.btnNewArea);
     this.ribbonPanel1.Items.Add(this.btnSave);
     this.ribbonPanel1.Items.Add(this.btnOpen);
     this.ribbonPanel1.Items.Add(this.rbnMarkov);
     this.ribbonPanel1.Text = "Actions";
     //
     // btnNewArea
     //
     this.btnNewArea.DrawIconsBar = false;
     this.btnNewArea.Image = ((System.Drawing.Image)(resources.GetObject("btnNewArea.Image")));
     this.btnNewArea.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnNewArea.SmallImage")));
     this.btnNewArea.Text = "New";
     this.btnNewArea.Click += new System.EventHandler(this.btnNewArea_Click);
     //
     // btnSave
     //
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnSave.SmallImage")));
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnOpen
     //
     this.btnOpen.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.Image")));
     this.btnOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnOpen.SmallImage")));
     this.btnOpen.Text = "Open";
     this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
     //
     // rbnMarkov
     //
     this.rbnMarkov.Image = ((System.Drawing.Image)(resources.GetObject("rbnMarkov.Image")));
     this.rbnMarkov.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbnMarkov.SmallImage")));
     this.rbnMarkov.Text = "";
     this.rbnMarkov.Click += new System.EventHandler(this.rbnMarkov_Click);
     //
     // ribbonPanel2
     //
     this.ribbonPanel2.Items.Add(this.btnSelection);
     this.ribbonPanel2.Items.Add(this.btnSquare);
     this.ribbonPanel2.Items.Add(this.btnCircle);
     this.ribbonPanel2.Text = "Selection";
     //
     // btnSelection
     //
     this.btnSelection.Checked = true;
     this.btnSelection.CheckedGroup = "1";
     this.btnSelection.CheckOnClick = true;
     this.btnSelection.Image = global::Azmyth.Editor.Properties.Resources.Point;
     this.btnSelection.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnSelection.SmallImage")));
     this.btnSelection.Text = "Point";
     this.btnSelection.Click += new System.EventHandler(this.btnSelection_Click);
     //
     // btnSquare
     //
     this.btnSquare.CheckedGroup = "1";
     this.btnSquare.CheckOnClick = true;
     this.btnSquare.Image = global::Azmyth.Editor.Properties.Resources.Square;
     this.btnSquare.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnSquare.SmallImage")));
     this.btnSquare.Text = "Square";
     this.btnSquare.Click += new System.EventHandler(this.btnSquare_Click);
     //
     // btnCircle
     //
     this.btnCircle.CheckedGroup = "1";
     this.btnCircle.CheckOnClick = true;
     this.btnCircle.Image = global::Azmyth.Editor.Properties.Resources.Circle;
     this.btnCircle.SmallImage = ((System.Drawing.Image)(resources.GetObject("btnCircle.SmallImage")));
     this.btnCircle.Text = "Circle";
     this.btnCircle.Click += new System.EventHandler(this.btnCircle_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pnlMain);
     this.panel1.Controls.Add(this.splitRight);
     this.panel1.Controls.Add(this.pnlRight);
     this.panel1.Controls.Add(this.splitLeft);
     this.panel1.Controls.Add(this.pnlLeft);
     this.panel1.Controls.Add(this.splitBottom);
     this.panel1.Controls.Add(this.pnlBottom);
     this.panel1.Controls.Add(this.splitTop);
     this.panel1.Controls.Add(this.pnlTop);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 148);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1025, 567);
     this.panel1.TabIndex = 6;
     //
     // pnlMain
     //
     this.pnlMain.Controls.Add(this.tabMain);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(217, 103);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(594, 361);
     this.pnlMain.TabIndex = 19;
     //
     // tabMain
     //
     this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabMain.Location = new System.Drawing.Point(0, 0);
     this.tabMain.Name = "tabMain";
     this.tabMain.SelectedIndex = 0;
     this.tabMain.Size = new System.Drawing.Size(594, 361);
     this.tabMain.TabIndex = 10;
     //
     // splitRight
     //
     this.splitRight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitRight.Location = new System.Drawing.Point(811, 103);
     this.splitRight.Name = "splitRight";
     this.splitRight.Size = new System.Drawing.Size(3, 361);
     this.splitRight.TabIndex = 18;
     this.splitRight.TabStop = false;
     this.splitRight.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitRight_SplitterMoved);
     //
     // pnlRight
     //
     this.pnlRight.Controls.Add(this.gridProperties);
     this.pnlRight.Controls.Add(this.pnlProperties);
     this.pnlRight.Controls.Add(this.pnlPropertiesCollapsed);
     this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlRight.Location = new System.Drawing.Point(814, 103);
     this.pnlRight.Name = "pnlRight";
     this.pnlRight.Size = new System.Drawing.Size(211, 361);
     this.pnlRight.TabIndex = 17;
     //
     // gridProperties
     //
     this.gridProperties.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridProperties.Location = new System.Drawing.Point(0, 25);
     this.gridProperties.Name = "gridProperties";
     this.gridProperties.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.gridProperties.Size = new System.Drawing.Size(186, 336);
     this.gridProperties.TabIndex = 17;
     this.gridProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.gridProperties_PropertyValueChanged);
     //
     // pnlProperties
     //
     this.pnlProperties.Caption = "Properties";
     this.pnlProperties.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlProperties.Location = new System.Drawing.Point(0, 0);
     this.pnlProperties.Name = "pnlProperties";
     this.pnlProperties.Size = new System.Drawing.Size(186, 25);
     this.pnlProperties.TabIndex = 16;
     this.pnlProperties.Close += new System.Action<object, System.EventArgs>(this.pnlProperties_Close);
     this.pnlProperties.Minimize += new System.Action<object, System.EventArgs>(this.pnlProperties_Minimize);
     //
     // pnlPropertiesCollapsed
     //
     this.pnlPropertiesCollapsed.Controls.Add(this.btnPropertiesShow);
     this.pnlPropertiesCollapsed.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlPropertiesCollapsed.Location = new System.Drawing.Point(186, 0);
     this.pnlPropertiesCollapsed.Margin = new System.Windows.Forms.Padding(0);
     this.pnlPropertiesCollapsed.Name = "pnlPropertiesCollapsed";
     this.pnlPropertiesCollapsed.Padding = new System.Windows.Forms.Padding(2);
     this.pnlPropertiesCollapsed.Size = new System.Drawing.Size(25, 361);
     this.pnlPropertiesCollapsed.TabIndex = 14;
     this.pnlPropertiesCollapsed.Visible = false;
     //
     // btnPropertiesShow
     //
     this.btnPropertiesShow.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnPropertiesShow.FlatAppearance.BorderSize = 0;
     this.btnPropertiesShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnPropertiesShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPropertiesShow.Image = ((System.Drawing.Image)(resources.GetObject("btnPropertiesShow.Image")));
     this.btnPropertiesShow.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnPropertiesShow.Location = new System.Drawing.Point(2, 2);
     this.btnPropertiesShow.Margin = new System.Windows.Forms.Padding(0);
     this.btnPropertiesShow.Name = "btnPropertiesShow";
     this.btnPropertiesShow.Size = new System.Drawing.Size(21, 103);
     this.btnPropertiesShow.TabIndex = 0;
     this.btnPropertiesShow.Text = "Properties";
     this.btnPropertiesShow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnPropertiesShow.UseVisualStyleBackColor = true;
     this.btnPropertiesShow.Click += new System.EventHandler(this.btnPropertiesShow_Click);
     this.btnPropertiesShow.Paint += new System.Windows.Forms.PaintEventHandler(this.btnPropertiesCollapsed_Paint);
     this.btnPropertiesShow.MouseEnter += new System.EventHandler(this.btnPropertiesCollapsed_MouseEnter);
     this.btnPropertiesShow.MouseLeave += new System.EventHandler(this.btnPropertiesCollapsed_MouseLeave);
     //
     // splitLeft
     //
     this.splitLeft.Location = new System.Drawing.Point(211, 103);
     this.splitLeft.Name = "splitLeft";
     this.splitLeft.Size = new System.Drawing.Size(6, 361);
     this.splitLeft.TabIndex = 16;
     this.splitLeft.TabStop = false;
     this.splitLeft.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitLeft_SplitterMoved);
     //
     // pnlLeft
     //
     this.pnlLeft.Controls.Add(this.tvwWorld);
     this.pnlLeft.Controls.Add(this.pnlAssets);
     this.pnlLeft.Controls.Add(this.pnlAssetsCollapsed);
     this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlLeft.Location = new System.Drawing.Point(0, 103);
     this.pnlLeft.Name = "pnlLeft";
     this.pnlLeft.Size = new System.Drawing.Size(211, 361);
     this.pnlLeft.TabIndex = 15;
     //
     // tvwWorld
     //
     this.tvwWorld.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvwWorld.Location = new System.Drawing.Point(25, 25);
     this.tvwWorld.Margin = new System.Windows.Forms.Padding(0);
     this.tvwWorld.Name = "tvwWorld";
     this.tvwWorld.Size = new System.Drawing.Size(186, 336);
     this.tvwWorld.TabIndex = 12;
     this.tvwWorld.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwWorld_AfterSelect);
     //
     // pnlAssets
     //
     this.pnlAssets.Caption = "Assets";
     this.pnlAssets.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlAssets.Location = new System.Drawing.Point(25, 0);
     this.pnlAssets.Name = "pnlAssets";
     this.pnlAssets.Size = new System.Drawing.Size(186, 25);
     this.pnlAssets.TabIndex = 11;
     this.pnlAssets.Close += new System.Action<object, System.EventArgs>(this.pnlAssets_Close);
     this.pnlAssets.Minimize += new System.Action<object, System.EventArgs>(this.pnlAssets_Minimize);
     //
     // pnlAssetsCollapsed
     //
     this.pnlAssetsCollapsed.Controls.Add(this.btnAssetsShow);
     this.pnlAssetsCollapsed.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlAssetsCollapsed.Location = new System.Drawing.Point(0, 0);
     this.pnlAssetsCollapsed.Margin = new System.Windows.Forms.Padding(0);
     this.pnlAssetsCollapsed.Name = "pnlAssetsCollapsed";
     this.pnlAssetsCollapsed.Padding = new System.Windows.Forms.Padding(2);
     this.pnlAssetsCollapsed.Size = new System.Drawing.Size(25, 361);
     this.pnlAssetsCollapsed.TabIndex = 8;
     this.pnlAssetsCollapsed.Visible = false;
     //
     // btnAssetsShow
     //
     this.btnAssetsShow.Dock = System.Windows.Forms.DockStyle.Top;
     this.btnAssetsShow.FlatAppearance.BorderSize = 0;
     this.btnAssetsShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAssetsShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAssetsShow.Image = ((System.Drawing.Image)(resources.GetObject("btnAssetsShow.Image")));
     this.btnAssetsShow.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnAssetsShow.Location = new System.Drawing.Point(2, 2);
     this.btnAssetsShow.Margin = new System.Windows.Forms.Padding(0);
     this.btnAssetsShow.Name = "btnAssetsShow";
     this.btnAssetsShow.Size = new System.Drawing.Size(21, 103);
     this.btnAssetsShow.TabIndex = 0;
     this.btnAssetsShow.Text = "Assets";
     this.btnAssetsShow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnAssetsShow.UseVisualStyleBackColor = true;
     this.btnAssetsShow.Click += new System.EventHandler(this.btnAssetsShow_Click);
     this.btnAssetsShow.Paint += new System.Windows.Forms.PaintEventHandler(this.btnAssetsShow_Paint);
     this.btnAssetsShow.MouseEnter += new System.EventHandler(this.btnAssetsShow_MouseEnter);
     this.btnAssetsShow.MouseLeave += new System.EventHandler(this.btnAssetsShow_MouseLeave);
     //
     // splitBottom
     //
     this.splitBottom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitBottom.Location = new System.Drawing.Point(0, 464);
     this.splitBottom.Name = "splitBottom";
     this.splitBottom.Size = new System.Drawing.Size(1025, 3);
     this.splitBottom.TabIndex = 14;
     this.splitBottom.TabStop = false;
     this.splitBottom.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitBottom_SplitterMoved);
     //
     // pnlBottom
     //
     this.pnlBottom.Controls.Add(this.txtOutput);
     this.pnlBottom.Controls.Add(this.splitPanelOutput);
     this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlBottom.Location = new System.Drawing.Point(0, 467);
     this.pnlBottom.Name = "pnlBottom";
     this.pnlBottom.Size = new System.Drawing.Size(1025, 100);
     this.pnlBottom.TabIndex = 13;
     //
     // txtOutput
     //
     this.txtOutput.BackColor = System.Drawing.Color.Black;
     this.txtOutput.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtOutput.Location = new System.Drawing.Point(0, 24);
     this.txtOutput.Name = "txtOutput";
     this.txtOutput.Size = new System.Drawing.Size(1025, 76);
     this.txtOutput.TabIndex = 2;
     this.txtOutput.Text = "";
     //
     // splitPanelOutput
     //
     this.splitPanelOutput.Caption = "Output";
     this.splitPanelOutput.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitPanelOutput.Location = new System.Drawing.Point(0, 0);
     this.splitPanelOutput.Name = "splitPanelOutput";
     this.splitPanelOutput.Size = new System.Drawing.Size(1025, 24);
     this.splitPanelOutput.TabIndex = 1;
     //
     // splitTop
     //
     this.splitTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.splitTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitTop.Location = new System.Drawing.Point(0, 100);
     this.splitTop.Name = "splitTop";
     this.splitTop.Size = new System.Drawing.Size(1025, 3);
     this.splitTop.TabIndex = 12;
     this.splitTop.TabStop = false;
     this.splitTop.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitTop_SplitterMoved);
     //
     // pnlTop
     //
     this.pnlTop.Controls.Add(this.splitPanelTop);
     this.pnlTop.Controls.Add(this.pnlTopCollapsed);
     this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name = "pnlTop";
     this.pnlTop.Size = new System.Drawing.Size(1025, 100);
     this.pnlTop.TabIndex = 11;
     //
     // splitPanelTop
     //
     this.splitPanelTop.Caption = null;
     this.splitPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitPanelTop.Location = new System.Drawing.Point(0, 25);
     this.splitPanelTop.Name = "splitPanelTop";
     this.splitPanelTop.Size = new System.Drawing.Size(1025, 24);
     this.splitPanelTop.TabIndex = 1;
     this.splitPanelTop.Close += new System.Action<object, System.EventArgs>(this.splitPanelTop_Close);
     this.splitPanelTop.Minimize += new System.Action<object, System.EventArgs>(this.splitPanelTop_Minimize);
     //
     // pnlTopCollapsed
     //
     this.pnlTopCollapsed.Controls.Add(this.btnTopShow);
     this.pnlTopCollapsed.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlTopCollapsed.Location = new System.Drawing.Point(0, 0);
     this.pnlTopCollapsed.Margin = new System.Windows.Forms.Padding(0);
     this.pnlTopCollapsed.Name = "pnlTopCollapsed";
     this.pnlTopCollapsed.Padding = new System.Windows.Forms.Padding(2);
     this.pnlTopCollapsed.Size = new System.Drawing.Size(1025, 25);
     this.pnlTopCollapsed.TabIndex = 11;
     this.pnlTopCollapsed.Visible = false;
     //
     // btnTopShow
     //
     this.btnTopShow.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnTopShow.FlatAppearance.BorderSize = 0;
     this.btnTopShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTopShow.Image = global::Azmyth.Editor.Properties.Resources.imgFolder;
     this.btnTopShow.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.btnTopShow.Location = new System.Drawing.Point(2, 2);
     this.btnTopShow.Margin = new System.Windows.Forms.Padding(0);
     this.btnTopShow.Name = "btnTopShow";
     this.btnTopShow.Size = new System.Drawing.Size(91, 21);
     this.btnTopShow.TabIndex = 0;
     this.btnTopShow.Text = "Top Panel";
     this.btnTopShow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnTopShow.UseVisualStyleBackColor = true;
     this.btnTopShow.Click += new System.EventHandler(this.btnTopShow_Click);
     //
     // TopPanel
     //
     this.TopPanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.TopPanel.Location = new System.Drawing.Point(0, 0);
     this.TopPanel.Name = "TopPanel";
     this.TopPanel.Size = new System.Drawing.Size(1025, 25);
     this.TopPanel.TabIndex = 1;
     //
     // BottomPanel
     //
     this.BottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(0, 268);
     this.BottomPanel.Name = "BottomPanel";
     this.BottomPanel.Size = new System.Drawing.Size(1025, 25);
     this.BottomPanel.TabIndex = 3;
     //
     // LeftPanel
     //
     this.LeftPanel.Dock = System.Windows.Forms.DockStyle.Left;
     this.LeftPanel.Location = new System.Drawing.Point(0, 28);
     this.LeftPanel.Name = "LeftPanel";
     this.LeftPanel.Size = new System.Drawing.Size(25, 237);
     this.LeftPanel.TabIndex = 6;
     //
     // RightPanel
     //
     this.RightPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.RightPanel.Location = new System.Drawing.Point(1000, 28);
     this.RightPanel.Name = "RightPanel";
     this.RightPanel.Size = new System.Drawing.Size(25, 237);
     this.RightPanel.TabIndex = 8;
     //
     // MainPanel
     //
     this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MainPanel.Location = new System.Drawing.Point(28, 28);
     this.MainPanel.Name = "MainPanel";
     this.MainPanel.Size = new System.Drawing.Size(969, 237);
     this.MainPanel.TabIndex = 10;
     //
     // frmEditorMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1025, 715);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ribbon1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmEditorMain";
     this.Text = "Azmyth Editor";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEditorMain_FormClosing);
     this.panel1.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlRight.ResumeLayout(false);
     this.pnlPropertiesCollapsed.ResumeLayout(false);
     this.pnlLeft.ResumeLayout(false);
     this.pnlAssetsCollapsed.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.pnlTop.ResumeLayout(false);
     this.pnlTopCollapsed.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.RibbonButton openButton;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.RibbonButton saveButton;
            this.saveCurrent = new System.Windows.Forms.RibbonButton();
            this.saveAll = new System.Windows.Forms.RibbonButton();
            this.saveSelected = new System.Windows.Forms.RibbonButton();
            this.ribbon = new System.Windows.Forms.Ribbon();
            this.MainTab = new System.Windows.Forms.RibbonTab();
            this.convertPanel = new System.Windows.Forms.RibbonPanel();
            this.viewPanel = new System.Windows.Forms.RibbonPanel();
            this.zoomButton = new System.Windows.Forms.RibbonButton();
            this.zoomOutButton = new System.Windows.Forms.RibbonButton();
            this.fitButton = new System.Windows.Forms.RibbonButton();
            this.fullButton = new System.Windows.Forms.RibbonButton();
            this.docPanel = new System.Windows.Forms.RibbonPanel();
            this.searchButton = new System.Windows.Forms.RibbonButton();
            this.printButton = new System.Windows.Forms.RibbonButton();
            this.pagePanel = new System.Windows.Forms.RibbonPanel();
            this.leftButton = new System.Windows.Forms.RibbonButton();
            this.rightButton = new System.Windows.Forms.RibbonButton();
            this.rotButton = new System.Windows.Forms.RibbonButton();
            this.BatchTab = new System.Windows.Forms.RibbonTab();
            this.addPanel = new System.Windows.Forms.RibbonPanel();
            this.addFile = new System.Windows.Forms.RibbonButton();
            this.addFolder = new System.Windows.Forms.RibbonButton();
            this.removePanel = new System.Windows.Forms.RibbonPanel();
            this.delFile = new System.Windows.Forms.RibbonButton();
            this.delAll = new System.Windows.Forms.RibbonButton();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.pageList = new System.Windows.Forms.ListView();
            this.MODIContainer = new System.Windows.Forms.Panel();
            this.invisDocView = new AxMODI.AxMiDocView();
            this.docView = new AxMODI.AxMiDocView();
            this.printDialog = new System.Windows.Forms.PrintDialog();
            this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
            openButton = new System.Windows.Forms.RibbonButton();
            saveButton = new System.Windows.Forms.RibbonButton();
            this.MODIContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.invisDocView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docView)).BeginInit();
            this.SuspendLayout();
            // 
            // openButton
            // 
            openButton.Image = ((System.Drawing.Image)(resources.GetObject("openButton.Image")));
            openButton.MinimumSize = new System.Drawing.Size(50, 60);
            openButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("openButton.SmallImage")));
            openButton.Text = "Open";
            openButton.Click += new System.EventHandler(this.openButton_Click);
            // 
            // saveButton
            // 
            saveButton.DropDownItems.Add(this.saveCurrent);
            saveButton.DropDownItems.Add(this.saveAll);
            saveButton.DropDownItems.Add(this.saveSelected);
            saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
            saveButton.MinimumSize = new System.Drawing.Size(50, 60);
            saveButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("saveButton.SmallImage")));
            saveButton.Style = System.Windows.Forms.RibbonButtonStyle.DropDown;
            saveButton.Text = "Convert";
            // 
            // saveCurrent
            // 
            this.saveCurrent.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
            this.saveCurrent.Image = ((System.Drawing.Image)(resources.GetObject("saveCurrent.Image")));
            this.saveCurrent.SmallImage = ((System.Drawing.Image)(resources.GetObject("saveCurrent.SmallImage")));
            this.saveCurrent.Text = "Convert Current Page";
            this.saveCurrent.Click += new System.EventHandler(this.saveCurrent_Click);
            // 
            // saveAll
            // 
            this.saveAll.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
            this.saveAll.Image = ((System.Drawing.Image)(resources.GetObject("saveAll.Image")));
            this.saveAll.SmallImage = ((System.Drawing.Image)(resources.GetObject("saveAll.SmallImage")));
            this.saveAll.Text = "Convert All Pages";
            this.saveAll.Click += new System.EventHandler(this.saveAll_Click);
            // 
            // saveSelected
            // 
            this.saveSelected.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
            this.saveSelected.Image = ((System.Drawing.Image)(resources.GetObject("saveSelected.Image")));
            this.saveSelected.SmallImage = ((System.Drawing.Image)(resources.GetObject("saveSelected.SmallImage")));
            this.saveSelected.Text = "Convert Selected Pages";
            this.saveSelected.Click += new System.EventHandler(this.saveSelected_Click);
            // 
            // ribbon
            // 
            this.ribbon.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.Minimized = false;
            this.ribbon.Name = "ribbon";
            // 
            // 
            // 
            this.ribbon.OrbDropDown.BorderRoundness = 8;
            this.ribbon.OrbDropDown.Location = new System.Drawing.Point(0, 0);
            this.ribbon.OrbDropDown.Name = "";
            this.ribbon.OrbDropDown.Size = new System.Drawing.Size(527, 72);
            this.ribbon.OrbDropDown.TabIndex = 0;
            this.ribbon.OrbImage = null;
            this.ribbon.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2010;
            this.ribbon.OrbVisible = false;
            // 
            // 
            // 
            this.ribbon.QuickAcessToolbar.Visible = false;
            this.ribbon.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
            this.ribbon.Size = new System.Drawing.Size(792, 114);
            this.ribbon.TabIndex = 1;
            this.ribbon.Tabs.Add(this.MainTab);
            this.ribbon.Tabs.Add(this.BatchTab);
            this.ribbon.TabsMargin = new System.Windows.Forms.Padding(6, 2, 20, 0);
            this.ribbon.Text = "ribbon";
            this.ribbon.ThemeColor = System.Windows.Forms.RibbonTheme.Blue;
            // 
            // MainTab
            // 
            this.MainTab.Panels.Add(this.convertPanel);
            this.MainTab.Panels.Add(this.viewPanel);
            this.MainTab.Panels.Add(this.docPanel);
            this.MainTab.Panels.Add(this.pagePanel);
            this.MainTab.Text = "Convert Single File";
            this.MainTab.ActiveChanged += new System.EventHandler(this.MainTab_ActiveChanged);
            // 
            // convertPanel
            // 
            this.convertPanel.Items.Add(openButton);
            this.convertPanel.Items.Add(saveButton);
            this.convertPanel.Text = "Convert";
            // 
            // viewPanel
            // 
            this.viewPanel.Items.Add(this.zoomButton);
            this.viewPanel.Items.Add(this.zoomOutButton);
            this.viewPanel.Items.Add(this.fitButton);
            this.viewPanel.Items.Add(this.fullButton);
            this.viewPanel.Text = "View";
            // 
            // zoomButton
            // 
            this.zoomButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomButton.Image")));
            this.zoomButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.zoomButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("zoomButton.SmallImage")));
            this.zoomButton.Text = "Zoom In";
            this.zoomButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.zoomButton_MouseDown);
            // 
            // zoomOutButton
            // 
            this.zoomOutButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomOutButton.Image")));
            this.zoomOutButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.zoomOutButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("zoomOutButton.SmallImage")));
            this.zoomOutButton.Text = "Zoom Out";
            this.zoomOutButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.zoomOutButton_MouseDown);
            // 
            // fitButton
            // 
            this.fitButton.Image = ((System.Drawing.Image)(resources.GetObject("fitButton.Image")));
            this.fitButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.fitButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("fitButton.SmallImage")));
            this.fitButton.Text = "Fit";
            this.fitButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fitButton_MouseDown);
            // 
            // fullButton
            // 
            this.fullButton.Image = ((System.Drawing.Image)(resources.GetObject("fullButton.Image")));
            this.fullButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.fullButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("fullButton.SmallImage")));
            this.fullButton.Text = "Full Size";
            this.fullButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fullButton_MouseDown);
            // 
            // docPanel
            // 
            this.docPanel.Items.Add(this.searchButton);
            this.docPanel.Items.Add(this.printButton);
            this.docPanel.Text = "Document";
            // 
            // searchButton
            // 
            this.searchButton.Image = ((System.Drawing.Image)(resources.GetObject("searchButton.Image")));
            this.searchButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.searchButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("searchButton.SmallImage")));
            this.searchButton.Text = "Search";
            this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
            // 
            // printButton
            // 
            this.printButton.Image = ((System.Drawing.Image)(resources.GetObject("printButton.Image")));
            this.printButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.printButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("printButton.SmallImage")));
            this.printButton.Text = "Print";
            this.printButton.Click += new System.EventHandler(this.printButton_Click);
            // 
            // pagePanel
            // 
            this.pagePanel.Items.Add(this.leftButton);
            this.pagePanel.Items.Add(this.rightButton);
            this.pagePanel.Items.Add(this.rotButton);
            this.pagePanel.Text = "Page";
            // 
            // leftButton
            // 
            this.leftButton.Image = ((System.Drawing.Image)(resources.GetObject("leftButton.Image")));
            this.leftButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.leftButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("leftButton.SmallImage")));
            this.leftButton.Text = "Rotate Left";
            this.leftButton.Click += new System.EventHandler(this.leftButton_Click);
            // 
            // rightButton
            // 
            this.rightButton.Image = ((System.Drawing.Image)(resources.GetObject("rightButton.Image")));
            this.rightButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.rightButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("rightButton.SmallImage")));
            this.rightButton.Text = "Rotate Right";
            this.rightButton.Click += new System.EventHandler(this.rightButton_Click);
            // 
            // rotButton
            // 
            this.rotButton.Image = ((System.Drawing.Image)(resources.GetObject("rotButton.Image")));
            this.rotButton.MinimumSize = new System.Drawing.Size(50, 60);
            this.rotButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("rotButton.SmallImage")));
            this.rotButton.Text = "Rotate 180";
            this.rotButton.Click += new System.EventHandler(this.rotButton_Click);
            // 
            // BatchTab
            // 
            this.BatchTab.Panels.Add(this.addPanel);
            this.BatchTab.Panels.Add(this.removePanel);
            this.BatchTab.Text = "Batch Convert";
            this.BatchTab.ActiveChanged += new System.EventHandler(this.BatchTab_ActiveChanged);
            // 
            // addPanel
            // 
            this.addPanel.Items.Add(this.addFile);
            this.addPanel.Items.Add(this.addFolder);
            this.addPanel.Text = "Add";
            // 
            // addFile
            // 
            this.addFile.Image = ((System.Drawing.Image)(resources.GetObject("addFile.Image")));
            this.addFile.MinimumSize = new System.Drawing.Size(50, 60);
            this.addFile.SmallImage = ((System.Drawing.Image)(resources.GetObject("addFile.SmallImage")));
            this.addFile.Text = "Add File";
            this.addFile.Click += new System.EventHandler(this.addFile_Click);
            // 
            // addFolder
            // 
            this.addFolder.Image = ((System.Drawing.Image)(resources.GetObject("addFolder.Image")));
            this.addFolder.MinimumSize = new System.Drawing.Size(50, 60);
            this.addFolder.SmallImage = ((System.Drawing.Image)(resources.GetObject("addFolder.SmallImage")));
            this.addFolder.Text = "Add Folder";
            this.addFolder.Click += new System.EventHandler(this.addFolder_Click);
            // 
            // removePanel
            // 
            this.removePanel.Items.Add(this.delFile);
            this.removePanel.Items.Add(this.delAll);
            this.removePanel.Text = "Remove";
            // 
            // delFile
            // 
            this.delFile.Image = ((System.Drawing.Image)(resources.GetObject("delFile.Image")));
            this.delFile.MinimumSize = new System.Drawing.Size(50, 60);
            this.delFile.SmallImage = ((System.Drawing.Image)(resources.GetObject("delFile.SmallImage")));
            this.delFile.Text = "Remove File";
            this.delFile.Click += new System.EventHandler(this.delFile_Click);
            // 
            // delAll
            // 
            this.delAll.Image = ((System.Drawing.Image)(resources.GetObject("delAll.Image")));
            this.delAll.MinimumSize = new System.Drawing.Size(50, 60);
            this.delAll.SmallImage = ((System.Drawing.Image)(resources.GetObject("delAll.SmallImage")));
            this.delAll.Text = "Clear List";
            this.delAll.Click += new System.EventHandler(this.delAll_Click);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Filter = "Microsoft Office Document Imaging files|*.mdi";
            // 
            // pageList
            // 
            this.pageList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.pageList.BackColor = System.Drawing.Color.DarkGray;
            this.pageList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pageList.HideSelection = false;
            this.pageList.Location = new System.Drawing.Point(12, 121);
            this.pageList.Name = "pageList";
            this.pageList.Size = new System.Drawing.Size(141, 440);
            this.pageList.TabIndex = 2;
            this.pageList.UseCompatibleStateImageBehavior = false;
            this.pageList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.pageList_ItemSelectionChanged);
            // 
            // MODIContainer
            // 
            this.MODIContainer.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.MODIContainer.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.MODIContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.MODIContainer.Controls.Add(this.invisDocView);
            this.MODIContainer.Controls.Add(this.docView);
            this.MODIContainer.Location = new System.Drawing.Point(159, 121);
            this.MODIContainer.Margin = new System.Windows.Forms.Padding(0);
            this.MODIContainer.Name = "MODIContainer";
            this.MODIContainer.Size = new System.Drawing.Size(624, 440);
            this.MODIContainer.TabIndex = 3;
            this.MODIContainer.Resize += new System.EventHandler(this.MODIContainer_Resize);
            // 
            // invisDocView
            // 
            this.invisDocView.Enabled = true;
            this.invisDocView.Location = new System.Drawing.Point(293, -2);
            this.invisDocView.Name = "invisDocView";
            this.invisDocView.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("invisDocView.OcxState")));
            this.invisDocView.Size = new System.Drawing.Size(192, 192);
            this.invisDocView.TabIndex = 1;
            this.invisDocView.Visible = false;
            // 
            // docView
            // 
            this.docView.Enabled = true;
            this.docView.Location = new System.Drawing.Point(-1, -2);
            this.docView.Name = "docView";
            this.docView.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("docView.OcxState")));
            this.docView.Size = new System.Drawing.Size(192, 192);
            this.docView.TabIndex = 0;
            this.docView.CurPageNumChanged += new System.EventHandler(this.docView_CurPageNumChanged);
            // 
            // printDialog
            // 
            this.printDialog.AllowCurrentPage = true;
            this.printDialog.AllowPrintToFile = false;
            this.printDialog.AllowSomePages = true;
            this.printDialog.UseEXDialog = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.SkyBlue;
            this.ClientSize = new System.Drawing.Size(792, 573);
            this.Controls.Add(this.MODIContainer);
            this.Controls.Add(this.pageList);
            this.Controls.Add(this.ribbon);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(700, 500);
            this.Name = "MainForm";
            this.Text = "Open MDI Converter";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.MODIContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.invisDocView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docView)).EndInit();
            this.ResumeLayout(false);

        }