namespace Sunny.UI.Demo.Controls
|
{
|
partial class SemiconductorSalesData
|
{
|
/// <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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.Globalsales = new Sunny.UI.UIRadioButton();
|
this.SalesinChina = new Sunny.UI.UIRadioButton();
|
this.GlobalSemiconductorMaterials = new Sunny.UI.UIRadioButton();
|
this.Globalsemiconductorequipment = new Sunny.UI.UIRadioButton();
|
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// Globalsales
|
//
|
this.Globalsales.Checked = true;
|
this.Globalsales.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.Globalsales.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.Globalsales.Location = new System.Drawing.Point(19, 60);
|
this.Globalsales.MinimumSize = new System.Drawing.Size(1, 1);
|
this.Globalsales.Name = "Globalsales";
|
this.Globalsales.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
this.Globalsales.Size = new System.Drawing.Size(150, 29);
|
this.Globalsales.TabIndex = 0;
|
this.Globalsales.Text = "全球销售额";
|
this.Globalsales.CheckedChanged += new System.EventHandler(this.Globalsales_CheckedChanged);
|
//
|
// SalesinChina
|
//
|
this.SalesinChina.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.SalesinChina.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.SalesinChina.Location = new System.Drawing.Point(189, 60);
|
this.SalesinChina.MinimumSize = new System.Drawing.Size(1, 1);
|
this.SalesinChina.Name = "SalesinChina";
|
this.SalesinChina.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
this.SalesinChina.Size = new System.Drawing.Size(150, 29);
|
this.SalesinChina.TabIndex = 1;
|
this.SalesinChina.Text = "中国销售额";
|
this.SalesinChina.CheckedChanged += new System.EventHandler(this.SalesinChina_CheckedChanged);
|
//
|
// GlobalSemiconductorMaterials
|
//
|
this.GlobalSemiconductorMaterials.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.GlobalSemiconductorMaterials.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.GlobalSemiconductorMaterials.Location = new System.Drawing.Point(380, 60);
|
this.GlobalSemiconductorMaterials.MinimumSize = new System.Drawing.Size(1, 1);
|
this.GlobalSemiconductorMaterials.Name = "GlobalSemiconductorMaterials";
|
this.GlobalSemiconductorMaterials.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
this.GlobalSemiconductorMaterials.Size = new System.Drawing.Size(150, 29);
|
this.GlobalSemiconductorMaterials.TabIndex = 2;
|
this.GlobalSemiconductorMaterials.Text = "全球半导体材料";
|
this.GlobalSemiconductorMaterials.CheckedChanged += new System.EventHandler(this.GlobalSemiconductorMaterials_CheckedChanged);
|
//
|
// Globalsemiconductorequipment
|
//
|
this.Globalsemiconductorequipment.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.Globalsemiconductorequipment.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.Globalsemiconductorequipment.Location = new System.Drawing.Point(573, 60);
|
this.Globalsemiconductorequipment.MinimumSize = new System.Drawing.Size(1, 1);
|
this.Globalsemiconductorequipment.Name = "Globalsemiconductorequipment";
|
this.Globalsemiconductorequipment.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
this.Globalsemiconductorequipment.Size = new System.Drawing.Size(150, 29);
|
this.Globalsemiconductorequipment.TabIndex = 3;
|
this.Globalsemiconductorequipment.Text = "全球半导体设备 ";
|
this.Globalsemiconductorequipment.CheckedChanged += new System.EventHandler(this.Globalsemiconductorequipment_CheckedChanged);
|
//
|
// uiDataGridView1
|
//
|
dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
|
this.uiDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.uiDataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
|
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
|
dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle23;
|
this.uiDataGridView1.EnableHeadersVisualStyles = false;
|
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
|
this.uiDataGridView1.Location = new System.Drawing.Point(19, 96);
|
this.uiDataGridView1.Name = "uiDataGridView1";
|
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
|
dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
|
dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle25;
|
this.uiDataGridView1.RowTemplate.Height = 23;
|
this.uiDataGridView1.SelectedIndex = -1;
|
this.uiDataGridView1.ShowGridLine = true;
|
this.uiDataGridView1.Size = new System.Drawing.Size(834, 417);
|
this.uiDataGridView1.TabIndex = 4;
|
//
|
// SemiconductorSalesData
|
//
|
this.AllowShowTitle = true;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.ClientSize = new System.Drawing.Size(879, 536);
|
this.Controls.Add(this.uiDataGridView1);
|
this.Controls.Add(this.Globalsemiconductorequipment);
|
this.Controls.Add(this.GlobalSemiconductorMaterials);
|
this.Controls.Add(this.SalesinChina);
|
this.Controls.Add(this.Globalsales);
|
this.Name = "SemiconductorSalesData";
|
this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
this.ShowTitle = true;
|
this.Symbol = 362747;
|
this.Text = "半导体销售数据";
|
this.Load += new System.EventHandler(this.SemiconductorSalesData_Load);
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private UIRadioButton Globalsales;
|
private UIRadioButton SalesinChina;
|
private UIRadioButton GlobalSemiconductorMaterials;
|
private UIRadioButton Globalsemiconductorequipment;
|
private UIDataGridView uiDataGridView1;
|
}
|
}
|