mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
123 lines
5.4 KiB
C#
123 lines
5.4 KiB
C#
namespace TestViewManager
|
|
{
|
|
partial class ControlXMLProperties
|
|
{
|
|
/// <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 Component 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.Effect1Radio = new System.Windows.Forms.RadioButton();
|
|
this.Effect2Radio = new System.Windows.Forms.RadioButton();
|
|
this.Effect3Radio = new System.Windows.Forms.RadioButton();
|
|
this.Effect4Radio = new System.Windows.Forms.RadioButton();
|
|
this.Effect5Radio = new System.Windows.Forms.RadioButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// Effect1Radio
|
|
//
|
|
this.Effect1Radio.AutoSize = true;
|
|
this.Effect1Radio.Location = new System.Drawing.Point(13, 14);
|
|
this.Effect1Radio.Name = "Effect1Radio";
|
|
this.Effect1Radio.Size = new System.Drawing.Size(62, 17);
|
|
this.Effect1Radio.TabIndex = 0;
|
|
this.Effect1Radio.TabStop = true;
|
|
this.Effect1Radio.Text = "Effect 1";
|
|
this.Effect1Radio.UseVisualStyleBackColor = true;
|
|
this.Effect1Radio.CheckedChanged += new System.EventHandler(this.Effect1Radio_CheckedChanged);
|
|
//
|
|
// Effect2Radio
|
|
//
|
|
this.Effect2Radio.AutoSize = true;
|
|
this.Effect2Radio.Location = new System.Drawing.Point(13, 38);
|
|
this.Effect2Radio.Name = "Effect2Radio";
|
|
this.Effect2Radio.Size = new System.Drawing.Size(62, 17);
|
|
this.Effect2Radio.TabIndex = 1;
|
|
this.Effect2Radio.TabStop = true;
|
|
this.Effect2Radio.Text = "Effect 2";
|
|
this.Effect2Radio.UseVisualStyleBackColor = true;
|
|
this.Effect2Radio.CheckedChanged += new System.EventHandler(this.Effect2Radio_CheckedChanged);
|
|
//
|
|
// Effect3Radio
|
|
//
|
|
this.Effect3Radio.AutoSize = true;
|
|
this.Effect3Radio.Location = new System.Drawing.Point(13, 62);
|
|
this.Effect3Radio.Name = "Effect3Radio";
|
|
this.Effect3Radio.Size = new System.Drawing.Size(62, 17);
|
|
this.Effect3Radio.TabIndex = 2;
|
|
this.Effect3Radio.TabStop = true;
|
|
this.Effect3Radio.Text = "Effect 3";
|
|
this.Effect3Radio.UseVisualStyleBackColor = true;
|
|
this.Effect3Radio.CheckedChanged += new System.EventHandler(this.Effect3Radio_CheckedChanged);
|
|
//
|
|
// Effect4Radio
|
|
//
|
|
this.Effect4Radio.AutoSize = true;
|
|
this.Effect4Radio.Location = new System.Drawing.Point(13, 86);
|
|
this.Effect4Radio.Name = "Effect4Radio";
|
|
this.Effect4Radio.Size = new System.Drawing.Size(62, 17);
|
|
this.Effect4Radio.TabIndex = 3;
|
|
this.Effect4Radio.TabStop = true;
|
|
this.Effect4Radio.Text = "Effect 4";
|
|
this.Effect4Radio.UseVisualStyleBackColor = true;
|
|
this.Effect4Radio.CheckedChanged += new System.EventHandler(this.Effect4Radio_CheckedChanged);
|
|
//
|
|
// Effect5Radio
|
|
//
|
|
this.Effect5Radio.AutoSize = true;
|
|
this.Effect5Radio.Location = new System.Drawing.Point(13, 110);
|
|
this.Effect5Radio.Name = "Effect5Radio";
|
|
this.Effect5Radio.Size = new System.Drawing.Size(62, 17);
|
|
this.Effect5Radio.TabIndex = 4;
|
|
this.Effect5Radio.TabStop = true;
|
|
this.Effect5Radio.Text = "Effect 5";
|
|
this.Effect5Radio.UseVisualStyleBackColor = true;
|
|
this.Effect5Radio.CheckedChanged += new System.EventHandler(this.Effect5Radio_CheckedChanged);
|
|
//
|
|
// ControlXMLProperties
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.Effect5Radio);
|
|
this.Controls.Add(this.Effect4Radio);
|
|
this.Controls.Add(this.Effect3Radio);
|
|
this.Controls.Add(this.Effect2Radio);
|
|
this.Controls.Add(this.Effect1Radio);
|
|
this.Name = "ControlXMLProperties";
|
|
this.Size = new System.Drawing.Size(137, 141);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RadioButton Effect1Radio;
|
|
private System.Windows.Forms.RadioButton Effect2Radio;
|
|
private System.Windows.Forms.RadioButton Effect3Radio;
|
|
private System.Windows.Forms.RadioButton Effect4Radio;
|
|
private System.Windows.Forms.RadioButton Effect5Radio;
|
|
}
|
|
}
|