基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+113
@@ -0,0 +1,113 @@
|
||||
namespace Lskj.Main4.Control
|
||||
{
|
||||
partial class ResSelectForm
|
||||
{
|
||||
/// <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.BtnRes1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.BtnRes2 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.BtnRes3 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.BtnRes4 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// BtnRes1
|
||||
//
|
||||
this.BtnRes1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.BtnRes1.Appearance.Options.UseBackColor = true;
|
||||
this.BtnRes1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.BtnRes1.Location = new System.Drawing.Point(3, 2);
|
||||
this.BtnRes1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.BtnRes1.Name = "BtnRes1";
|
||||
this.BtnRes1.Size = new System.Drawing.Size(144, 22);
|
||||
this.BtnRes1.TabIndex = 0;
|
||||
this.BtnRes1.Tag = "1";
|
||||
this.BtnRes1.Text = "1920*1080";
|
||||
//
|
||||
// BtnRes2
|
||||
//
|
||||
this.BtnRes2.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.BtnRes2.Appearance.Options.UseBackColor = true;
|
||||
this.BtnRes2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.BtnRes2.Location = new System.Drawing.Point(3, 32);
|
||||
this.BtnRes2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.BtnRes2.Name = "BtnRes2";
|
||||
this.BtnRes2.Size = new System.Drawing.Size(144, 22);
|
||||
this.BtnRes2.TabIndex = 1;
|
||||
this.BtnRes2.Tag = "0.948";
|
||||
this.BtnRes2.Text = "1600*900";
|
||||
//
|
||||
// BtnRes3
|
||||
//
|
||||
this.BtnRes3.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.BtnRes3.Appearance.Options.UseBackColor = true;
|
||||
this.BtnRes3.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.BtnRes3.Location = new System.Drawing.Point(3, 61);
|
||||
this.BtnRes3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.BtnRes3.Name = "BtnRes3";
|
||||
this.BtnRes3.Size = new System.Drawing.Size(144, 22);
|
||||
this.BtnRes3.TabIndex = 2;
|
||||
this.BtnRes3.Tag = "0.894";
|
||||
this.BtnRes3.Text = "1366*768";
|
||||
//
|
||||
// BtnRes4
|
||||
//
|
||||
this.BtnRes4.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.BtnRes4.Appearance.Options.UseBackColor = true;
|
||||
this.BtnRes4.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
||||
this.BtnRes4.Location = new System.Drawing.Point(3, 90);
|
||||
this.BtnRes4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.BtnRes4.Name = "BtnRes4";
|
||||
this.BtnRes4.Size = new System.Drawing.Size(144, 22);
|
||||
this.BtnRes4.TabIndex = 3;
|
||||
this.BtnRes4.Tag = "0.842";
|
||||
this.BtnRes4.Text = "1280*1024";
|
||||
//
|
||||
// ResSelectForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.White;
|
||||
this.Controls.Add(this.BtnRes4);
|
||||
this.Controls.Add(this.BtnRes2);
|
||||
this.Controls.Add(this.BtnRes1);
|
||||
this.Controls.Add(this.BtnRes3);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "ResSelectForm";
|
||||
this.Size = new System.Drawing.Size(149, 119);
|
||||
this.Load += new System.EventHandler(this.OnResSelectForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.SimpleButton BtnRes1;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnRes2;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnRes3;
|
||||
private DevExpress.XtraEditors.SimpleButton BtnRes4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user