Files
cyf 574e8d6043 SVN r1198
SVN-Revision: r1198
2026-06-01 02:07:58 +00:00

185 lines
8.7 KiB
C#

namespace Lskj.PubGroupSettings
{
partial class FrmMain
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.lblGroupName = new DevExpress.XtraEditors.LabelControl();
this.txtGroupName = new DevExpress.XtraEditors.TextEdit();
this.lblHint = new DevExpress.XtraEditors.LabelControl();
this.lblMaxColumns = new DevExpress.XtraEditors.LabelControl();
this.txtMaxColumns = new DevExpress.XtraEditors.TextEdit();
this.chkRemarkOwnRow = new DevExpress.XtraEditors.CheckEdit();
this.lblLayout = new DevExpress.XtraEditors.LabelControl();
this.cmbLayout = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMaxColumns.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkRemarkOwnRow.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLayout.Properties)).BeginInit();
this.SuspendLayout();
//
// lblGroupName
//
this.lblGroupName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lblGroupName.Location = new System.Drawing.Point(16, 22);
this.lblGroupName.Name = "lblGroupName";
this.lblGroupName.Size = new System.Drawing.Size(60, 14);
this.lblGroupName.TabIndex = 0;
this.lblGroupName.Text = "分组名称";
//
// txtGroupName
//
this.txtGroupName.Location = new System.Drawing.Point(82, 19);
this.txtGroupName.Name = "txtGroupName";
this.txtGroupName.Size = new System.Drawing.Size(230, 20);
this.txtGroupName.TabIndex = 1;
//
// lblHint
//
this.lblHint.Appearance.ForeColor = System.Drawing.Color.Gray;
this.lblHint.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.lblHint.Location = new System.Drawing.Point(82, 45);
this.lblHint.Name = "lblHint";
this.lblHint.Size = new System.Drawing.Size(240, 14);
this.lblHint.TabIndex = 2;
this.lblHint.Text = "分组成名前需加两位序号,例:01分组";
//
// lblMaxColumns
//
this.lblMaxColumns.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lblMaxColumns.Location = new System.Drawing.Point(16, 78);
this.lblMaxColumns.Name = "lblMaxColumns";
this.lblMaxColumns.Size = new System.Drawing.Size(60, 14);
this.lblMaxColumns.TabIndex = 3;
this.lblMaxColumns.Text = "最大列数";
//
// txtMaxColumns
//
this.txtMaxColumns.Location = new System.Drawing.Point(82, 75);
this.txtMaxColumns.Name = "txtMaxColumns";
this.txtMaxColumns.Size = new System.Drawing.Size(230, 20);
this.txtMaxColumns.TabIndex = 4;
//
// chkRemarkOwnRow
//
this.chkRemarkOwnRow.Location = new System.Drawing.Point(80, 108);
this.chkRemarkOwnRow.Name = "chkRemarkOwnRow";
this.chkRemarkOwnRow.Properties.Caption = "备注独占一行";
this.chkRemarkOwnRow.Size = new System.Drawing.Size(120, 19);
this.chkRemarkOwnRow.TabIndex = 5;
//
// lblLayout
//
this.lblLayout.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lblLayout.Location = new System.Drawing.Point(16, 145);
this.lblLayout.Name = "lblLayout";
this.lblLayout.Size = new System.Drawing.Size(60, 14);
this.lblLayout.TabIndex = 6;
this.lblLayout.Text = "布局方式";
//
// cmbLayout
//
this.cmbLayout.Location = new System.Drawing.Point(82, 142);
this.cmbLayout.Name = "cmbLayout";
this.cmbLayout.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbLayout.Properties.Items.AddRange(new object[] {
"先列后行",
"先行后列"});
this.cmbLayout.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cmbLayout.Size = new System.Drawing.Size(150, 20);
this.cmbLayout.TabIndex = 7;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(350, 17);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(80, 25);
this.btnOK.TabIndex = 8;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(350, 48);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 25);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(460, 200);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.cmbLayout);
this.Controls.Add(this.lblLayout);
this.Controls.Add(this.chkRemarkOwnRow);
this.Controls.Add(this.txtMaxColumns);
this.Controls.Add(this.lblMaxColumns);
this.Controls.Add(this.lblHint);
this.Controls.Add(this.txtGroupName);
this.Controls.Add(this.lblGroupName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设置分组";
this.Load += new System.EventHandler(this.FrmMain_Load);
((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMaxColumns.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkRemarkOwnRow.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbLayout.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl lblGroupName;
private DevExpress.XtraEditors.TextEdit txtGroupName;
private DevExpress.XtraEditors.LabelControl lblHint;
private DevExpress.XtraEditors.LabelControl lblMaxColumns;
private DevExpress.XtraEditors.TextEdit txtMaxColumns;
private DevExpress.XtraEditors.CheckEdit chkRemarkOwnRow;
private DevExpress.XtraEditors.LabelControl lblLayout;
private DevExpress.XtraEditors.ComboBoxEdit cmbLayout;
private DevExpress.XtraEditors.SimpleButton btnOK;
private DevExpress.XtraEditors.SimpleButton btnCancel;
}
}