namespace Dongke.WinForm.Controls.InvoiceLayout
{
partial class PageNumItemSetting
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageNumItemSetting));
this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
this.btnOK = new Dongke.WinForm.Controls.BtnButton();
this.grbTextAlignment = new System.Windows.Forms.GroupBox();
this.rbtnEvenness = new System.Windows.Forms.RadioButton();
this.rbtnRight = new System.Windows.Forms.RadioButton();
this.rbtnCenter = new System.Windows.Forms.RadioButton();
this.rbtnLeft = new System.Windows.Forms.RadioButton();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.numWidth = new System.Windows.Forms.NumericUpDown();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.numHeight = new System.Windows.Forms.NumericUpDown();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.numLoctionY = new System.Windows.Forms.NumericUpDown();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.numLoctionX = new System.Windows.Forms.NumericUpDown();
this.txtPreview = new System.Windows.Forms.TextBox();
this.lblPreview = new System.Windows.Forms.Label();
this.btnSelectColor = new System.Windows.Forms.Button();
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.btnFont = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.fontDialog = new System.Windows.Forms.FontDialog();
this.txtPageNumFormat = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.grbTextAlignmentV = new System.Windows.Forms.GroupBox();
this.rbtnBottom = new System.Windows.Forms.RadioButton();
this.rbtnCenterV = new System.Windows.Forms.RadioButton();
this.rbtnTop = new System.Windows.Forms.RadioButton();
this.grbTextAlignment.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
this.groupBox2.SuspendLayout();
this.grbTextAlignmentV.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(321, 200);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 33);
this.btnCancel.TabIndex = 12;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(230, 200);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 33);
this.btnOK.TabIndex = 11;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
//
// grbTextAlignment
//
this.grbTextAlignment.BackColor = System.Drawing.Color.Transparent;
this.grbTextAlignment.Controls.Add(this.rbtnEvenness);
this.grbTextAlignment.Controls.Add(this.rbtnRight);
this.grbTextAlignment.Controls.Add(this.rbtnCenter);
this.grbTextAlignment.Controls.Add(this.rbtnLeft);
this.grbTextAlignment.Location = new System.Drawing.Point(207, 12);
this.grbTextAlignment.Name = "grbTextAlignment";
this.grbTextAlignment.Size = new System.Drawing.Size(90, 113);
this.grbTextAlignment.TabIndex = 20;
this.grbTextAlignment.TabStop = false;
this.grbTextAlignment.Text = "水平对齐";
//
// rbtnEvenness
//
this.rbtnEvenness.AutoSize = true;
this.rbtnEvenness.Location = new System.Drawing.Point(10, 89);
this.rbtnEvenness.Name = "rbtnEvenness";
this.rbtnEvenness.Size = new System.Drawing.Size(71, 16);
this.rbtnEvenness.TabIndex = 3;
this.rbtnEvenness.TabStop = true;
this.rbtnEvenness.Text = "两端对齐";
this.rbtnEvenness.UseVisualStyleBackColor = true;
this.rbtnEvenness.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// rbtnRight
//
this.rbtnRight.AutoSize = true;
this.rbtnRight.Location = new System.Drawing.Point(10, 65);
this.rbtnRight.Name = "rbtnRight";
this.rbtnRight.Size = new System.Drawing.Size(59, 16);
this.rbtnRight.TabIndex = 2;
this.rbtnRight.TabStop = true;
this.rbtnRight.Text = "右对齐";
this.rbtnRight.UseVisualStyleBackColor = true;
this.rbtnRight.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// rbtnCenter
//
this.rbtnCenter.AutoSize = true;
this.rbtnCenter.Location = new System.Drawing.Point(10, 41);
this.rbtnCenter.Name = "rbtnCenter";
this.rbtnCenter.Size = new System.Drawing.Size(71, 16);
this.rbtnCenter.TabIndex = 1;
this.rbtnCenter.Text = "居中对齐";
this.rbtnCenter.UseVisualStyleBackColor = true;
this.rbtnCenter.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// rbtnLeft
//
this.rbtnLeft.AutoSize = true;
this.rbtnLeft.Checked = true;
this.rbtnLeft.Location = new System.Drawing.Point(10, 17);
this.rbtnLeft.Name = "rbtnLeft";
this.rbtnLeft.Size = new System.Drawing.Size(59, 16);
this.rbtnLeft.TabIndex = 0;
this.rbtnLeft.TabStop = true;
this.rbtnLeft.Text = "左对齐";
this.rbtnLeft.UseVisualStyleBackColor = true;
this.rbtnLeft.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 66);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(17, 12);
this.label11.TabIndex = 5;
this.label11.Text = "宽";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(77, 85);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(17, 12);
this.label12.TabIndex = 7;
this.label12.Text = "mm";
//
// numWidth
//
this.numWidth.DecimalPlaces = 1;
this.numWidth.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numWidth.Location = new System.Drawing.Point(19, 81);
this.numWidth.Maximum = new decimal(new int[] {
9999,
0,
0,
65536});
this.numWidth.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numWidth.Name = "numWidth";
this.numWidth.Size = new System.Drawing.Size(53, 21);
this.numWidth.TabIndex = 6;
this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numWidth.Value = new decimal(new int[] {
40,
0,
0,
0});
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(108, 66);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(17, 12);
this.label13.TabIndex = 8;
this.label13.Text = "高";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(169, 85);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(17, 12);
this.label14.TabIndex = 11;
this.label14.Text = "mm";
//
// numHeight
//
this.numHeight.DecimalPlaces = 1;
this.numHeight.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numHeight.Location = new System.Drawing.Point(110, 81);
this.numHeight.Maximum = new decimal(new int[] {
9999,
0,
0,
65536});
this.numHeight.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numHeight.Name = "numHeight";
this.numHeight.Size = new System.Drawing.Size(53, 21);
this.numHeight.TabIndex = 9;
this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numHeight.Value = new decimal(new int[] {
6,
0,
0,
0});
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(108, 20);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(11, 12);
this.label15.TabIndex = 3;
this.label15.Text = "Y";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(169, 39);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(17, 12);
this.label16.TabIndex = 10;
this.label16.Text = "mm";
//
// numLoctionY
//
this.numLoctionY.DecimalPlaces = 1;
this.numLoctionY.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numLoctionY.Location = new System.Drawing.Point(110, 35);
this.numLoctionY.Maximum = new decimal(new int[] {
9999,
0,
0,
65536});
this.numLoctionY.Name = "numLoctionY";
this.numLoctionY.Size = new System.Drawing.Size(53, 21);
this.numLoctionY.TabIndex = 4;
this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numLoctionY.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(17, 20);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(11, 12);
this.label17.TabIndex = 0;
this.label17.Text = "X";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(77, 39);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(17, 12);
this.label18.TabIndex = 2;
this.label18.Text = "mm";
//
// numLoctionX
//
this.numLoctionX.DecimalPlaces = 1;
this.numLoctionX.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numLoctionX.Location = new System.Drawing.Point(19, 35);
this.numLoctionX.Maximum = new decimal(new int[] {
9999,
0,
0,
65536});
this.numLoctionX.Name = "numLoctionX";
this.numLoctionX.Size = new System.Drawing.Size(53, 21);
this.numLoctionX.TabIndex = 1;
this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numLoctionX.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// txtPreview
//
this.txtPreview.BackColor = System.Drawing.SystemColors.Window;
this.txtPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtPreview.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPreview.ForeColor = System.Drawing.Color.Black;
this.txtPreview.ImeMode = System.Windows.Forms.ImeMode.Hiragana;
this.txtPreview.Location = new System.Drawing.Point(239, 155);
this.txtPreview.Name = "txtPreview";
this.txtPreview.ReadOnly = true;
this.txtPreview.Size = new System.Drawing.Size(167, 16);
this.txtPreview.TabIndex = 4;
this.txtPreview.Text = "1/1";
this.txtPreview.WordWrap = false;
//
// lblPreview
//
this.lblPreview.AutoSize = true;
this.lblPreview.BackColor = System.Drawing.Color.Transparent;
this.lblPreview.Location = new System.Drawing.Point(204, 156);
this.lblPreview.Name = "lblPreview";
this.lblPreview.Size = new System.Drawing.Size(29, 12);
this.lblPreview.TabIndex = 3;
this.lblPreview.Text = "示例";
//
// btnSelectColor
//
this.btnSelectColor.Location = new System.Drawing.Point(39, 179);
this.btnSelectColor.Name = "btnSelectColor";
this.btnSelectColor.Size = new System.Drawing.Size(75, 23);
this.btnSelectColor.TabIndex = 5;
this.btnSelectColor.Text = "颜色...";
this.btnSelectColor.UseVisualStyleBackColor = true;
this.btnSelectColor.Click += new System.EventHandler(this.btnSelectColor_Click);
//
// toolTip
//
this.toolTip.AutoPopDelay = 5000;
this.toolTip.InitialDelay = 500;
this.toolTip.ReshowDelay = 500;
//
// btnFont
//
this.btnFont.Location = new System.Drawing.Point(123, 179);
this.btnFont.Name = "btnFont";
this.btnFont.Size = new System.Drawing.Size(75, 23);
this.btnFont.TabIndex = 6;
this.btnFont.Text = "字体...";
this.btnFont.UseVisualStyleBackColor = true;
this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.numLoctionX);
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.numLoctionY);
this.groupBox2.Controls.Add(this.numWidth);
this.groupBox2.Controls.Add(this.numHeight);
this.groupBox2.Location = new System.Drawing.Point(6, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(192, 113);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "页码位置";
//
// fontDialog
//
this.fontDialog.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fontDialog.ShowEffects = false;
//
// txtPageNumFormat
//
this.txtPageNumFormat.Location = new System.Drawing.Point(39, 152);
this.txtPageNumFormat.Name = "txtPageNumFormat";
this.txtPageNumFormat.Size = new System.Drawing.Size(159, 21);
this.txtPageNumFormat.TabIndex = 2;
this.txtPageNumFormat.Text = "&[页码]/&[总页数]";
this.txtPageNumFormat.Validating += new System.ComponentModel.CancelEventHandler(this.txtPageNumFormat_Validating);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(4, 156);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 1;
this.label1.Text = "格式";
//
// grbTextAlignmentV
//
this.grbTextAlignmentV.BackColor = System.Drawing.Color.Transparent;
this.grbTextAlignmentV.Controls.Add(this.rbtnBottom);
this.grbTextAlignmentV.Controls.Add(this.rbtnCenterV);
this.grbTextAlignmentV.Controls.Add(this.rbtnTop);
this.grbTextAlignmentV.Location = new System.Drawing.Point(303, 12);
this.grbTextAlignmentV.Name = "grbTextAlignmentV";
this.grbTextAlignmentV.Size = new System.Drawing.Size(103, 113);
this.grbTextAlignmentV.TabIndex = 21;
this.grbTextAlignmentV.TabStop = false;
this.grbTextAlignmentV.Text = "垂直对齐";
//
// rbtnBottom
//
this.rbtnBottom.AutoSize = true;
this.rbtnBottom.Location = new System.Drawing.Point(10, 65);
this.rbtnBottom.Name = "rbtnBottom";
this.rbtnBottom.Size = new System.Drawing.Size(71, 16);
this.rbtnBottom.TabIndex = 2;
this.rbtnBottom.TabStop = true;
this.rbtnBottom.Text = "底端对齐";
this.rbtnBottom.UseVisualStyleBackColor = true;
this.rbtnBottom.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// rbtnCenterV
//
this.rbtnCenterV.AutoSize = true;
this.rbtnCenterV.Location = new System.Drawing.Point(10, 41);
this.rbtnCenterV.Name = "rbtnCenterV";
this.rbtnCenterV.Size = new System.Drawing.Size(71, 16);
this.rbtnCenterV.TabIndex = 1;
this.rbtnCenterV.Text = "垂直居中";
this.rbtnCenterV.UseVisualStyleBackColor = true;
this.rbtnCenterV.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// rbtnTop
//
this.rbtnTop.AutoSize = true;
this.rbtnTop.Checked = true;
this.rbtnTop.Location = new System.Drawing.Point(10, 17);
this.rbtnTop.Name = "rbtnTop";
this.rbtnTop.Size = new System.Drawing.Size(71, 16);
this.rbtnTop.TabIndex = 0;
this.rbtnTop.TabStop = true;
this.rbtnTop.Text = "顶端对齐";
this.rbtnTop.UseVisualStyleBackColor = true;
this.rbtnTop.CheckedChanged += new System.EventHandler(this.rbtnTextAlignment_CheckedChanged);
//
// PageNumItemSetting
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(418, 258);
this.Controls.Add(this.txtPageNumFormat);
this.Controls.Add(this.btnFont);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnSelectColor);
this.Controls.Add(this.lblPreview);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.grbTextAlignmentV);
this.Controls.Add(this.grbTextAlignment);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.txtPreview);
this.Controls.Add(this.btnOK);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "PageNumItemSetting";
this.ShowIcon = true;
this.Text = "页码设置";
this.Shown += new System.EventHandler(this.TextItemSetting_Shown);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.txtPreview, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.grbTextAlignment, 0);
this.Controls.SetChildIndex(this.grbTextAlignmentV, 0);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.lblPreview, 0);
this.Controls.SetChildIndex(this.btnSelectColor, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.btnFont, 0);
this.Controls.SetChildIndex(this.txtPageNumFormat, 0);
this.grbTextAlignment.ResumeLayout(false);
this.grbTextAlignment.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.grbTextAlignmentV.ResumeLayout(false);
this.grbTextAlignmentV.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Dongke.WinForm.Controls.BtnButton btnCancel;
private Dongke.WinForm.Controls.BtnButton btnOK;
private System.Windows.Forms.GroupBox grbTextAlignment;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.NumericUpDown numWidth;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.NumericUpDown numHeight;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.NumericUpDown numLoctionY;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.NumericUpDown numLoctionX;
private System.Windows.Forms.RadioButton rbtnEvenness;
private System.Windows.Forms.RadioButton rbtnRight;
private System.Windows.Forms.RadioButton rbtnCenter;
private System.Windows.Forms.RadioButton rbtnLeft;
private System.Windows.Forms.TextBox txtPreview;
private System.Windows.Forms.Label lblPreview;
private System.Windows.Forms.Button btnSelectColor;
private System.Windows.Forms.ColorDialog colorDialog;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.FontDialog fontDialog;
private System.Windows.Forms.Button btnFont;
private System.Windows.Forms.TextBox txtPageNumFormat;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox grbTextAlignmentV;
private System.Windows.Forms.RadioButton rbtnBottom;
private System.Windows.Forms.RadioButton rbtnCenterV;
private System.Windows.Forms.RadioButton rbtnTop;
}
}