Mini Kabibi Habibi
namespace PdfViewerDemo {
partial class MainForm {
/// <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(MainForm));
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.ribbonGallerySkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
this.pdfViewer = new DevExpress.XtraPdfViewer.PdfViewer();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
this.SuspendLayout();
//
// ribbonControl
//
this.ribbonControl.ExpandCollapseItem.Id = 0;
this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl.ExpandCollapseItem,
this.ribbonGallerySkins});
this.ribbonControl.Location = new System.Drawing.Point(0, 0);
this.ribbonControl.MaxItemId = 2;
this.ribbonControl.Name = "ribbonControl";
this.ribbonControl.Size = new System.Drawing.Size(1190, 49);
this.ribbonControl.Paint += new System.Windows.Forms.PaintEventHandler(this.OnRibbonControlPaint);
//
// ribbonGallerySkins
//
this.ribbonGallerySkins.Caption = "Skins";
this.ribbonGallerySkins.Id = 1;
this.ribbonGallerySkins.Name = "ribbonGallerySkins";
//
// pdfViewer
//
this.pdfViewer.Dock = System.Windows.Forms.DockStyle.Fill;
this.pdfViewer.Location = new System.Drawing.Point(0, 49);
this.pdfViewer.Name = "pdfViewer";
this.pdfViewer.Size = new System.Drawing.Size(1190, 746);
this.pdfViewer.TabIndex = 1;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1190, 795);
this.Controls.Add(this.pdfViewer);
this.Controls.Add(this.ribbonControl);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Ribbon = this.ribbonControl;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PDF Viewer";
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
private DevExpress.XtraPdfViewer.PdfViewer pdfViewer;
private DevExpress.XtraBars.RibbonGalleryBarItem ribbonGallerySkins;
}
}