StableVersion4.3/HL_FristAidPlatform_EMRS/Form_Image.Designer.cs

140 lines
6.8 KiB
C#

namespace HL_FristAidPlatform_EMRS
{
partial class Form_Image
{
/// <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(Form_Image));
this.panel = new System.Windows.Forms.Panel();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.panel_Image_Operate = new DevExpress.XtraEditors.PanelControl();
this.btn_Refresh = new DevExpress.XtraEditors.SimpleButton();
this.btn_Revolve = new DevExpress.XtraEditors.SimpleButton();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
this.panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Image_Operate)).BeginInit();
this.panel_Image_Operate.SuspendLayout();
this.SuspendLayout();
//
// panel
//
this.panel.AutoScroll = true;
this.panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel.Controls.Add(this.pictureBox);
this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel.Location = new System.Drawing.Point(0, 0);
this.panel.Name = "panel";
this.panel.Size = new System.Drawing.Size(1112, 528);
this.panel.TabIndex = 7;
//
// pictureBox
//
this.pictureBox.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBox.Location = new System.Drawing.Point(10, -2);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(1088, 509);
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox.TabIndex = 0;
this.pictureBox.TabStop = false;
this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseDown);
this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseMove);
this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseUp);
//
// panel_Image_Operate
//
this.panel_Image_Operate.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panel_Image_Operate.Controls.Add(this.btn_Refresh);
this.panel_Image_Operate.Controls.Add(this.btn_Revolve);
this.panel_Image_Operate.Controls.Add(this.btn_Save);
this.panel_Image_Operate.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel_Image_Operate.Location = new System.Drawing.Point(0, 528);
this.panel_Image_Operate.Name = "panel_Image_Operate";
this.panel_Image_Operate.Size = new System.Drawing.Size(1112, 46);
this.panel_Image_Operate.TabIndex = 8;
//
// btn_Refresh
//
this.btn_Refresh.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Refresh.ImageOptions.Image")));
this.btn_Refresh.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Refresh.Location = new System.Drawing.Point(244, 2);
this.btn_Refresh.Name = "btn_Refresh";
this.btn_Refresh.Size = new System.Drawing.Size(114, 41);
this.btn_Refresh.TabIndex = 5;
this.btn_Refresh.Text = "恢复原图";
this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
//
// btn_Revolve
//
this.btn_Revolve.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Revolve.Location = new System.Drawing.Point(124, 2);
this.btn_Revolve.Name = "btn_Revolve";
this.btn_Revolve.Size = new System.Drawing.Size(114, 41);
this.btn_Revolve.TabIndex = 5;
this.btn_Revolve.Text = "旋转90°";
this.btn_Revolve.Click += new System.EventHandler(this.btn_Revolve_Click);
//
// btn_Save
//
this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image")));
this.btn_Save.Location = new System.Drawing.Point(4, 2);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(114, 41);
this.btn_Save.TabIndex = 5;
this.btn_Save.Text = "下载至本地";
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// Form_Image
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1112, 574);
this.Controls.Add(this.panel);
this.Controls.Add(this.panel_Image_Operate);
this.Name = "Form_Image";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "心电图";
this.Load += new System.EventHandler(this.Form_Image_Load);
this.panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Image_Operate)).EndInit();
this.panel_Image_Operate.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel;
private System.Windows.Forms.PictureBox pictureBox;
private DevExpress.XtraEditors.SimpleButton btn_Save;
private DevExpress.XtraEditors.PanelControl panel_Image_Operate;
private DevExpress.XtraEditors.SimpleButton btn_Refresh;
private DevExpress.XtraEditors.SimpleButton btn_Revolve;
}
}