| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464 |
- namespace Oreo.FaultLog.Partials
- {
- partial class FaultLogInputPartial
- {
- /// <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 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.DgvData = new System.Windows.Forms.DataGridView();
- this.panel1 = new System.Windows.Forms.Panel();
- this.BtToday = new System.Windows.Forms.Button();
- this.BtSearch = new System.Windows.Forms.Button();
- this.TbAddress = new System.Windows.Forms.TextBox();
- this.TbPhone = new System.Windows.Forms.TextBox();
- this.TbIp = new System.Windows.Forms.TextBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.CbIsFinish = new System.Windows.Forms.CheckBox();
- this.label4 = new System.Windows.Forms.Label();
- this.BtAdd = new System.Windows.Forms.Button();
- this.CbSystem = new System.Windows.Forms.ComboBox();
- this.TbPostscript = new System.Windows.Forms.TextBox();
- this.TbSolution = new System.Windows.Forms.TextBox();
- this.TbProblem = new System.Windows.Forms.TextBox();
- this.DgvDataNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataIp = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataSystem = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataProblem = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataSolution = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataPostscript = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DgvDataId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.DgvData)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(21, 19);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(35, 12);
- this.label8.TabIndex = 23;
- this.label8.Text = "问题:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(169, 12);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(35, 12);
- this.label7.TabIndex = 22;
- this.label7.Text = "电话:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(21, 80);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(35, 12);
- this.label6.TabIndex = 21;
- this.label6.Text = "备注:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(351, 80);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 12);
- this.label5.TabIndex = 20;
- this.label5.Text = "系统:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(351, 19);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 12);
- this.label3.TabIndex = 19;
- this.label3.Text = "解决:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(17, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(23, 12);
- this.label2.TabIndex = 18;
- this.label2.Text = "IP:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(339, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(35, 12);
- this.label1.TabIndex = 17;
- this.label1.Text = "地址:";
- //
- // DgvData
- //
- this.DgvData.AllowUserToAddRows = false;
- this.DgvData.AllowUserToDeleteRows = false;
- this.DgvData.AllowUserToResizeRows = false;
- this.DgvData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
- this.DgvData.BackgroundColor = System.Drawing.Color.White;
- this.DgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DgvDataNo,
- this.DgvDataCreateTime,
- this.DgvDataFinishTime,
- this.DgvDataIp,
- this.DgvDataPhone,
- this.DgvDataAddress,
- this.DgvDataSystem,
- this.DgvDataProblem,
- this.DgvDataSolution,
- this.DgvDataPostscript,
- this.DgvDataId});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.DgvData.DefaultCellStyle = dataGridViewCellStyle1;
- this.DgvData.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.DgvData.Location = new System.Drawing.Point(0, 194);
- this.DgvData.Name = "DgvData";
- this.DgvData.ReadOnly = true;
- this.DgvData.RowHeadersVisible = false;
- this.DgvData.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DgvData.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(2);
- this.DgvData.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.DgvData.RowTemplate.Height = 50;
- this.DgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvData.Size = new System.Drawing.Size(700, 206);
- this.DgvData.TabIndex = 31;
- this.DgvData.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvData_CellDoubleClick);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Controls.Add(this.BtToday);
- this.panel1.Controls.Add(this.BtSearch);
- this.panel1.Controls.Add(this.TbAddress);
- this.panel1.Controls.Add(this.TbPhone);
- this.panel1.Controls.Add(this.TbIp);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Location = new System.Drawing.Point(9, 8);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(677, 37);
- this.panel1.TabIndex = 32;
- //
- // BtToday
- //
- this.BtToday.Location = new System.Drawing.Point(601, 7);
- this.BtToday.Name = "BtToday";
- this.BtToday.Size = new System.Drawing.Size(55, 23);
- this.BtToday.TabIndex = 27;
- this.BtToday.Text = "Today";
- this.BtToday.UseVisualStyleBackColor = true;
- this.BtToday.Click += new System.EventHandler(this.BtToday_Click);
- //
- // BtSearch
- //
- this.BtSearch.Location = new System.Drawing.Point(536, 7);
- this.BtSearch.Name = "BtSearch";
- this.BtSearch.Size = new System.Drawing.Size(55, 23);
- this.BtSearch.TabIndex = 26;
- this.BtSearch.Text = "搜索";
- this.BtSearch.UseVisualStyleBackColor = true;
- this.BtSearch.Click += new System.EventHandler(this.BtSearch_Click);
- //
- // TbAddress
- //
- this.TbAddress.Location = new System.Drawing.Point(374, 8);
- this.TbAddress.Name = "TbAddress";
- this.TbAddress.Size = new System.Drawing.Size(100, 21);
- this.TbAddress.TabIndex = 25;
- this.TbAddress.Text = "青岛市李沧区";
- //
- // TbPhone
- //
- this.TbPhone.Location = new System.Drawing.Point(204, 8);
- this.TbPhone.Name = "TbPhone";
- this.TbPhone.Size = new System.Drawing.Size(100, 21);
- this.TbPhone.TabIndex = 24;
- this.TbPhone.Text = "13612341234";
- //
- // TbIp
- //
- this.TbIp.Location = new System.Drawing.Point(40, 8);
- this.TbIp.Name = "TbIp";
- this.TbIp.Size = new System.Drawing.Size(100, 21);
- this.TbIp.TabIndex = 23;
- this.TbIp.Text = "192.168.100.100";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.CbIsFinish);
- this.panel2.Controls.Add(this.label4);
- this.panel2.Controls.Add(this.BtAdd);
- this.panel2.Controls.Add(this.CbSystem);
- this.panel2.Controls.Add(this.TbPostscript);
- this.panel2.Controls.Add(this.TbSolution);
- this.panel2.Controls.Add(this.TbProblem);
- this.panel2.Controls.Add(this.label8);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Controls.Add(this.label6);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Location = new System.Drawing.Point(9, 51);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(677, 137);
- this.panel2.TabIndex = 33;
- //
- // CbIsFinish
- //
- this.CbIsFinish.AutoSize = true;
- this.CbIsFinish.Location = new System.Drawing.Point(392, 108);
- this.CbIsFinish.Name = "CbIsFinish";
- this.CbIsFinish.Size = new System.Drawing.Size(15, 14);
- this.CbIsFinish.TabIndex = 30;
- this.CbIsFinish.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(351, 109);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(35, 12);
- this.label4.TabIndex = 29;
- this.label4.Text = "解决:";
- //
- // BtAdd
- //
- this.BtAdd.Location = new System.Drawing.Point(571, 77);
- this.BtAdd.Name = "BtAdd";
- this.BtAdd.Size = new System.Drawing.Size(75, 48);
- this.BtAdd.TabIndex = 28;
- this.BtAdd.Text = "添加记录";
- this.BtAdd.UseVisualStyleBackColor = true;
- this.BtAdd.Click += new System.EventHandler(this.BtAdd_Click);
- //
- // CbSystem
- //
- this.CbSystem.FormattingEnabled = true;
- this.CbSystem.Items.AddRange(new object[] {
- "xp",
- "win7"});
- this.CbSystem.Location = new System.Drawing.Point(392, 77);
- this.CbSystem.Name = "CbSystem";
- this.CbSystem.Size = new System.Drawing.Size(100, 20);
- this.CbSystem.TabIndex = 27;
- //
- // TbPostscript
- //
- this.TbPostscript.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.TbPostscript.Location = new System.Drawing.Point(62, 77);
- this.TbPostscript.Multiline = true;
- this.TbPostscript.Name = "TbPostscript";
- this.TbPostscript.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.TbPostscript.Size = new System.Drawing.Size(254, 47);
- this.TbPostscript.TabIndex = 26;
- this.TbPostscript.Text = "备注\r\n备注";
- //
- // TbSolution
- //
- this.TbSolution.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.TbSolution.Location = new System.Drawing.Point(392, 13);
- this.TbSolution.Multiline = true;
- this.TbSolution.Name = "TbSolution";
- this.TbSolution.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.TbSolution.Size = new System.Drawing.Size(254, 47);
- this.TbSolution.TabIndex = 25;
- this.TbSolution.Text = "解决\r\n解决";
- //
- // TbProblem
- //
- this.TbProblem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.TbProblem.Location = new System.Drawing.Point(62, 13);
- this.TbProblem.Multiline = true;
- this.TbProblem.Name = "TbProblem";
- this.TbProblem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.TbProblem.Size = new System.Drawing.Size(254, 47);
- this.TbProblem.TabIndex = 24;
- this.TbProblem.Text = "问题\r\n问题";
- //
- // DgvDataNo
- //
- this.DgvDataNo.HeaderText = "序号";
- this.DgvDataNo.Name = "DgvDataNo";
- this.DgvDataNo.ReadOnly = true;
- this.DgvDataNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataNo.Width = 40;
- //
- // DgvDataCreateTime
- //
- this.DgvDataCreateTime.HeaderText = "创建时间";
- this.DgvDataCreateTime.Name = "DgvDataCreateTime";
- this.DgvDataCreateTime.ReadOnly = true;
- this.DgvDataCreateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataCreateTime.Width = 140;
- //
- // DgvDataFinishTime
- //
- this.DgvDataFinishTime.HeaderText = "解决时间";
- this.DgvDataFinishTime.Name = "DgvDataFinishTime";
- this.DgvDataFinishTime.ReadOnly = true;
- this.DgvDataFinishTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataFinishTime.Width = 140;
- //
- // DgvDataIp
- //
- this.DgvDataIp.HeaderText = "IP";
- this.DgvDataIp.Name = "DgvDataIp";
- this.DgvDataIp.ReadOnly = true;
- this.DgvDataIp.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // DgvDataPhone
- //
- this.DgvDataPhone.HeaderText = "电话";
- this.DgvDataPhone.Name = "DgvDataPhone";
- this.DgvDataPhone.ReadOnly = true;
- this.DgvDataPhone.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // DgvDataAddress
- //
- this.DgvDataAddress.HeaderText = "地址";
- this.DgvDataAddress.Name = "DgvDataAddress";
- this.DgvDataAddress.ReadOnly = true;
- this.DgvDataAddress.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // DgvDataSystem
- //
- this.DgvDataSystem.HeaderText = "系统";
- this.DgvDataSystem.Name = "DgvDataSystem";
- this.DgvDataSystem.ReadOnly = true;
- this.DgvDataSystem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataSystem.Width = 50;
- //
- // DgvDataProblem
- //
- this.DgvDataProblem.HeaderText = "问题";
- this.DgvDataProblem.Name = "DgvDataProblem";
- this.DgvDataProblem.ReadOnly = true;
- this.DgvDataProblem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataProblem.Width = 200;
- //
- // DgvDataSolution
- //
- this.DgvDataSolution.HeaderText = "解决";
- this.DgvDataSolution.Name = "DgvDataSolution";
- this.DgvDataSolution.ReadOnly = true;
- this.DgvDataSolution.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataSolution.Width = 200;
- //
- // DgvDataPostscript
- //
- this.DgvDataPostscript.HeaderText = "备注";
- this.DgvDataPostscript.Name = "DgvDataPostscript";
- this.DgvDataPostscript.ReadOnly = true;
- this.DgvDataPostscript.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DgvDataPostscript.Width = 150;
- //
- // DgvDataId
- //
- this.DgvDataId.HeaderText = "Id";
- this.DgvDataId.Name = "DgvDataId";
- this.DgvDataId.ReadOnly = true;
- this.DgvDataId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // FaultLogInputPartial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.DgvData);
- this.Name = "FaultLogInputPartial";
- this.Size = new System.Drawing.Size(700, 400);
- this.Load += new System.EventHandler(this.FaultLogInputPartial_Load);
- ((System.ComponentModel.ISupportInitialize)(this.DgvData)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView DgvData;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.TextBox TbAddress;
- private System.Windows.Forms.TextBox TbPhone;
- private System.Windows.Forms.TextBox TbIp;
- private System.Windows.Forms.ComboBox CbSystem;
- private System.Windows.Forms.TextBox TbPostscript;
- private System.Windows.Forms.TextBox TbSolution;
- private System.Windows.Forms.TextBox TbProblem;
- private System.Windows.Forms.Button BtSearch;
- private System.Windows.Forms.Button BtAdd;
- private System.Windows.Forms.CheckBox CbIsFinish;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button BtToday;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataCreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataFinishTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataIp;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataPhone;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataAddress;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataSystem;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataProblem;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataSolution;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataPostscript;
- private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataId;
- }
- }
|