298 lines
15 KiB
C#
298 lines
15 KiB
C#
namespace AIMS.OperationAfter.UI
|
|
{
|
|
partial class frmExportConfig2
|
|
{
|
|
/// <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.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
this.txtName = new System.Windows.Forms.NumericUpDown();
|
|
this.txtFontSize = new System.Windows.Forms.NumericUpDown();
|
|
this.labelX2 = 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.columnorder = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.gbDataGridViewSetting.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
|
|
((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.labelX1);
|
|
this.gbDataGridViewSetting.Controls.Add(this.txtName);
|
|
this.gbDataGridViewSetting.Controls.Add(this.txtFontSize);
|
|
this.gbDataGridViewSetting.Controls.Add(this.labelX2);
|
|
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 = "设置";
|
|
//
|
|
// labelX1
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX1.Location = new System.Drawing.Point(21, 28);
|
|
this.labelX1.Name = "labelX1";
|
|
this.labelX1.Size = new System.Drawing.Size(75, 23);
|
|
this.labelX1.TabIndex = 3;
|
|
this.labelX1.Text = "左侧宽度";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(102, 25);
|
|
this.txtName.Maximum = new decimal(new int[] {
|
|
600,
|
|
0,
|
|
0,
|
|
0});
|
|
this.txtName.Minimum = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(69, 26);
|
|
this.txtName.TabIndex = 2;
|
|
this.txtName.Value = new decimal(new int[] {
|
|
320,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// txtFontSize
|
|
//
|
|
this.txtFontSize.Location = new System.Drawing.Point(341, 25);
|
|
this.txtFontSize.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.txtFontSize.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.txtFontSize.Name = "txtFontSize";
|
|
this.txtFontSize.Size = new System.Drawing.Size(69, 26);
|
|
this.txtFontSize.TabIndex = 2;
|
|
this.txtFontSize.Value = new decimal(new int[] {
|
|
6,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// labelX2
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX2.Location = new System.Drawing.Point(221, 28);
|
|
this.labelX2.Name = "labelX2";
|
|
this.labelX2.Size = new System.Drawing.Size(126, 23);
|
|
this.labelX2.TabIndex = 0;
|
|
this.labelX2.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.columnorder});
|
|
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";
|
|
//
|
|
// columnorder
|
|
//
|
|
this.columnorder.HeaderText = "排列顺序";
|
|
this.columnorder.Name = "columnorder";
|
|
//
|
|
// frmExportConfig2
|
|
//
|
|
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 = "frmExportConfig2";
|
|
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.txtName)).EndInit();
|
|
((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;
|
|
public System.Windows.Forms.NumericUpDown txtFontSize;
|
|
private DevComponents.DotNetBar.LabelX labelX2;
|
|
private DevComponents.DotNetBar.LabelX labelX1;
|
|
public System.Windows.Forms.NumericUpDown txtName;
|
|
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.DataGridViewTextBoxColumn columnorder;
|
|
}
|
|
} |