286 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			286 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.wms.win | |||
|  | { | |||
|  |     partial class ImageViewForm | |||
|  |     { | |||
|  |         /// <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(ImageViewForm)); | |||
|  |             this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); | |||
|  |             this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); | |||
|  |             this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); | |||
|  |             this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); | |||
|  |             this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); | |||
|  |             this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); | |||
|  |             this.lbVender = new System.Windows.Forms.Label(); | |||
|  |             this.picbox1 = new System.Windows.Forms.PictureBox(); | |||
|  |             this.picbox2 = new System.Windows.Forms.PictureBox(); | |||
|  |             this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); | |||
|  |             this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); | |||
|  |             this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); | |||
|  |             this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); | |||
|  |             this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); | |||
|  |             this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); | |||
|  |             this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); | |||
|  |             this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); | |||
|  |             this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); | |||
|  |             this.layoutControl1.SuspendLayout(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.picbox1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.picbox2)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // ribbon | |||
|  |             //  | |||
|  |             this.ribbon.ExpandCollapseItem.Id = 0; | |||
|  |             this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { | |||
|  |             this.ribbon.ExpandCollapseItem, | |||
|  |             this.barButtonItem1, | |||
|  |             this.barButtonItem2}); | |||
|  |             this.ribbon.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.ribbon.MaxItemId = 3; | |||
|  |             this.ribbon.Name = "ribbon"; | |||
|  |             this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { | |||
|  |             this.ribbonPage1}); | |||
|  |             this.ribbon.Size = new System.Drawing.Size(1200, 147); | |||
|  |             //  | |||
|  |             // barButtonItem1 | |||
|  |             //  | |||
|  |             this.barButtonItem1.Caption = "query"; | |||
|  |             this.barButtonItem1.Id = 1; | |||
|  |             this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image"))); | |||
|  |             this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage"))); | |||
|  |             this.barButtonItem1.Name = "barButtonItem1"; | |||
|  |             //  | |||
|  |             // barButtonItem2 | |||
|  |             //  | |||
|  |             this.barButtonItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; | |||
|  |             this.barButtonItem2.Caption = "barButtonItem2"; | |||
|  |             this.barButtonItem2.Id = 2; | |||
|  |             this.barButtonItem2.Name = "barButtonItem2"; | |||
|  |             //  | |||
|  |             // ribbonPage1 | |||
|  |             //  | |||
|  |             this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { | |||
|  |             this.ribbonPageGroup1}); | |||
|  |             this.ribbonPage1.Name = "ribbonPage1"; | |||
|  |             this.ribbonPage1.Text = "编辑"; | |||
|  |             //  | |||
|  |             // ribbonPageGroup1 | |||
|  |             //  | |||
|  |             this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1); | |||
|  |             this.ribbonPageGroup1.Name = "ribbonPageGroup1"; | |||
|  |             this.ribbonPageGroup1.Text = "编辑"; | |||
|  |             //  | |||
|  |             // layoutControl1 | |||
|  |             //  | |||
|  |             this.layoutControl1.Controls.Add(this.lbVender); | |||
|  |             this.layoutControl1.Controls.Add(this.picbox1); | |||
|  |             this.layoutControl1.Controls.Add(this.picbox2); | |||
|  |             this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; | |||
|  |             this.layoutControl1.Location = new System.Drawing.Point(0, 147); | |||
|  |             this.layoutControl1.Name = "layoutControl1"; | |||
|  |             this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(2086, 470, 450, 400); | |||
|  |             this.layoutControl1.Root = this.layoutControlGroup1; | |||
|  |             this.layoutControl1.Size = new System.Drawing.Size(1200, 579); | |||
|  |             this.layoutControl1.TabIndex = 9; | |||
|  |             this.layoutControl1.Text = "layoutControl1"; | |||
|  |             //  | |||
|  |             // lbVender | |||
|  |             //  | |||
|  |             this.lbVender.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold); | |||
|  |             this.lbVender.Location = new System.Drawing.Point(24, 43); | |||
|  |             this.lbVender.Name = "lbVender"; | |||
|  |             this.lbVender.Size = new System.Drawing.Size(1152, 68); | |||
|  |             this.lbVender.TabIndex = 5; | |||
|  |             //  | |||
|  |             // picbox1 | |||
|  |             //  | |||
|  |             this.picbox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; | |||
|  |             this.picbox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; | |||
|  |             this.picbox1.Location = new System.Drawing.Point(34, 132); | |||
|  |             this.picbox1.Name = "picbox1"; | |||
|  |             this.picbox1.Size = new System.Drawing.Size(532, 423); | |||
|  |             this.picbox1.TabIndex = 4; | |||
|  |             this.picbox1.TabStop = false; | |||
|  |             //  | |||
|  |             // picbox2 | |||
|  |             //  | |||
|  |             this.picbox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; | |||
|  |             this.picbox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; | |||
|  |             this.picbox2.Location = new System.Drawing.Point(575, 132); | |||
|  |             this.picbox2.Name = "picbox2"; | |||
|  |             this.picbox2.Size = new System.Drawing.Size(591, 423); | |||
|  |             this.picbox2.TabIndex = 4; | |||
|  |             this.picbox2.TabStop = false; | |||
|  |             //  | |||
|  |             // layoutControlGroup1 | |||
|  |             //  | |||
|  |             this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; | |||
|  |             this.layoutControlGroup1.GroupBordersVisible = false; | |||
|  |             this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { | |||
|  |             this.layoutControlGroup2}); | |||
|  |             this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlGroup1.Name = "Root"; | |||
|  |             this.layoutControlGroup1.Size = new System.Drawing.Size(1200, 579); | |||
|  |             this.layoutControlGroup1.TextVisible = false; | |||
|  |             //  | |||
|  |             // layoutControlGroup2 | |||
|  |             //  | |||
|  |             this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { | |||
|  |             this.layoutControlItem1, | |||
|  |             this.layoutControlItem2, | |||
|  |             this.layoutControlItem3, | |||
|  |             this.splitterItem1, | |||
|  |             this.emptySpaceItem1, | |||
|  |             this.emptySpaceItem4}); | |||
|  |             this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlGroup2.Name = "layoutControlGroup2"; | |||
|  |             this.layoutControlGroup2.Size = new System.Drawing.Size(1180, 559); | |||
|  |             this.layoutControlGroup2.Text = "存档模板"; | |||
|  |             //  | |||
|  |             // layoutControlItem1 | |||
|  |             //  | |||
|  |             this.layoutControlItem1.Control = this.picbox1; | |||
|  |             this.layoutControlItem1.Location = new System.Drawing.Point(10, 72); | |||
|  |             this.layoutControlItem1.Name = "layoutControlItem1"; | |||
|  |             this.layoutControlItem1.Size = new System.Drawing.Size(536, 444); | |||
|  |             this.layoutControlItem1.Text = "印章"; | |||
|  |             this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; | |||
|  |             this.layoutControlItem1.TextSize = new System.Drawing.Size(24, 14); | |||
|  |             //  | |||
|  |             // layoutControlItem2 | |||
|  |             //  | |||
|  |             this.layoutControlItem2.Control = this.picbox2; | |||
|  |             this.layoutControlItem2.CustomizationFormText = "layoutControlItem1"; | |||
|  |             this.layoutControlItem2.Location = new System.Drawing.Point(551, 72); | |||
|  |             this.layoutControlItem2.Name = "layoutControlItem2"; | |||
|  |             this.layoutControlItem2.Size = new System.Drawing.Size(595, 444); | |||
|  |             this.layoutControlItem2.Text = "货单"; | |||
|  |             this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; | |||
|  |             this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 14); | |||
|  |             //  | |||
|  |             // layoutControlItem3 | |||
|  |             //  | |||
|  |             this.layoutControlItem3.Control = this.lbVender; | |||
|  |             this.layoutControlItem3.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlItem3.Name = "layoutControlItem3"; | |||
|  |             this.layoutControlItem3.Size = new System.Drawing.Size(1156, 72); | |||
|  |             this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); | |||
|  |             this.layoutControlItem3.TextVisible = false; | |||
|  |             //  | |||
|  |             // splitterItem1 | |||
|  |             //  | |||
|  |             this.splitterItem1.AllowHotTrack = true; | |||
|  |             this.splitterItem1.Location = new System.Drawing.Point(546, 72); | |||
|  |             this.splitterItem1.Name = "splitterItem1"; | |||
|  |             this.splitterItem1.Size = new System.Drawing.Size(5, 444); | |||
|  |             //  | |||
|  |             // emptySpaceItem1 | |||
|  |             //  | |||
|  |             this.emptySpaceItem1.AllowHotTrack = false; | |||
|  |             this.emptySpaceItem1.Location = new System.Drawing.Point(0, 72); | |||
|  |             this.emptySpaceItem1.Name = "emptySpaceItem1"; | |||
|  |             this.emptySpaceItem1.Size = new System.Drawing.Size(10, 444); | |||
|  |             this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); | |||
|  |             //  | |||
|  |             // emptySpaceItem4 | |||
|  |             //  | |||
|  |             this.emptySpaceItem4.AllowHotTrack = false; | |||
|  |             this.emptySpaceItem4.Location = new System.Drawing.Point(1146, 72); | |||
|  |             this.emptySpaceItem4.Name = "emptySpaceItem4"; | |||
|  |             this.emptySpaceItem4.Size = new System.Drawing.Size(10, 444); | |||
|  |             this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0); | |||
|  |             //  | |||
|  |             // simpleButton1 | |||
|  |             //  | |||
|  |             this.simpleButton1.Location = new System.Drawing.Point(383, 82); | |||
|  |             this.simpleButton1.Name = "simpleButton1"; | |||
|  |             this.simpleButton1.Size = new System.Drawing.Size(63, 22); | |||
|  |             this.simpleButton1.TabIndex = 83; | |||
|  |             this.simpleButton1.Text = "打印"; | |||
|  |             //  | |||
|  |             // ImageViewForm | |||
|  |             //  | |||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); | |||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
|  |             this.ClientSize = new System.Drawing.Size(1200, 726); | |||
|  |             this.Controls.Add(this.layoutControl1); | |||
|  |             this.Controls.Add(this.ribbon); | |||
|  |             this.Name = "ImageViewForm"; | |||
|  |             this.Ribbon = this.ribbon; | |||
|  |             this.Text = "留存模板"; | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); | |||
|  |             this.layoutControl1.ResumeLayout(false); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.picbox1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.picbox2)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit(); | |||
|  |             this.ResumeLayout(false); | |||
|  |             this.PerformLayout(); | |||
|  | 
 | |||
|  |         } | |||
|  | 
 | |||
|  |         #endregion | |||
|  | 
 | |||
|  |         private DevExpress.XtraBars.Ribbon.RibbonControl ribbon; | |||
|  |         private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; | |||
|  |         private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; | |||
|  |         private DevExpress.XtraBars.BarButtonItem barButtonItem1; | |||
|  |         private DevExpress.XtraBars.BarButtonItem barButtonItem2; | |||
|  |         private DevExpress.XtraLayout.LayoutControl layoutControl1; | |||
|  |         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; | |||
|  |         private DevExpress.XtraEditors.SimpleButton simpleButton1; | |||
|  |         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; | |||
|  |         private System.Windows.Forms.PictureBox picbox1; | |||
|  |         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; | |||
|  |         private System.Windows.Forms.PictureBox picbox2; | |||
|  |         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; | |||
|  |         private System.Windows.Forms.Label lbVender; | |||
|  |         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; | |||
|  |         private DevExpress.XtraLayout.SplitterItem splitterItem1; | |||
|  |         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; | |||
|  |         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4; | |||
|  |     } | |||
|  | } |