📄 findata.fxjreader.designer.cs
字号:
namespace FinData
{
partial class DzhReader
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DzhReader));
this.button1 = new System.Windows.Forms.Button();
this.newFileName = new System.Windows.Forms.TextBox();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.code = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.dataType = new System.Windows.Forms.ComboBox();
this.newFileNameDesc = new System.Windows.Forms.Label();
this.codeDesc = new System.Windows.Forms.Label();
this.dataTypeDesc = new System.Windows.Forms.Label();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.说明DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.methodText = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.数海淘金网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.readFieldNames = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.url = new System.Windows.Forms.LinkLabel();
this.exportData = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(173, 123);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(91, 27);
this.button1.TabIndex = 0;
this.button1.Text = "读取数据(&D)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// newFileName
//
this.newFileName.Location = new System.Drawing.Point(72, 57);
this.newFileName.Name = "newFileName";
this.newFileName.Size = new System.Drawing.Size(110, 21);
this.newFileName.TabIndex = 2;
//
// dataGridView
//
this.dataGridView.AllowUserToAddRows = false;
this.dataGridView.AllowUserToOrderColumns = true;
this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Location = new System.Drawing.Point(12, 156);
this.dataGridView.Name = "dataGridView";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.Format = "N0";
dataGridViewCellStyle1.NullValue = null;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView.RowHeadersWidth = 70;
this.dataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dataGridView.RowTemplate.Height = 23;
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView.Size = new System.Drawing.Size(899, 404);
this.dataGridView.StandardTab = true;
this.dataGridView.TabIndex = 3;
this.dataGridView.VirtualMode = true;
//
// code
//
this.code.Location = new System.Drawing.Point(72, 33);
this.code.Name = "code";
this.code.Size = new System.Drawing.Size(110, 21);
this.code.TabIndex = 2;
this.code.Text = "SZ000001";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 4;
this.label1.Text = "数据类型";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 4;
this.label2.Text = "代 码";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "新文件名";
//
// dataType
//
this.dataType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dataType.FormattingEnabled = true;
this.dataType.Location = new System.Drawing.Point(72, 10);
this.dataType.Name = "dataType";
this.dataType.Size = new System.Drawing.Size(190, 20);
this.dataType.TabIndex = 5;
this.dataType.SelectedIndexChanged += new System.EventHandler(this.dataType_SelectedIndexChanged);
//
// newFileNameDesc
//
this.newFileNameDesc.AutoSize = true;
this.newFileNameDesc.Location = new System.Drawing.Point(188, 60);
this.newFileNameDesc.Name = "newFileNameDesc";
this.newFileNameDesc.Size = new System.Drawing.Size(245, 12);
this.newFileNameDesc.TabIndex = 4;
this.newFileNameDesc.Text = "(一般为空,仅用于读取历史分笔成交数据)";
//
// codeDesc
//
this.codeDesc.AutoSize = true;
this.codeDesc.Location = new System.Drawing.Point(188, 36);
this.codeDesc.Name = "codeDesc";
this.codeDesc.Size = new System.Drawing.Size(383, 12);
this.codeDesc.TabIndex = 4;
this.codeDesc.Text = "(必填,由市场+证券代码组成,如SZ000001、SH000001、SH600000等)";
//
// dataTypeDesc
//
this.dataTypeDesc.AutoSize = true;
this.dataTypeDesc.Location = new System.Drawing.Point(268, 13);
this.dataTypeDesc.Name = "dataTypeDesc";
this.dataTypeDesc.Size = new System.Drawing.Size(53, 12);
this.dataTypeDesc.TabIndex = 4;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -