namespace Dongke.WinForm.Controls.InvoiceLayout
{
partial class GridItemColumnSetting
{
///
/// 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(GridItemColumnSetting));
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.lblLineSpace = new System.Windows.Forms.Label();
this.numLineSpace = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.lblCharSpace = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.numCharSpace = new System.Windows.Forms.NumericUpDown();
this.lblWidth = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.numWidth = 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.txtColName = new System.Windows.Forms.TextBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.btnFont = new System.Windows.Forms.Button();
this.grbTextOption = new System.Windows.Forms.GroupBox();
this.ckbWrap = new System.Windows.Forms.CheckBox();
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.txtHeaderText = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.chkPic = new System.Windows.Forms.CheckBox();
this.chkM = new System.Windows.Forms.CheckBox();
this.chkFixedRatio = new System.Windows.Forms.CheckBox();
this.grbHeadOption = new System.Windows.Forms.GroupBox();
this.ckbWrapHead = new System.Windows.Forms.CheckBox();
this.btnFontHead = new System.Windows.Forms.Button();
this.numCharCountHead = new System.Windows.Forms.NumericUpDown();
this.numCharSpaceHead = new System.Windows.Forms.NumericUpDown();
this.grbTextAlignmentVHead = new System.Windows.Forms.GroupBox();
this.rbtnBottomHead = new System.Windows.Forms.RadioButton();
this.rbtnCenterVHead = new System.Windows.Forms.RadioButton();
this.rbtnTopHead = new System.Windows.Forms.RadioButton();
this.grbTextAlignmentHead = new System.Windows.Forms.GroupBox();
this.rbtnEvennessHead = new System.Windows.Forms.RadioButton();
this.rbtnRightHead = new System.Windows.Forms.RadioButton();
this.rbtnCenterHead = new System.Windows.Forms.RadioButton();
this.rbtnLeftHead = new System.Windows.Forms.RadioButton();
this.numLineSpaceHead = new System.Windows.Forms.NumericUpDown();
this.btnSelectColorHead = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
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.numCharCount)).BeginInit();
this.grbTextOption.SuspendLayout();
this.grbTextAlignmentV.SuspendLayout();
this.grbHeadOption.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numCharCountHead)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numCharSpaceHead)).BeginInit();
this.grbTextAlignmentVHead.SuspendLayout();
this.grbTextAlignmentHead.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numLineSpaceHead)).BeginInit();
this.SuspendLayout();
//
// pnlBack
//
this.pnlBack.Size = new System.Drawing.Size(437, 500);
//
// 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(340, 465);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 33);
this.btnCancel.TabIndex = 17;
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(249, 465);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 33);
this.btnOK.TabIndex = 16;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
//
// 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(210, 20);
this.grbTextAlignment.Name = "grbTextAlignment";
this.grbTextAlignment.Size = new System.Drawing.Size(95, 111);
this.grbTextAlignment.TabIndex = 11;
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);
//
// lblLineSpace
//
this.lblLineSpace.AutoSize = true;
this.lblLineSpace.Location = new System.Drawing.Point(109, 20);
this.lblLineSpace.Name = "lblLineSpace";
this.lblLineSpace.Size = new System.Drawing.Size(29, 12);
this.lblLineSpace.TabIndex = 3;
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(111, 35);
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 = 4;
this.numLineSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(167, 39);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 5;
this.label8.Text = "mm";
//
// lblCharSpace
//
this.lblCharSpace.AutoSize = true;
this.lblCharSpace.Location = new System.Drawing.Point(18, 20);
this.lblCharSpace.Name = "lblCharSpace";
this.lblCharSpace.Size = new System.Drawing.Size(41, 12);
this.lblCharSpace.TabIndex = 0;
this.lblCharSpace.Text = "字间距";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(79, 39);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(17, 12);
this.label10.TabIndex = 2;
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(20, 35);
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 = 1;
this.numCharSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// lblWidth
//
this.lblWidth.AutoSize = true;
this.lblWidth.BackColor = System.Drawing.Color.Transparent;
this.lblWidth.Location = new System.Drawing.Point(258, 31);
this.lblWidth.Name = "lblWidth";
this.lblWidth.Size = new System.Drawing.Size(29, 12);
this.lblWidth.TabIndex = 2;
this.lblWidth.Text = "列宽";
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Location = new System.Drawing.Point(351, 31);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(17, 12);
this.label12.TabIndex = 4;
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(293, 27);
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 = 3;
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);
//
// lblCharCount
//
this.lblCharCount.AutoSize = true;
this.lblCharCount.Location = new System.Drawing.Point(18, 63);
this.lblCharCount.Name = "lblCharCount";
this.lblCharCount.Size = new System.Drawing.Size(65, 12);
this.lblCharCount.TabIndex = 6;
this.lblCharCount.Text = "单行文字数";
//
// numCharCount
//
this.numCharCount.Location = new System.Drawing.Point(20, 78);
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 = 7;
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(12, 356);
this.txtPreview.Multiline = true;
this.txtPreview.Name = "txtPreview";
this.txtPreview.Size = new System.Drawing.Size(413, 74);
this.txtPreview.TabIndex = 8;
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, 341);
this.lblPreview.Name = "lblPreview";
this.lblPreview.Size = new System.Drawing.Size(29, 12);
this.lblPreview.TabIndex = 7;
this.lblPreview.Text = "示例";
//
// ddlDefaultValue
//
this.ddlDefaultValue.FormattingEnabled = true;
this.ddlDefaultValue.Location = new System.Drawing.Point(59, 438);
this.ddlDefaultValue.Name = "ddlDefaultValue";
this.ddlDefaultValue.Size = new System.Drawing.Size(144, 20);
this.ddlDefaultValue.TabIndex = 10;
//
// ddlTextFormat
//
this.ddlTextFormat.FormattingEnabled = true;
this.ddlTextFormat.Location = new System.Drawing.Point(244, 438);
this.ddlTextFormat.Name = "ddlTextFormat";
this.ddlTextFormat.Size = new System.Drawing.Size(181, 20);
this.ddlTextFormat.TabIndex = 12;
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(12, 441);
this.lblDefaultValue.Name = "lblDefaultValue";
this.lblDefaultValue.Size = new System.Drawing.Size(41, 12);
this.lblDefaultValue.TabIndex = 9;
this.lblDefaultValue.Text = "初始值";
//
// lblTextFormat
//
this.lblTextFormat.AutoSize = true;
this.lblTextFormat.BackColor = System.Drawing.Color.Transparent;
this.lblTextFormat.Location = new System.Drawing.Point(209, 441);
this.lblTextFormat.Name = "lblTextFormat";
this.lblTextFormat.Size = new System.Drawing.Size(29, 12);
this.lblTextFormat.TabIndex = 11;
this.lblTextFormat.Text = "格式";
//
// btnSelectColor
//
this.btnSelectColor.Location = new System.Drawing.Point(20, 108);
this.btnSelectColor.Name = "btnSelectColor";
this.btnSelectColor.Size = new System.Drawing.Size(75, 23);
this.btnSelectColor.TabIndex = 9;
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.Enabled = false;
this.lblItemName.Location = new System.Drawing.Point(389, 9);
this.lblItemName.Name = "lblItemName";
this.lblItemName.Size = new System.Drawing.Size(29, 12);
this.lblItemName.TabIndex = 0;
this.lblItemName.Text = "列名";
this.lblItemName.Visible = false;
//
// txtColName
//
this.txtColName.Enabled = false;
this.txtColName.Location = new System.Drawing.Point(392, 27);
this.txtColName.MaxLength = 30;
this.txtColName.Name = "txtColName";
this.txtColName.ReadOnly = true;
this.txtColName.Size = new System.Drawing.Size(26, 21);
this.txtColName.TabIndex = 1;
this.txtColName.Visible = false;
//
// toolTip
//
this.toolTip.AutoPopDelay = 5000;
this.toolTip.InitialDelay = 500;
this.toolTip.ReshowDelay = 500;
//
// btnFont
//
this.btnFont.Location = new System.Drawing.Point(111, 108);
this.btnFont.Name = "btnFont";
this.btnFont.Size = new System.Drawing.Size(75, 23);
this.btnFont.TabIndex = 10;
this.btnFont.Text = "字体...";
this.btnFont.UseVisualStyleBackColor = true;
this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
//
// grbTextOption
//
this.grbTextOption.BackColor = System.Drawing.Color.Transparent;
this.grbTextOption.Controls.Add(this.ckbWrap);
this.grbTextOption.Controls.Add(this.btnFont);
this.grbTextOption.Controls.Add(this.numCharCount);
this.grbTextOption.Controls.Add(this.numCharSpace);
this.grbTextOption.Controls.Add(this.grbTextAlignmentV);
this.grbTextOption.Controls.Add(this.grbTextAlignment);
this.grbTextOption.Controls.Add(this.numLineSpace);
this.grbTextOption.Controls.Add(this.btnSelectColor);
this.grbTextOption.Controls.Add(this.label10);
this.grbTextOption.Controls.Add(this.label8);
this.grbTextOption.Controls.Add(this.lblCharCount);
this.grbTextOption.Controls.Add(this.lblLineSpace);
this.grbTextOption.Controls.Add(this.lblCharSpace);
this.grbTextOption.Location = new System.Drawing.Point(12, 198);
this.grbTextOption.Name = "grbTextOption";
this.grbTextOption.Size = new System.Drawing.Size(413, 140);
this.grbTextOption.TabIndex = 6;
this.grbTextOption.TabStop = false;
this.grbTextOption.Text = "列文本选项";
//
// ckbWrap
//
this.ckbWrap.AutoSize = true;
this.ckbWrap.BackColor = System.Drawing.Color.Transparent;
this.ckbWrap.Location = new System.Drawing.Point(111, 78);
this.ckbWrap.Name = "ckbWrap";
this.ckbWrap.Size = new System.Drawing.Size(72, 16);
this.ckbWrap.TabIndex = 8;
this.ckbWrap.Text = "自动换行";
this.ckbWrap.UseVisualStyleBackColor = false;
//
// 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(311, 20);
this.grbTextAlignmentV.Name = "grbTextAlignmentV";
this.grbTextAlignmentV.Size = new System.Drawing.Size(95, 111);
this.grbTextAlignmentV.TabIndex = 12;
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;
//
// txtHeaderText
//
this.txtHeaderText.Location = new System.Drawing.Point(71, 7);
this.txtHeaderText.MaxLength = 30;
this.txtHeaderText.Multiline = true;
this.txtHeaderText.Name = "txtHeaderText";
this.txtHeaderText.Size = new System.Drawing.Size(181, 42);
this.txtHeaderText.TabIndex = 1;
this.txtHeaderText.FontChanged += new System.EventHandler(this.txtHeaderText_FontChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(12, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "标题文本";
//
// chkPic
//
this.chkPic.AutoSize = true;
this.chkPic.BackColor = System.Drawing.Color.Transparent;
this.chkPic.Location = new System.Drawing.Point(156, 465);
this.chkPic.Name = "chkPic";
this.chkPic.Size = new System.Drawing.Size(60, 16);
this.chkPic.TabIndex = 15;
this.chkPic.Text = "图片列";
this.chkPic.UseVisualStyleBackColor = false;
this.chkPic.Visible = false;
this.chkPic.CheckedChanged += new System.EventHandler(this.chkPic_CheckedChanged);
//
// chkM
//
this.chkM.AutoSize = true;
this.chkM.BackColor = System.Drawing.Color.Transparent;
this.chkM.Location = new System.Drawing.Point(12, 465);
this.chkM.Name = "chkM";
this.chkM.Size = new System.Drawing.Size(48, 16);
this.chkM.TabIndex = 13;
this.chkM.Text = "余白";
this.chkM.UseVisualStyleBackColor = false;
//
// chkFixedRatio
//
this.chkFixedRatio.AutoSize = true;
this.chkFixedRatio.BackColor = System.Drawing.Color.Transparent;
this.chkFixedRatio.Location = new System.Drawing.Point(66, 465);
this.chkFixedRatio.Name = "chkFixedRatio";
this.chkFixedRatio.Size = new System.Drawing.Size(84, 16);
this.chkFixedRatio.TabIndex = 14;
this.chkFixedRatio.Text = "长宽比固定";
this.chkFixedRatio.UseVisualStyleBackColor = false;
//
// grbHeadOption
//
this.grbHeadOption.BackColor = System.Drawing.Color.Transparent;
this.grbHeadOption.Controls.Add(this.ckbWrapHead);
this.grbHeadOption.Controls.Add(this.btnFontHead);
this.grbHeadOption.Controls.Add(this.numCharCountHead);
this.grbHeadOption.Controls.Add(this.numCharSpaceHead);
this.grbHeadOption.Controls.Add(this.grbTextAlignmentVHead);
this.grbHeadOption.Controls.Add(this.grbTextAlignmentHead);
this.grbHeadOption.Controls.Add(this.numLineSpaceHead);
this.grbHeadOption.Controls.Add(this.btnSelectColorHead);
this.grbHeadOption.Controls.Add(this.label4);
this.grbHeadOption.Controls.Add(this.label5);
this.grbHeadOption.Controls.Add(this.label6);
this.grbHeadOption.Controls.Add(this.label7);
this.grbHeadOption.Controls.Add(this.label9);
this.grbHeadOption.Location = new System.Drawing.Point(14, 54);
this.grbHeadOption.Name = "grbHeadOption";
this.grbHeadOption.Size = new System.Drawing.Size(413, 140);
this.grbHeadOption.TabIndex = 5;
this.grbHeadOption.TabStop = false;
this.grbHeadOption.Text = "表头文本选项";
//
// ckbWrapHead
//
this.ckbWrapHead.AutoSize = true;
this.ckbWrapHead.BackColor = System.Drawing.Color.Transparent;
this.ckbWrapHead.Location = new System.Drawing.Point(109, 76);
this.ckbWrapHead.Name = "ckbWrapHead";
this.ckbWrapHead.Size = new System.Drawing.Size(72, 16);
this.ckbWrapHead.TabIndex = 8;
this.ckbWrapHead.Text = "自动换行";
this.ckbWrapHead.UseVisualStyleBackColor = false;
//
// btnFontHead
//
this.btnFontHead.Location = new System.Drawing.Point(111, 108);
this.btnFontHead.Name = "btnFontHead";
this.btnFontHead.Size = new System.Drawing.Size(75, 23);
this.btnFontHead.TabIndex = 10;
this.btnFontHead.Text = "字体...";
this.btnFontHead.UseVisualStyleBackColor = true;
this.btnFontHead.Click += new System.EventHandler(this.btnFontHead_Click);
//
// numCharCountHead
//
this.numCharCountHead.Location = new System.Drawing.Point(18, 76);
this.numCharCountHead.Maximum = new decimal(new int[] {
99,
0,
0,
0});
this.numCharCountHead.Name = "numCharCountHead";
this.numCharCountHead.Size = new System.Drawing.Size(53, 21);
this.numCharCountHead.TabIndex = 7;
this.numCharCountHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numCharCountHead.ValueChanged += new System.EventHandler(this.numCharCount_ValueChanged);
//
// numCharSpaceHead
//
this.numCharSpaceHead.DecimalPlaces = 1;
this.numCharSpaceHead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numCharSpaceHead.Location = new System.Drawing.Point(18, 32);
this.numCharSpaceHead.Maximum = new decimal(new int[] {
999,
0,
0,
65536});
this.numCharSpaceHead.Minimum = new decimal(new int[] {
999,
0,
0,
-2147418112});
this.numCharSpaceHead.Name = "numCharSpaceHead";
this.numCharSpaceHead.Size = new System.Drawing.Size(53, 21);
this.numCharSpaceHead.TabIndex = 1;
this.numCharSpaceHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// grbTextAlignmentVHead
//
this.grbTextAlignmentVHead.Controls.Add(this.rbtnBottomHead);
this.grbTextAlignmentVHead.Controls.Add(this.rbtnCenterVHead);
this.grbTextAlignmentVHead.Controls.Add(this.rbtnTopHead);
this.grbTextAlignmentVHead.Location = new System.Drawing.Point(311, 20);
this.grbTextAlignmentVHead.Name = "grbTextAlignmentVHead";
this.grbTextAlignmentVHead.Size = new System.Drawing.Size(95, 111);
this.grbTextAlignmentVHead.TabIndex = 12;
this.grbTextAlignmentVHead.TabStop = false;
this.grbTextAlignmentVHead.Text = "垂直对齐";
//
// rbtnBottomHead
//
this.rbtnBottomHead.AutoSize = true;
this.rbtnBottomHead.Location = new System.Drawing.Point(10, 61);
this.rbtnBottomHead.Name = "rbtnBottomHead";
this.rbtnBottomHead.Size = new System.Drawing.Size(71, 16);
this.rbtnBottomHead.TabIndex = 2;
this.rbtnBottomHead.TabStop = true;
this.rbtnBottomHead.Text = "底端对齐";
this.rbtnBottomHead.UseVisualStyleBackColor = true;
this.rbtnBottomHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// rbtnCenterVHead
//
this.rbtnCenterVHead.AutoSize = true;
this.rbtnCenterVHead.Location = new System.Drawing.Point(10, 39);
this.rbtnCenterVHead.Name = "rbtnCenterVHead";
this.rbtnCenterVHead.Size = new System.Drawing.Size(71, 16);
this.rbtnCenterVHead.TabIndex = 1;
this.rbtnCenterVHead.Text = "垂直居中";
this.rbtnCenterVHead.UseVisualStyleBackColor = true;
this.rbtnCenterVHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// rbtnTopHead
//
this.rbtnTopHead.AutoSize = true;
this.rbtnTopHead.Checked = true;
this.rbtnTopHead.Location = new System.Drawing.Point(10, 17);
this.rbtnTopHead.Name = "rbtnTopHead";
this.rbtnTopHead.Size = new System.Drawing.Size(71, 16);
this.rbtnTopHead.TabIndex = 0;
this.rbtnTopHead.TabStop = true;
this.rbtnTopHead.Text = "顶端对齐";
this.rbtnTopHead.UseVisualStyleBackColor = true;
this.rbtnTopHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// grbTextAlignmentHead
//
this.grbTextAlignmentHead.Controls.Add(this.rbtnEvennessHead);
this.grbTextAlignmentHead.Controls.Add(this.rbtnRightHead);
this.grbTextAlignmentHead.Controls.Add(this.rbtnCenterHead);
this.grbTextAlignmentHead.Controls.Add(this.rbtnLeftHead);
this.grbTextAlignmentHead.Location = new System.Drawing.Point(210, 20);
this.grbTextAlignmentHead.Name = "grbTextAlignmentHead";
this.grbTextAlignmentHead.Size = new System.Drawing.Size(95, 111);
this.grbTextAlignmentHead.TabIndex = 11;
this.grbTextAlignmentHead.TabStop = false;
this.grbTextAlignmentHead.Text = "水平对齐";
//
// rbtnEvennessHead
//
this.rbtnEvennessHead.AutoSize = true;
this.rbtnEvennessHead.Location = new System.Drawing.Point(10, 83);
this.rbtnEvennessHead.Name = "rbtnEvennessHead";
this.rbtnEvennessHead.Size = new System.Drawing.Size(71, 16);
this.rbtnEvennessHead.TabIndex = 3;
this.rbtnEvennessHead.TabStop = true;
this.rbtnEvennessHead.Text = "两端对齐";
this.rbtnEvennessHead.UseVisualStyleBackColor = true;
this.rbtnEvennessHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// rbtnRightHead
//
this.rbtnRightHead.AutoSize = true;
this.rbtnRightHead.Location = new System.Drawing.Point(10, 61);
this.rbtnRightHead.Name = "rbtnRightHead";
this.rbtnRightHead.Size = new System.Drawing.Size(59, 16);
this.rbtnRightHead.TabIndex = 2;
this.rbtnRightHead.TabStop = true;
this.rbtnRightHead.Text = "右对齐";
this.rbtnRightHead.UseVisualStyleBackColor = true;
this.rbtnRightHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// rbtnCenterHead
//
this.rbtnCenterHead.AutoSize = true;
this.rbtnCenterHead.Location = new System.Drawing.Point(10, 39);
this.rbtnCenterHead.Name = "rbtnCenterHead";
this.rbtnCenterHead.Size = new System.Drawing.Size(71, 16);
this.rbtnCenterHead.TabIndex = 1;
this.rbtnCenterHead.Text = "居中对齐";
this.rbtnCenterHead.UseVisualStyleBackColor = true;
this.rbtnCenterHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// rbtnLeftHead
//
this.rbtnLeftHead.AutoSize = true;
this.rbtnLeftHead.Checked = true;
this.rbtnLeftHead.Location = new System.Drawing.Point(10, 17);
this.rbtnLeftHead.Name = "rbtnLeftHead";
this.rbtnLeftHead.Size = new System.Drawing.Size(59, 16);
this.rbtnLeftHead.TabIndex = 0;
this.rbtnLeftHead.TabStop = true;
this.rbtnLeftHead.Text = "左对齐";
this.rbtnLeftHead.UseVisualStyleBackColor = true;
this.rbtnLeftHead.CheckedChanged += new System.EventHandler(this.rbtnTextAlignmentHead_CheckedChanged);
//
// numLineSpaceHead
//
this.numLineSpaceHead.DecimalPlaces = 1;
this.numLineSpaceHead.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numLineSpaceHead.Location = new System.Drawing.Point(109, 32);
this.numLineSpaceHead.Maximum = new decimal(new int[] {
999,
0,
0,
65536});
this.numLineSpaceHead.Minimum = new decimal(new int[] {
999,
0,
0,
-2147418112});
this.numLineSpaceHead.Name = "numLineSpaceHead";
this.numLineSpaceHead.Size = new System.Drawing.Size(53, 21);
this.numLineSpaceHead.TabIndex = 4;
this.numLineSpaceHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// btnSelectColorHead
//
this.btnSelectColorHead.Location = new System.Drawing.Point(20, 108);
this.btnSelectColorHead.Name = "btnSelectColorHead";
this.btnSelectColorHead.Size = new System.Drawing.Size(75, 23);
this.btnSelectColorHead.TabIndex = 9;
this.btnSelectColorHead.Text = "颜色...";
this.btnSelectColorHead.UseVisualStyleBackColor = true;
this.btnSelectColorHead.Click += new System.EventHandler(this.btnSelectColorHead_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(75, 36);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 3;
this.label4.Text = "mm";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(165, 36);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 12);
this.label5.TabIndex = 5;
this.label5.Text = "mm";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 61);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "单行文字数";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(107, 17);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 2;
this.label7.Text = "行距";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 17);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 0;
this.label9.Text = "字间距";
//
// GridItemColumnSetting
//
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(437, 522);
this.Controls.Add(this.grbHeadOption);
this.Controls.Add(this.label12);
this.Controls.Add(this.lblWidth);
this.Controls.Add(this.txtColName);
this.Controls.Add(this.lblItemName);
this.Controls.Add(this.chkFixedRatio);
this.Controls.Add(this.chkM);
this.Controls.Add(this.chkPic);
this.Controls.Add(this.txtHeaderText);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblPreview);
this.Controls.Add(this.lblDefaultValue);
this.Controls.Add(this.lblTextFormat);
this.Controls.Add(this.numWidth);
this.Controls.Add(this.txtPreview);
this.Controls.Add(this.ddlDefaultValue);
this.Controls.Add(this.ddlTextFormat);
this.Controls.Add(this.grbTextOption);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "GridItemColumnSetting";
this.ShowIcon = true;
this.Text = "表格列设置";
this.Shown += new System.EventHandler(this.TextItemSetting_Shown);
this.Controls.SetChildIndex(this.pnlBack, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.grbTextOption, 0);
this.Controls.SetChildIndex(this.ddlTextFormat, 0);
this.Controls.SetChildIndex(this.ddlDefaultValue, 0);
this.Controls.SetChildIndex(this.txtPreview, 0);
this.Controls.SetChildIndex(this.numWidth, 0);
this.Controls.SetChildIndex(this.lblTextFormat, 0);
this.Controls.SetChildIndex(this.lblDefaultValue, 0);
this.Controls.SetChildIndex(this.lblPreview, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.txtHeaderText, 0);
this.Controls.SetChildIndex(this.chkPic, 0);
this.Controls.SetChildIndex(this.chkM, 0);
this.Controls.SetChildIndex(this.chkFixedRatio, 0);
this.Controls.SetChildIndex(this.lblItemName, 0);
this.Controls.SetChildIndex(this.txtColName, 0);
this.Controls.SetChildIndex(this.lblWidth, 0);
this.Controls.SetChildIndex(this.label12, 0);
this.Controls.SetChildIndex(this.grbHeadOption, 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.numCharCount)).EndInit();
this.grbTextOption.ResumeLayout(false);
this.grbTextOption.PerformLayout();
this.grbTextAlignmentV.ResumeLayout(false);
this.grbTextAlignmentV.PerformLayout();
this.grbHeadOption.ResumeLayout(false);
this.grbHeadOption.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numCharCountHead)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numCharSpaceHead)).EndInit();
this.grbTextAlignmentVHead.ResumeLayout(false);
this.grbTextAlignmentVHead.PerformLayout();
this.grbTextAlignmentHead.ResumeLayout(false);
this.grbTextAlignmentHead.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numLineSpaceHead)).EndInit();
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 lblLineSpace;
private System.Windows.Forms.NumericUpDown numLineSpace;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lblCharSpace;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown numCharSpace;
private System.Windows.Forms.Label lblWidth;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.NumericUpDown numWidth;
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 txtColName;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.GroupBox grbTextOption;
private System.Windows.Forms.FontDialog fontDialog;
private System.Windows.Forms.Button btnFont;
private System.Windows.Forms.TextBox txtHeaderText;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox ckbWrap;
public System.Windows.Forms.CheckBox chkPic;
public System.Windows.Forms.CheckBox chkM;
public System.Windows.Forms.CheckBox chkFixedRatio;
private System.Windows.Forms.GroupBox grbTextAlignmentV;
private System.Windows.Forms.RadioButton rbtnBottom;
private System.Windows.Forms.RadioButton rbtnCenterV;
private System.Windows.Forms.RadioButton rbtnTop;
private System.Windows.Forms.GroupBox grbHeadOption;
private System.Windows.Forms.CheckBox ckbWrapHead;
private System.Windows.Forms.Button btnFontHead;
private System.Windows.Forms.NumericUpDown numCharCountHead;
private System.Windows.Forms.NumericUpDown numCharSpaceHead;
private System.Windows.Forms.GroupBox grbTextAlignmentVHead;
private System.Windows.Forms.RadioButton rbtnBottomHead;
private System.Windows.Forms.RadioButton rbtnCenterVHead;
private System.Windows.Forms.RadioButton rbtnTopHead;
private System.Windows.Forms.GroupBox grbTextAlignmentHead;
private System.Windows.Forms.RadioButton rbtnEvennessHead;
private System.Windows.Forms.RadioButton rbtnRightHead;
private System.Windows.Forms.RadioButton rbtnCenterHead;
private System.Windows.Forms.RadioButton rbtnLeftHead;
private System.Windows.Forms.NumericUpDown numLineSpaceHead;
private System.Windows.Forms.Button btnSelectColorHead;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label9;
}
}