懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmDeptInfo
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDeptInfo));
33             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
34             this.btn_add = new System.Windows.Forms.ToolStripButton();
35             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
36             this.btn_edit = new System.Windows.Forms.ToolStripButton();
37             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
38             this.btn_delete = new System.Windows.Forms.ToolStripButton();
39             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
40             this.btn_refresh = new System.Windows.Forms.ToolStripButton();
41             this.dataGridView1 = new System.Windows.Forms.DataGridView();
42             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
43             this.panel1 = new System.Windows.Forms.Panel();
44             this.treeView1 = new System.Windows.Forms.TreeView();
45             this.Organization_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             this.Organization_Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             this.Organization_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             this.Organization_InnerPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             this.Organization_OuterPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             this.Organization_Manager = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             this.Organization_AssistantManager = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             this.Organization_Fax = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             this.Organization_Zipcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             this.Organization_Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             this.ParentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             this.SortCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             this.Organization_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             this.toolStrip1.SuspendLayout();
59             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
60             this.panel1.SuspendLayout();
61             this.SuspendLayout();
62             // 
63             // toolStrip1
64             // 
65             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
66             this.btn_add,
67             this.toolStripSeparator1,
68             this.btn_edit,
69             this.toolStripSeparator2,
70             this.btn_delete,
71             this.toolStripSeparator3,
72             this.btn_refresh});
73             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
74             this.toolStrip1.Name = "toolStrip1";
75             this.toolStrip1.Size = new System.Drawing.Size(932, 25);
76             this.toolStrip1.TabIndex = 5;
77             this.toolStrip1.Text = "toolStrip1";
78             // 
79             // btn_add
80             // 
81             this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
82             this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta;
83             this.btn_add.Name = "btn_add";
84             this.btn_add.Size = new System.Drawing.Size(52, 22);
85             this.btn_add.Text = "添加";
86             this.btn_add.Click += new System.EventHandler(this.btn_Add_Click);
87             // 
88             // toolStripSeparator1
89             // 
90             this.toolStripSeparator1.Name = "toolStripSeparator1";
91             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
92             // 
93             // btn_edit
94             // 
95             this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image")));
96             this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta;
97             this.btn_edit.Name = "btn_edit";
98             this.btn_edit.Size = new System.Drawing.Size(52, 22);
99             this.btn_edit.Text = "编辑";
100             this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
101             // 
102             // toolStripSeparator2
103             // 
104             this.toolStripSeparator2.Name = "toolStripSeparator2";
105             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
106             // 
107             // btn_delete
108             // 
109             this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image")));
110             this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
111             this.btn_delete.Name = "btn_delete";
112             this.btn_delete.Size = new System.Drawing.Size(52, 22);
113             this.btn_delete.Text = "删除";
114             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
115             // 
116             // toolStripSeparator3
117             // 
118             this.toolStripSeparator3.Name = "toolStripSeparator3";
119             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
120             // 
121             // btn_refresh
122             // 
123             this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
124             this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta;
125             this.btn_refresh.Name = "btn_refresh";
126             this.btn_refresh.Size = new System.Drawing.Size(52, 22);
127             this.btn_refresh.Text = "刷新";
128             // 
129             // dataGridView1
130             // 
131             this.dataGridView1.AllowUserToAddRows = false;
132             this.dataGridView1.AllowUserToDeleteRows = false;
133             this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
134             | System.Windows.Forms.AnchorStyles.Left) 
135             | System.Windows.Forms.AnchorStyles.Right)));
136             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
137             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
138             this.Organization_ID,
139             this.Organization_Code,
140             this.Organization_Name,
141             this.Organization_InnerPhone,
142             this.Organization_OuterPhone,
143             this.Organization_Manager,
144             this.Organization_AssistantManager,
145             this.Organization_Fax,
146             this.Organization_Zipcode,
147             this.Organization_Address,
148             this.ParentId,
149             this.SortCode,
150             this.Organization_Remark});
151             this.dataGridView1.Location = new System.Drawing.Point(201, 25);
152             this.dataGridView1.Name = "dataGridView1";
153             this.dataGridView1.ReadOnly = true;
154             this.dataGridView1.RowTemplate.Height = 23;
155             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
156             this.dataGridView1.Size = new System.Drawing.Size(731, 484);
157             this.dataGridView1.TabIndex = 7;
158             // 
159             // imageList1
160             // 
161             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
162             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
163             this.imageList1.Images.SetKeyName(0, "folder.png");
164             // 
165             // panel1
166             // 
167             this.panel1.Controls.Add(this.treeView1);
168             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
169             this.panel1.Location = new System.Drawing.Point(0, 25);
170             this.panel1.Name = "panel1";
171             this.panel1.Size = new System.Drawing.Size(195, 488);
172             this.panel1.TabIndex = 11;
173             // 
174             // treeView1
175             // 
176             this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
177             this.treeView1.ImageIndex = 0;
178             this.treeView1.ImageList = this.imageList1;
179             this.treeView1.ItemHeight = 20;
180             this.treeView1.Location = new System.Drawing.Point(0, 0);
181             this.treeView1.Name = "treeView1";
182             this.treeView1.Scrollable = false;
183             this.treeView1.SelectedImageIndex = 0;
184             this.treeView1.Size = new System.Drawing.Size(195, 488);
185             this.treeView1.TabIndex = 0;
186             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
187             // 
188             // Organization_ID
189             // 
190             this.Organization_ID.DataPropertyName = "Organization_ID";
191             this.Organization_ID.HeaderText = "编号";
192             this.Organization_ID.Name = "Organization_ID";
193             this.Organization_ID.ReadOnly = true;
194             // 
195             // Organization_Code
196             // 
197             this.Organization_Code.DataPropertyName = "Organization_Code";
198             this.Organization_Code.HeaderText = "部门编码";
199             this.Organization_Code.Name = "Organization_Code";
200             this.Organization_Code.ReadOnly = true;
201             // 
202             // Organization_Name
203             // 
204             this.Organization_Name.DataPropertyName = "Organization_Name";
205             this.Organization_Name.HeaderText = "部门名称";
206             this.Organization_Name.Name = "Organization_Name";
207             this.Organization_Name.ReadOnly = true;
208             // 
209             // Organization_InnerPhone
210             // 
211             this.Organization_InnerPhone.DataPropertyName = "Organization_InnerPhone";
212             this.Organization_InnerPhone.HeaderText = "内线电话";
213             this.Organization_InnerPhone.Name = "Organization_InnerPhone";
214             this.Organization_InnerPhone.ReadOnly = true;
215             // 
216             // Organization_OuterPhone
217             // 
218             this.Organization_OuterPhone.DataPropertyName = "Organization_OuterPhone";
219             this.Organization_OuterPhone.HeaderText = "外线电话";
220             this.Organization_OuterPhone.Name = "Organization_OuterPhone";
221             this.Organization_OuterPhone.ReadOnly = true;
222             // 
223             // Organization_Manager
224             // 
225             this.Organization_Manager.DataPropertyName = "Organization_Manager";
226             this.Organization_Manager.HeaderText = "主负责人";
227             this.Organization_Manager.Name = "Organization_Manager";
228             this.Organization_Manager.ReadOnly = true;
229             // 
230             // Organization_AssistantManager
231             // 
232             this.Organization_AssistantManager.DataPropertyName = "Organization_AssistantManager";
233             this.Organization_AssistantManager.HeaderText = "副负责人";
234             this.Organization_AssistantManager.Name = "Organization_AssistantManager";
235             this.Organization_AssistantManager.ReadOnly = true;
236             // 
237             // Organization_Fax
238             // 
239             this.Organization_Fax.DataPropertyName = "Organization_Fax";
240             this.Organization_Fax.HeaderText = "传真号码";
241             this.Organization_Fax.Name = "Organization_Fax";
242             this.Organization_Fax.ReadOnly = true;
243             // 
244             // Organization_Zipcode
245             // 
246             this.Organization_Zipcode.DataPropertyName = "Organization_Zipcode";
247             this.Organization_Zipcode.HeaderText = "行政号码";
248             this.Organization_Zipcode.Name = "Organization_Zipcode";
249             this.Organization_Zipcode.ReadOnly = true;
250             // 
251             // Organization_Address
252             // 
253             this.Organization_Address.DataPropertyName = "Organization_Address";
254             this.Organization_Address.HeaderText = "所在地址";
255             this.Organization_Address.Name = "Organization_Address";
256             this.Organization_Address.ReadOnly = true;
257             // 
258             // ParentId
259             // 
260             this.ParentId.DataPropertyName = "ParentId";
261             this.ParentId.HeaderText = "节点位置";
262             this.ParentId.Name = "ParentId";
263             this.ParentId.ReadOnly = true;
264             // 
265             // SortCode
266             // 
267             this.SortCode.DataPropertyName = "SortCode";
268             this.SortCode.HeaderText = "排序";
269             this.SortCode.Name = "SortCode";
270             this.SortCode.ReadOnly = true;
271             // 
272             // Organization_Remark
273             // 
274             this.Organization_Remark.DataPropertyName = "Organization_Remark";
275             this.Organization_Remark.HeaderText = "备注";
276             this.Organization_Remark.Name = "Organization_Remark";
277             this.Organization_Remark.ReadOnly = true;
278             // 
279             // FrmDeptInfo
280             // 
281             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
282             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
283             this.ClientSize = new System.Drawing.Size(932, 513);
284             this.Controls.Add(this.dataGridView1);
285             this.Controls.Add(this.panel1);
286             this.Controls.Add(this.toolStrip1);
287             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
288             this.Name = "FrmDeptInfo";
289             this.Text = "部门管理";
290             this.Load += new System.EventHandler(this.FrmDeptInfo_Load);
291             this.toolStrip1.ResumeLayout(false);
292             this.toolStrip1.PerformLayout();
293             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
294             this.panel1.ResumeLayout(false);
295             this.ResumeLayout(false);
296             this.PerformLayout();
297
298         }
299
300         #endregion
301
302         private System.Windows.Forms.ToolStrip toolStrip1;
303         private System.Windows.Forms.ToolStripButton btn_add;
304         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
305         private System.Windows.Forms.ToolStripButton btn_edit;
306         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
307         private System.Windows.Forms.ToolStripButton btn_delete;
308         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
309         private System.Windows.Forms.ToolStripButton btn_refresh;
310         public System.Windows.Forms.DataGridView dataGridView1;
311         private System.Windows.Forms.ImageList imageList1;
312         private System.Windows.Forms.Panel panel1;
313         public System.Windows.Forms.TreeView treeView1;
314         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_ID;
315         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Code;
316         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Name;
317         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_InnerPhone;
318         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_OuterPhone;
319         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Manager;
320         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_AssistantManager;
321         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Fax;
322         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Zipcode;
323         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Address;
324         private System.Windows.Forms.DataGridViewTextBoxColumn ParentId;
325         private System.Windows.Forms.DataGridViewTextBoxColumn SortCode;
326         private System.Windows.Forms.DataGridViewTextBoxColumn Organization_Remark;
327     }
328 }