1 Star 2 Fork 1

Mr-Groundhog/大学生就业管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
admin2_qiye.Designer.cs 8.35 KB
一键复制 编辑 原始数据 按行查看 历史
Mr-Groundhog 提交于 2022-08-07 21:47 . 大学生就业管理系统

namespace job
{
partial class admin2_qiye
{
/// <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.components = new System.ComponentModel.Container();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jobDBDataSet = new job.jobDBDataSet();
this.jobDBDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.jobDBDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.jobDBDataSetBindingSource)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Left;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(568, 450);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// Column1
//
this.Column1.HeaderText = "公司编号";
this.Column1.MinimumWidth = 6;
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = "公司名称";
this.Column2.MinimumWidth = 6;
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = "招聘岗位";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = "联系电话";
this.Column4.MinimumWidth = 6;
this.Column4.Name = "Column4";
//
// Column5
//
this.Column5.HeaderText = "招聘人数";
this.Column5.MinimumWidth = 6;
this.Column5.Name = "Column5";
//
// jobDBDataSet
//
this.jobDBDataSet.DataSetName = "jobDBDataSet";
this.jobDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// jobDBDataSetBindingSource
//
this.jobDBDataSetBindingSource.DataSource = this.jobDBDataSet;
this.jobDBDataSetBindingSource.Position = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(626, 222);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(119, 48);
this.button1.TabIndex = 1;
this.button1.Text = "关闭";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(626, 115);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(119, 48);
this.button2.TabIndex = 2;
this.button2.Text = "删除招聘信息";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(583, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 15);
this.label1.TabIndex = 3;
this.label1.Text = "当前选中的公司:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(716, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 15);
this.label2.TabIndex = 4;
this.label2.Text = "null";
//
// admin2_chaxun
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Name = "admin2_chaxun";
this.Text = "招聘信息";
this.Load += new System.EventHandler(this.admin2_chaxun_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.jobDBDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.jobDBDataSetBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private jobDBDataSet jobDBDataSet;
private System.Windows.Forms.BindingSource jobDBDataSetBindingSource;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma-menglei/job.git
git@gitee.com:ma-menglei/job.git
ma-menglei
job
大学生就业管理系统
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385