| 1 | namespace VR.PrintPreview { | 
|---|
| 2 | partial class EnhancedPrintPreviewDialog { | 
|---|
| 3 | /// <summary> | 
|---|
| 4 | /// Required designer variable. | 
|---|
| 5 | /// </summary> | 
|---|
| 6 | private System.ComponentModel.IContainer components = null; | 
|---|
| 7 |  | 
|---|
| 8 | /// <summary> | 
|---|
| 9 | /// Clean up any resources being used. | 
|---|
| 10 | /// </summary> | 
|---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | 
|---|
| 12 | protected override void Dispose(bool disposing) { | 
|---|
| 13 | if (disposing && (components != null)) { | 
|---|
| 14 | components.Dispose(); | 
|---|
| 15 | } | 
|---|
| 16 | base.Dispose(disposing); | 
|---|
| 17 | } | 
|---|
| 18 |  | 
|---|
| 19 | #region Windows Form Designer generated code | 
|---|
| 20 |  | 
|---|
| 21 | /// <summary> | 
|---|
| 22 | /// Required method for Designer support - do not modify | 
|---|
| 23 | /// the contents of this method with the code editor. | 
|---|
| 24 | /// </summary> | 
|---|
| 25 | private void InitializeComponent() { | 
|---|
| 26 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnhancedPrintPreviewDialog)); | 
|---|
| 27 | this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl(); | 
|---|
| 28 | this.toolStrip1 = new System.Windows.Forms.ToolStrip(); | 
|---|
| 29 | this.tsBtnPrint = new System.Windows.Forms.ToolStripButton(); | 
|---|
| 30 | this.tsBtnPrinterSettings = new System.Windows.Forms.ToolStripButton(); | 
|---|
| 31 | this.tsBtnPageSettings = new System.Windows.Forms.ToolStripButton(); | 
|---|
| 32 | this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); | 
|---|
| 33 | this.tsDDownPages = new System.Windows.Forms.ToolStripDropDownButton(); | 
|---|
| 34 | this.pageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 35 | this.pagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 36 | this.pagesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 37 | this.pagesToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 38 | this.pagesToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 39 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | 
|---|
| 40 | this.tsBtnZoom = new System.Windows.Forms.ToolStripButton(); | 
|---|
| 41 | this.tsComboZoom = new System.Windows.Forms.ToolStripComboBox(); | 
|---|
| 42 | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | 
|---|
| 43 | this.tsBtnNext = new System.Windows.Forms.ToolStripButton(); | 
|---|
| 44 | this.tsBtnPrev = new System.Windows.Forms.ToolStripButton(); | 
|---|
| 45 | this.tsLblTotalPages = new System.Windows.Forms.ToolStripLabel(); | 
|---|
| 46 | this.tsTxtCurrentPage = new System.Windows.Forms.ToolStripTextBox(); | 
|---|
| 47 | this.tsBtnLandScapePortrait = new System.Windows.Forms.ToolStripSplitButton(); | 
|---|
| 48 | this.landcapeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 49 | this.portraitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | 
|---|
| 50 | this.toolStrip1.SuspendLayout(); | 
|---|
| 51 | this.SuspendLayout(); | 
|---|
| 52 | // | 
|---|
| 53 | // printPreviewControl1 | 
|---|
| 54 | // | 
|---|
| 55 | resources.ApplyResources(this.printPreviewControl1, "printPreviewControl1"); | 
|---|
| 56 | this.printPreviewControl1.Name = "printPreviewControl1"; | 
|---|
| 57 | // | 
|---|
| 58 | // toolStrip1 | 
|---|
| 59 | // | 
|---|
| 60 | this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; | 
|---|
| 61 | this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | 
|---|
| 62 | this.tsBtnPrint, | 
|---|
| 63 | this.tsBtnPrinterSettings, | 
|---|
| 64 | this.tsBtnPageSettings, | 
|---|
| 65 | this.toolStripSeparator, | 
|---|
| 66 | this.tsDDownPages, | 
|---|
| 67 | this.toolStripSeparator1, | 
|---|
| 68 | this.tsBtnZoom, | 
|---|
| 69 | this.tsComboZoom, | 
|---|
| 70 | this.toolStripSeparator2, | 
|---|
| 71 | this.tsBtnNext, | 
|---|
| 72 | this.tsBtnPrev, | 
|---|
| 73 | this.tsLblTotalPages, | 
|---|
| 74 | this.tsTxtCurrentPage, | 
|---|
| 75 | this.tsBtnLandScapePortrait}); | 
|---|
| 76 | resources.ApplyResources(this.toolStrip1, "toolStrip1"); | 
|---|
| 77 | this.toolStrip1.Name = "toolStrip1"; | 
|---|
| 78 | // | 
|---|
| 79 | // tsBtnPrint | 
|---|
| 80 | // | 
|---|
| 81 | this.tsBtnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | 
|---|
| 82 | resources.ApplyResources(this.tsBtnPrint, "tsBtnPrint"); | 
|---|
| 83 | this.tsBtnPrint.Name = "tsBtnPrint"; | 
|---|
| 84 | this.tsBtnPrint.Click += new System.EventHandler(this.tsBtnPrint_Click); | 
|---|
| 85 | // | 
|---|
| 86 | // tsBtnPrinterSettings | 
|---|
| 87 | // | 
|---|
| 88 | this.tsBtnPrinterSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | 
|---|
| 89 | resources.ApplyResources(this.tsBtnPrinterSettings, "tsBtnPrinterSettings"); | 
|---|
| 90 | this.tsBtnPrinterSettings.Name = "tsBtnPrinterSettings"; | 
|---|
| 91 | this.tsBtnPrinterSettings.Click += new System.EventHandler(this.tsBtnPrinterSettings_Click); | 
|---|
| 92 | // | 
|---|
| 93 | // tsBtnPageSettings | 
|---|
| 94 | // | 
|---|
| 95 | this.tsBtnPageSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | 
|---|
| 96 | resources.ApplyResources(this.tsBtnPageSettings, "tsBtnPageSettings"); | 
|---|
| 97 | this.tsBtnPageSettings.Name = "tsBtnPageSettings"; | 
|---|
| 98 | this.tsBtnPageSettings.Click += new System.EventHandler(this.tsBtnPageSettings_Click); | 
|---|
| 99 | // | 
|---|
| 100 | // toolStripSeparator | 
|---|
| 101 | // | 
|---|
| 102 | this.toolStripSeparator.Name = "toolStripSeparator"; | 
|---|
| 103 | resources.ApplyResources(this.toolStripSeparator, "toolStripSeparator"); | 
|---|
| 104 | // | 
|---|
| 105 | // tsDDownPages | 
|---|
| 106 | // | 
|---|
| 107 | this.tsDDownPages.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | 
|---|
| 108 | this.tsDDownPages.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | 
|---|
| 109 | this.pageToolStripMenuItem, | 
|---|
| 110 | this.pagesToolStripMenuItem, | 
|---|
| 111 | this.pagesToolStripMenuItem1, | 
|---|
| 112 | this.pagesToolStripMenuItem2, | 
|---|
| 113 | this.pagesToolStripMenuItem3}); | 
|---|
| 114 | resources.ApplyResources(this.tsDDownPages, "tsDDownPages"); | 
|---|
| 115 | this.tsDDownPages.Name = "tsDDownPages"; | 
|---|
| 116 | this.tsDDownPages.Tag = "1"; | 
|---|
| 117 | // | 
|---|
| 118 | // pageToolStripMenuItem | 
|---|
| 119 | // | 
|---|
| 120 | resources.ApplyResources(this.pageToolStripMenuItem, "pageToolStripMenuItem"); | 
|---|
| 121 | this.pageToolStripMenuItem.Name = "pageToolStripMenuItem"; | 
|---|
| 122 | this.pageToolStripMenuItem.Tag = "1"; | 
|---|
| 123 | this.pageToolStripMenuItem.Click += new System.EventHandler(this.NumOfPages_Click); | 
|---|
| 124 | // | 
|---|
| 125 | // pagesToolStripMenuItem | 
|---|
| 126 | // | 
|---|
| 127 | resources.ApplyResources(this.pagesToolStripMenuItem, "pagesToolStripMenuItem"); | 
|---|
| 128 | this.pagesToolStripMenuItem.Name = "pagesToolStripMenuItem"; | 
|---|
| 129 | this.pagesToolStripMenuItem.Tag = "2"; | 
|---|
| 130 | this.pagesToolStripMenuItem.Click += new System.EventHandler(this.NumOfPages_Click); | 
|---|
| 131 | // | 
|---|
| 132 | // pagesToolStripMenuItem1 | 
|---|
| 133 | // | 
|---|
| 134 | resources.ApplyResources(this.pagesToolStripMenuItem1, "pagesToolStripMenuItem1"); | 
|---|
| 135 | this.pagesToolStripMenuItem1.Name = "pagesToolStripMenuItem1"; | 
|---|
| 136 | this.pagesToolStripMenuItem1.Tag = "4"; | 
|---|
| 137 | this.pagesToolStripMenuItem1.Click += new System.EventHandler(this.NumOfPages_Click); | 
|---|
| 138 | // | 
|---|
| 139 | // pagesToolStripMenuItem2 | 
|---|
| 140 | // | 
|---|
| 141 | resources.ApplyResources(this.pagesToolStripMenuItem2, "pagesToolStripMenuItem2"); | 
|---|
| 142 | this.pagesToolStripMenuItem2.Name = "pagesToolStripMenuItem2"; | 
|---|
| 143 | this.pagesToolStripMenuItem2.Tag = "6"; | 
|---|
| 144 | this.pagesToolStripMenuItem2.Click += new System.EventHandler(this.NumOfPages_Click); | 
|---|
| 145 | // | 
|---|
| 146 | // pagesToolStripMenuItem3 | 
|---|
| 147 | // | 
|---|
| 148 | resources.ApplyResources(this.pagesToolStripMenuItem3, "pagesToolStripMenuItem3"); | 
|---|
| 149 | this.pagesToolStripMenuItem3.Name = "pagesToolStripMenuItem3"; | 
|---|
| 150 | this.pagesToolStripMenuItem3.Tag = "8"; | 
|---|
| 151 | this.pagesToolStripMenuItem3.Click += new System.EventHandler(this.NumOfPages_Click); | 
|---|
| 152 | // | 
|---|
| 153 | // toolStripSeparator1 | 
|---|
| 154 | // | 
|---|
| 155 | this.toolStripSeparator1.Name = "toolStripSeparator1"; | 
|---|
| 156 | resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); | 
|---|
| 157 | // | 
|---|
| 158 | // tsBtnZoom | 
|---|
| 159 | // | 
|---|
| 160 | resources.ApplyResources(this.tsBtnZoom, "tsBtnZoom"); | 
|---|
| 161 | this.tsBtnZoom.Margin = new System.Windows.Forms.Padding(40, 1, 0, 2); | 
|---|
| 162 | this.tsBtnZoom.Name = "tsBtnZoom"; | 
|---|
| 163 | this.tsBtnZoom.Click += new System.EventHandler(this.tsBtnZoom_Click); | 
|---|
| 164 | // | 
|---|
| 165 | // tsComboZoom | 
|---|
| 166 | // | 
|---|
| 167 | this.tsComboZoom.Items.AddRange(new object[] { | 
|---|
| 168 | resources.GetString("tsComboZoom.Items"), | 
|---|
| 169 | resources.GetString("tsComboZoom.Items1"), | 
|---|
| 170 | resources.GetString("tsComboZoom.Items2"), | 
|---|
| 171 | resources.GetString("tsComboZoom.Items3"), | 
|---|
| 172 | resources.GetString("tsComboZoom.Items4"), | 
|---|
| 173 | resources.GetString("tsComboZoom.Items5"), | 
|---|
| 174 | resources.GetString("tsComboZoom.Items6"), | 
|---|
| 175 | resources.GetString("tsComboZoom.Items7"), | 
|---|
| 176 | resources.GetString("tsComboZoom.Items8"), | 
|---|
| 177 | resources.GetString("tsComboZoom.Items9"), | 
|---|
| 178 | resources.GetString("tsComboZoom.Items10")}); | 
|---|
| 179 | this.tsComboZoom.Name = "tsComboZoom"; | 
|---|
| 180 | resources.ApplyResources(this.tsComboZoom, "tsComboZoom"); | 
|---|
| 181 | this.tsComboZoom.SelectedIndexChanged += new System.EventHandler(this.tsComboZoom_Leave); | 
|---|
| 182 | this.tsComboZoom.Leave += new System.EventHandler(this.tsComboZoom_Leave); | 
|---|
| 183 | this.tsComboZoom.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tsComboZoom_KeyPress); | 
|---|
| 184 | // | 
|---|
| 185 | // toolStripSeparator2 | 
|---|
| 186 | // | 
|---|
| 187 | this.toolStripSeparator2.Name = "toolStripSeparator2"; | 
|---|
| 188 | resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); | 
|---|
| 189 | // | 
|---|
| 190 | // tsBtnNext | 
|---|
| 191 | // | 
|---|
| 192 | this.tsBtnNext.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | 
|---|
| 193 | this.tsBtnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | 
|---|
| 194 | resources.ApplyResources(this.tsBtnNext, "tsBtnNext"); | 
|---|
| 195 | this.tsBtnNext.Name = "tsBtnNext"; | 
|---|
| 196 | this.tsBtnNext.Tag = "next"; | 
|---|
| 197 | this.tsBtnNext.Click += new System.EventHandler(this.Navigate_Click); | 
|---|
| 198 | // | 
|---|
| 199 | // tsBtnPrev | 
|---|
| 200 | // | 
|---|
| 201 | this.tsBtnPrev.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | 
|---|
| 202 | this.tsBtnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | 
|---|
| 203 | resources.ApplyResources(this.tsBtnPrev, "tsBtnPrev"); | 
|---|
| 204 | this.tsBtnPrev.Name = "tsBtnPrev"; | 
|---|
| 205 | this.tsBtnPrev.Tag = "prev"; | 
|---|
| 206 | this.tsBtnPrev.Click += new System.EventHandler(this.Navigate_Click); | 
|---|
| 207 | // | 
|---|
| 208 | // tsLblTotalPages | 
|---|
| 209 | // | 
|---|
| 210 | this.tsLblTotalPages.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | 
|---|
| 211 | this.tsLblTotalPages.Name = "tsLblTotalPages"; | 
|---|
| 212 | resources.ApplyResources(this.tsLblTotalPages, "tsLblTotalPages"); | 
|---|
| 213 | // | 
|---|
| 214 | // tsTxtCurrentPage | 
|---|
| 215 | // | 
|---|
| 216 | this.tsTxtCurrentPage.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | 
|---|
| 217 | this.tsTxtCurrentPage.Name = "tsTxtCurrentPage"; | 
|---|
| 218 | resources.ApplyResources(this.tsTxtCurrentPage, "tsTxtCurrentPage"); | 
|---|
| 219 | this.tsTxtCurrentPage.Leave += new System.EventHandler(this.tsTxtCurrentPage_Leave); | 
|---|
| 220 | // | 
|---|
| 221 | // tsBtnLandScapePortrait | 
|---|
| 222 | // | 
|---|
| 223 | this.tsBtnLandScapePortrait.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; | 
|---|
| 224 | this.tsBtnLandScapePortrait.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | 
|---|
| 225 | this.landcapeToolStripMenuItem, | 
|---|
| 226 | this.portraitToolStripMenuItem}); | 
|---|
| 227 | resources.ApplyResources(this.tsBtnLandScapePortrait, "tsBtnLandScapePortrait"); | 
|---|
| 228 | this.tsBtnLandScapePortrait.Name = "tsBtnLandScapePortrait"; | 
|---|
| 229 | this.tsBtnLandScapePortrait.ButtonClick += new System.EventHandler(this.tsBtnLandScapePortrait_ButtonClick); | 
|---|
| 230 | // | 
|---|
| 231 | // landcapeToolStripMenuItem | 
|---|
| 232 | // | 
|---|
| 233 | this.landcapeToolStripMenuItem.Name = "landcapeToolStripMenuItem"; | 
|---|
| 234 | resources.ApplyResources(this.landcapeToolStripMenuItem, "landcapeToolStripMenuItem"); | 
|---|
| 235 | this.landcapeToolStripMenuItem.Click += new System.EventHandler(this.landcapeToolStripMenuItem_Click); | 
|---|
| 236 | // | 
|---|
| 237 | // portraitToolStripMenuItem | 
|---|
| 238 | // | 
|---|
| 239 | this.portraitToolStripMenuItem.Name = "portraitToolStripMenuItem"; | 
|---|
| 240 | resources.ApplyResources(this.portraitToolStripMenuItem, "portraitToolStripMenuItem"); | 
|---|
| 241 | this.portraitToolStripMenuItem.Click += new System.EventHandler(this.portraitToolStripMenuItem_Click); | 
|---|
| 242 | // | 
|---|
| 243 | // EnhancedPrintPreviewDialog | 
|---|
| 244 | // | 
|---|
| 245 | resources.ApplyResources(this, "$this"); | 
|---|
| 246 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
|---|
| 247 | this.BackColor = System.Drawing.SystemColors.AppWorkspace; | 
|---|
| 248 | this.Controls.Add(this.toolStrip1); | 
|---|
| 249 | this.Controls.Add(this.printPreviewControl1); | 
|---|
| 250 | this.MinimizeBox = false; | 
|---|
| 251 | this.Name = "EnhancedPrintPreviewDialog"; | 
|---|
| 252 | this.ShowInTaskbar = false; | 
|---|
| 253 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RadPrintPreview_FormClosing); | 
|---|
| 254 | this.toolStrip1.ResumeLayout(false); | 
|---|
| 255 | this.toolStrip1.PerformLayout(); | 
|---|
| 256 | this.ResumeLayout(false); | 
|---|
| 257 | this.PerformLayout(); | 
|---|
| 258 |  | 
|---|
| 259 | } | 
|---|
| 260 |  | 
|---|
| 261 | #endregion | 
|---|
| 262 |  | 
|---|
| 263 | private System.Windows.Forms.PrintPreviewControl printPreviewControl1; | 
|---|
| 264 | private System.Windows.Forms.ToolStrip toolStrip1; | 
|---|
| 265 | private System.Windows.Forms.ToolStripButton tsBtnPrint; | 
|---|
| 266 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator; | 
|---|
| 267 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; | 
|---|
| 268 | private System.Windows.Forms.ToolStripDropDownButton tsDDownPages; | 
|---|
| 269 | private System.Windows.Forms.ToolStripMenuItem pageToolStripMenuItem; | 
|---|
| 270 | private System.Windows.Forms.ToolStripMenuItem pagesToolStripMenuItem; | 
|---|
| 271 | private System.Windows.Forms.ToolStripMenuItem pagesToolStripMenuItem1; | 
|---|
| 272 | private System.Windows.Forms.ToolStripMenuItem pagesToolStripMenuItem2; | 
|---|
| 273 | private System.Windows.Forms.ToolStripMenuItem pagesToolStripMenuItem3; | 
|---|
| 274 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; | 
|---|
| 275 | private System.Windows.Forms.ToolStripButton tsBtnNext; | 
|---|
| 276 | private System.Windows.Forms.ToolStripButton tsBtnPrev; | 
|---|
| 277 | private System.Windows.Forms.ToolStripLabel tsLblTotalPages; | 
|---|
| 278 | private System.Windows.Forms.ToolStripTextBox tsTxtCurrentPage; | 
|---|
| 279 | private System.Windows.Forms.ToolStripComboBox tsComboZoom; | 
|---|
| 280 | private System.Windows.Forms.ToolStripButton tsBtnPageSettings; | 
|---|
| 281 | private System.Windows.Forms.ToolStripButton tsBtnPrinterSettings; | 
|---|
| 282 | private System.Windows.Forms.ToolStripButton tsBtnZoom; | 
|---|
| 283 | private System.Windows.Forms.ToolStripSplitButton tsBtnLandScapePortrait; | 
|---|
| 284 | private System.Windows.Forms.ToolStripMenuItem landcapeToolStripMenuItem; | 
|---|
| 285 | private System.Windows.Forms.ToolStripMenuItem portraitToolStripMenuItem; | 
|---|
| 286 | } | 
|---|
| 287 | } | 
|---|