using HZH_Controls.Controls;
|
using HZH_Controls.Forms;
|
using System.Collections.Generic;
|
using System.Drawing;
|
using System.Net;
|
|
namespace WindowsFormsApp1
|
{
|
partial class Test
|
{
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Test));
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.label = new HZH_Controls.Controls.UCSplitLabel();
|
this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
this.pictureBox1.Location = new System.Drawing.Point(195, 12);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(222, 100);
|
this.pictureBox1.TabIndex = 0;
|
this.pictureBox1.TabStop = false;
|
//
|
// label
|
//
|
this.label.Font = new System.Drawing.Font("微软雅黑", 8F);
|
this.label.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(245)))));
|
this.label.Location = new System.Drawing.Point(0, 0);
|
this.label.MaximumSize = new System.Drawing.Size(0, 15);
|
this.label.MinimumSize = new System.Drawing.Size(150, 15);
|
this.label.Name = "label";
|
this.label.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
|
this.label.Size = new System.Drawing.Size(200, 15);
|
this.label.TabIndex = 0;
|
this.label.Text = "分割线";
|
//
|
// ucDataGridView1
|
//
|
this.ucDataGridView1.BackColor = System.Drawing.Color.White;
|
this.ucDataGridView1.Columns = null;
|
this.ucDataGridView1.DataSource = null;
|
this.ucDataGridView1.HeadFont = new System.Drawing.Font("微软雅黑", 12F);
|
this.ucDataGridView1.HeadHeight = 40;
|
this.ucDataGridView1.HeadPadingLeft = 0;
|
this.ucDataGridView1.HeadTextColor = System.Drawing.Color.Black;
|
this.ucDataGridView1.IsShowCheckBox = false;
|
this.ucDataGridView1.IsShowHead = true;
|
this.ucDataGridView1.Location = new System.Drawing.Point(12, 162);
|
this.ucDataGridView1.Name = "ucDataGridView1";
|
this.ucDataGridView1.RowHeight = 40;
|
this.ucDataGridView1.RowType = typeof(HZH_Controls.Controls.UCDataGridViewRow);
|
this.ucDataGridView1.Size = new System.Drawing.Size(657, 276);
|
this.ucDataGridView1.TabIndex = 1;
|
//
|
// Test
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.Controls.Add(this.ucDataGridView1);
|
this.Controls.Add(this.label);
|
this.Controls.Add(this.pictureBox1);
|
this.Name = "Test";
|
this.Text = "Test";
|
this.Load += new System.EventHandler(this.Test_Load);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private UCSplitLabel label;
|
private UCDataGridView ucDataGridView1;
|
}
|
}
|