Files
tj-tzhg/JJMediSys/Report.Designer.cs
2025-11-26 17:21:18 +08:00

151 lines
7.4 KiB
C#

namespace JJMediSys
{
partial class Report
{
/// <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()
{
this.listView1 = new System.Windows.Forms.ListView();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.label15 = new System.Windows.Forms.Label();
this.LabNote = new System.Windows.Forms.Label();
this.BExport = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// listView1
//
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(0, -1);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(48, 28);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.Visible = false;
//
// gridControl1
//
this.gridControl1.EmbeddedNavigator.AllowDrop = true;
this.gridControl1.Location = new System.Drawing.Point(0, 53);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1241, 528);
this.gridControl1.TabIndex = 2;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.WhiteSmoke;
this.gridView1.Appearance.EvenRow.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView1.Appearance.EvenRow.Options.UseFont = true;
this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.AliceBlue;
this.gridView1.Appearance.OddRow.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
this.gridView1.Appearance.OddRow.Options.UseFont = true;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsPrint.EnableAppearanceEvenRow = true;
this.gridView1.OptionsPrint.EnableAppearanceOddRow = true;
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
this.gridView1.OptionsView.EnableAppearanceOddRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.ForeColor = System.Drawing.Color.CadetBlue;
this.label15.Location = new System.Drawing.Point(525, 9);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(126, 26);
this.label15.TabIndex = 45;
this.label15.Text = "试管统计报表";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// LabNote
//
this.LabNote.AutoSize = true;
this.LabNote.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabNote.ForeColor = System.Drawing.Color.Teal;
this.LabNote.Location = new System.Drawing.Point(5, 584);
this.LabNote.Name = "LabNote";
this.LabNote.Size = new System.Drawing.Size(0, 21);
this.LabNote.TabIndex = 46;
//
// BExport
//
this.BExport.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BExport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BExport.FlatAppearance.BorderSize = 0;
this.BExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BExport.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BExport.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.BExport.Location = new System.Drawing.Point(541, 615);
this.BExport.Name = "BExport";
this.BExport.Size = new System.Drawing.Size(176, 57);
this.BExport.TabIndex = 47;
this.BExport.Text = "导 出 数 据";
this.BExport.UseVisualStyleBackColor = true;
this.BExport.Click += new System.EventHandler(this.BExport_Click);
//
// Report
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1244, 684);
this.Controls.Add(this.BExport);
this.Controls.Add(this.LabNote);
this.Controls.Add(this.label15);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.listView1);
this.Name = "Report";
this.Text = "Report";
this.Load += new System.EventHandler(this.Report_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView listView1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label LabNote;
private System.Windows.Forms.Button BExport;
}
}