namespace Dongke.WinForm.Controls.InvoiceLayout
{
partial class TextItemSetting
{
///
/// 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(TextItemSetting));
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.label7 = new System.Windows.Forms.Label();
this.numLineSpace = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.numCharSpace = new System.Windows.Forms.NumericUpDown();
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.label19 = new System.Windows.Forms.Label();
this.numCharCount = new System.Windows.Forms.NumericUpDown();
this.txtPreview = new System.Windows.Forms.TextBox();
this.lblPreview = new System.Windows.Forms.Label();
this.ddlDefaultValue = new System.Windows.Forms.ComboBox();
this.ddlTextFormat = new System.Windows.Forms.ComboBox();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.btnSelectColor = new System.Windows.Forms.Button();
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.lblItemName = new System.Windows.Forms.Label();
this.txtItemName = new System.Windows.Forms.TextBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.btnFont = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
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.fontDialog = new System.Windows.Forms.FontDialog();
this.ckbWrap = new System.Windows.Forms.CheckBox();
this.btnOK = new Dongke.WinForm.Controls.BtnButton();
this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
this.chkFixedRatio = new System.Windows.Forms.CheckBox();
this.chkM = new System.Windows.Forms.CheckBox();
this.chkPic = new System.Windows.Forms.CheckBox();
this.grbTextAlignment.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numLineSpace)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numCharSpace)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numCharCount)).BeginInit();
this.groupBox2.SuspendLayout();
this.grbTextAlignmentV.SuspendLayout();
this.SuspendLayout();
//
// pnlBack
//
this.pnlBack.Size = new System.Drawing.Size(409, 480);
//
// grbTextAlignment
//
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(192, 20);
this.grbTextAlignment.Name = "grbTextAlignment";
this.grbTextAlignment.Size = new System.Drawing.Size(95, 111);
this.grbTextAlignment.TabIndex = 20;
this.grbTextAlignment.TabStop = false;
this.grbTextAlignment.Text = "水平对齐";
//
// rbtnEvenness
//
this.rbtnEvenness.AutoSize = true;
this.rbtnEvenness.Location = new System.Drawing.Point(10, 83);
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, 61);
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, 39);
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);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(17, 134);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 12;
this.label7.Text = "行距";
//
// numLineSpace
//
this.numLineSpace.DecimalPlaces = 1;
this.numLineSpace.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numLineSpace.Location = new System.Drawing.Point(19, 149);
this.numLineSpace.Maximum = new decimal(new int[] {
999,
0,
0,
65536});
this.numLineSpace.Minimum = new decimal(new int[] {
999,
0,
0,
-2147418112});
this.numLineSpace.Name = "numLineSpace";
this.numLineSpace.Size = new System.Drawing.Size(53, 21);
this.numLineSpace.TabIndex = 13;
this.numLineSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(75, 153);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 14;
this.label8.Text = "mm";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(108, 134);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 15;
this.label9.Text = "字间距";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(169, 153);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(17, 12);
this.label10.TabIndex = 17;
this.label10.Text = "mm";
//
// numCharSpace
//
this.numCharSpace.DecimalPlaces = 1;
this.numCharSpace.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numCharSpace.Location = new System.Drawing.Point(110, 149);
this.numCharSpace.Maximum = new decimal(new int[] {
999,
0,
0,
65536});
this.numCharSpace.Minimum = new decimal(new int[] {
999,
0,
0,
-2147418112});
this.numCharSpace.Name = "numCharSpace";
this.numCharSpace.Size = new System.Drawing.Size(53, 21);
this.numCharSpace.TabIndex = 16;
this.numCharSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 77);
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, 96);
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, 92);
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});
this.numWidth.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(108, 77);
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, 96);
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, 92);
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});
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(198, 134);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 12);
this.label19.TabIndex = 18;
this.label19.Text = "单行文字数";
//
// numCharCount
//
this.numCharCount.Location = new System.Drawing.Point(200, 149);
this.numCharCount.Maximum = new decimal(new int[] {
99,
0,
0,
0});
this.numCharCount.Name = "numCharCount";
this.numCharCount.Size = new System.Drawing.Size(53, 21);
this.numCharCount.TabIndex = 19;
this.numCharCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numCharCount.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
//
// txtPreview
//
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.NoControl;
this.txtPreview.Location = new System.Drawing.Point(12, 234);
this.txtPreview.Multiline = true;
this.txtPreview.Name = "txtPreview";
this.txtPreview.Size = new System.Drawing.Size(385, 91);
this.txtPreview.TabIndex = 4;
this.txtPreview.Text = "固定文字";
this.txtPreview.WordWrap = false;
this.txtPreview.FontChanged += new System.EventHandler(this.txtPreview_FontChanged);
//
// lblPreview
//
this.lblPreview.AutoSize = true;
this.lblPreview.BackColor = System.Drawing.Color.Transparent;
this.lblPreview.Location = new System.Drawing.Point(12, 219);
this.lblPreview.Name = "lblPreview";
this.lblPreview.Size = new System.Drawing.Size(29, 12);
this.lblPreview.TabIndex = 3;
this.lblPreview.Text = "示例";
//
// ddlDefaultValue
//
this.ddlDefaultValue.FormattingEnabled = true;
this.ddlDefaultValue.Location = new System.Drawing.Point(12, 343);
this.ddlDefaultValue.Name = "ddlDefaultValue";
this.ddlDefaultValue.Size = new System.Drawing.Size(187, 20);
this.ddlDefaultValue.TabIndex = 6;
//
// ddlTextFormat
//
this.ddlTextFormat.FormattingEnabled = true;
this.ddlTextFormat.Location = new System.Drawing.Point(12, 381);
this.ddlTextFormat.Name = "ddlTextFormat";
this.ddlTextFormat.Size = new System.Drawing.Size(187, 20);
this.ddlTextFormat.TabIndex = 8;
this.ddlTextFormat.SelectedIndexChanged += new System.EventHandler(this.ddlTextFormat_SelectedIndexChanged);
//
// label22
//
this.label22.AutoSize = true;
this.label22.BackColor = System.Drawing.Color.Transparent;
this.label22.Location = new System.Drawing.Point(12, 328);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(41, 12);
this.label22.TabIndex = 5;
this.label22.Text = "初始值";
//
// label23
//
this.label23.AutoSize = true;
this.label23.BackColor = System.Drawing.Color.Transparent;
this.label23.Location = new System.Drawing.Point(12, 366);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(29, 12);
this.label23.TabIndex = 7;
this.label23.Text = "格式";
//
// btnSelectColor
//
this.btnSelectColor.Location = new System.Drawing.Point(227, 342);
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);
//
// lblItemName
//
this.lblItemName.AutoSize = true;
this.lblItemName.BackColor = System.Drawing.Color.Transparent;
this.lblItemName.Location = new System.Drawing.Point(12, 13);
this.lblItemName.Name = "lblItemName";
this.lblItemName.Size = new System.Drawing.Size(41, 12);
this.lblItemName.TabIndex = 0;
this.lblItemName.Text = "项目名";
//
// txtItemName
//
this.txtItemName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtItemName.Location = new System.Drawing.Point(59, 10);
this.txtItemName.MaxLength = 30;
this.txtItemName.Name = "txtItemName";
this.txtItemName.Size = new System.Drawing.Size(338, 21);
this.txtItemName.TabIndex = 1;
//
// toolTip
//
this.toolTip.AutoPopDelay = 5000;
this.toolTip.InitialDelay = 500;
this.toolTip.ReshowDelay = 500;
//
// btnFont
//
this.btnFont.Location = new System.Drawing.Point(227, 380);
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.numCharCount);
this.groupBox2.Controls.Add(this.numLoctionX);
this.groupBox2.Controls.Add(this.numCharSpace);
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.grbTextAlignmentV);
this.groupBox2.Controls.Add(this.grbTextAlignment);
this.groupBox2.Controls.Add(this.numLineSpace);
this.groupBox2.Controls.Add(this.numLoctionY);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.numWidth);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.numHeight);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Location = new System.Drawing.Point(6, 37);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(396, 179);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "文本位置";
//
// grbTextAlignmentV
//
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(293, 20);
this.grbTextAlignmentV.Name = "grbTextAlignmentV";
this.grbTextAlignmentV.Size = new System.Drawing.Size(95, 111);
this.grbTextAlignmentV.TabIndex = 21;
this.grbTextAlignmentV.TabStop = false;
this.grbTextAlignmentV.Text = "垂直对齐";
//
// rbtnBottom
//
this.rbtnBottom.AutoSize = true;
this.rbtnBottom.Location = new System.Drawing.Point(10, 61);
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, 39);
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);
//
// fontDialog
//
this.fontDialog.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fontDialog.ShowEffects = false;
//
// ckbWrap
//
this.ckbWrap.AutoSize = true;
this.ckbWrap.BackColor = System.Drawing.Color.Transparent;
this.ckbWrap.Location = new System.Drawing.Point(12, 413);
this.ckbWrap.Name = "ckbWrap";
this.ckbWrap.Size = new System.Drawing.Size(72, 16);
this.ckbWrap.TabIndex = 13;
this.ckbWrap.Text = "自动换行";
this.ckbWrap.UseVisualStyleBackColor = false;
//
// 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.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.Location = new System.Drawing.Point(221, 439);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 33);
this.btnOK.TabIndex = 14;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// 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.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.Location = new System.Drawing.Point(312, 439);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 33);
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// chkFixedRatio
//
this.chkFixedRatio.AutoSize = true;
this.chkFixedRatio.BackColor = System.Drawing.Color.Transparent;
this.chkFixedRatio.Location = new System.Drawing.Point(215, 413);
this.chkFixedRatio.Name = "chkFixedRatio";
this.chkFixedRatio.Size = new System.Drawing.Size(84, 16);
this.chkFixedRatio.TabIndex = 18;
this.chkFixedRatio.Text = "长宽比固定";
this.chkFixedRatio.UseVisualStyleBackColor = false;
//
// chkM
//
this.chkM.AutoSize = true;
this.chkM.BackColor = System.Drawing.Color.Transparent;
this.chkM.Location = new System.Drawing.Point(161, 413);
this.chkM.Name = "chkM";
this.chkM.Size = new System.Drawing.Size(48, 16);
this.chkM.TabIndex = 17;
this.chkM.Text = "余白";
this.chkM.UseVisualStyleBackColor = false;
//
// chkPic
//
this.chkPic.AutoSize = true;
this.chkPic.BackColor = System.Drawing.Color.Transparent;
this.chkPic.Location = new System.Drawing.Point(95, 413);
this.chkPic.Name = "chkPic";
this.chkPic.Size = new System.Drawing.Size(60, 16);
this.chkPic.TabIndex = 16;
this.chkPic.Text = "图片列";
this.chkPic.UseVisualStyleBackColor = false;
this.chkPic.Visible = false;
this.chkPic.CheckedChanged += new System.EventHandler(this.chkPic_CheckedChanged);
//
// TextItemSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(409, 502);
this.Controls.Add(this.chkFixedRatio);
this.Controls.Add(this.chkM);
this.Controls.Add(this.chkPic);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.ckbWrap);
this.Controls.Add(this.btnFont);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnSelectColor);
this.Controls.Add(this.lblPreview);
this.Controls.Add(this.label22);
this.Controls.Add(this.label23);
this.Controls.Add(this.txtPreview);
this.Controls.Add(this.ddlDefaultValue);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.ddlTextFormat);
this.Controls.Add(this.txtItemName);
this.Controls.Add(this.lblItemName);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "TextItemSetting";
this.ShowIcon = true;
this.Text = "文本设置";
this.Shown += new System.EventHandler(this.TextItemSetting_Shown);
this.Controls.SetChildIndex(this.pnlBack, 0);
this.Controls.SetChildIndex(this.lblItemName, 0);
this.Controls.SetChildIndex(this.txtItemName, 0);
this.Controls.SetChildIndex(this.ddlTextFormat, 0);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.ddlDefaultValue, 0);
this.Controls.SetChildIndex(this.txtPreview, 0);
this.Controls.SetChildIndex(this.label23, 0);
this.Controls.SetChildIndex(this.label22, 0);
this.Controls.SetChildIndex(this.lblPreview, 0);
this.Controls.SetChildIndex(this.btnSelectColor, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnFont, 0);
this.Controls.SetChildIndex(this.ckbWrap, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.chkPic, 0);
this.Controls.SetChildIndex(this.chkM, 0);
this.Controls.SetChildIndex(this.chkFixedRatio, 0);
this.grbTextAlignment.ResumeLayout(false);
this.grbTextAlignment.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numLineSpace)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numCharSpace)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numCharCount)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.grbTextAlignmentV.ResumeLayout(false);
this.grbTextAlignmentV.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox grbTextAlignment;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown numLineSpace;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown numCharSpace;
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.Label label19;
private System.Windows.Forms.NumericUpDown numCharCount;
private System.Windows.Forms.TextBox txtPreview;
private System.Windows.Forms.Label lblPreview;
private System.Windows.Forms.ComboBox ddlDefaultValue;
private System.Windows.Forms.ComboBox ddlTextFormat;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Button btnSelectColor;
private System.Windows.Forms.ColorDialog colorDialog;
private System.Windows.Forms.Label lblItemName;
private System.Windows.Forms.TextBox txtItemName;
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.CheckBox ckbWrap;
private Dongke.WinForm.Controls.BtnButton btnOK;
private Dongke.WinForm.Controls.BtnButton btnCancel;
public System.Windows.Forms.CheckBox chkFixedRatio;
public System.Windows.Forms.CheckBox chkM;
public System.Windows.Forms.CheckBox chkPic;
private System.Windows.Forms.GroupBox grbTextAlignmentV;
private System.Windows.Forms.RadioButton rbtnBottom;
private System.Windows.Forms.RadioButton rbtnCenterV;
private System.Windows.Forms.RadioButton rbtnTop;
}
}