123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- namespace DataManager
- {
- partial class UICollectionTask
- {
- /// <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.panel1 = new System.Windows.Forms.Panel();
- this.grdEntity = new System.Windows.Forms.DataGridView();
- this.grdCompany = new System.Windows.Forms.DataGridView();
- this.btnEntitySearch = new System.Windows.Forms.Button();
- this.lblEntityTypeName = new System.Windows.Forms.Label();
- this.txtEntityName = new System.Windows.Forms.TextBox();
- this.btnCompanySearch = new System.Windows.Forms.Button();
- this.dtpTaskDate = new System.Windows.Forms.DateTimePicker();
- this.txtMemo = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.cmbIsValid = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbTaskType = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtCompanyShortName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnDelTask = new System.Windows.Forms.Button();
- this.btnSaveTask = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdEntity)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdCompany)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
- this.panel1.Controls.Add(this.grdEntity);
- this.panel1.Controls.Add(this.grdCompany);
- this.panel1.Controls.Add(this.btnEntitySearch);
- this.panel1.Controls.Add(this.lblEntityTypeName);
- this.panel1.Controls.Add(this.txtEntityName);
- this.panel1.Controls.Add(this.btnCompanySearch);
- this.panel1.Controls.Add(this.dtpTaskDate);
- this.panel1.Controls.Add(this.txtMemo);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.cmbIsValid);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.cmbTaskType);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.txtCompanyShortName);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(643, 311);
- this.panel1.TabIndex = 0;
- //
- // grdEntity
- //
- this.grdEntity.AllowUserToAddRows = false;
- this.grdEntity.AllowUserToDeleteRows = false;
- this.grdEntity.AllowUserToResizeRows = false;
- this.grdEntity.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdEntity.ColumnHeadersVisible = false;
- this.grdEntity.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.grdEntity.Location = new System.Drawing.Point(100, 155);
- this.grdEntity.Name = "grdEntity";
- this.grdEntity.ReadOnly = true;
- this.grdEntity.RowHeadersVisible = false;
- this.grdEntity.RowTemplate.Height = 23;
- this.grdEntity.Size = new System.Drawing.Size(415, 150);
- this.grdEntity.TabIndex = 34;
- this.grdEntity.Visible = false;
- this.grdEntity.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEntity_CellContentClick);
- //
- // grdCompany
- //
- this.grdCompany.AllowUserToAddRows = false;
- this.grdCompany.AllowUserToDeleteRows = false;
- this.grdCompany.AllowUserToResizeRows = false;
- this.grdCompany.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdCompany.ColumnHeadersVisible = false;
- this.grdCompany.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.grdCompany.Location = new System.Drawing.Point(100, 105);
- this.grdCompany.Name = "grdCompany";
- this.grdCompany.ReadOnly = true;
- this.grdCompany.RowHeadersVisible = false;
- this.grdCompany.RowTemplate.Height = 23;
- this.grdCompany.Size = new System.Drawing.Size(240, 150);
- this.grdCompany.TabIndex = 17;
- this.grdCompany.Visible = false;
- this.grdCompany.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdCompany_CellContentClick);
- //
- // btnEntitySearch
- //
- this.btnEntitySearch.BackColor = System.Drawing.Color.SkyBlue;
- this.btnEntitySearch.Location = new System.Drawing.Point(296, 124);
- this.btnEntitySearch.Margin = new System.Windows.Forms.Padding(4);
- this.btnEntitySearch.Name = "btnEntitySearch";
- this.btnEntitySearch.Size = new System.Drawing.Size(60, 25);
- this.btnEntitySearch.TabIndex = 33;
- this.btnEntitySearch.Text = "搜";
- this.btnEntitySearch.UseVisualStyleBackColor = false;
- this.btnEntitySearch.Click += new System.EventHandler(this.btnEntitySearch_Click);
- //
- // lblEntityTypeName
- //
- this.lblEntityTypeName.AutoSize = true;
- this.lblEntityTypeName.Location = new System.Drawing.Point(33, 129);
- this.lblEntityTypeName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblEntityTypeName.Name = "lblEntityTypeName";
- this.lblEntityTypeName.Size = new System.Drawing.Size(32, 17);
- this.lblEntityTypeName.TabIndex = 32;
- this.lblEntityTypeName.Text = "主题";
- //
- // txtEntityName
- //
- this.txtEntityName.Location = new System.Drawing.Point(100, 125);
- this.txtEntityName.Margin = new System.Windows.Forms.Padding(4);
- this.txtEntityName.Name = "txtEntityName";
- this.txtEntityName.Size = new System.Drawing.Size(197, 23);
- this.txtEntityName.TabIndex = 31;
- //
- // btnCompanySearch
- //
- this.btnCompanySearch.BackColor = System.Drawing.Color.SkyBlue;
- this.btnCompanySearch.Location = new System.Drawing.Point(296, 74);
- this.btnCompanySearch.Margin = new System.Windows.Forms.Padding(4);
- this.btnCompanySearch.Name = "btnCompanySearch";
- this.btnCompanySearch.Size = new System.Drawing.Size(60, 25);
- this.btnCompanySearch.TabIndex = 21;
- this.btnCompanySearch.Text = "搜";
- this.btnCompanySearch.UseVisualStyleBackColor = false;
- this.btnCompanySearch.Click += new System.EventHandler(this.btnCompanySearch_Click);
- //
- // dtpTaskDate
- //
- this.dtpTaskDate.Location = new System.Drawing.Point(483, 25);
- this.dtpTaskDate.Margin = new System.Windows.Forms.Padding(4);
- this.dtpTaskDate.Name = "dtpTaskDate";
- this.dtpTaskDate.Size = new System.Drawing.Size(121, 23);
- this.dtpTaskDate.TabIndex = 30;
- //
- // txtMemo
- //
- this.txtMemo.Location = new System.Drawing.Point(100, 175);
- this.txtMemo.Margin = new System.Windows.Forms.Padding(4);
- this.txtMemo.Multiline = true;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(504, 90);
- this.txtMemo.TabIndex = 29;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(33, 178);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(32, 17);
- this.label7.TabIndex = 28;
- this.label7.Text = "备注";
- //
- // cmbIsValid
- //
- this.cmbIsValid.FormattingEnabled = true;
- this.cmbIsValid.Location = new System.Drawing.Point(483, 75);
- this.cmbIsValid.Margin = new System.Windows.Forms.Padding(4);
- this.cmbIsValid.Name = "cmbIsValid";
- this.cmbIsValid.Size = new System.Drawing.Size(121, 25);
- this.cmbIsValid.TabIndex = 26;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(411, 78);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(32, 17);
- this.label4.TabIndex = 23;
- this.label4.Text = "状态";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(411, 29);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(32, 17);
- this.label3.TabIndex = 22;
- this.label3.Text = "日期";
- //
- // cmbTaskType
- //
- this.cmbTaskType.FormattingEnabled = true;
- this.cmbTaskType.Location = new System.Drawing.Point(100, 25);
- this.cmbTaskType.Margin = new System.Windows.Forms.Padding(4);
- this.cmbTaskType.Name = "cmbTaskType";
- this.cmbTaskType.Size = new System.Drawing.Size(121, 25);
- this.cmbTaskType.TabIndex = 20;
- this.cmbTaskType.SelectedIndexChanged += new System.EventHandler(this.cmbTaskType_SelectedIndexChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(33, 78);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 17);
- this.label2.TabIndex = 19;
- this.label2.Text = "数据源";
- //
- // txtCompanyShortName
- //
- this.txtCompanyShortName.Location = new System.Drawing.Point(100, 75);
- this.txtCompanyShortName.Margin = new System.Windows.Forms.Padding(4);
- this.txtCompanyShortName.Name = "txtCompanyShortName";
- this.txtCompanyShortName.Size = new System.Drawing.Size(197, 23);
- this.txtCompanyShortName.TabIndex = 18;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(33, 29);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(32, 17);
- this.label1.TabIndex = 17;
- this.label1.Text = "任务";
- //
- // btnDelTask
- //
- this.btnDelTask.Location = new System.Drawing.Point(36, 324);
- this.btnDelTask.Name = "btnDelTask";
- this.btnDelTask.Size = new System.Drawing.Size(75, 28);
- this.btnDelTask.TabIndex = 5;
- this.btnDelTask.Text = "删 除";
- this.btnDelTask.UseVisualStyleBackColor = true;
- //
- // btnSaveTask
- //
- this.btnSaveTask.Location = new System.Drawing.Point(529, 324);
- this.btnSaveTask.Name = "btnSaveTask";
- this.btnSaveTask.Size = new System.Drawing.Size(75, 28);
- this.btnSaveTask.TabIndex = 4;
- this.btnSaveTask.Text = "保 存";
- this.btnSaveTask.UseVisualStyleBackColor = true;
- this.btnSaveTask.Click += new System.EventHandler(this.btnSaveTask_Click);
- //
- // UICollectionTask
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(643, 362);
- this.Controls.Add(this.btnDelTask);
- this.Controls.Add(this.btnSaveTask);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "UICollectionTask";
- this.Text = "采集任务";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdEntity)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdCompany)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnCompanySearch;
- private System.Windows.Forms.DateTimePicker dtpTaskDate;
- private System.Windows.Forms.TextBox txtMemo;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.ComboBox cmbIsValid;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cmbTaskType;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtCompanyShortName;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnEntitySearch;
- private System.Windows.Forms.Label lblEntityTypeName;
- private System.Windows.Forms.TextBox txtEntityName;
- private System.Windows.Forms.Button btnDelTask;
- private System.Windows.Forms.Button btnSaveTask;
- private System.Windows.Forms.DataGridView grdCompany;
- private System.Windows.Forms.DataGridView grdEntity;
- }
- }
|