基线 SVN r240

SVN-Revision: r240
This commit is contained in:
cyf
2025-02-06 06:46:06 +00:00
commit ab56a9bcf7
5317 changed files with 902274 additions and 0 deletions
+97
View File
@@ -0,0 +1,97 @@
namespace Lskj.Main3.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.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(2, 2);
this.BtnRes1.Margin = new System.Windows.Forms.Padding(2);
this.BtnRes1.Name = "BtnRes1";
this.BtnRes1.Size = new System.Drawing.Size(108, 18);
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(2, 26);
this.BtnRes2.Margin = new System.Windows.Forms.Padding(2);
this.BtnRes2.Name = "BtnRes2";
this.BtnRes2.Size = new System.Drawing.Size(108, 18);
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(2, 49);
this.BtnRes3.Margin = new System.Windows.Forms.Padding(2);
this.BtnRes3.Name = "BtnRes3";
this.BtnRes3.Size = new System.Drawing.Size(108, 18);
this.BtnRes3.TabIndex = 2;
this.BtnRes3.Tag = "0.894";
this.BtnRes3.Text = "1366*768";
//
// ResSelectForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.BtnRes3);
this.Controls.Add(this.BtnRes2);
this.Controls.Add(this.BtnRes1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "ResSelectForm";
this.Size = new System.Drawing.Size(112, 70);
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;
}
}