update 20241210
This commit is contained in:
90
Client/UIControls/DocPreview.Designer.cs
generated
90
Client/UIControls/DocPreview.Designer.cs
generated
@@ -35,19 +35,19 @@
|
||||
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
|
||||
this.pnlEdit = new System.Windows.Forms.Panel();
|
||||
this.Open = new System.Windows.Forms.ToolStrip();
|
||||
this.txtPageNumber = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.zoomComboBox = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.btnFirst = new System.Windows.Forms.ToolStripButton();
|
||||
this.btnPrevious = new System.Windows.Forms.ToolStripButton();
|
||||
this.txtPageNumber = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.btnNext = new System.Windows.Forms.ToolStripButton();
|
||||
this.btnLast = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.zoomIn = new System.Windows.Forms.ToolStripButton();
|
||||
this.zoomOut = new System.Windows.Forms.ToolStripButton();
|
||||
this.zoomComboBox = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.FitPage = new System.Windows.Forms.ToolStripButton();
|
||||
this.FitWidth = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.Open.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -127,46 +127,6 @@
|
||||
this.Open.TabIndex = 5;
|
||||
this.Open.Text = "toolStrip1";
|
||||
//
|
||||
// txtPageNumber
|
||||
//
|
||||
this.txtPageNumber.AutoSize = false;
|
||||
this.txtPageNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.txtPageNumber.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.txtPageNumber.Name = "txtPageNumber";
|
||||
this.txtPageNumber.Size = new System.Drawing.Size(35, 23);
|
||||
this.txtPageNumber.Text = "1";
|
||||
this.txtPageNumber.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
|
||||
//
|
||||
// zoomComboBox
|
||||
//
|
||||
this.zoomComboBox.Items.AddRange(new object[] {
|
||||
"50%",
|
||||
"75%",
|
||||
"100%",
|
||||
"125%",
|
||||
"150%",
|
||||
"200%",
|
||||
"400%"});
|
||||
this.zoomComboBox.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomComboBox.Name = "zoomComboBox";
|
||||
this.zoomComboBox.Size = new System.Drawing.Size(75, 31);
|
||||
this.zoomComboBox.Text = "100%";
|
||||
this.zoomComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomComboBox_SelectedIndexChanged);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.Open);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(76, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(781, 41);
|
||||
this.panel1.TabIndex = 6;
|
||||
//
|
||||
// btnFirst
|
||||
//
|
||||
this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
@@ -193,6 +153,16 @@
|
||||
this.btnPrevious.ToolTipText = "Vorherige Seite";
|
||||
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
|
||||
//
|
||||
// txtPageNumber
|
||||
//
|
||||
this.txtPageNumber.AutoSize = false;
|
||||
this.txtPageNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.txtPageNumber.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.txtPageNumber.Name = "txtPageNumber";
|
||||
this.txtPageNumber.Size = new System.Drawing.Size(35, 23);
|
||||
this.txtPageNumber.Text = "1";
|
||||
this.txtPageNumber.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// btnNext
|
||||
//
|
||||
this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
@@ -219,6 +189,11 @@
|
||||
this.btnLast.ToolTipText = "Letzte Seite";
|
||||
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
|
||||
//
|
||||
// zoomIn
|
||||
//
|
||||
this.zoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
@@ -243,6 +218,22 @@
|
||||
this.zoomOut.ToolTipText = "Vergrössern";
|
||||
this.zoomOut.Click += new System.EventHandler(this.zoomOut_Click);
|
||||
//
|
||||
// zoomComboBox
|
||||
//
|
||||
this.zoomComboBox.Items.AddRange(new object[] {
|
||||
"50%",
|
||||
"75%",
|
||||
"100%",
|
||||
"125%",
|
||||
"150%",
|
||||
"200%",
|
||||
"400%"});
|
||||
this.zoomComboBox.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomComboBox.Name = "zoomComboBox";
|
||||
this.zoomComboBox.Size = new System.Drawing.Size(75, 31);
|
||||
this.zoomComboBox.Text = "100%";
|
||||
this.zoomComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomComboBox_SelectedIndexChanged);
|
||||
//
|
||||
// FitPage
|
||||
//
|
||||
this.FitPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
@@ -277,9 +268,18 @@
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(28, 28);
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
this.toolStripButton1.Text = "PDF Drucken";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.Open);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(76, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(781, 41);
|
||||
this.panel1.TabIndex = 6;
|
||||
//
|
||||
// DocPreview
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
Reference in New Issue
Block a user