You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
286 lines
15 KiB
C#
286 lines
15 KiB
C#
namespace PcgDrawR
|
|
{
|
|
partial class FrmImageExport
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmImageExport));
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnExecute = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
this.ppmImageSize = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.bckImageSize1920 = new DevExpress.XtraBars.BarCheckItem();
|
|
this.bckImageSize1024 = new DevExpress.XtraBars.BarCheckItem();
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.bckImageFormatPng = new DevExpress.XtraBars.BarCheckItem();
|
|
this.bckImageFormatJpeg = new DevExpress.XtraBars.BarCheckItem();
|
|
this.txtImageOutput = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnFolder = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.ppmImageFormat = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
this.comboBoxEditResolution = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppmImageSize)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtImageOutput.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppmImageFormat)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEditResolution.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnExit.Location = new System.Drawing.Point(301, 112);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(75, 23);
|
|
this.btnExit.TabIndex = 11;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnExecute
|
|
//
|
|
this.btnExecute.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.btnExecute.Location = new System.Drawing.Point(159, 112);
|
|
this.btnExecute.Name = "btnExecute";
|
|
this.btnExecute.Size = new System.Drawing.Size(75, 23);
|
|
this.btnExecute.TabIndex = 10;
|
|
this.btnExecute.Text = "执行";
|
|
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
|
|
//
|
|
// labelControl10
|
|
//
|
|
this.labelControl10.Location = new System.Drawing.Point(36, 66);
|
|
this.labelControl10.Name = "labelControl10";
|
|
this.labelControl10.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl10.TabIndex = 18;
|
|
this.labelControl10.Text = "分辨率倍数";
|
|
//
|
|
// ppmImageSize
|
|
//
|
|
this.ppmImageSize.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bckImageSize1920),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bckImageSize1024)});
|
|
this.ppmImageSize.Manager = this.barManager1;
|
|
this.ppmImageSize.Name = "ppmImageSize";
|
|
//
|
|
// bckImageSize1920
|
|
//
|
|
this.bckImageSize1920.BindableChecked = true;
|
|
this.bckImageSize1920.Caption = "1920*1080";
|
|
this.bckImageSize1920.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
|
this.bckImageSize1920.Checked = true;
|
|
this.bckImageSize1920.Id = 7;
|
|
this.bckImageSize1920.Name = "bckImageSize1920";
|
|
//
|
|
// bckImageSize1024
|
|
//
|
|
this.bckImageSize1024.Caption = "1024*768";
|
|
this.bckImageSize1024.Id = 8;
|
|
this.bckImageSize1024.Name = "bckImageSize1024";
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
this.barManager1.Form = this;
|
|
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.bckImageSize1920,
|
|
this.bckImageSize1024,
|
|
this.bckImageFormatPng,
|
|
this.bckImageFormatJpeg});
|
|
this.barManager1.MaxItemId = 11;
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
this.barDockControlTop.CausesValidation = false;
|
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlTop.Manager = this.barManager1;
|
|
this.barDockControlTop.Size = new System.Drawing.Size(530, 0);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 158);
|
|
this.barDockControlBottom.Manager = this.barManager1;
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(530, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.barDockControlLeft.Manager = this.barManager1;
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 158);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(530, 0);
|
|
this.barDockControlRight.Manager = this.barManager1;
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 158);
|
|
//
|
|
// bckImageFormatPng
|
|
//
|
|
this.bckImageFormatPng.BindableChecked = true;
|
|
this.bckImageFormatPng.Caption = "Png";
|
|
this.bckImageFormatPng.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
|
this.bckImageFormatPng.Checked = true;
|
|
this.bckImageFormatPng.Id = 9;
|
|
this.bckImageFormatPng.Name = "bckImageFormatPng";
|
|
//
|
|
// bckImageFormatJpeg
|
|
//
|
|
this.bckImageFormatJpeg.Caption = "Jpeg";
|
|
this.bckImageFormatJpeg.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
|
this.bckImageFormatJpeg.Id = 10;
|
|
this.bckImageFormatJpeg.ImageToTextAlignment = DevExpress.XtraBars.BarItemImageToTextAlignment.AfterText;
|
|
this.bckImageFormatJpeg.Name = "bckImageFormatJpeg";
|
|
//
|
|
// txtImageOutput
|
|
//
|
|
this.txtImageOutput.Location = new System.Drawing.Point(116, 19);
|
|
this.txtImageOutput.Name = "txtImageOutput";
|
|
this.txtImageOutput.Size = new System.Drawing.Size(328, 20);
|
|
this.txtImageOutput.TabIndex = 13;
|
|
//
|
|
// btnFolder
|
|
//
|
|
this.btnFolder.Location = new System.Drawing.Point(459, 18);
|
|
this.btnFolder.Name = "btnFolder";
|
|
this.btnFolder.Size = new System.Drawing.Size(47, 21);
|
|
this.btnFolder.TabIndex = 14;
|
|
this.btnFolder.Text = "...";
|
|
this.btnFolder.Click += new System.EventHandler(this.btnFolder_Click);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(36, 22);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl1.TabIndex = 12;
|
|
this.labelControl1.Text = "输出路径";
|
|
//
|
|
// ppmImageFormat
|
|
//
|
|
this.ppmImageFormat.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bckImageFormatPng),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bckImageFormatJpeg)});
|
|
this.ppmImageFormat.Manager = this.barManager1;
|
|
this.ppmImageFormat.Name = "ppmImageFormat";
|
|
//
|
|
// comboBoxEditResolution
|
|
//
|
|
this.comboBoxEditResolution.EditValue = "10";
|
|
this.comboBoxEditResolution.Location = new System.Drawing.Point(116, 60);
|
|
this.comboBoxEditResolution.MenuManager = this.barManager1;
|
|
this.comboBoxEditResolution.Name = "comboBoxEditResolution";
|
|
this.comboBoxEditResolution.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.comboBoxEditResolution.Properties.DisplayFormat.FormatString = "%d";
|
|
this.comboBoxEditResolution.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.comboBoxEditResolution.Properties.EditFormat.FormatString = "%d";
|
|
this.comboBoxEditResolution.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.comboBoxEditResolution.Properties.Items.AddRange(new object[] {
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13"});
|
|
this.comboBoxEditResolution.Properties.Tag = 10;
|
|
this.comboBoxEditResolution.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.comboBoxEditResolution.Size = new System.Drawing.Size(100, 20);
|
|
this.comboBoxEditResolution.TabIndex = 23;
|
|
//
|
|
// FrmImageExport
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(530, 158);
|
|
this.Controls.Add(this.comboBoxEditResolution);
|
|
this.Controls.Add(this.labelControl10);
|
|
this.Controls.Add(this.txtImageOutput);
|
|
this.Controls.Add(this.btnFolder);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnExecute);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.IconOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("FrmImageExport.IconOptions.LargeImage")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmImageExport";
|
|
this.Text = "导出图片";
|
|
((System.ComponentModel.ISupportInitialize)(this.ppmImageSize)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtImageOutput.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppmImageFormat)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEditResolution.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private DevExpress.XtraEditors.SimpleButton btnExecute;
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
private DevExpress.XtraEditors.TextEdit txtImageOutput;
|
|
private DevExpress.XtraEditors.SimpleButton btnFolder;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraBars.PopupMenu ppmImageSize;
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraBars.PopupMenu ppmImageFormat;
|
|
private DevExpress.XtraBars.BarCheckItem bckImageSize1920;
|
|
private DevExpress.XtraBars.BarCheckItem bckImageSize1024;
|
|
private DevExpress.XtraBars.BarCheckItem bckImageFormatPng;
|
|
private DevExpress.XtraBars.BarCheckItem bckImageFormatJpeg;
|
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditResolution;
|
|
}
|
|
} |