412 lines
18 KiB
C#
412 lines
18 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fNewReelID
|
|
{
|
|
/// <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.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.tbDiv = new System.Windows.Forms.TextBox();
|
|
this.btOK = new System.Windows.Forms.Button();
|
|
this.tbRID = new System.Windows.Forms.TextBox();
|
|
this.tbCustCode = new System.Windows.Forms.TextBox();
|
|
this.tbYear = new System.Windows.Forms.TextBox();
|
|
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
|
|
this.tbSeq = new System.Windows.Forms.TextBox();
|
|
this.tb1 = new System.Windows.Forms.TextBox();
|
|
this.tbtype = new System.Windows.Forms.TextBox();
|
|
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel6 = new System.Windows.Forms.LinkLabel();
|
|
this.linkLabel7 = new System.Windows.Forms.LinkLabel();
|
|
this.tbLoca = new System.Windows.Forms.TextBox();
|
|
this.linkLabel8 = new System.Windows.Forms.LinkLabel();
|
|
this.tbMon = new System.Windows.Forms.TextBox();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.lbLen = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.radNormal = new System.Windows.Forms.RadioButton();
|
|
this.radReturn = new System.Windows.Forms.RadioButton();
|
|
this.radDup = new System.Windows.Forms.RadioButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// linkLabel3
|
|
//
|
|
this.linkLabel3.AutoSize = true;
|
|
this.linkLabel3.Location = new System.Drawing.Point(58, 196);
|
|
this.linkLabel3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel3.Name = "linkLabel3";
|
|
this.linkLabel3.Size = new System.Drawing.Size(95, 32);
|
|
this.linkLabel3.TabIndex = 8;
|
|
this.linkLabel3.TabStop = true;
|
|
this.linkLabel3.Text = "분류(1)";
|
|
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
|
|
//
|
|
// linkLabel2
|
|
//
|
|
this.linkLabel2.AutoSize = true;
|
|
this.linkLabel2.Location = new System.Drawing.Point(10, 104);
|
|
this.linkLabel2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel2.Name = "linkLabel2";
|
|
this.linkLabel2.Size = new System.Drawing.Size(143, 32);
|
|
this.linkLabel2.TabIndex = 4;
|
|
this.linkLabel2.TabStop = true;
|
|
this.linkLabel2.Text = "고객번호(4)";
|
|
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold);
|
|
this.linkLabel1.Location = new System.Drawing.Point(58, 242);
|
|
this.linkLabel1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(95, 32);
|
|
this.linkLabel1.TabIndex = 10;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "년도(2)";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// tbDiv
|
|
//
|
|
this.tbDiv.Location = new System.Drawing.Point(160, 193);
|
|
this.tbDiv.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbDiv.Name = "tbDiv";
|
|
this.tbDiv.Size = new System.Drawing.Size(404, 39);
|
|
this.tbDiv.TabIndex = 9;
|
|
this.tbDiv.Text = "A/M/L";
|
|
this.tbDiv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbDiv.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.btOK.Location = new System.Drawing.Point(0, 458);
|
|
this.btOK.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(573, 50);
|
|
this.btOK.TabIndex = 18;
|
|
this.btOK.Text = "확인";
|
|
this.btOK.UseVisualStyleBackColor = true;
|
|
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
|
//
|
|
// tbRID
|
|
//
|
|
this.tbRID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.tbRID.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.tbRID.Location = new System.Drawing.Point(107, 417);
|
|
this.tbRID.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbRID.Name = "tbRID";
|
|
this.tbRID.ReadOnly = true;
|
|
this.tbRID.Size = new System.Drawing.Size(364, 32);
|
|
this.tbRID.TabIndex = 17;
|
|
this.tbRID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbCustCode
|
|
//
|
|
this.tbCustCode.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tbCustCode.Location = new System.Drawing.Point(160, 101);
|
|
this.tbCustCode.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbCustCode.Name = "tbCustCode";
|
|
this.tbCustCode.Size = new System.Drawing.Size(404, 39);
|
|
this.tbCustCode.TabIndex = 5;
|
|
this.tbCustCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbCustCode.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// tbYear
|
|
//
|
|
this.tbYear.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tbYear.Location = new System.Drawing.Point(160, 239);
|
|
this.tbYear.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbYear.Name = "tbYear";
|
|
this.tbYear.Size = new System.Drawing.Size(404, 39);
|
|
this.tbYear.TabIndex = 11;
|
|
this.tbYear.Text = "21";
|
|
this.tbYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbYear.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// linkLabel4
|
|
//
|
|
this.linkLabel4.AutoSize = true;
|
|
this.linkLabel4.Location = new System.Drawing.Point(10, 334);
|
|
this.linkLabel4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel4.Name = "linkLabel4";
|
|
this.linkLabel4.Size = new System.Drawing.Size(143, 32);
|
|
this.linkLabel4.TabIndex = 14;
|
|
this.linkLabel4.TabStop = true;
|
|
this.linkLabel4.Text = "일련번호(4)";
|
|
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
|
|
//
|
|
// tbSeq
|
|
//
|
|
this.tbSeq.Location = new System.Drawing.Point(160, 331);
|
|
this.tbSeq.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbSeq.Name = "tbSeq";
|
|
this.tbSeq.Size = new System.Drawing.Size(289, 39);
|
|
this.tbSeq.TabIndex = 15;
|
|
this.tbSeq.Text = "R000,0001";
|
|
this.tbSeq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbSeq.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// tb1
|
|
//
|
|
this.tb1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.tb1.Location = new System.Drawing.Point(160, 9);
|
|
this.tb1.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tb1.Name = "tb1";
|
|
this.tb1.Size = new System.Drawing.Size(404, 39);
|
|
this.tb1.TabIndex = 1;
|
|
this.tb1.Text = "R";
|
|
this.tb1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tb1.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// tbtype
|
|
//
|
|
this.tbtype.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.tbtype.Location = new System.Drawing.Point(160, 55);
|
|
this.tbtype.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbtype.Name = "tbtype";
|
|
this.tbtype.Size = new System.Drawing.Size(404, 39);
|
|
this.tbtype.TabIndex = 3;
|
|
this.tbtype.Text = "I/C";
|
|
this.tbtype.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbtype.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// linkLabel5
|
|
//
|
|
this.linkLabel5.AutoSize = true;
|
|
this.linkLabel5.Location = new System.Drawing.Point(58, 12);
|
|
this.linkLabel5.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel5.Name = "linkLabel5";
|
|
this.linkLabel5.Size = new System.Drawing.Size(95, 32);
|
|
this.linkLabel5.TabIndex = 0;
|
|
this.linkLabel5.TabStop = true;
|
|
this.linkLabel5.Text = "예약(1)";
|
|
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
|
|
//
|
|
// linkLabel6
|
|
//
|
|
this.linkLabel6.AutoSize = true;
|
|
this.linkLabel6.Location = new System.Drawing.Point(58, 58);
|
|
this.linkLabel6.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel6.Name = "linkLabel6";
|
|
this.linkLabel6.Size = new System.Drawing.Size(95, 32);
|
|
this.linkLabel6.TabIndex = 2;
|
|
this.linkLabel6.TabStop = true;
|
|
this.linkLabel6.Text = "종류(1)";
|
|
this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
|
|
//
|
|
// linkLabel7
|
|
//
|
|
this.linkLabel7.AutoSize = true;
|
|
this.linkLabel7.Location = new System.Drawing.Point(34, 150);
|
|
this.linkLabel7.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel7.Name = "linkLabel7";
|
|
this.linkLabel7.Size = new System.Drawing.Size(119, 32);
|
|
this.linkLabel7.TabIndex = 6;
|
|
this.linkLabel7.TabStop = true;
|
|
this.linkLabel7.Text = "발행처(1)";
|
|
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
|
|
//
|
|
// tbLoca
|
|
//
|
|
this.tbLoca.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tbLoca.Location = new System.Drawing.Point(160, 147);
|
|
this.tbLoca.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbLoca.Name = "tbLoca";
|
|
this.tbLoca.Size = new System.Drawing.Size(404, 39);
|
|
this.tbLoca.TabIndex = 7;
|
|
this.tbLoca.Text = "K3=3,K4=4,K5=5";
|
|
this.tbLoca.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbLoca.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// linkLabel8
|
|
//
|
|
this.linkLabel8.AutoSize = true;
|
|
this.linkLabel8.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold);
|
|
this.linkLabel8.Location = new System.Drawing.Point(82, 288);
|
|
this.linkLabel8.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
|
|
this.linkLabel8.Name = "linkLabel8";
|
|
this.linkLabel8.Size = new System.Drawing.Size(71, 32);
|
|
this.linkLabel8.TabIndex = 12;
|
|
this.linkLabel8.TabStop = true;
|
|
this.linkLabel8.Text = "월(1)";
|
|
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
|
|
//
|
|
// tbMon
|
|
//
|
|
this.tbMon.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tbMon.Location = new System.Drawing.Point(160, 285);
|
|
this.tbMon.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
|
|
this.tbMon.Name = "tbMon";
|
|
this.tbMon.Size = new System.Drawing.Size(404, 39);
|
|
this.tbMon.TabIndex = 13;
|
|
this.tbMon.Text = "10=A,11=B,12=C";
|
|
this.tbMon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbMon.TextChanged += new System.EventHandler(this.tbCustCode_TextChanged);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.button8.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button8.Location = new System.Drawing.Point(477, 417);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(87, 32);
|
|
this.button8.TabIndex = 31;
|
|
this.button8.Text = "중복검사";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// lbLen
|
|
//
|
|
this.lbLen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lbLen.BackColor = System.Drawing.Color.Tomato;
|
|
this.lbLen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lbLen.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbLen.Location = new System.Drawing.Point(13, 417);
|
|
this.lbLen.Name = "lbLen";
|
|
this.lbLen.Size = new System.Drawing.Size(89, 32);
|
|
this.lbLen.TabIndex = 33;
|
|
this.lbLen.Text = "길이";
|
|
this.lbLen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button1.Location = new System.Drawing.Point(460, 331);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(104, 39);
|
|
this.button1.TabIndex = 34;
|
|
this.button1.Text = "생성";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// radNormal
|
|
//
|
|
this.radNormal.AutoSize = true;
|
|
this.radNormal.Checked = true;
|
|
this.radNormal.Location = new System.Drawing.Point(160, 376);
|
|
this.radNormal.Name = "radNormal";
|
|
this.radNormal.Size = new System.Drawing.Size(81, 36);
|
|
this.radNormal.TabIndex = 36;
|
|
this.radNormal.TabStop = true;
|
|
this.radNormal.Text = "일반";
|
|
this.radNormal.UseVisualStyleBackColor = true;
|
|
this.radNormal.Click += new System.EventHandler(this.radNormal_Click);
|
|
//
|
|
// radReturn
|
|
//
|
|
this.radReturn.AutoSize = true;
|
|
this.radReturn.Location = new System.Drawing.Point(247, 376);
|
|
this.radReturn.Name = "radReturn";
|
|
this.radReturn.Size = new System.Drawing.Size(81, 36);
|
|
this.radReturn.TabIndex = 36;
|
|
this.radReturn.Text = "반환";
|
|
this.radReturn.UseVisualStyleBackColor = true;
|
|
this.radReturn.Click += new System.EventHandler(this.radNormal_Click);
|
|
//
|
|
// radDup
|
|
//
|
|
this.radDup.AutoSize = true;
|
|
this.radDup.Location = new System.Drawing.Point(334, 376);
|
|
this.radDup.Name = "radDup";
|
|
this.radDup.Size = new System.Drawing.Size(81, 36);
|
|
this.radDup.TabIndex = 36;
|
|
this.radDup.Text = "중복";
|
|
this.radDup.UseVisualStyleBackColor = true;
|
|
this.radDup.Click += new System.EventHandler(this.radNormal_Click);
|
|
//
|
|
// fNewReelID
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 32F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(573, 508);
|
|
this.Controls.Add(this.radDup);
|
|
this.Controls.Add(this.radReturn);
|
|
this.Controls.Add(this.radNormal);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.lbLen);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.linkLabel8);
|
|
this.Controls.Add(this.tbMon);
|
|
this.Controls.Add(this.linkLabel7);
|
|
this.Controls.Add(this.tbLoca);
|
|
this.Controls.Add(this.linkLabel6);
|
|
this.Controls.Add(this.linkLabel5);
|
|
this.Controls.Add(this.tbtype);
|
|
this.Controls.Add(this.tb1);
|
|
this.Controls.Add(this.linkLabel4);
|
|
this.Controls.Add(this.tbSeq);
|
|
this.Controls.Add(this.linkLabel3);
|
|
this.Controls.Add(this.linkLabel2);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.tbDiv);
|
|
this.Controls.Add(this.btOK);
|
|
this.Controls.Add(this.tbRID);
|
|
this.Controls.Add(this.tbCustCode);
|
|
this.Controls.Add(this.tbYear);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fNewReelID";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Make New Reel ID";
|
|
this.Load += new System.EventHandler(this.fNewReelID_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel3;
|
|
private System.Windows.Forms.LinkLabel linkLabel2;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.Button btOK;
|
|
private System.Windows.Forms.LinkLabel linkLabel4;
|
|
public System.Windows.Forms.TextBox tbDiv;
|
|
public System.Windows.Forms.TextBox tbCustCode;
|
|
public System.Windows.Forms.TextBox tbYear;
|
|
public System.Windows.Forms.TextBox tbSeq;
|
|
private System.Windows.Forms.TextBox tbRID;
|
|
public System.Windows.Forms.TextBox tb1;
|
|
public System.Windows.Forms.TextBox tbtype;
|
|
private System.Windows.Forms.LinkLabel linkLabel5;
|
|
private System.Windows.Forms.LinkLabel linkLabel6;
|
|
private System.Windows.Forms.LinkLabel linkLabel7;
|
|
public System.Windows.Forms.TextBox tbLoca;
|
|
private System.Windows.Forms.LinkLabel linkLabel8;
|
|
public System.Windows.Forms.TextBox tbMon;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Label lbLen;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.RadioButton radNormal;
|
|
private System.Windows.Forms.RadioButton radReturn;
|
|
private System.Windows.Forms.RadioButton radDup;
|
|
}
|
|
} |