307 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			307 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AIMS.OperationAfter.UI
 | |
| {
 | |
|     partial class frmExportConfig
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.tsbCancel = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.tsbSave = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.gbDataGridViewSetting = new System.Windows.Forms.GroupBox();
 | |
|             this.cmbIsHD = new DevComponents.DotNetBar.Controls.CheckBoxX();
 | |
|             this.txtFontSize = new System.Windows.Forms.NumericUpDown();
 | |
|             this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
 | |
|             this.labelX2 = new DevComponents.DotNetBar.LabelX();
 | |
|             this.labelX1 = new DevComponents.DotNetBar.LabelX();
 | |
|             this.dataGridView2 = new System.Windows.Forms.DataGridView();
 | |
|             this.dataPropertyNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.headerTextDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.minimumWidthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.readOnlyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.visibleDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.printShow = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.printWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.PrintSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.toolStrip1.SuspendLayout();
 | |
|             this.gbDataGridViewSetting.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtFontSize)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
 | |
|             this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.tsbCancel,
 | |
|             this.toolStripSeparator3,
 | |
|             this.tsbSave,
 | |
|             this.toolStripSeparator1});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(913, 27);
 | |
|             this.toolStrip1.TabIndex = 438;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // tsbCancel
 | |
|             // 
 | |
|             this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
 | |
|             this.tsbCancel.Name = "tsbCancel";
 | |
|             this.tsbCancel.Size = new System.Drawing.Size(60, 24);
 | |
|             this.tsbCancel.Text = "取消(&C)";
 | |
|             this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
 | |
|             // 
 | |
|             // toolStripSeparator3
 | |
|             // 
 | |
|             this.toolStripSeparator3.Name = "toolStripSeparator3";
 | |
|             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
 | |
|             // 
 | |
|             // tsbSave
 | |
|             // 
 | |
|             this.tsbSave.ImageTransparentColor = System.Drawing.Color.Transparent;
 | |
|             this.tsbSave.Name = "tsbSave";
 | |
|             this.tsbSave.Size = new System.Drawing.Size(59, 24);
 | |
|             this.tsbSave.Text = "保存(&S)";
 | |
|             this.tsbSave.ToolTipText = "保存";
 | |
|             this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
 | |
|             // 
 | |
|             // toolStripSeparator1
 | |
|             // 
 | |
|             this.toolStripSeparator1.Name = "toolStripSeparator1";
 | |
|             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
 | |
|             // 
 | |
|             // gbDataGridViewSetting
 | |
|             // 
 | |
|             this.gbDataGridViewSetting.BackColor = System.Drawing.Color.AliceBlue;
 | |
|             this.gbDataGridViewSetting.Controls.Add(this.cmbIsHD);
 | |
|             this.gbDataGridViewSetting.Controls.Add(this.txtFontSize);
 | |
|             this.gbDataGridViewSetting.Controls.Add(this.txtName);
 | |
|             this.gbDataGridViewSetting.Controls.Add(this.labelX2);
 | |
|             this.gbDataGridViewSetting.Controls.Add(this.labelX1);
 | |
|             this.gbDataGridViewSetting.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.gbDataGridViewSetting.Location = new System.Drawing.Point(0, 27);
 | |
|             this.gbDataGridViewSetting.Name = "gbDataGridViewSetting";
 | |
|             this.gbDataGridViewSetting.Size = new System.Drawing.Size(913, 74);
 | |
|             this.gbDataGridViewSetting.TabIndex = 445;
 | |
|             this.gbDataGridViewSetting.TabStop = false;
 | |
|             this.gbDataGridViewSetting.Text = "设置";
 | |
|             // 
 | |
|             // cmbIsHD
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.cmbIsHD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.cmbIsHD.Location = new System.Drawing.Point(496, 29);
 | |
|             this.cmbIsHD.Name = "cmbIsHD";
 | |
|             this.cmbIsHD.Size = new System.Drawing.Size(100, 23);
 | |
|             this.cmbIsHD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | |
|             this.cmbIsHD.TabIndex = 3;
 | |
|             this.cmbIsHD.Text = "是否横向打印";
 | |
|             // 
 | |
|             // txtFontSize
 | |
|             // 
 | |
|             this.txtFontSize.Location = new System.Drawing.Point(375, 26);
 | |
|             this.txtFontSize.Name = "txtFontSize";
 | |
|             this.txtFontSize.Size = new System.Drawing.Size(69, 26);
 | |
|             this.txtFontSize.TabIndex = 2;
 | |
|             // 
 | |
|             // txtName
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.txtName.Border.Class = "TextBoxBorder";
 | |
|             this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.txtName.Location = new System.Drawing.Point(105, 26);
 | |
|             this.txtName.Name = "txtName";
 | |
|             this.txtName.PreventEnterBeep = true;
 | |
|             this.txtName.Size = new System.Drawing.Size(165, 26);
 | |
|             this.txtName.TabIndex = 1;
 | |
|             // 
 | |
|             // labelX2
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.labelX2.Location = new System.Drawing.Point(299, 29);
 | |
|             this.labelX2.Name = "labelX2";
 | |
|             this.labelX2.Size = new System.Drawing.Size(75, 23);
 | |
|             this.labelX2.TabIndex = 0;
 | |
|             this.labelX2.Text = "打印字体";
 | |
|             // 
 | |
|             // labelX1
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | |
|             this.labelX1.Location = new System.Drawing.Point(26, 29);
 | |
|             this.labelX1.Name = "labelX1";
 | |
|             this.labelX1.Size = new System.Drawing.Size(75, 23);
 | |
|             this.labelX1.TabIndex = 0;
 | |
|             this.labelX1.Text = "打印标题";
 | |
|             // 
 | |
|             // dataGridView2
 | |
|             // 
 | |
|             this.dataGridView2.AllowUserToAddRows = false;
 | |
|             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
 | |
|             this.dataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
 | |
|             this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
 | |
|             this.dataGridView2.BackgroundColor = System.Drawing.Color.White;
 | |
|             this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.dataPropertyNameDataGridViewTextBoxColumn,
 | |
|             this.headerTextDataGridViewTextBoxColumn,
 | |
|             this.minimumWidthDataGridViewTextBoxColumn,
 | |
|             this.readOnlyDataGridViewCheckBoxColumn,
 | |
|             this.visibleDataGridViewCheckBoxColumn,
 | |
|             this.widthDataGridViewTextBoxColumn,
 | |
|             this.printShow,
 | |
|             this.printWidth,
 | |
|             this.PrintSize});
 | |
|             this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dataGridView2.Location = new System.Drawing.Point(0, 101);
 | |
|             this.dataGridView2.Name = "dataGridView2";
 | |
|             this.dataGridView2.RowHeadersVisible = false;
 | |
|             this.dataGridView2.RowTemplate.Height = 23;
 | |
|             this.dataGridView2.Size = new System.Drawing.Size(913, 343);
 | |
|             this.dataGridView2.TabIndex = 440;
 | |
|             // 
 | |
|             // dataPropertyNameDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.dataPropertyNameDataGridViewTextBoxColumn.DataPropertyName = "Name";
 | |
|             this.dataPropertyNameDataGridViewTextBoxColumn.HeaderText = "数据源名称";
 | |
|             this.dataPropertyNameDataGridViewTextBoxColumn.Name = "dataPropertyNameDataGridViewTextBoxColumn";
 | |
|             this.dataPropertyNameDataGridViewTextBoxColumn.Visible = false;
 | |
|             // 
 | |
|             // headerTextDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.headerTextDataGridViewTextBoxColumn.DataPropertyName = "HeaderText";
 | |
|             this.headerTextDataGridViewTextBoxColumn.HeaderText = "标题";
 | |
|             this.headerTextDataGridViewTextBoxColumn.Name = "headerTextDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // minimumWidthDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.minimumWidthDataGridViewTextBoxColumn.DataPropertyName = "MinimumWidth";
 | |
|             this.minimumWidthDataGridViewTextBoxColumn.HeaderText = "最小宽度";
 | |
|             this.minimumWidthDataGridViewTextBoxColumn.Name = "minimumWidthDataGridViewTextBoxColumn";
 | |
|             this.minimumWidthDataGridViewTextBoxColumn.Visible = false;
 | |
|             // 
 | |
|             // readOnlyDataGridViewCheckBoxColumn
 | |
|             // 
 | |
|             this.readOnlyDataGridViewCheckBoxColumn.DataPropertyName = "ReadOnly";
 | |
|             this.readOnlyDataGridViewCheckBoxColumn.HeaderText = "只读";
 | |
|             this.readOnlyDataGridViewCheckBoxColumn.Name = "readOnlyDataGridViewCheckBoxColumn";
 | |
|             this.readOnlyDataGridViewCheckBoxColumn.Visible = false;
 | |
|             // 
 | |
|             // visibleDataGridViewCheckBoxColumn
 | |
|             // 
 | |
|             this.visibleDataGridViewCheckBoxColumn.DataPropertyName = "Visible";
 | |
|             this.visibleDataGridViewCheckBoxColumn.HeaderText = "是否可见";
 | |
|             this.visibleDataGridViewCheckBoxColumn.Name = "visibleDataGridViewCheckBoxColumn";
 | |
|             // 
 | |
|             // widthDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
 | |
|             this.widthDataGridViewTextBoxColumn.HeaderText = "宽度";
 | |
|             this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // printShow
 | |
|             // 
 | |
|             this.printShow.HeaderText = "是否打印";
 | |
|             this.printShow.Name = "printShow";
 | |
|             this.printShow.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.printShow.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
 | |
|             // 
 | |
|             // printWidth
 | |
|             // 
 | |
|             this.printWidth.HeaderText = "打印宽度";
 | |
|             this.printWidth.Name = "printWidth";
 | |
|             // 
 | |
|             // PrintSize
 | |
|             // 
 | |
|             this.PrintSize.HeaderText = "字体大小";
 | |
|             this.PrintSize.Name = "PrintSize";
 | |
|             this.PrintSize.Visible = false;
 | |
|             // 
 | |
|             // frmExportConfig
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(913, 444);
 | |
|             this.Controls.Add(this.dataGridView2);
 | |
|             this.Controls.Add(this.gbDataGridViewSetting);
 | |
|             this.Controls.Add(this.toolStrip1);
 | |
|             this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "frmExportConfig";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 | |
|             this.Text = "导出设置";
 | |
|             this.Load += new System.EventHandler(this.frmSelGridColusView_Load);
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             this.gbDataGridViewSetting.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtFontSize)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private System.Windows.Forms.GroupBox gbDataGridViewSetting;
 | |
|         public System.Windows.Forms.ToolStripButton tsbSave;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
 | |
|         public System.Windows.Forms.DataGridView dataGridView2;
 | |
|         private System.Windows.Forms.ToolStripButton tsbCancel;
 | |
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
 | |
|         private DevComponents.DotNetBar.Controls.TextBoxX txtName;
 | |
|         private DevComponents.DotNetBar.LabelX labelX1;
 | |
|         public DevComponents.DotNetBar.Controls.CheckBoxX cmbIsHD;
 | |
|         public System.Windows.Forms.NumericUpDown txtFontSize;
 | |
|         private DevComponents.DotNetBar.LabelX labelX2;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataPropertyNameDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn headerTextDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn minimumWidthDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn readOnlyDataGridViewCheckBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn visibleDataGridViewCheckBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn printShow;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn printWidth;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn PrintSize;
 | |
|     }
 | |
| } |