ab56a9bcf7
SVN-Revision: r240
446 lines
25 KiB
C#
446 lines
25 KiB
C#
namespace Lskj.PictureComp
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.panel_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
this.page_select = new DevExpress.XtraTab.XtraTabPage();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.PageSelect_tag1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.PageSelect_tag2 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.PageSelect_picEdit = new DevExpress.XtraEditors.PictureEdit();
|
|
this.page_add = new DevExpress.XtraTab.XtraTabPage();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.PageAdd_Tag1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.PageAdd_btnClear = new DevExpress.XtraEditors.SimpleButton();
|
|
this.PageAdd_Tag2 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.PageAdd_btnCheck = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.PageAdd_Brief = new DevExpress.XtraEditors.TextEdit();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.PageAdd_picEdit = new DevExpress.XtraEditors.PictureEdit();
|
|
this.lbTitle = new System.Windows.Forms.Label();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panel_right = new System.Windows.Forms.Panel();
|
|
this.labelRightToP = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_left)).BeginInit();
|
|
this.panel_left.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
this.xtraTabControl1.SuspendLayout();
|
|
this.page_select.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSelect_tag1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSelect_tag2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSelect_picEdit.Properties)).BeginInit();
|
|
this.page_add.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_Tag1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_Tag2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_Brief.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_picEdit.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel_left
|
|
//
|
|
this.panel_left.Controls.Add(this.xtraTabControl1);
|
|
this.panel_left.Controls.Add(this.lbTitle);
|
|
this.panel_left.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel_left.Location = new System.Drawing.Point(0, 0);
|
|
this.panel_left.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel_left.Name = "panel_left";
|
|
this.panel_left.Size = new System.Drawing.Size(372, 671);
|
|
this.panel_left.TabIndex = 2;
|
|
//
|
|
// xtraTabControl1
|
|
//
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(2, 42);
|
|
this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|
this.xtraTabControl1.SelectedTabPage = this.page_select;
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(368, 627);
|
|
this.xtraTabControl1.TabIndex = 7;
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.page_select,
|
|
this.page_add});
|
|
//
|
|
// page_select
|
|
//
|
|
this.page_select.Appearance.PageClient.BackColor = System.Drawing.Color.White;
|
|
this.page_select.Appearance.PageClient.Options.UseBackColor = true;
|
|
this.page_select.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.page_select.Controls.Add(this.panel1);
|
|
this.page_select.Controls.Add(this.label1);
|
|
this.page_select.Controls.Add(this.PageSelect_picEdit);
|
|
this.page_select.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.page_select.Name = "page_select";
|
|
this.page_select.Size = new System.Drawing.Size(361, 591);
|
|
this.page_select.Text = "图片搜索";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.PageSelect_tag1);
|
|
this.panel1.Controls.Add(this.PageSelect_tag2);
|
|
this.panel1.Controls.Add(this.labelControl6);
|
|
this.panel1.Controls.Add(this.labelControl5);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 376);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(361, 215);
|
|
this.panel1.TabIndex = 15;
|
|
//
|
|
// PageSelect_tag1
|
|
//
|
|
this.PageSelect_tag1.Location = new System.Drawing.Point(91, 54);
|
|
this.PageSelect_tag1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageSelect_tag1.Name = "PageSelect_tag1";
|
|
this.PageSelect_tag1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.PageSelect_tag1.Properties.Appearance.Options.UseFont = true;
|
|
this.PageSelect_tag1.Size = new System.Drawing.Size(247, 30);
|
|
this.PageSelect_tag1.TabIndex = 14;
|
|
//
|
|
// PageSelect_tag2
|
|
//
|
|
this.PageSelect_tag2.Location = new System.Drawing.Point(91, 130);
|
|
this.PageSelect_tag2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageSelect_tag2.Name = "PageSelect_tag2";
|
|
this.PageSelect_tag2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.PageSelect_tag2.Properties.Appearance.Options.UseFont = true;
|
|
this.PageSelect_tag2.Size = new System.Drawing.Size(247, 30);
|
|
this.PageSelect_tag2.TabIndex = 16;
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl6.Location = new System.Drawing.Point(23, 58);
|
|
this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(58, 24);
|
|
this.labelControl6.TabIndex = 13;
|
|
this.labelControl6.Text = "分类1:";
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl5.Location = new System.Drawing.Point(21, 134);
|
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(58, 24);
|
|
this.labelControl5.TabIndex = 15;
|
|
this.labelControl5.Text = "分类2:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
|
|
this.label1.Location = new System.Drawing.Point(0, 336);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(361, 40);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = " 图片类别设置";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// PageSelect_picEdit
|
|
//
|
|
this.PageSelect_picEdit.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.PageSelect_picEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.PageSelect_picEdit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageSelect_picEdit.Name = "PageSelect_picEdit";
|
|
this.PageSelect_picEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.PageSelect_picEdit.Properties.NullText = "点击选择图片";
|
|
this.PageSelect_picEdit.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|
this.PageSelect_picEdit.Size = new System.Drawing.Size(361, 336);
|
|
this.PageSelect_picEdit.TabIndex = 1;
|
|
this.PageSelect_picEdit.Click += new System.EventHandler(this.OnPageSelectPicEdit_Click);
|
|
//
|
|
// page_add
|
|
//
|
|
this.page_add.Controls.Add(this.panel2);
|
|
this.page_add.Controls.Add(this.label3);
|
|
this.page_add.Controls.Add(this.PageAdd_picEdit);
|
|
this.page_add.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.page_add.Name = "page_add";
|
|
this.page_add.Size = new System.Drawing.Size(361, 591);
|
|
this.page_add.Text = "图片新增";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.White;
|
|
this.panel2.Controls.Add(this.PageAdd_Tag1);
|
|
this.panel2.Controls.Add(this.PageAdd_btnClear);
|
|
this.panel2.Controls.Add(this.PageAdd_Tag2);
|
|
this.panel2.Controls.Add(this.labelControl2);
|
|
this.panel2.Controls.Add(this.PageAdd_btnCheck);
|
|
this.panel2.Controls.Add(this.labelControl3);
|
|
this.panel2.Controls.Add(this.labelControl1);
|
|
this.panel2.Controls.Add(this.PageAdd_Brief);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 376);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(361, 215);
|
|
this.panel2.TabIndex = 16;
|
|
//
|
|
// PageAdd_Tag1
|
|
//
|
|
this.PageAdd_Tag1.Location = new System.Drawing.Point(84, 12);
|
|
this.PageAdd_Tag1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageAdd_Tag1.Name = "PageAdd_Tag1";
|
|
this.PageAdd_Tag1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.PageAdd_Tag1.Properties.Appearance.Options.UseFont = true;
|
|
this.PageAdd_Tag1.Size = new System.Drawing.Size(271, 30);
|
|
this.PageAdd_Tag1.TabIndex = 2;
|
|
//
|
|
// PageAdd_btnClear
|
|
//
|
|
this.PageAdd_btnClear.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.PageAdd_btnClear.Location = new System.Drawing.Point(227, 170);
|
|
this.PageAdd_btnClear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageAdd_btnClear.Name = "PageAdd_btnClear";
|
|
this.PageAdd_btnClear.Size = new System.Drawing.Size(87, 38);
|
|
this.PageAdd_btnClear.TabIndex = 8;
|
|
this.PageAdd_btnClear.Text = "清空参数";
|
|
this.PageAdd_btnClear.Click += new System.EventHandler(this.OnPageAddBtnClear_Click);
|
|
//
|
|
// PageAdd_Tag2
|
|
//
|
|
this.PageAdd_Tag2.Location = new System.Drawing.Point(83, 66);
|
|
this.PageAdd_Tag2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageAdd_Tag2.Name = "PageAdd_Tag2";
|
|
this.PageAdd_Tag2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.PageAdd_Tag2.Properties.Appearance.Options.UseFont = true;
|
|
this.PageAdd_Tag2.Size = new System.Drawing.Size(272, 30);
|
|
this.PageAdd_Tag2.TabIndex = 4;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.labelControl2.Location = new System.Drawing.Point(11, 69);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(58, 24);
|
|
this.labelControl2.TabIndex = 3;
|
|
this.labelControl2.Text = "分类2:";
|
|
//
|
|
// PageAdd_btnCheck
|
|
//
|
|
this.PageAdd_btnCheck.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.PageAdd_btnCheck.Location = new System.Drawing.Point(45, 170);
|
|
this.PageAdd_btnCheck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageAdd_btnCheck.Name = "PageAdd_btnCheck";
|
|
this.PageAdd_btnCheck.Size = new System.Drawing.Size(87, 38);
|
|
this.PageAdd_btnCheck.TabIndex = 7;
|
|
this.PageAdd_btnCheck.Text = "确认";
|
|
this.PageAdd_btnCheck.Click += new System.EventHandler(this.OnPageAddBtnCheck_Click);
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.labelControl3.Location = new System.Drawing.Point(11, 120);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(59, 24);
|
|
this.labelControl3.TabIndex = 5;
|
|
this.labelControl3.Text = "摘 要:";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.labelControl1.Location = new System.Drawing.Point(11, 16);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(58, 24);
|
|
this.labelControl1.TabIndex = 1;
|
|
this.labelControl1.Text = "分类1:";
|
|
//
|
|
// PageAdd_Brief
|
|
//
|
|
this.PageAdd_Brief.Location = new System.Drawing.Point(83, 118);
|
|
this.PageAdd_Brief.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageAdd_Brief.Name = "PageAdd_Brief";
|
|
this.PageAdd_Brief.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.PageAdd_Brief.Properties.Appearance.Options.UseFont = true;
|
|
this.PageAdd_Brief.Size = new System.Drawing.Size(273, 30);
|
|
this.PageAdd_Brief.TabIndex = 6;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
|
|
this.label3.Location = new System.Drawing.Point(0, 336);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(361, 40);
|
|
this.label3.TabIndex = 14;
|
|
this.label3.Text = " 图片新增设置";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// PageAdd_picEdit
|
|
//
|
|
this.PageAdd_picEdit.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.PageAdd_picEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.PageAdd_picEdit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.PageAdd_picEdit.Name = "PageAdd_picEdit";
|
|
this.PageAdd_picEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.PageAdd_picEdit.Properties.NullText = "点击选择图片";
|
|
this.PageAdd_picEdit.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|
this.PageAdd_picEdit.Size = new System.Drawing.Size(361, 336);
|
|
this.PageAdd_picEdit.TabIndex = 0;
|
|
this.PageAdd_picEdit.Click += new System.EventHandler(this.OnPageAddPicEdit_Click);
|
|
//
|
|
// lbTitle
|
|
//
|
|
this.lbTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
|
|
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lbTitle.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
|
|
this.lbTitle.Location = new System.Drawing.Point(2, 2);
|
|
this.lbTitle.Name = "lbTitle";
|
|
this.lbTitle.Size = new System.Drawing.Size(368, 40);
|
|
this.lbTitle.TabIndex = 6;
|
|
this.lbTitle.Text = " 图片筛选及新增";
|
|
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.panel_right);
|
|
this.panelControl1.Controls.Add(this.labelRightToP);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(372, 0);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(1097, 671);
|
|
this.panelControl1.TabIndex = 4;
|
|
//
|
|
// panel_right
|
|
//
|
|
this.panel_right.AutoScroll = true;
|
|
this.panel_right.BackColor = System.Drawing.Color.White;
|
|
this.panel_right.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel_right.Location = new System.Drawing.Point(2, 42);
|
|
this.panel_right.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel_right.Name = "panel_right";
|
|
this.panel_right.Size = new System.Drawing.Size(1093, 627);
|
|
this.panel_right.TabIndex = 8;
|
|
//
|
|
// labelRightToP
|
|
//
|
|
this.labelRightToP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
|
|
this.labelRightToP.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.labelRightToP.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelRightToP.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
|
|
this.labelRightToP.Location = new System.Drawing.Point(2, 2);
|
|
this.labelRightToP.Name = "labelRightToP";
|
|
this.labelRightToP.Size = new System.Drawing.Size(1093, 40);
|
|
this.labelRightToP.TabIndex = 7;
|
|
this.labelRightToP.Text = " 返回结果";
|
|
this.labelRightToP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1469, 671);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.panel_left);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmMain";
|
|
this.Text = "FrmMain";
|
|
((System.ComponentModel.ISupportInitialize)(this.panel_left)).EndInit();
|
|
this.panel_left.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
this.page_select.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSelect_tag1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSelect_tag2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSelect_picEdit.Properties)).EndInit();
|
|
this.page_add.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_Tag1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_Tag2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_Brief.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PageAdd_picEdit.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panel_left;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|
private DevExpress.XtraTab.XtraTabPage page_select;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.PictureEdit PageSelect_picEdit;
|
|
private DevExpress.XtraTab.XtraTabPage page_add;
|
|
private DevExpress.XtraEditors.PictureEdit PageAdd_picEdit;
|
|
private System.Windows.Forms.Label lbTitle;
|
|
private System.Windows.Forms.Panel panel_right;
|
|
private System.Windows.Forms.Label labelRightToP;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label3;
|
|
private DevExpress.XtraEditors.TextEdit PageSelect_tag1;
|
|
private DevExpress.XtraEditors.TextEdit PageSelect_tag2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.TextEdit PageAdd_Tag1;
|
|
private DevExpress.XtraEditors.SimpleButton PageAdd_btnClear;
|
|
private DevExpress.XtraEditors.TextEdit PageAdd_Tag2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.SimpleButton PageAdd_btnCheck;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit PageAdd_Brief;
|
|
|
|
}
|
|
}
|
|
|