📄 commonrepairform.designer.cs
字号:
this.打印ToolStripButton.Click += new System.EventHandler(this.打印ToolStripButton_Click);
//
// 维修编号TextBox
//
this.维修编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "维修编号", true));
this.维修编号TextBox.Location = new System.Drawing.Point(70, 27);
this.维修编号TextBox.Name = "维修编号TextBox";
this.维修编号TextBox.Size = new System.Drawing.Size(113, 21);
this.维修编号TextBox.TabIndex = 3;
//
// 财产编号TextBox
//
this.财产编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "财产编号", true));
this.财产编号TextBox.Location = new System.Drawing.Point(249, 27);
this.财产编号TextBox.Name = "财产编号TextBox";
this.财产编号TextBox.ReadOnly = true;
this.财产编号TextBox.Size = new System.Drawing.Size(99, 21);
this.财产编号TextBox.TabIndex = 5;
//
// 财产名称ComboBox
//
this.财产名称ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "财产名称", true));
this.财产名称ComboBox.DataSource = this.公共财产BindingSource;
this.财产名称ComboBox.DisplayMember = "财产名称";
this.财产名称ComboBox.FormattingEnabled = true;
this.财产名称ComboBox.Location = new System.Drawing.Point(410, 28);
this.财产名称ComboBox.Name = "财产名称ComboBox";
this.财产名称ComboBox.Size = new System.Drawing.Size(124, 20);
this.财产名称ComboBox.TabIndex = 7;
this.财产名称ComboBox.ValueMember = "财产编号";
this.财产名称ComboBox.SelectedIndexChanged += new System.EventHandler(this.财产名称ComboBox_SelectedIndexChanged);
//
// 公共财产BindingSource
//
this.公共财产BindingSource.DataMember = "公共财产";
this.公共财产BindingSource.DataSource = this.dBCommunityDataSet;
//
// 报修日期DateTimePicker
//
this.报修日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.公共维修BindingSource, "报修日期", true));
this.报修日期DateTimePicker.Location = new System.Drawing.Point(70, 52);
this.报修日期DateTimePicker.Name = "报修日期DateTimePicker";
this.报修日期DateTimePicker.Size = new System.Drawing.Size(139, 21);
this.报修日期DateTimePicker.TabIndex = 9;
//
// 报修人员TextBox
//
this.报修人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "报修人员", true));
this.报修人员TextBox.Location = new System.Drawing.Point(276, 52);
this.报修人员TextBox.Name = "报修人员TextBox";
this.报修人员TextBox.Size = new System.Drawing.Size(87, 21);
this.报修人员TextBox.TabIndex = 11;
//
// 故障现象TextBox
//
this.故障现象TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "故障现象", true));
this.故障现象TextBox.Location = new System.Drawing.Point(70, 77);
this.故障现象TextBox.Name = "故障现象TextBox";
this.故障现象TextBox.Size = new System.Drawing.Size(464, 21);
this.故障现象TextBox.TabIndex = 13;
//
// 受理人员TextBox
//
this.受理人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "受理人员", true));
this.受理人员TextBox.Location = new System.Drawing.Point(434, 52);
this.受理人员TextBox.Name = "受理人员TextBox";
this.受理人员TextBox.Size = new System.Drawing.Size(100, 21);
this.受理人员TextBox.TabIndex = 15;
//
// 处理意见TextBox
//
this.处理意见TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "处理意见", true));
this.处理意见TextBox.Location = new System.Drawing.Point(70, 102);
this.处理意见TextBox.Name = "处理意见TextBox";
this.处理意见TextBox.Size = new System.Drawing.Size(464, 21);
this.处理意见TextBox.TabIndex = 17;
//
// 修理日期DateTimePicker
//
this.修理日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.公共维修BindingSource, "修理日期", true));
this.修理日期DateTimePicker.Location = new System.Drawing.Point(70, 127);
this.修理日期DateTimePicker.Name = "修理日期DateTimePicker";
this.修理日期DateTimePicker.Size = new System.Drawing.Size(113, 21);
this.修理日期DateTimePicker.TabIndex = 19;
//
// 修理人员TextBox
//
this.修理人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "修理人员", true));
this.修理人员TextBox.Location = new System.Drawing.Point(247, 127);
this.修理人员TextBox.Name = "修理人员TextBox";
this.修理人员TextBox.Size = new System.Drawing.Size(67, 21);
this.修理人员TextBox.TabIndex = 21;
//
// 修理费用TextBox
//
this.修理费用TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "修理费用", true));
this.修理费用TextBox.Location = new System.Drawing.Point(377, 127);
this.修理费用TextBox.Name = "修理费用TextBox";
this.修理费用TextBox.Size = new System.Drawing.Size(47, 21);
this.修理费用TextBox.TabIndex = 23;
//
// 材料费用TextBox
//
this.材料费用TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "材料费用", true));
this.材料费用TextBox.Location = new System.Drawing.Point(489, 127);
this.材料费用TextBox.Name = "材料费用TextBox";
this.材料费用TextBox.Size = new System.Drawing.Size(45, 21);
this.材料费用TextBox.TabIndex = 25;
//
// 修理结果TextBox
//
this.修理结果TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "修理结果", true));
this.修理结果TextBox.Location = new System.Drawing.Point(70, 152);
this.修理结果TextBox.Name = "修理结果TextBox";
this.修理结果TextBox.Size = new System.Drawing.Size(464, 21);
this.修理结果TextBox.TabIndex = 29;
//
// 补充说明TextBox
//
this.补充说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公共维修BindingSource, "补充说明", true));
this.补充说明TextBox.Location = new System.Drawing.Point(70, 176);
this.补充说明TextBox.Name = "补充说明TextBox";
this.补充说明TextBox.Size = new System.Drawing.Size(464, 21);
this.补充说明TextBox.TabIndex = 31;
//
// 公共维修TableAdapter
//
this.公共维修TableAdapter.ClearBeforeFill = true;
//
// 公共维修DataGridView
//
this.公共维修DataGridView.AllowUserToAddRows = false;
this.公共维修DataGridView.AllowUserToDeleteRows = false;
this.公共维修DataGridView.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.公共维修DataGridView.AutoGenerateColumns = false;
this.公共维修DataGridView.BackgroundColor = System.Drawing.Color.LightGray;
this.公共维修DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.公共维修DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.公共维修DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.维修编号DataGridViewTextBoxColumn,
this.财产编号DataGridViewTextBoxColumn,
this.财产名称DataGridViewTextBoxColumn,
this.报修日期DataGridViewTextBoxColumn,
this.报修人员DataGridViewTextBoxColumn,
this.故障现象DataGridViewTextBoxColumn,
this.受理人员DataGridViewTextBoxColumn,
this.处理意见DataGridViewTextBoxColumn,
this.修理日期DataGridViewTextBoxColumn,
this.修理人员DataGridViewTextBoxColumn,
this.修理费用DataGridViewTextBoxColumn,
this.材料费用DataGridViewTextBoxColumn,
this.修理结果DataGridViewTextBoxColumn,
this.补充说明DataGridViewTextBoxColumn});
this.公共维修DataGridView.DataSource = this.公共维修BindingSource;
this.公共维修DataGridView.Location = new System.Drawing.Point(10, 206);
this.公共维修DataGridView.MultiSelect = false;
this.公共维修DataGridView.Name = "公共维修DataGridView";
this.公共维修DataGridView.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.公共维修DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.公共维修DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Green;
this.公共维修DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.公共维修DataGridView.RowTemplate.Height = 23;
this.公共维修DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.公共维修DataGridView.Size = new System.Drawing.Size(523, 201);
this.公共维修DataGridView.TabIndex = 34;
//
// 维修编号DataGridViewTextBoxColumn
//
this.维修编号DataGridViewTextBoxColumn.DataPropertyName = "维修编号";
this.维修编号DataGridViewTextBoxColumn.HeaderText = "维修编号";
this.维修编号DataGridViewTextBoxColumn.Name = "维修编号DataGridViewTextBoxColumn";
this.维修编号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 财产编号DataGridViewTextBoxColumn
//
this.财产编号DataGridViewTextBoxColumn.DataPropertyName = "财产编号";
this.财产编号DataGridViewTextBoxColumn.HeaderText = "财产编号";
this.财产编号DataGridViewTextBoxColumn.Name = "财产编号DataGridViewTextBoxColumn";
this.财产编号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 财产名称DataGridViewTextBoxColumn
//
this.财产名称DataGridViewTextBoxColumn.DataPropertyName = "财产名称";
this.财产名称DataGridViewTextBoxColumn.HeaderText = "财产名称";
this.财产名称DataGridViewTextBoxColumn.Name = "财产名称DataGridViewTextBoxColumn";
this.财产名称DataGridViewTextBoxColumn.ReadOnly = true;
//
// 报修日期DataGridViewTextBoxColumn
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -