You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
215 lines
11 KiB
215 lines
11 KiB
namespace ShenTun.ImageCollection.AForgeCamera
|
|
{
|
|
partial class FrmImageList
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btnLoad = new System.Windows.Forms.ToolStripButton();
|
|
this.btnPre = new System.Windows.Forms.ToolStripButton();
|
|
this.btnNext = new System.Windows.Forms.ToolStripButton();
|
|
this.lvList = new System.Windows.Forms.ListView();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.smallList = new System.Windows.Forms.ImageList(this.components);
|
|
this.imageEdit1 = new ShenTun.ImageCollection.AForgeCamera.ImageEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
|
|
this.splitContainer1.Panel1Collapsed = true;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.progressBar1);
|
|
this.splitContainer1.Panel2.Controls.Add(this.imageEdit1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1366, 768);
|
|
this.splitContainer1.SplitterDistance = 300;
|
|
this.splitContainer1.SplitterWidth = 10;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.lvList, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(300, 768);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnLoad,
|
|
this.btnPre,
|
|
this.btnNext});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(300, 100);
|
|
this.toolStrip1.TabIndex = 0;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnLoad
|
|
//
|
|
this.btnLoad.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsArmingCountdownOutlineRounded;
|
|
this.btnLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnLoad.Name = "btnLoad";
|
|
this.btnLoad.Size = new System.Drawing.Size(128, 94);
|
|
this.btnLoad.Text = "加载图片";
|
|
this.btnLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
|
//
|
|
// btnPre
|
|
//
|
|
this.btnPre.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsArrowBackIosNewRounded;
|
|
this.btnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnPre.Name = "btnPre";
|
|
this.btnPre.Size = new System.Drawing.Size(100, 94);
|
|
this.btnPre.Text = "上一张";
|
|
this.btnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
|
|
//
|
|
// btnNext
|
|
//
|
|
this.btnNext.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsArrowForwardIos;
|
|
this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnNext.Name = "btnNext";
|
|
this.btnNext.Size = new System.Drawing.Size(100, 80);
|
|
this.btnNext.Text = "下一张";
|
|
this.btnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
|
//
|
|
// lvList
|
|
//
|
|
this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lvList.FullRowSelect = true;
|
|
this.lvList.HideSelection = false;
|
|
this.lvList.Location = new System.Drawing.Point(3, 103);
|
|
this.lvList.Name = "lvList";
|
|
this.lvList.Size = new System.Drawing.Size(294, 662);
|
|
this.lvList.TabIndex = 1;
|
|
this.lvList.UseCompatibleStateImageBehavior = false;
|
|
this.lvList.DoubleClick += new System.EventHandler(this.lvList_DoubleClick);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.BackColor = System.Drawing.Color.White;
|
|
this.progressBar1.Location = new System.Drawing.Point(84, 370);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(651, 56);
|
|
this.progressBar1.TabIndex = 1;
|
|
this.progressBar1.Visible = false;
|
|
//
|
|
// smallList
|
|
//
|
|
this.smallList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
this.smallList.ImageSize = new System.Drawing.Size(48, 48);
|
|
this.smallList.TransparentColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// imageEdit1
|
|
//
|
|
this.imageEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.imageEdit1.BackColor = System.Drawing.Color.White;
|
|
this.imageEdit1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.imageEdit1.Location = new System.Drawing.Point(4, 4);
|
|
this.imageEdit1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.imageEdit1.Name = "imageEdit1";
|
|
this.imageEdit1.Size = new System.Drawing.Size(1352, 764);
|
|
this.imageEdit1.TabIndex = 2;
|
|
//
|
|
// FrmImageList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 28F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(1366, 768);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "FrmImageList";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "FrmImageList";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FrmImageList_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btnLoad;
|
|
private System.Windows.Forms.ToolStripButton btnPre;
|
|
private System.Windows.Forms.ToolStripButton btnNext;
|
|
private System.Windows.Forms.ListView lvList;
|
|
private System.Windows.Forms.ImageList smallList;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private ImageEdit imageEdit1;
|
|
}
|
|
}
|