ab56a9bcf7
SVN-Revision: r240
190 lines
9.4 KiB
C#
190 lines
9.4 KiB
C#
namespace Lskj.PictureComp
|
|
{
|
|
partial class control_ShowPic
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.pic_show = new DevExpress.XtraEditors.PictureEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit_sign = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit_class1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit_class2 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit_brief = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit_score = new DevExpress.XtraEditors.TextEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_show.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_sign.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_class1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_class2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_brief.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_score.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pic_show
|
|
//
|
|
this.pic_show.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pic_show.Location = new System.Drawing.Point(5, 5);
|
|
this.pic_show.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pic_show.Name = "pic_show";
|
|
this.pic_show.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|
this.pic_show.Size = new System.Drawing.Size(263, 234);
|
|
this.pic_show.TabIndex = 0;
|
|
this.pic_show.Click += new System.EventHandler(this.pic_show_Click);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(5, 248);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl1.TabIndex = 1;
|
|
this.labelControl1.Text = "图片签名:";
|
|
//
|
|
// textEdit_sign
|
|
//
|
|
this.textEdit_sign.Location = new System.Drawing.Point(93, 246);
|
|
this.textEdit_sign.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textEdit_sign.Name = "textEdit_sign";
|
|
this.textEdit_sign.Size = new System.Drawing.Size(175, 24);
|
|
this.textEdit_sign.TabIndex = 2;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(5, 282);
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(45, 18);
|
|
this.labelControl2.TabIndex = 3;
|
|
this.labelControl2.Text = "分类:";
|
|
//
|
|
// textEdit_class1
|
|
//
|
|
this.textEdit_class1.Location = new System.Drawing.Point(61, 279);
|
|
this.textEdit_class1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textEdit_class1.Name = "textEdit_class1";
|
|
this.textEdit_class1.Size = new System.Drawing.Size(67, 24);
|
|
this.textEdit_class1.TabIndex = 4;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(136, 282);
|
|
this.labelControl3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(45, 18);
|
|
this.labelControl3.TabIndex = 5;
|
|
this.labelControl3.Text = "分类:";
|
|
//
|
|
// textEdit_class2
|
|
//
|
|
this.textEdit_class2.Location = new System.Drawing.Point(192, 279);
|
|
this.textEdit_class2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textEdit_class2.Name = "textEdit_class2";
|
|
this.textEdit_class2.Size = new System.Drawing.Size(76, 24);
|
|
this.textEdit_class2.TabIndex = 6;
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(5, 315);
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(45, 18);
|
|
this.labelControl4.TabIndex = 7;
|
|
this.labelControl4.Text = "摘要:";
|
|
//
|
|
// textEdit_brief
|
|
//
|
|
this.textEdit_brief.Location = new System.Drawing.Point(61, 311);
|
|
this.textEdit_brief.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textEdit_brief.Name = "textEdit_brief";
|
|
this.textEdit_brief.Size = new System.Drawing.Size(207, 24);
|
|
this.textEdit_brief.TabIndex = 8;
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(5, 348);
|
|
this.labelControl5.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(75, 18);
|
|
this.labelControl5.TabIndex = 9;
|
|
this.labelControl5.Text = "相似排名:";
|
|
//
|
|
// textEdit_score
|
|
//
|
|
this.textEdit_score.Location = new System.Drawing.Point(77, 344);
|
|
this.textEdit_score.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textEdit_score.Name = "textEdit_score";
|
|
this.textEdit_score.Size = new System.Drawing.Size(191, 24);
|
|
this.textEdit_score.TabIndex = 10;
|
|
//
|
|
// control_ShowPic
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.textEdit_score);
|
|
this.Controls.Add(this.labelControl5);
|
|
this.Controls.Add(this.textEdit_brief);
|
|
this.Controls.Add(this.labelControl4);
|
|
this.Controls.Add(this.textEdit_class2);
|
|
this.Controls.Add(this.labelControl3);
|
|
this.Controls.Add(this.textEdit_class1);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.textEdit_sign);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.pic_show);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "control_ShowPic";
|
|
this.Size = new System.Drawing.Size(272, 380);
|
|
((System.ComponentModel.ISupportInitialize)(this.pic_show.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_sign.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_class1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_class2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_brief.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit_score.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
public DevExpress.XtraEditors.PictureEdit pic_show;
|
|
public DevExpress.XtraEditors.TextEdit textEdit_sign;
|
|
public DevExpress.XtraEditors.TextEdit textEdit_class1;
|
|
public DevExpress.XtraEditors.TextEdit textEdit_class2;
|
|
public DevExpress.XtraEditors.TextEdit textEdit_brief;
|
|
public DevExpress.XtraEditors.TextEdit textEdit_score;
|
|
}
|
|
}
|