// Required method for Designer support - do not modify
 // the contents of this method with the code editor.
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintPreviewForm));
     this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl();
     this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.toolBar1 = new System.Windows.Forms.ToolBar();
     this.tbtPrint = new System.Windows.Forms.ToolBarButton();
     this.tlbtZoom = new System.Windows.Forms.ToolBarButton();
     this.contextMenu1 = new System.Windows.Forms.ContextMenu();
     this.menuAuto = new System.Windows.Forms.MenuItem();
     this.menu10 = new System.Windows.Forms.MenuItem();
     this.menu25 = new System.Windows.Forms.MenuItem();
     this.menu50 = new System.Windows.Forms.MenuItem();
     this.menu75 = new System.Windows.Forms.MenuItem();
     this.menu100 = new System.Windows.Forms.MenuItem();
     this.menu150 = new System.Windows.Forms.MenuItem();
     this.menu200 = new System.Windows.Forms.MenuItem();
     this.menu250 = new System.Windows.Forms.MenuItem();
     this.menu500 = new System.Windows.Forms.MenuItem();
     this.separator2 = new System.Windows.Forms.ToolBarButton();
     this.tbtOne = new System.Windows.Forms.ToolBarButton();
     this.tbtTwo = new System.Windows.Forms.ToolBarButton();
     this.tbtThree = new System.Windows.Forms.ToolBarButton();
     this.tbtFour = new System.Windows.Forms.ToolBarButton();
     this.tbtSix = new System.Windows.Forms.ToolBarButton();
     this.tbtPageSetup = new System.Windows.Forms.ToolBarButton();
     this.toolbarImages = new System.Windows.Forms.ImageList(this.components);
     this.printPreviewDialog2 = new System.Windows.Forms.PrintPreviewDialog();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.winButton1 = new Xceed.Editors.WinButton();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // printPreviewControl1
     //
     this.printPreviewControl1.AutoZoom = false;
     this.printPreviewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl1.Location = new System.Drawing.Point(0, 34);
     this.printPreviewControl1.Name = "printPreviewControl1";
     this.printPreviewControl1.Size = new System.Drawing.Size(592, 332);
     this.printPreviewControl1.TabIndex = 0;
     this.printPreviewControl1.Zoom = 0.30000001192092896;
     this.printPreviewControl1.SizeChanged += new System.EventHandler(this.printPreviewControl1_SizeChanged);
     //
     // pageSetupDialog1
     //
     this.pageSetupDialog1.ShowHelp = true;
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.AutoSize = false;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
     this.tbtPrint,
     this.tlbtZoom,
     this.separator2,
     this.tbtOne,
     this.tbtTwo,
     this.tbtThree,
     this.tbtFour,
     this.tbtSix,
     this.tbtPageSetup});
     this.toolBar1.ButtonSize = new System.Drawing.Size(20, 20);
     this.toolBar1.Divider = false;
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList = this.toolbarImages;
     this.toolBar1.Location = new System.Drawing.Point(0, 0);
     this.toolBar1.Name = "toolBar1";
     this.toolBar1.ShowToolTips = true;
     this.toolBar1.Size = new System.Drawing.Size(592, 34);
     this.toolBar1.TabIndex = 1;
     this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // tbtPrint
     //
     this.tbtPrint.ImageIndex = 0;
     this.tbtPrint.Name = "tbtPrint";
     this.tbtPrint.Tag = "Print";
     this.tbtPrint.ToolTipText = "��ӡ";
     //
     // tlbtZoom
     //
     this.tlbtZoom.DropDownMenu = this.contextMenu1;
     this.tlbtZoom.ImageIndex = 1;
     this.tlbtZoom.Name = "tlbtZoom";
     this.tlbtZoom.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuAuto,
     this.menu10,
     this.menu25,
     this.menu50,
     this.menu75,
     this.menu100,
     this.menu150,
     this.menu200,
     this.menu250,
     this.menu500});
     //
     // menuAuto
     //
     this.menuAuto.Checked = true;
     this.menuAuto.DefaultItem = true;
     this.menuAuto.Index = 0;
     this.menuAuto.Text = "�Զ�";
     this.menuAuto.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu10
     //
     this.menu10.Index = 1;
     this.menu10.Text = "10%";
     this.menu10.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu25
     //
     this.menu25.Index = 2;
     this.menu25.Text = "25%";
     this.menu25.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu50
     //
     this.menu50.Index = 3;
     this.menu50.Text = "50%";
     this.menu50.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu75
     //
     this.menu75.Index = 4;
     this.menu75.Text = "75%";
     this.menu75.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu100
     //
     this.menu100.Index = 5;
     this.menu100.Text = "100%";
     this.menu100.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu150
     //
     this.menu150.Index = 6;
     this.menu150.Text = "150%";
     this.menu150.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu200
     //
     this.menu200.Index = 7;
     this.menu200.Text = "200%";
     this.menu200.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu250
     //
     this.menu250.Index = 8;
     this.menu250.Text = "250%";
     this.menu250.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu500
     //
     this.menu500.Index = 9;
     this.menu500.Text = "500%";
     this.menu500.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // separator2
     //
     this.separator2.Name = "separator2";
     this.separator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbtOne
     //
     this.tbtOne.ImageIndex = 5;
     this.tbtOne.Name = "tbtOne";
     this.tbtOne.Pushed = true;
     //
     // tbtTwo
     //
     this.tbtTwo.ImageIndex = 6;
     this.tbtTwo.Name = "tbtTwo";
     //
     // tbtThree
     //
     this.tbtThree.ImageIndex = 7;
     this.tbtThree.Name = "tbtThree";
     //
     // tbtFour
     //
     this.tbtFour.ImageIndex = 8;
     this.tbtFour.Name = "tbtFour";
     //
     // tbtSix
     //
     this.tbtSix.ImageIndex = 9;
     this.tbtSix.Name = "tbtSix";
     //
     // tbtPageSetup
     //
     this.tbtPageSetup.ImageIndex = 10;
     this.tbtPageSetup.Name = "tbtPageSetup";
     this.tbtPageSetup.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tbtPageSetup.Tag = "PageSetup";
     this.tbtPageSetup.ToolTipText = "ҳ������";
     //
     // toolbarImages
     //
     this.toolbarImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolbarImages.ImageStream")));
     this.toolbarImages.TransparentColor = System.Drawing.Color.Transparent;
     this.toolbarImages.Images.SetKeyName(0, "");
     this.toolbarImages.Images.SetKeyName(1, "");
     this.toolbarImages.Images.SetKeyName(2, "");
     this.toolbarImages.Images.SetKeyName(3, "");
     this.toolbarImages.Images.SetKeyName(4, "");
     this.toolbarImages.Images.SetKeyName(5, "");
     this.toolbarImages.Images.SetKeyName(6, "");
     this.toolbarImages.Images.SetKeyName(7, "");
     this.toolbarImages.Images.SetKeyName(8, "");
     this.toolbarImages.Images.SetKeyName(9, "");
     this.toolbarImages.Images.SetKeyName(10, "");
     //
     // printPreviewDialog2
     //
     this.printPreviewDialog2.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog2.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog2.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog2.Enabled = true;
     this.printPreviewDialog2.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog2.Icon")));
     this.printPreviewDialog2.Name = "printPreviewDialog2";
     this.printPreviewDialog2.Visible = false;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(336, 4);
     this.numericUpDown1.Maximum = new decimal(new int[] {
     8,
     0,
     0,
     0});
     this.numericUpDown1.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(58, 21);
     this.numericUpDown1.TabIndex = 3;
     this.numericUpDown1.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(288, 2);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(38, 26);
     this.label1.TabIndex = 4;
     this.label1.Text = "ҳ��";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // printDialog1
     //
     this.printDialog1.AllowSomePages = true;
     this.printDialog1.ShowHelp = true;
     //
     // winButton1
     //
     this.winButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.winButton1.Location = new System.Drawing.Point(420, 3);
     this.winButton1.Name = "winButton1";
     this.winButton1.Size = new System.Drawing.Size(153, 26);
     this.winButton1.TabIndex = 7;
     this.winButton1.Text = "ҳüҳ������";
     this.winButton1.Click += new System.EventHandler(this.button2_Click);
     //
     // PrintPreviewForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(592, 366);
     this.Controls.Add(this.winButton1);
     this.Controls.Add(this.printPreviewControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.toolBar1);
     this.Name = "PrintPreviewForm";
     this.Text = "��ӡԤ��";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }
 // Required method for Designer support - do not modify
 // the contents of this method with the code editor.
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintPreviewForm));
     this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl();
     this.pageSetupDialog1     = new System.Windows.Forms.PageSetupDialog();
     this.printPreviewDialog1  = new System.Windows.Forms.PrintPreviewDialog();
     this.toolBar1             = new System.Windows.Forms.ToolBar();
     this.tbtPrint             = new System.Windows.Forms.ToolBarButton();
     this.tlbtZoom             = new System.Windows.Forms.ToolBarButton();
     this.contextMenu1         = new System.Windows.Forms.ContextMenu();
     this.menuAuto             = new System.Windows.Forms.MenuItem();
     this.menu10              = new System.Windows.Forms.MenuItem();
     this.menu25              = new System.Windows.Forms.MenuItem();
     this.menu50              = new System.Windows.Forms.MenuItem();
     this.menu75              = new System.Windows.Forms.MenuItem();
     this.menu100             = new System.Windows.Forms.MenuItem();
     this.menu150             = new System.Windows.Forms.MenuItem();
     this.menu200             = new System.Windows.Forms.MenuItem();
     this.menu250             = new System.Windows.Forms.MenuItem();
     this.menu500             = new System.Windows.Forms.MenuItem();
     this.separator2          = new System.Windows.Forms.ToolBarButton();
     this.tbtOne              = new System.Windows.Forms.ToolBarButton();
     this.tbtTwo              = new System.Windows.Forms.ToolBarButton();
     this.tbtThree            = new System.Windows.Forms.ToolBarButton();
     this.tbtFour             = new System.Windows.Forms.ToolBarButton();
     this.tbtSix              = new System.Windows.Forms.ToolBarButton();
     this.tbtPageSetup        = new System.Windows.Forms.ToolBarButton();
     this.toolbarImages       = new System.Windows.Forms.ImageList(this.components);
     this.printPreviewDialog2 = new System.Windows.Forms.PrintPreviewDialog();
     this.numericUpDown1      = new System.Windows.Forms.NumericUpDown();
     this.label1              = new System.Windows.Forms.Label();
     this.printDialog1        = new System.Windows.Forms.PrintDialog();
     this.winButton1          = new Xceed.Editors.WinButton();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // printPreviewControl1
     //
     this.printPreviewControl1.AutoZoom     = false;
     this.printPreviewControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl1.Location     = new System.Drawing.Point(0, 34);
     this.printPreviewControl1.Name         = "printPreviewControl1";
     this.printPreviewControl1.Size         = new System.Drawing.Size(592, 332);
     this.printPreviewControl1.TabIndex     = 0;
     this.printPreviewControl1.Zoom         = 0.30000001192092896;
     this.printPreviewControl1.SizeChanged += new System.EventHandler(this.printPreviewControl1_SizeChanged);
     //
     // pageSetupDialog1
     //
     this.pageSetupDialog1.ShowHelp = true;
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.AutoSize   = false;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbtPrint,
         this.tlbtZoom,
         this.separator2,
         this.tbtOne,
         this.tbtTwo,
         this.tbtThree,
         this.tbtFour,
         this.tbtSix,
         this.tbtPageSetup
     });
     this.toolBar1.ButtonSize     = new System.Drawing.Size(20, 20);
     this.toolBar1.Divider        = false;
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.toolbarImages;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(592, 34);
     this.toolBar1.TabIndex       = 1;
     this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // tbtPrint
     //
     this.tbtPrint.ImageIndex  = 0;
     this.tbtPrint.Name        = "tbtPrint";
     this.tbtPrint.Tag         = "Print";
     this.tbtPrint.ToolTipText = "´òÓ¡";
     //
     // tlbtZoom
     //
     this.tlbtZoom.DropDownMenu = this.contextMenu1;
     this.tlbtZoom.ImageIndex   = 1;
     this.tlbtZoom.Name         = "tlbtZoom";
     this.tlbtZoom.Style        = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuAuto,
         this.menu10,
         this.menu25,
         this.menu50,
         this.menu75,
         this.menu100,
         this.menu150,
         this.menu200,
         this.menu250,
         this.menu500
     });
     //
     // menuAuto
     //
     this.menuAuto.Checked     = true;
     this.menuAuto.DefaultItem = true;
     this.menuAuto.Index       = 0;
     this.menuAuto.Text        = "×Ô¶¯";
     this.menuAuto.Click      += new System.EventHandler(this.menuItem1_Click);
     //
     // menu10
     //
     this.menu10.Index  = 1;
     this.menu10.Text   = "10%";
     this.menu10.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu25
     //
     this.menu25.Index  = 2;
     this.menu25.Text   = "25%";
     this.menu25.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu50
     //
     this.menu50.Index  = 3;
     this.menu50.Text   = "50%";
     this.menu50.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu75
     //
     this.menu75.Index  = 4;
     this.menu75.Text   = "75%";
     this.menu75.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu100
     //
     this.menu100.Index  = 5;
     this.menu100.Text   = "100%";
     this.menu100.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu150
     //
     this.menu150.Index  = 6;
     this.menu150.Text   = "150%";
     this.menu150.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu200
     //
     this.menu200.Index  = 7;
     this.menu200.Text   = "200%";
     this.menu200.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu250
     //
     this.menu250.Index  = 8;
     this.menu250.Text   = "250%";
     this.menu250.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menu500
     //
     this.menu500.Index  = 9;
     this.menu500.Text   = "500%";
     this.menu500.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // separator2
     //
     this.separator2.Name  = "separator2";
     this.separator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbtOne
     //
     this.tbtOne.ImageIndex = 5;
     this.tbtOne.Name       = "tbtOne";
     this.tbtOne.Pushed     = true;
     //
     // tbtTwo
     //
     this.tbtTwo.ImageIndex = 6;
     this.tbtTwo.Name       = "tbtTwo";
     //
     // tbtThree
     //
     this.tbtThree.ImageIndex = 7;
     this.tbtThree.Name       = "tbtThree";
     //
     // tbtFour
     //
     this.tbtFour.ImageIndex = 8;
     this.tbtFour.Name       = "tbtFour";
     //
     // tbtSix
     //
     this.tbtSix.ImageIndex = 9;
     this.tbtSix.Name       = "tbtSix";
     //
     // tbtPageSetup
     //
     this.tbtPageSetup.ImageIndex  = 10;
     this.tbtPageSetup.Name        = "tbtPageSetup";
     this.tbtPageSetup.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tbtPageSetup.Tag         = "PageSetup";
     this.tbtPageSetup.ToolTipText = "Ò³ÃæÉèÖÃ";
     //
     // toolbarImages
     //
     this.toolbarImages.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolbarImages.ImageStream")));
     this.toolbarImages.TransparentColor = System.Drawing.Color.Transparent;
     this.toolbarImages.Images.SetKeyName(0, "");
     this.toolbarImages.Images.SetKeyName(1, "");
     this.toolbarImages.Images.SetKeyName(2, "");
     this.toolbarImages.Images.SetKeyName(3, "");
     this.toolbarImages.Images.SetKeyName(4, "");
     this.toolbarImages.Images.SetKeyName(5, "");
     this.toolbarImages.Images.SetKeyName(6, "");
     this.toolbarImages.Images.SetKeyName(7, "");
     this.toolbarImages.Images.SetKeyName(8, "");
     this.toolbarImages.Images.SetKeyName(9, "");
     this.toolbarImages.Images.SetKeyName(10, "");
     //
     // printPreviewDialog2
     //
     this.printPreviewDialog2.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog2.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog2.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog2.Enabled           = true;
     this.printPreviewDialog2.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog2.Icon")));
     this.printPreviewDialog2.Name    = "printPreviewDialog2";
     this.printPreviewDialog2.Visible = false;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(336, 4);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         8,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(58, 21);
     this.numericUpDown1.TabIndex = 3;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(288, 2);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(38, 26);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Ò³Âë";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // printDialog1
     //
     this.printDialog1.AllowSomePages = true;
     this.printDialog1.ShowHelp       = true;
     //
     // winButton1
     //
     this.winButton1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.winButton1.Location = new System.Drawing.Point(420, 3);
     this.winButton1.Name     = "winButton1";
     this.winButton1.Size     = new System.Drawing.Size(153, 26);
     this.winButton1.TabIndex = 7;
     this.winButton1.Text     = "ҳüҳ½ÅÉèÖÃ";
     this.winButton1.Click   += new System.EventHandler(this.button2_Click);
     //
     // PrintPreviewForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(592, 366);
     this.Controls.Add(this.winButton1);
     this.Controls.Add(this.printPreviewControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.toolBar1);
     this.Name = "PrintPreviewForm";
     this.Text = "´òÓ¡Ô¤ÀÀ";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }