namespace Dongke.WinForm.Controls.InvoiceLayout { partial class TotalTextItemSetting { /// /// 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(TotalTextItemSetting)); this.btnCancel = new Dongke.WinForm.Controls.BtnButton(); this.btnOK = new Dongke.WinForm.Controls.BtnButton(); this.gbxTotalValueTextAlignment = 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.lblLineSpace = new System.Windows.Forms.Label(); this.numLineSpace = new System.Windows.Forms.NumericUpDown(); this.lblLineSpaceUnit = new System.Windows.Forms.Label(); this.lblCharSpace = new System.Windows.Forms.Label(); this.lblCharSpaceUnit = new System.Windows.Forms.Label(); this.numCharSpace = new System.Windows.Forms.NumericUpDown(); this.lblWidth = new System.Windows.Forms.Label(); this.lblWidthUnit = new System.Windows.Forms.Label(); this.numWidth = new System.Windows.Forms.NumericUpDown(); this.lblHeight = new System.Windows.Forms.Label(); this.lblHeightUnit = new System.Windows.Forms.Label(); this.numHeight = new System.Windows.Forms.NumericUpDown(); this.lblLoctionY = new System.Windows.Forms.Label(); this.lblLoctionYUnit = new System.Windows.Forms.Label(); this.numLoctionY = new System.Windows.Forms.NumericUpDown(); this.lblLoctionX = new System.Windows.Forms.Label(); this.lblLoctionXUnit = new System.Windows.Forms.Label(); this.numLoctionX = new System.Windows.Forms.NumericUpDown(); this.lblCharCount = 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.lblDefaultValue = new System.Windows.Forms.Label(); this.lblTextFormat = 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.gbxTotalValueLocation = new System.Windows.Forms.GroupBox(); this.fontDialog = new System.Windows.Forms.FontDialog(); this.ckbWrap = new System.Windows.Forms.CheckBox(); this.gbxNoTotalValueOptions = new System.Windows.Forms.GroupBox(); this.lblNoTotalPreview = new System.Windows.Forms.Label(); this.btnNotFont = new System.Windows.Forms.Button(); this.btnNotColor = new System.Windows.Forms.Button(); this.txtNotTotalValue = new System.Windows.Forms.TextBox(); this.gbxNoTotalValueTextAlignmentV = new System.Windows.Forms.GroupBox(); this.rbtnNotBottom = new System.Windows.Forms.RadioButton(); this.rbtnNotCenterV = new System.Windows.Forms.RadioButton(); this.rbtnNotTop = new System.Windows.Forms.RadioButton(); this.gbxNoTotalValueTextAlignment = new System.Windows.Forms.GroupBox(); this.rbtnNotEvenness = new System.Windows.Forms.RadioButton(); this.rbtnNotRight = new System.Windows.Forms.RadioButton(); this.rbtnNotCenter = new System.Windows.Forms.RadioButton(); this.rbtnNotLeft = new System.Windows.Forms.RadioButton(); this.gbxTotalValueStyle = new System.Windows.Forms.GroupBox(); this.gbxTotalValueOptions = new System.Windows.Forms.GroupBox(); this.gbxTotalValueTextAlignmentV = 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.gbxTotalValueTextAlignment.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.gbxTotalValueLocation.SuspendLayout(); this.gbxNoTotalValueOptions.SuspendLayout(); this.gbxNoTotalValueTextAlignmentV.SuspendLayout(); this.gbxNoTotalValueTextAlignment.SuspendLayout(); this.gbxTotalValueStyle.SuspendLayout(); this.gbxTotalValueOptions.SuspendLayout(); this.gbxTotalValueTextAlignmentV.SuspendLayout(); this.SuspendLayout(); // // pnlBack // this.pnlBack.Size = new System.Drawing.Size(579, 450); // // btnCancel // 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(488, 402); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 12; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // btnOK // 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(399, 402); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 11; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; // // gbxTotalValueTextAlignment // this.gbxTotalValueTextAlignment.BackColor = System.Drawing.Color.Transparent; this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnEvenness); this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnRight); this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnCenter); this.gbxTotalValueTextAlignment.Controls.Add(this.rbtnLeft); this.gbxTotalValueTextAlignment.Location = new System.Drawing.Point(445, 20); this.gbxTotalValueTextAlignment.Name = "gbxTotalValueTextAlignment"; this.gbxTotalValueTextAlignment.Size = new System.Drawing.Size(108, 109); this.gbxTotalValueTextAlignment.TabIndex = 20; this.gbxTotalValueTextAlignment.TabStop = false; this.gbxTotalValueTextAlignment.Text = "水平对齐"; // // rbtnEvenness // this.rbtnEvenness.AutoSize = true; this.rbtnEvenness.Location = new System.Drawing.Point(10, 86); 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, 64); 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, 42); 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, 20); 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); // // lblLineSpace // this.lblLineSpace.AutoSize = true; this.lblLineSpace.Location = new System.Drawing.Point(17, 106); this.lblLineSpace.Name = "lblLineSpace"; this.lblLineSpace.Size = new System.Drawing.Size(41, 12); this.lblLineSpace.TabIndex = 12; this.lblLineSpace.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, 121); 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; // // lblLineSpaceUnit // this.lblLineSpaceUnit.AutoSize = true; this.lblLineSpaceUnit.Location = new System.Drawing.Point(75, 125); this.lblLineSpaceUnit.Name = "lblLineSpaceUnit"; this.lblLineSpaceUnit.Size = new System.Drawing.Size(17, 12); this.lblLineSpaceUnit.TabIndex = 14; this.lblLineSpaceUnit.Text = "mm"; // // lblCharSpace // this.lblCharSpace.AutoSize = true; this.lblCharSpace.Location = new System.Drawing.Point(108, 106); this.lblCharSpace.Name = "lblCharSpace"; this.lblCharSpace.Size = new System.Drawing.Size(41, 12); this.lblCharSpace.TabIndex = 15; this.lblCharSpace.Text = "字间距"; // // lblCharSpaceUnit // this.lblCharSpaceUnit.AutoSize = true; this.lblCharSpaceUnit.Location = new System.Drawing.Point(169, 125); this.lblCharSpaceUnit.Name = "lblCharSpaceUnit"; this.lblCharSpaceUnit.Size = new System.Drawing.Size(17, 12); this.lblCharSpaceUnit.TabIndex = 17; this.lblCharSpaceUnit.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, 121); 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; // // lblWidth // this.lblWidth.AutoSize = true; this.lblWidth.Location = new System.Drawing.Point(17, 62); this.lblWidth.Name = "lblWidth"; this.lblWidth.Size = new System.Drawing.Size(17, 12); this.lblWidth.TabIndex = 5; this.lblWidth.Text = "宽"; // // lblWidthUnit // this.lblWidthUnit.AutoSize = true; this.lblWidthUnit.Location = new System.Drawing.Point(77, 81); this.lblWidthUnit.Name = "lblWidthUnit"; this.lblWidthUnit.Size = new System.Drawing.Size(17, 12); this.lblWidthUnit.TabIndex = 7; this.lblWidthUnit.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, 77); 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); // // lblHeight // this.lblHeight.AutoSize = true; this.lblHeight.Location = new System.Drawing.Point(108, 62); this.lblHeight.Name = "lblHeight"; this.lblHeight.Size = new System.Drawing.Size(17, 12); this.lblHeight.TabIndex = 8; this.lblHeight.Text = "高"; // // lblHeightUnit // this.lblHeightUnit.AutoSize = true; this.lblHeightUnit.Location = new System.Drawing.Point(169, 81); this.lblHeightUnit.Name = "lblHeightUnit"; this.lblHeightUnit.Size = new System.Drawing.Size(17, 12); this.lblHeightUnit.TabIndex = 11; this.lblHeightUnit.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, 77); 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}); // // lblLoctionY // this.lblLoctionY.AutoSize = true; this.lblLoctionY.Location = new System.Drawing.Point(108, 20); this.lblLoctionY.Name = "lblLoctionY"; this.lblLoctionY.Size = new System.Drawing.Size(11, 12); this.lblLoctionY.TabIndex = 3; this.lblLoctionY.Text = "Y"; // // lblLoctionYUnit // this.lblLoctionYUnit.AutoSize = true; this.lblLoctionYUnit.Location = new System.Drawing.Point(169, 39); this.lblLoctionYUnit.Name = "lblLoctionYUnit"; this.lblLoctionYUnit.Size = new System.Drawing.Size(17, 12); this.lblLoctionYUnit.TabIndex = 10; this.lblLoctionYUnit.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}); // // lblLoctionX // this.lblLoctionX.AutoSize = true; this.lblLoctionX.Location = new System.Drawing.Point(17, 20); this.lblLoctionX.Name = "lblLoctionX"; this.lblLoctionX.Size = new System.Drawing.Size(11, 12); this.lblLoctionX.TabIndex = 0; this.lblLoctionX.Text = "X"; // // lblLoctionXUnit // this.lblLoctionXUnit.AutoSize = true; this.lblLoctionXUnit.Location = new System.Drawing.Point(77, 39); this.lblLoctionXUnit.Name = "lblLoctionXUnit"; this.lblLoctionXUnit.Size = new System.Drawing.Size(17, 12); this.lblLoctionXUnit.TabIndex = 2; this.lblLoctionXUnit.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}); // // lblCharCount // this.lblCharCount.AutoSize = true; this.lblCharCount.Location = new System.Drawing.Point(196, 20); this.lblCharCount.Name = "lblCharCount"; this.lblCharCount.Size = new System.Drawing.Size(65, 12); this.lblCharCount.TabIndex = 18; this.lblCharCount.Text = "单行文字数"; // // numCharCount // this.numCharCount.Location = new System.Drawing.Point(198, 35); 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.Hiragana; this.txtPreview.Location = new System.Drawing.Point(45, 177); this.txtPreview.Multiline = true; this.txtPreview.Name = "txtPreview"; this.txtPreview.Size = new System.Drawing.Size(394, 45); 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(10, 181); 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(6, 32); this.ddlDefaultValue.Name = "ddlDefaultValue"; this.ddlDefaultValue.Size = new System.Drawing.Size(148, 20); this.ddlDefaultValue.TabIndex = 6; // // ddlTextFormat // this.ddlTextFormat.FormattingEnabled = true; this.ddlTextFormat.Location = new System.Drawing.Point(6, 74); this.ddlTextFormat.Name = "ddlTextFormat"; this.ddlTextFormat.Size = new System.Drawing.Size(148, 20); this.ddlTextFormat.TabIndex = 8; this.ddlTextFormat.SelectedIndexChanged += new System.EventHandler(this.ddlTextFormat_SelectedIndexChanged); // // lblDefaultValue // this.lblDefaultValue.AutoSize = true; this.lblDefaultValue.BackColor = System.Drawing.Color.Transparent; this.lblDefaultValue.Location = new System.Drawing.Point(6, 17); this.lblDefaultValue.Name = "lblDefaultValue"; this.lblDefaultValue.Size = new System.Drawing.Size(41, 12); this.lblDefaultValue.TabIndex = 5; this.lblDefaultValue.Text = "初始值"; // // lblTextFormat // this.lblTextFormat.AutoSize = true; this.lblTextFormat.BackColor = System.Drawing.Color.Transparent; this.lblTextFormat.Location = new System.Drawing.Point(6, 59); this.lblTextFormat.Name = "lblTextFormat"; this.lblTextFormat.Size = new System.Drawing.Size(29, 12); this.lblTextFormat.TabIndex = 7; this.lblTextFormat.Text = "格式"; // // btnSelectColor // this.btnSelectColor.Location = new System.Drawing.Point(12, 118); this.btnSelectColor.Name = "btnSelectColor"; this.btnSelectColor.Size = new System.Drawing.Size(68, 23); this.btnSelectColor.TabIndex = 5; this.btnSelectColor.Text = "颜色..."; this.btnSelectColor.UseVisualStyleBackColor = true; // // 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.Location = new System.Drawing.Point(59, 10); this.txtItemName.MaxLength = 30; this.txtItemName.Name = "txtItemName"; this.txtItemName.Size = new System.Drawing.Size(514, 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(86, 118); this.btnFont.Name = "btnFont"; this.btnFont.Size = new System.Drawing.Size(68, 23); this.btnFont.TabIndex = 6; this.btnFont.Text = "字体..."; this.btnFont.UseVisualStyleBackColor = true; this.btnFont.Click += new System.EventHandler(this.btnFont_Click); // // gbxTotalValueLocation // this.gbxTotalValueLocation.BackColor = System.Drawing.Color.Transparent; this.gbxTotalValueLocation.Controls.Add(this.lblWidth); this.gbxTotalValueLocation.Controls.Add(this.lblHeight); this.gbxTotalValueLocation.Controls.Add(this.lblLoctionY); this.gbxTotalValueLocation.Controls.Add(this.lblLoctionX); this.gbxTotalValueLocation.Controls.Add(this.lblWidthUnit); this.gbxTotalValueLocation.Controls.Add(this.lblHeightUnit); this.gbxTotalValueLocation.Controls.Add(this.lblLoctionYUnit); this.gbxTotalValueLocation.Controls.Add(this.numCharCount); this.gbxTotalValueLocation.Controls.Add(this.numLoctionX); this.gbxTotalValueLocation.Controls.Add(this.numCharSpace); this.gbxTotalValueLocation.Controls.Add(this.lblLoctionXUnit); this.gbxTotalValueLocation.Controls.Add(this.numLineSpace); this.gbxTotalValueLocation.Controls.Add(this.numLoctionY); this.gbxTotalValueLocation.Controls.Add(this.lblCharSpaceUnit); this.gbxTotalValueLocation.Controls.Add(this.numWidth); this.gbxTotalValueLocation.Controls.Add(this.lblLineSpaceUnit); this.gbxTotalValueLocation.Controls.Add(this.numHeight); this.gbxTotalValueLocation.Controls.Add(this.lblCharCount); this.gbxTotalValueLocation.Controls.Add(this.lblLineSpace); this.gbxTotalValueLocation.Controls.Add(this.lblCharSpace); this.gbxTotalValueLocation.Location = new System.Drawing.Point(6, 20); this.gbxTotalValueLocation.Name = "gbxTotalValueLocation"; this.gbxTotalValueLocation.Size = new System.Drawing.Size(267, 151); this.gbxTotalValueLocation.TabIndex = 2; this.gbxTotalValueLocation.TabStop = false; this.gbxTotalValueLocation.Text = "位置"; // // 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(14, 410); this.ckbWrap.Name = "ckbWrap"; this.ckbWrap.Size = new System.Drawing.Size(72, 16); this.ckbWrap.TabIndex = 13; this.ckbWrap.Text = "自动换行"; this.ckbWrap.UseVisualStyleBackColor = false; // // gbxNoTotalValueOptions // this.gbxNoTotalValueOptions.BackColor = System.Drawing.Color.Transparent; this.gbxNoTotalValueOptions.Controls.Add(this.lblNoTotalPreview); this.gbxNoTotalValueOptions.Controls.Add(this.btnNotFont); this.gbxNoTotalValueOptions.Controls.Add(this.btnNotColor); this.gbxNoTotalValueOptions.Controls.Add(this.txtNotTotalValue); this.gbxNoTotalValueOptions.Controls.Add(this.gbxNoTotalValueTextAlignmentV); this.gbxNoTotalValueOptions.Controls.Add(this.gbxNoTotalValueTextAlignment); this.gbxNoTotalValueOptions.Location = new System.Drawing.Point(14, 272); this.gbxNoTotalValueOptions.Name = "gbxNoTotalValueOptions"; this.gbxNoTotalValueOptions.Size = new System.Drawing.Size(559, 124); this.gbxNoTotalValueOptions.TabIndex = 14; this.gbxNoTotalValueOptions.TabStop = false; this.gbxNoTotalValueOptions.Text = "非合计文本选项"; // // lblNoTotalPreview // this.lblNoTotalPreview.AutoSize = true; this.lblNoTotalPreview.BackColor = System.Drawing.Color.Transparent; this.lblNoTotalPreview.Location = new System.Drawing.Point(10, 23); this.lblNoTotalPreview.Name = "lblNoTotalPreview"; this.lblNoTotalPreview.Size = new System.Drawing.Size(29, 12); this.lblNoTotalPreview.TabIndex = 21; this.lblNoTotalPreview.Text = "示例"; // // btnNotFont // this.btnNotFont.Location = new System.Drawing.Point(455, 47); this.btnNotFont.Name = "btnNotFont"; this.btnNotFont.Size = new System.Drawing.Size(75, 23); this.btnNotFont.TabIndex = 8; this.btnNotFont.Text = "字体..."; this.btnNotFont.UseVisualStyleBackColor = true; this.btnNotFont.Click += new System.EventHandler(this.btnNotFont_Click); // // btnNotColor // this.btnNotColor.Location = new System.Drawing.Point(455, 18); this.btnNotColor.Name = "btnNotColor"; this.btnNotColor.Size = new System.Drawing.Size(75, 23); this.btnNotColor.TabIndex = 7; this.btnNotColor.Text = "颜色..."; this.btnNotColor.UseVisualStyleBackColor = true; this.btnNotColor.Click += new System.EventHandler(this.btnNotColor_Click); // // txtNotTotalValue // this.txtNotTotalValue.Location = new System.Drawing.Point(45, 20); this.txtNotTotalValue.Multiline = true; this.txtNotTotalValue.Name = "txtNotTotalValue"; this.txtNotTotalValue.Size = new System.Drawing.Size(394, 42); this.txtNotTotalValue.TabIndex = 0; // // gbxNoTotalValueTextAlignmentV // this.gbxNoTotalValueTextAlignmentV.Controls.Add(this.rbtnNotBottom); this.gbxNoTotalValueTextAlignmentV.Controls.Add(this.rbtnNotCenterV); this.gbxNoTotalValueTextAlignmentV.Controls.Add(this.rbtnNotTop); this.gbxNoTotalValueTextAlignmentV.Location = new System.Drawing.Point(308, 70); this.gbxNoTotalValueTextAlignmentV.Name = "gbxNoTotalValueTextAlignmentV"; this.gbxNoTotalValueTextAlignmentV.Size = new System.Drawing.Size(245, 48); this.gbxNoTotalValueTextAlignmentV.TabIndex = 21; this.gbxNoTotalValueTextAlignmentV.TabStop = false; this.gbxNoTotalValueTextAlignmentV.Text = "垂直对齐方式"; // // rbtnNotBottom // this.rbtnNotBottom.AutoSize = true; this.rbtnNotBottom.Location = new System.Drawing.Point(162, 17); this.rbtnNotBottom.Name = "rbtnNotBottom"; this.rbtnNotBottom.Size = new System.Drawing.Size(71, 16); this.rbtnNotBottom.TabIndex = 2; this.rbtnNotBottom.TabStop = true; this.rbtnNotBottom.Text = "底端对齐"; this.rbtnNotBottom.UseVisualStyleBackColor = true; this.rbtnNotBottom.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // rbtnNotCenterV // this.rbtnNotCenterV.AutoSize = true; this.rbtnNotCenterV.Location = new System.Drawing.Point(85, 19); this.rbtnNotCenterV.Name = "rbtnNotCenterV"; this.rbtnNotCenterV.Size = new System.Drawing.Size(71, 16); this.rbtnNotCenterV.TabIndex = 1; this.rbtnNotCenterV.Text = "垂直对齐"; this.rbtnNotCenterV.UseVisualStyleBackColor = true; this.rbtnNotCenterV.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // rbtnNotTop // this.rbtnNotTop.AutoSize = true; this.rbtnNotTop.Checked = true; this.rbtnNotTop.Location = new System.Drawing.Point(8, 19); this.rbtnNotTop.Name = "rbtnNotTop"; this.rbtnNotTop.Size = new System.Drawing.Size(71, 16); this.rbtnNotTop.TabIndex = 0; this.rbtnNotTop.TabStop = true; this.rbtnNotTop.Text = "顶端对齐"; this.rbtnNotTop.UseVisualStyleBackColor = true; this.rbtnNotTop.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // gbxNoTotalValueTextAlignment // this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotEvenness); this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotRight); this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotCenter); this.gbxNoTotalValueTextAlignment.Controls.Add(this.rbtnNotLeft); this.gbxNoTotalValueTextAlignment.Location = new System.Drawing.Point(12, 70); this.gbxNoTotalValueTextAlignment.Name = "gbxNoTotalValueTextAlignment"; this.gbxNoTotalValueTextAlignment.Size = new System.Drawing.Size(290, 48); this.gbxNoTotalValueTextAlignment.TabIndex = 20; this.gbxNoTotalValueTextAlignment.TabStop = false; this.gbxNoTotalValueTextAlignment.Text = "对齐方式"; // // rbtnNotEvenness // this.rbtnNotEvenness.AutoSize = true; this.rbtnNotEvenness.Location = new System.Drawing.Point(212, 19); this.rbtnNotEvenness.Name = "rbtnNotEvenness"; this.rbtnNotEvenness.Size = new System.Drawing.Size(71, 16); this.rbtnNotEvenness.TabIndex = 3; this.rbtnNotEvenness.TabStop = true; this.rbtnNotEvenness.Text = "两端对齐"; this.rbtnNotEvenness.UseVisualStyleBackColor = true; this.rbtnNotEvenness.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // rbtnNotRight // this.rbtnNotRight.AutoSize = true; this.rbtnNotRight.Location = new System.Drawing.Point(148, 19); this.rbtnNotRight.Name = "rbtnNotRight"; this.rbtnNotRight.Size = new System.Drawing.Size(59, 16); this.rbtnNotRight.TabIndex = 2; this.rbtnNotRight.TabStop = true; this.rbtnNotRight.Text = "右对齐"; this.rbtnNotRight.UseVisualStyleBackColor = true; this.rbtnNotRight.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // rbtnNotCenter // this.rbtnNotCenter.AutoSize = true; this.rbtnNotCenter.Location = new System.Drawing.Point(72, 19); this.rbtnNotCenter.Name = "rbtnNotCenter"; this.rbtnNotCenter.Size = new System.Drawing.Size(71, 16); this.rbtnNotCenter.TabIndex = 1; this.rbtnNotCenter.Text = "居中对齐"; this.rbtnNotCenter.UseVisualStyleBackColor = true; this.rbtnNotCenter.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // rbtnNotLeft // this.rbtnNotLeft.AutoSize = true; this.rbtnNotLeft.Checked = true; this.rbtnNotLeft.Location = new System.Drawing.Point(8, 19); this.rbtnNotLeft.Name = "rbtnNotLeft"; this.rbtnNotLeft.Size = new System.Drawing.Size(59, 16); this.rbtnNotLeft.TabIndex = 0; this.rbtnNotLeft.TabStop = true; this.rbtnNotLeft.Text = "左对齐"; this.rbtnNotLeft.UseVisualStyleBackColor = true; this.rbtnNotLeft.CheckedChanged += new System.EventHandler(this.rbtnNotAlignment_CheckedChanged); // // gbxTotalValueStyle // this.gbxTotalValueStyle.BackColor = System.Drawing.Color.Transparent; this.gbxTotalValueStyle.Controls.Add(this.lblDefaultValue); this.gbxTotalValueStyle.Controls.Add(this.ddlDefaultValue); this.gbxTotalValueStyle.Controls.Add(this.lblTextFormat); this.gbxTotalValueStyle.Controls.Add(this.ddlTextFormat); this.gbxTotalValueStyle.Controls.Add(this.btnFont); this.gbxTotalValueStyle.Controls.Add(this.btnSelectColor); this.gbxTotalValueStyle.Location = new System.Drawing.Point(279, 20); this.gbxTotalValueStyle.Name = "gbxTotalValueStyle"; this.gbxTotalValueStyle.Size = new System.Drawing.Size(160, 151); this.gbxTotalValueStyle.TabIndex = 15; this.gbxTotalValueStyle.TabStop = false; this.gbxTotalValueStyle.Text = "样式"; // // gbxTotalValueOptions // this.gbxTotalValueOptions.BackColor = System.Drawing.Color.Transparent; this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueLocation); this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueStyle); this.gbxTotalValueOptions.Controls.Add(this.txtPreview); this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueTextAlignmentV); this.gbxTotalValueOptions.Controls.Add(this.gbxTotalValueTextAlignment); this.gbxTotalValueOptions.Controls.Add(this.lblPreview); this.gbxTotalValueOptions.Location = new System.Drawing.Point(14, 37); this.gbxTotalValueOptions.Name = "gbxTotalValueOptions"; this.gbxTotalValueOptions.Size = new System.Drawing.Size(559, 229); this.gbxTotalValueOptions.TabIndex = 21; this.gbxTotalValueOptions.TabStop = false; this.gbxTotalValueOptions.Text = "合计文本选项"; // // gbxTotalValueTextAlignmentV // this.gbxTotalValueTextAlignmentV.BackColor = System.Drawing.Color.Transparent; this.gbxTotalValueTextAlignmentV.Controls.Add(this.rbtnBottom); this.gbxTotalValueTextAlignmentV.Controls.Add(this.rbtnCenterV); this.gbxTotalValueTextAlignmentV.Controls.Add(this.rbtnTop); this.gbxTotalValueTextAlignmentV.Location = new System.Drawing.Point(445, 135); this.gbxTotalValueTextAlignmentV.Name = "gbxTotalValueTextAlignmentV"; this.gbxTotalValueTextAlignmentV.Size = new System.Drawing.Size(108, 87); this.gbxTotalValueTextAlignmentV.TabIndex = 21; this.gbxTotalValueTextAlignmentV.TabStop = false; this.gbxTotalValueTextAlignmentV.Text = "垂直对齐"; // // rbtnBottom // this.rbtnBottom.AutoSize = true; this.rbtnBottom.Location = new System.Drawing.Point(10, 64); 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, 42); 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, 20); 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); // // TotalTextItemSetting // 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(579, 472); this.Controls.Add(this.gbxTotalValueOptions); this.Controls.Add(this.gbxNoTotalValueOptions); this.Controls.Add(this.ckbWrap); this.Controls.Add(this.txtItemName); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblItemName); this.Controls.Add(this.btnCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TotalTextItemSetting"; this.ShowIcon = true; this.Text = "合计文本设置"; this.Shown += new System.EventHandler(this.TextItemSetting_Shown); this.Controls.SetChildIndex(this.pnlBack, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.lblItemName, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.txtItemName, 0); this.Controls.SetChildIndex(this.ckbWrap, 0); this.Controls.SetChildIndex(this.gbxNoTotalValueOptions, 0); this.Controls.SetChildIndex(this.gbxTotalValueOptions, 0); this.gbxTotalValueTextAlignment.ResumeLayout(false); this.gbxTotalValueTextAlignment.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.gbxTotalValueLocation.ResumeLayout(false); this.gbxTotalValueLocation.PerformLayout(); this.gbxNoTotalValueOptions.ResumeLayout(false); this.gbxNoTotalValueOptions.PerformLayout(); this.gbxNoTotalValueTextAlignmentV.ResumeLayout(false); this.gbxNoTotalValueTextAlignmentV.PerformLayout(); this.gbxNoTotalValueTextAlignment.ResumeLayout(false); this.gbxNoTotalValueTextAlignment.PerformLayout(); this.gbxTotalValueStyle.ResumeLayout(false); this.gbxTotalValueStyle.PerformLayout(); this.gbxTotalValueOptions.ResumeLayout(false); this.gbxTotalValueOptions.PerformLayout(); this.gbxTotalValueTextAlignmentV.ResumeLayout(false); this.gbxTotalValueTextAlignmentV.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.WinForm.Controls.BtnButton btnCancel; private Dongke.WinForm.Controls.BtnButton btnOK; private System.Windows.Forms.GroupBox gbxTotalValueTextAlignment; private System.Windows.Forms.Label lblLineSpace; private System.Windows.Forms.NumericUpDown numLineSpace; private System.Windows.Forms.Label lblLineSpaceUnit; private System.Windows.Forms.Label lblCharSpace; private System.Windows.Forms.Label lblCharSpaceUnit; private System.Windows.Forms.NumericUpDown numCharSpace; private System.Windows.Forms.Label lblWidth; private System.Windows.Forms.Label lblWidthUnit; private System.Windows.Forms.NumericUpDown numWidth; private System.Windows.Forms.Label lblHeight; private System.Windows.Forms.Label lblHeightUnit; private System.Windows.Forms.NumericUpDown numHeight; private System.Windows.Forms.Label lblLoctionY; private System.Windows.Forms.Label lblLoctionYUnit; private System.Windows.Forms.NumericUpDown numLoctionY; private System.Windows.Forms.Label lblLoctionX; private System.Windows.Forms.Label lblLoctionXUnit; 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 lblCharCount; 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 lblDefaultValue; private System.Windows.Forms.Label lblTextFormat; 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 gbxTotalValueLocation; private System.Windows.Forms.FontDialog fontDialog; private System.Windows.Forms.Button btnFont; private System.Windows.Forms.CheckBox ckbWrap; private System.Windows.Forms.GroupBox gbxNoTotalValueOptions; private System.Windows.Forms.TextBox txtNotTotalValue; private System.Windows.Forms.Button btnNotFont; private System.Windows.Forms.Button btnNotColor; private System.Windows.Forms.GroupBox gbxNoTotalValueTextAlignment; private System.Windows.Forms.RadioButton rbtnNotEvenness; private System.Windows.Forms.RadioButton rbtnNotRight; private System.Windows.Forms.RadioButton rbtnNotCenter; private System.Windows.Forms.RadioButton rbtnNotLeft; private System.Windows.Forms.GroupBox gbxTotalValueStyle; private System.Windows.Forms.Label lblNoTotalPreview; private System.Windows.Forms.GroupBox gbxTotalValueOptions; private System.Windows.Forms.GroupBox gbxTotalValueTextAlignmentV; private System.Windows.Forms.RadioButton rbtnBottom; private System.Windows.Forms.RadioButton rbtnCenterV; private System.Windows.Forms.RadioButton rbtnTop; private System.Windows.Forms.GroupBox gbxNoTotalValueTextAlignmentV; private System.Windows.Forms.RadioButton rbtnNotBottom; private System.Windows.Forms.RadioButton rbtnNotCenterV; private System.Windows.Forms.RadioButton rbtnNotTop; } }