namespace HL_FristAidPlatform_MultiSystemPublic { partial class Form_ImageInformation { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ImageInformation)); this.simpleButton_DIC = new DevExpress.XtraEditors.SimpleButton(); this.pbDisplay = new System.Windows.Forms.PictureBox(); this.simpleButton_Next = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_On = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_Delete = new DevExpress.XtraEditors.SimpleButton(); this.groupControl_Operate = new DevExpress.XtraEditors.GroupControl(); this.labelControl_Info = new DevExpress.XtraEditors.LabelControl(); this.groupControl_Show = new DevExpress.XtraEditors.GroupControl(); this.panel = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.pbDisplay)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_Operate)).BeginInit(); this.groupControl_Operate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_Show)).BeginInit(); this.groupControl_Show.SuspendLayout(); this.panel.SuspendLayout(); this.SuspendLayout(); // // simpleButton_DIC // this.simpleButton_DIC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton_DIC.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.simpleButton_DIC.Appearance.Options.UseFont = true; this.simpleButton_DIC.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.simpleButton_DIC.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_DIC.ImageOptions.Image"))); this.simpleButton_DIC.Location = new System.Drawing.Point(12, 28); this.simpleButton_DIC.Name = "simpleButton_DIC"; this.simpleButton_DIC.Size = new System.Drawing.Size(129, 41); this.simpleButton_DIC.TabIndex = 3; this.simpleButton_DIC.Text = "上传影像图片"; this.simpleButton_DIC.Click += new System.EventHandler(this.simpleButton_DIC_Click); // // pbDisplay // this.pbDisplay.Location = new System.Drawing.Point(0, 0); this.pbDisplay.Name = "pbDisplay"; this.pbDisplay.Size = new System.Drawing.Size(1047, 680); this.pbDisplay.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pbDisplay.TabIndex = 4; this.pbDisplay.TabStop = false; this.pbDisplay.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.OnMouseDoubleClick); this.pbDisplay.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown); this.pbDisplay.MouseLeave += new System.EventHandler(this.OnMouseLeave); this.pbDisplay.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnMouseMove); this.pbDisplay.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnMouseUp); // // simpleButton_Next // this.simpleButton_Next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton_Next.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.simpleButton_Next.Appearance.Options.UseFont = true; this.simpleButton_Next.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.simpleButton_Next.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Next.ImageOptions.Image"))); this.simpleButton_Next.Location = new System.Drawing.Point(12, 168); this.simpleButton_Next.Name = "simpleButton_Next"; this.simpleButton_Next.Size = new System.Drawing.Size(129, 41); this.simpleButton_Next.TabIndex = 4; this.simpleButton_Next.Text = "下一张"; this.simpleButton_Next.Click += new System.EventHandler(this.simpleButton_Next_Click); // // simpleButton_On // this.simpleButton_On.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton_On.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.simpleButton_On.Appearance.Options.UseFont = true; this.simpleButton_On.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.simpleButton_On.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_On.ImageOptions.Image"))); this.simpleButton_On.Location = new System.Drawing.Point(12, 121); this.simpleButton_On.Name = "simpleButton_On"; this.simpleButton_On.Size = new System.Drawing.Size(129, 41); this.simpleButton_On.TabIndex = 4; this.simpleButton_On.Text = "上一张"; this.simpleButton_On.Click += new System.EventHandler(this.simpleButton_On_Click); // // simpleButton_Delete // this.simpleButton_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton_Delete.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.simpleButton_Delete.Appearance.Options.UseFont = true; this.simpleButton_Delete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.simpleButton_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Delete.ImageOptions.Image"))); this.simpleButton_Delete.Location = new System.Drawing.Point(12, 75); this.simpleButton_Delete.Name = "simpleButton_Delete"; this.simpleButton_Delete.Size = new System.Drawing.Size(129, 41); this.simpleButton_Delete.TabIndex = 4; this.simpleButton_Delete.Text = "删除当前报告"; this.simpleButton_Delete.Click += new System.EventHandler(this.simpleButton_Delete_Click); // // groupControl_Operate // this.groupControl_Operate.Controls.Add(this.labelControl_Info); this.groupControl_Operate.Controls.Add(this.simpleButton_Delete); this.groupControl_Operate.Controls.Add(this.simpleButton_DIC); this.groupControl_Operate.Controls.Add(this.simpleButton_On); this.groupControl_Operate.Controls.Add(this.simpleButton_Next); this.groupControl_Operate.Dock = System.Windows.Forms.DockStyle.Right; this.groupControl_Operate.Location = new System.Drawing.Point(1059, 0); this.groupControl_Operate.Name = "groupControl_Operate"; this.groupControl_Operate.Size = new System.Drawing.Size(149, 706); this.groupControl_Operate.TabIndex = 9; this.groupControl_Operate.Text = "功能操作区"; // // labelControl_Info // this.labelControl_Info.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl_Info.Appearance.Options.UseForeColor = true; this.labelControl_Info.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.labelControl_Info.Location = new System.Drawing.Point(8, 216); this.labelControl_Info.Name = "labelControl_Info"; this.labelControl_Info.Size = new System.Drawing.Size(132, 0); this.labelControl_Info.TabIndex = 5; // // groupControl_Show // this.groupControl_Show.Controls.Add(this.panel); this.groupControl_Show.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl_Show.Location = new System.Drawing.Point(0, 0); this.groupControl_Show.Name = "groupControl_Show"; this.groupControl_Show.Size = new System.Drawing.Size(1059, 706); this.groupControl_Show.TabIndex = 10; this.groupControl_Show.Text = "报告显示区"; // // panel // this.panel.AutoScroll = true; this.panel.Controls.Add(this.pbDisplay); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(2, 23); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(1055, 681); this.panel.TabIndex = 5; // // Form_ImageInformation // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1208, 706); this.Controls.Add(this.groupControl_Show); this.Controls.Add(this.groupControl_Operate); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_ImageInformation.IconOptions.Icon"))); this.Name = "Form_ImageInformation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "影像信息"; this.Load += new System.EventHandler(this.Form_ImageInformation_Load); this.SizeChanged += new System.EventHandler(this.Form_ImageInformation_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.pbDisplay)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_Operate)).EndInit(); this.groupControl_Operate.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl_Show)).EndInit(); this.groupControl_Show.ResumeLayout(false); this.panel.ResumeLayout(false); this.panel.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton simpleButton_DIC; private System.Windows.Forms.PictureBox pbDisplay; private DevExpress.XtraEditors.SimpleButton simpleButton_Next; private DevExpress.XtraEditors.SimpleButton simpleButton_On; private DevExpress.XtraEditors.SimpleButton simpleButton_Delete; private DevExpress.XtraEditors.GroupControl groupControl_Operate; private DevExpress.XtraEditors.GroupControl groupControl_Show; private System.Windows.Forms.Panel panel; private DevExpress.XtraEditors.LabelControl labelControl_Info; } }