📄 advertisementform.designer.cs
字号:
this.dataGridViewTextBoxColumn8.HeaderText = "发布日期";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "截止日期";
this.dataGridViewTextBoxColumn9.HeaderText = "截止日期";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "经办人";
this.dataGridViewTextBoxColumn10.HeaderText = "经办人";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "说明";
this.dataGridViewTextBoxColumn11.HeaderText = "说明";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
//
// 自编号TextBox
//
this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.广告发布管理BindingSource, "自编号", true));
this.自编号TextBox.Location = new System.Drawing.Point(53, 30);
this.自编号TextBox.Name = "自编号TextBox";
this.自编号TextBox.ReadOnly = true;
this.自编号TextBox.Size = new System.Drawing.Size(92, 21);
this.自编号TextBox.TabIndex = 3;
//
// 资料类型ComboBox
//
this.资料类型ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.广告发布管理BindingSource, "资料类型", true));
this.资料类型ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.资料类型ComboBox.FormattingEnabled = true;
this.资料类型ComboBox.Items.AddRange(new object[] {
"出售房源",
"出租房源",
"求购客户",
"求租客户"});
this.资料类型ComboBox.Location = new System.Drawing.Point(317, 30);
this.资料类型ComboBox.Name = "资料类型ComboBox";
this.资料类型ComboBox.Size = new System.Drawing.Size(80, 20);
this.资料类型ComboBox.TabIndex = 5;
//
// 资料编号TextBox
//
this.资料编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.广告发布管理BindingSource, "资料编号", true));
this.资料编号TextBox.Location = new System.Drawing.Point(460, 29);
this.资料编号TextBox.Name = "资料编号TextBox";
this.资料编号TextBox.Size = new System.Drawing.Size(77, 21);
this.资料编号TextBox.TabIndex = 7;
//
// 发布媒体TextBox
//
this.发布媒体TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.广告发布管理BindingSource, "发布媒体", true));
this.发布媒体TextBox.Location = new System.Drawing.Point(67, 53);
this.发布媒体TextBox.Name = "发布媒体TextBox";
this.发布媒体TextBox.Size = new System.Drawing.Size(76, 21);
this.发布媒体TextBox.TabIndex = 9;
//
// 期号TextBox
//
this.期号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.广告发布管理BindingSource, "期号", true));
this.期号TextBox.Location = new System.Drawing.Point(186, 52);
this.期号TextBox.Name = "期号TextBox";
this.期号TextBox.Size = new System.Drawing.Size(68, 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(218, 77);
this.广告描述TextBox.Name = "广告描述TextBox";
this.广告描述TextBox.Size = new System.Drawing.Size(318, 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(94, 77);
this.广告价格TextBox.Name = "广告价格TextBox";
this.广告价格TextBox.Size = new System.Drawing.Size(51, 21);
this.广告价格TextBox.TabIndex = 15;
//
// 发布日期DateTimePicker
//
this.发布日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.广告发布管理BindingSource, "发布日期", true));
this.发布日期DateTimePicker.Location = new System.Drawing.Point(317, 53);
this.发布日期DateTimePicker.Name = "发布日期DateTimePicker";
this.发布日期DateTimePicker.Size = new System.Drawing.Size(91, 21);
this.发布日期DateTimePicker.TabIndex = 17;
//
// 截止日期DateTimePicker
//
this.截止日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.广告发布管理BindingSource, "截止日期", true));
this.截止日期DateTimePicker.Location = new System.Drawing.Point(443, 53);
this.截止日期DateTimePicker.Name = "截止日期DateTimePicker";
this.截止日期DateTimePicker.Size = new System.Drawing.Size(94, 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(196, 30);
this.经办人TextBox.Name = "经办人TextBox";
this.经办人TextBox.Size = new System.Drawing.Size(58, 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(44, 100);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(492, 21);
this.说明TextBox.TabIndex = 23;
//
// 广告发布管理TableAdapter
//
this.广告发布管理TableAdapter.ClearBeforeFill = true;
//
// AdvertisementForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 416);
this.Controls.Add(自编号Label);
this.Controls.Add(this.自编号TextBox);
this.Controls.Add(资料类型Label);
this.Controls.Add(this.资料类型ComboBox);
this.Controls.Add(资料编号Label);
this.Controls.Add(this.资料编号TextBox);
this.Controls.Add(发布媒体Label);
this.Controls.Add(this.发布媒体TextBox);
this.Controls.Add(期号Label);
this.Controls.Add(this.期号TextBox);
this.Controls.Add(广告描述Label);
this.Controls.Add(this.广告描述TextBox);
this.Controls.Add(广告价格Label);
this.Controls.Add(this.广告价格TextBox);
this.Controls.Add(发布日期Label);
this.Controls.Add(this.发布日期DateTimePicker);
this.Controls.Add(截止日期Label);
this.Controls.Add(this.截止日期DateTimePicker);
this.Controls.Add(经办人Label);
this.Controls.Add(this.经办人TextBox);
this.Controls.Add(说明Label);
this.Controls.Add(this.说明TextBox);
this.Controls.Add(this.广告发布管理DataGridView);
this.Controls.Add(this.广告发布管理BindingNavigator);
this.Name = "AdvertisementForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "广告发布管理";
this.Load += new System.EventHandler(this.AdvertisementForm_Load);
((System.ComponentModel.ISupportInitialize)(this.广告发布管理BindingNavigator)).EndInit();
this.广告发布管理BindingNavigator.ResumeLayout(false);
this.广告发布管理BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.广告发布管理BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myHouseDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.广告发布管理DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyHouseDataSet myHouseDataSet;
private System.Windows.Forms.BindingSource 广告发布管理BindingSource;
private MyHouse.MyHouseDataSetTableAdapters.广告发布管理TableAdapter 广告发布管理TableAdapter;
private System.Windows.Forms.BindingNavigator 广告发布管理BindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton 广告发布管理BindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView 广告发布管理DataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.TextBox 自编号TextBox;
private System.Windows.Forms.ComboBox 资料类型ComboBox;
private System.Windows.Forms.TextBox 资料编号TextBox;
private System.Windows.Forms.TextBox 发布媒体TextBox;
private System.Windows.Forms.TextBox 期号TextBox;
private System.Windows.Forms.TextBox 广告描述TextBox;
private System.Windows.Forms.TextBox 广告价格TextBox;
private System.Windows.Forms.DateTimePicker 发布日期DateTimePicker;
private System.Windows.Forms.DateTimePicker 截止日期DateTimePicker;
private System.Windows.Forms.TextBox 经办人TextBox;
private System.Windows.Forms.TextBox 说明TextBox;
private System.Windows.Forms.ToolStripLabel 资料编号ToolStripLabel;
private System.Windows.Forms.ToolStripTextBox 资料编号ToolStripTextBox;
private System.Windows.Forms.ToolStripLabel 经办人ToolStripLabel;
private System.Windows.Forms.ToolStripTextBox 经办人ToolStripTextBox;
private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -