270 lines
12 KiB
C#
270 lines
12 KiB
C#
namespace TBAppraisalTools.Forms
|
||
{
|
||
partial class EditPhotoForm
|
||
{
|
||
/// <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.cBox_Variable = new System.Windows.Forms.ComboBox();
|
||
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
||
this.numericUpDown_Height = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDown_Width = new System.Windows.Forms.NumericUpDown();
|
||
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
|
||
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
||
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
||
this.btn_LocalImage = new DevExpress.XtraEditors.SimpleButton();
|
||
this.tBox_path = new System.Windows.Forms.TextBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
||
this.groupControl1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Height)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Width)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// cBox_Variable
|
||
//
|
||
this.cBox_Variable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cBox_Variable.FormattingEnabled = true;
|
||
this.cBox_Variable.Location = new System.Drawing.Point(143, 52);
|
||
this.cBox_Variable.Name = "cBox_Variable";
|
||
this.cBox_Variable.Size = new System.Drawing.Size(156, 22);
|
||
this.cBox_Variable.TabIndex = 0;
|
||
this.cBox_Variable.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
||
//
|
||
// groupControl1
|
||
//
|
||
this.groupControl1.Controls.Add(this.numericUpDown_Height);
|
||
this.groupControl1.Controls.Add(this.numericUpDown_Width);
|
||
this.groupControl1.Controls.Add(this.simpleButton3);
|
||
this.groupControl1.Controls.Add(this.simpleButton2);
|
||
this.groupControl1.Controls.Add(this.radioButton2);
|
||
this.groupControl1.Controls.Add(this.radioButton1);
|
||
this.groupControl1.Controls.Add(this.btn_LocalImage);
|
||
this.groupControl1.Controls.Add(this.tBox_path);
|
||
this.groupControl1.Controls.Add(this.label6);
|
||
this.groupControl1.Controls.Add(this.label5);
|
||
this.groupControl1.Controls.Add(this.label4);
|
||
this.groupControl1.Controls.Add(this.label3);
|
||
this.groupControl1.Controls.Add(this.label2);
|
||
this.groupControl1.Controls.Add(this.label1);
|
||
this.groupControl1.Controls.Add(this.cBox_Variable);
|
||
this.groupControl1.Location = new System.Drawing.Point(40, 39);
|
||
this.groupControl1.Name = "groupControl1";
|
||
this.groupControl1.Size = new System.Drawing.Size(467, 310);
|
||
this.groupControl1.TabIndex = 1;
|
||
this.groupControl1.Text = "基础信息";
|
||
//
|
||
// numericUpDown_Height
|
||
//
|
||
this.numericUpDown_Height.Location = new System.Drawing.Point(311, 170);
|
||
this.numericUpDown_Height.Maximum = new decimal(new int[] {
|
||
999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown_Height.Name = "numericUpDown_Height";
|
||
this.numericUpDown_Height.Size = new System.Drawing.Size(93, 22);
|
||
this.numericUpDown_Height.TabIndex = 16;
|
||
this.numericUpDown_Height.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// numericUpDown_Width
|
||
//
|
||
this.numericUpDown_Width.Location = new System.Drawing.Point(141, 170);
|
||
this.numericUpDown_Width.Maximum = new decimal(new int[] {
|
||
999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown_Width.Name = "numericUpDown_Width";
|
||
this.numericUpDown_Width.Size = new System.Drawing.Size(93, 22);
|
||
this.numericUpDown_Width.TabIndex = 15;
|
||
this.numericUpDown_Width.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// simpleButton3
|
||
//
|
||
this.simpleButton3.Location = new System.Drawing.Point(284, 215);
|
||
this.simpleButton3.Name = "simpleButton3";
|
||
this.simpleButton3.Size = new System.Drawing.Size(75, 22);
|
||
this.simpleButton3.TabIndex = 14;
|
||
this.simpleButton3.Text = "取 消";
|
||
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
|
||
//
|
||
// simpleButton2
|
||
//
|
||
this.simpleButton2.Location = new System.Drawing.Point(151, 215);
|
||
this.simpleButton2.Name = "simpleButton2";
|
||
this.simpleButton2.Size = new System.Drawing.Size(75, 22);
|
||
this.simpleButton2.TabIndex = 13;
|
||
this.simpleButton2.Text = "确 定";
|
||
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
||
//
|
||
// radioButton2
|
||
//
|
||
this.radioButton2.AutoSize = true;
|
||
this.radioButton2.Location = new System.Drawing.Point(255, 131);
|
||
this.radioButton2.Name = "radioButton2";
|
||
this.radioButton2.Size = new System.Drawing.Size(73, 18);
|
||
this.radioButton2.TabIndex = 10;
|
||
this.radioButton2.Text = "雏形图片";
|
||
this.radioButton2.UseVisualStyleBackColor = true;
|
||
//
|
||
// radioButton1
|
||
//
|
||
this.radioButton1.AutoSize = true;
|
||
this.radioButton1.Checked = true;
|
||
this.radioButton1.Location = new System.Drawing.Point(144, 131);
|
||
this.radioButton1.Name = "radioButton1";
|
||
this.radioButton1.Size = new System.Drawing.Size(73, 18);
|
||
this.radioButton1.TabIndex = 9;
|
||
this.radioButton1.TabStop = true;
|
||
this.radioButton1.Text = "矩形图片";
|
||
this.radioButton1.UseVisualStyleBackColor = true;
|
||
//
|
||
// btn_LocalImage
|
||
//
|
||
this.btn_LocalImage.Location = new System.Drawing.Point(344, 91);
|
||
this.btn_LocalImage.Name = "btn_LocalImage";
|
||
this.btn_LocalImage.Size = new System.Drawing.Size(75, 22);
|
||
this.btn_LocalImage.TabIndex = 8;
|
||
this.btn_LocalImage.Text = "图 片";
|
||
this.btn_LocalImage.Click += new System.EventHandler(this.btn_LocalImage_Click);
|
||
//
|
||
// tBox_path
|
||
//
|
||
this.tBox_path.Location = new System.Drawing.Point(143, 91);
|
||
this.tBox_path.Name = "tBox_path";
|
||
this.tBox_path.Size = new System.Drawing.Size(195, 22);
|
||
this.tBox_path.TabIndex = 7;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(95, 267);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(290, 14);
|
||
this.label6.TabIndex = 6;
|
||
this.label6.Text = "注意:其他图片支持:本地上传、网络HTTP下载地址";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(71, 133);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(67, 14);
|
||
this.label5.TabIndex = 5;
|
||
this.label5.Text = "图片样式:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(252, 174);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(55, 14);
|
||
this.label4.TabIndex = 4;
|
||
this.label4.Text = "初始高:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(80, 174);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(55, 14);
|
||
this.label3.TabIndex = 3;
|
||
this.label3.Text = "初始宽:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(70, 94);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(67, 14);
|
||
this.label2.TabIndex = 2;
|
||
this.label2.Text = "图片地址:";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(70, 55);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(67, 14);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "图片类型:";
|
||
//
|
||
// EditPhotoForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(552, 388);
|
||
this.Controls.Add(this.groupControl1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "EditPhotoForm";
|
||
this.Text = "EditPhotoForm";
|
||
this.Load += new System.EventHandler(this.EditPhotoForm_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
||
this.groupControl1.ResumeLayout(false);
|
||
this.groupControl1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Height)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Width)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.ComboBox cBox_Variable;
|
||
private DevExpress.XtraEditors.GroupControl groupControl1;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label1;
|
||
private DevExpress.XtraEditors.SimpleButton btn_LocalImage;
|
||
private System.Windows.Forms.TextBox tBox_path;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.RadioButton radioButton2;
|
||
private System.Windows.Forms.RadioButton radioButton1;
|
||
private DevExpress.XtraEditors.SimpleButton simpleButton3;
|
||
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown_Height;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown_Width;
|
||
}
|
||
} |