StableVersion4.3/HL_FristAidPlatform_MultiSy.../Form_ImageShow.Designer.cs

140 lines
7.1 KiB
C#

namespace HL_FristAidPlatform_MultiSystemPublic
{
partial class Form_ImageShow
{
/// <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_ImageShow));
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
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.panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Image_Operate)).BeginInit();
this.panel_Image_Operate.SuspendLayout();
this.SuspendLayout();
//
// 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);
//
// panel
//
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.Padding = new System.Windows.Forms.Padding(50);
this.panel.Size = new System.Drawing.Size(874, 506);
this.panel.TabIndex = 1;
//
// pictureBox
//
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox.Location = new System.Drawing.Point(50, 50);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(770, 402);
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, 506);
this.panel_Image_Operate.Name = "panel_Image_Operate";
this.panel_Image_Operate.Size = new System.Drawing.Size(874, 46);
this.panel_Image_Operate.TabIndex = 6;
//
// 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.Image = global::HL_FristAidPlatform_MultiSystemPublic.Properties.Resources.refresh2_32x32;
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);
//
// Form_ImageShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(874, 552);
this.Controls.Add(this.panel);
this.Controls.Add(this.panel_Image_Operate);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_ImageShow.IconOptions.Icon")));
this.Name = "Form_ImageShow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "查看图片";
this.Load += new System.EventHandler(this.Form_ServiceImageShow_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_Revolve;
private DevExpress.XtraEditors.SimpleButton btn_Refresh;
}
}